@charset "UTF-8";

@media screen and ( max-width: 768px ){
	body.special {
		padding-top: 35.6vw;
	}
}

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

   header

--------------------------------------------------------------*/
.specialContent > header .mainVis img {
	width: 100%;
}
.specialContent > header .sholder {
	position: absolute;
	top:50%;
	margin-top: -78px;
	width: 100%;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1;
	color: #FFF;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.specialContent > header .sholder .case {
	font-size: 18px;
	letter-spacing: 0.3em;
}
.specialContent > header .sholder .number {
	display: block;
	font-size: 90px;
	font-weight: 200;
	margin-top: 5px;
	margin-bottom: -5px;
}
.specialContent > header .sholder .sholderTitle {
	font-size: 30px;
	font-weight: 200;
}
.specialContent > header h1 {
	position: absolute;
	bottom: 5%;
	margin-bottom: 0;
	width: 100%;
	background: rgba(6, 106, 94, 0.8);
	color: #fff;
	line-height: 1;
	padding: 3.5% 0;
	border-bottom: 30px solid #111918;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.specialContent > header .sholder {
		margin-top: -3em;
	}
	.specialContent > header .sholder .case {
		font-size: 2.4vw;
	}
	.specialContent > header .sholder .number {
		font-size: 8.5vw;
		margin-top: 3px;
		margin-bottom: -2px;;;
	}
	.specialContent > header .sholder .sholderTitle {
		font-size: 3.4vw;
	}
	.specialContent > header h1 {
		border-bottom: 0.8em solid #111918;
		padding: 2.5% 0;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.specialContent > header {
		margin-top: 0;
	}
	.specialContent > header .sholder {
		position: static;
		margin-top: -10vw;
		background: rgba(6, 106, 94, 0.7);
		padding: 7px 0;
		zoom: 1.5;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-transform: translateY(0);
		   -moz-transform: translateY(0);
		    -ms-transform: translateY(0);
		     -o-transform: translateY(0);
		        transform: translateY(0);
	}
	.specialContent > header h1 {
		position: static;
		padding: 1em;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		line-height: 1.4;
	}
}

/* no number */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

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

   introduction

--------------------------------------------------------------*/
.introduction h1 {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 7px solid;
	font-weight: bold;
	font-size: 48px;
	letter-spacing: 0.5em;
	margin-bottom: 48px;
	padding-left: 0.8em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.introduction h2 {
	text-align: center;
	font-size: 40px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
	color: #066A5E;
	font-weight: normal;
	line-height: 1.65;
	margin-bottom: 48px;
}
.introduction p {
	width: 700px;
	margin: 2.4em auto;
	font-size: 14px;
	font-weight: bold;
	color: #066A5E;
	line-height: 2.2;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.introduction h1 {
		font-size: 5vw;
		width:100%;
	}
	.introduction h2 {
		font-size: 3.7vw;
	}
	.introduction p {
		width: 100%;
		padding: 0 40px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.introduction {
		padding: 0 8vw;
	}
	.introduction h1 {
		font-size: 7vw;
	}
	.introduction h2 {
		font-size: 7vw;
		text-align: left;
		margin: 0;
	}
	.introduction p {
		font-size: 18px;
		padding: 0;
	}
}

#ig_telematics {
	margin-bottom: 70px;
}



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

   schematic

--------------------------------------------------------------*/
.schematic,
.voice {
	background: rgba(51, 208, 140, 0.1);
	width: 100%;
	min-width: 1054px;
	padding: 120px 0;
}
.schematic h1,
.voice h1 {
	text-align: center;
	font-size: 34px;
}
.schematic figure {
	text-align: center;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.schematic,
	.voice {
		min-width: auto;
		padding: 60px 0;
	}
	.schematic figure {
		padding: 0 30px;
	}
	.schematic figure img {
		width: 100%;
	}
	.schematic h1,
	.voice h1 {
		font-size: 3.7vw;
	}
	.schematic .sp_scrollBox {
	overflow-x: scroll;
		padding: 60px 60px 60px;
		margin-bottom: -60px;
	}
	.schematic .sp_scrollBox img {
		max-width: none;
		width: auto;
	}
}


/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.schematic h1,
	.voice h1 {
		font-size: 7vw;
		line-height: 1.6;
		padding: 0 1em;
	}
}

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

   solution

--------------------------------------------------------------*/
.solution {
	width: 100%;
}
.solution h1,
.solutionUnit .summary,
.solutionUnit .action {
	width: 1054px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.solution h1 {
	margin: 170px auto 180px;
	color: #000;
	text-align: center;
	font-size: 54px;
	line-height: 1.4;
}
.solution h1 .sub {
	display: block;
	font-size: 38px;
}
.solution .mainVis img {
	width: 100%;
}
.solution > .lead {
	width: 1054px;
	margin: 0 auto;
	margin-top: -150px;
	margin-bottom: 170px;
	font-weight: bold;
	text-align: center;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.solution > .lead {
		width: 100%;
		margin-top: -60px;
		margin-bottom: 80px;
		text-align: justify;
		padding: 0 60px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.solution > .lead br {
		display: none;
	}
	.solution > .lead br {
		display: inline;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.solution > .lead {
		margin-top: 0;
		margin-bottom: 60px;
		padding: 0 8vw;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.solution {
		padding: 0;
	}
	.solution h1,
	.solutionUnit .summary,
	.solutionUnit .action {
		width: 100%;
		padding: 0 20px;
	}
	.solution h1 {
		margin: 80px auto 80px;
		font-size: 5vw;
	}
	.solution h1 .sub {
		font-size: 0.6em;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.solution h1 {
		margin: 40px auto 40px;
		font-size: 7vw;
	}
}

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

   solutionUnit

--------------------------------------------------------------*/
.solutionUnit {
	margin: 120px 0 180px;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.solutionUnit {
		margin: 60px 0 120px;
	}
}
.solutionUnit > header {
	width: auto;
}
.solutionUnit > header .mainVis {
	position: relative;
}
.solutionUnit > header .mainVis:after {
	content : "　";
	display: block;
	width: 100%;
	height: 100%;
	background: #ddd;
	position: absolute;
	top:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#066a5e+0,066a5e+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(6,106,94,0) 50%, rgba(6,106,94,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(6,106,94,0) 50%,rgba(6,106,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(6,106,94,0) 50%,rgba(6,106,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.solutionUnit header > h2 {
	width: 100%;
	position: absolute;
	top:50%;
	text-align: center;
	-webkit-transform: translateY( -50% );
	-ms-transform: translateY( -50% );
	-o-transform: translateY( -50% );
	transform: translateY( -50% );
	color: #FFF;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
	font-size: 48px;
	font-weight: normal;
	line-height: 1.4;
}
.solutionUnit header > h2 .number {
	display: block;
	font-size: 70px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 200;
	border: 1px solid;
	width: 130px;
	height:130px;
	margin: 0 auto;
	-webkit-border-radius: 65px;
	        border-radius: 65px;
	padding-top: 17px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.solutionUnit header > h2 .number .paren {
	display: none;
}
.solutionUnit header > h2 .sub {
	font-size: 32px;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.solutionUnit header > h2 {
		font-size: 5vw;
	}
	.solutionUnit header > h2 .number {
		font-size: 9vw;
		width: 110px;
		height:110px;
		padding-top: 0.1em;
	}
	.solutionUnit header > h2 .sub {
		font-size: 0.6em;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.solutionUnit header > h2 {
		position: static;
		-webkit-transform: translateY( 0% );
		-ms-transform: translateY( 0% );
		-o-transform: translateY( 0% );
		transform: translateY( 0% );
		background: #066A5E;
		padding: 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		font-size: 7vw;
	}
	.solutionUnit header > h2 .number {
		font-size: 14vw;
		width: 20vw;
		height: 20vw;
		margin-top: -17vw;
		padding-top: 0;
		position: absolute;
		top:0;
		left:50%;
		-webkit-transform: translateX( -50% );
		-ms-transform: translateX( -50% );
		-o-transform: translateX( -50% );
		transform: translateX( -50% );
	}
	.solutionUnit header > h2 .sub {
		font-size: 0.6em;
		display: inline-block;
		line-height: 1.6;
		font-size: 0.6em;
	}
}

/* summary
--------------------------------------------------------------*/
.solutionUnit .summary {
	margin: -40px auto 80px;
}
.solutionUnit p.summary {
	margin-bottom: 60px;
}
.solutionUnit .summary li {
	margin: 0.8em 0;
	padding-left: 2.2em;
	text-indent: -2.2em;
	line-height: 1.6;
	font-size: 25px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}
.solutionUnit .summary li:before {
	content:'\e934';
	font-family: 'Linearicons';
	font-size: 33px;
	color: #33D08C;
	margin-right: 0.5em;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.solutionUnit .summary {
		margin: 60px 0;
		padding: 0 60px;
	}
	.solutionUnit .summary li {
		font-size: 2.8vw;
		padding-left: 2.2em;
		text-indent: -2.2em;
	}
	.solutionUnit .summary li:before {
		font-size: 4vw;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.solutionUnit .summary {
		padding: 0 8vw;
	}
	.solutionUnit .summary li {
		font-size: 5vw;
		padding-left: 2.2em;
		text-indent: -1.9em;
	}
	.solutionUnit .summary li:before {
		font-size: 1.2em;
	}
}
/* action
--------------------------------------------------------------*/
.solutionUnit .action h2 {
	text-align: center;
	font-size: 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 200;
	letter-spacing: 0.05em;
	color: #066A5E;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 0px;
	background: url(../projects/images/action_arrow.png) no-repeat bottom center;
}
.solutionUnit .action p {
	font-size: 16px;
	color: #066A5E;
	font-weight: bold;
}
.solutionUnit .action .annotation {
	font-size: 0.8em;
	font-weight: normal;
}
.solutionUnit .action dl {
	color: #066A5E;
}
.solutionUnit .action dl dt,
.solutionUnit .action dl dd {
	font-weight: bold;
}
.solutionUnit .action dl dd {
	margin-bottom: 1.6em;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.solutionUnit .action h2 {
		font-size: 5vw;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.solutionUnit .action p {
		padding: 0 40px;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.solutionUnit .action h2 {
		font-size: 8.5vw;
		-webkit-background-size: 150%;
		background-size: 150%;
		padding-bottom: 7px;
	}
}


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

   case02_schematic

--------------------------------------------------------------*/
#case02_schematic {
	position: relative;
	overflow: hidden;
}
#case02_schematic header {
	max-width: 1054px;
	margin-left: auto;
	margin-right: auto;
}
#case02_schematic .scrollBox {
	padding: 60px 120px 120px;
	overflow-x: scroll;
	margin-bottom: -120px;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	#case02_schematic header {
		max-width: 1054px;
		padding-left: 60px;
		padding-right: 60px;
	}
	#case02_schematic .scrollBox {
		padding: 60px 60px 60px;
		margin-bottom: -60px;
	}
	#case02_schematic .scrollBox img {
		max-width: none;
		width: auto;
	}
}

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

   column

--------------------------------------------------------------*/
.column {
	background: #f8f8f8;
	padding: 70px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.column .mainVis {
	margin: -70px -70px 70px;
	/*position: absolute;*/
}
.column h1 {
	font-size: 28px;
	margin-bottom: 70px;
	position: relative;
	z-index: 10;
	line-height: 55px;
}
.column .signature {
	position: relative;
	z-index: 10;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.column {
		padding: 60px;
	}
	.column .mainVis {
		position: static;
		margin: -60px -60px 60px;
	}
	.column h1 {
		font-size: 24px;
		margin-bottom: 60px;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.column {
		padding: 40px;
	}
	.column .mainVis {
		margin: -40px -40px 40px;
	}
	.column h1 {
		margin-bottom: 40px;
		line-height: 1.6;
	}
}
/* signature
--------------------------------------------------------------*/
.column .signature {
	margin: 70px 0;
	line-height: 1.6;
}
.column .signature .position {
	font-size: 11px;
}
.column .signature .name {
	font-size: 18px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
	font-weight: bold;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.column .signature {
		margin: 60px 0;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.column .signature {
		margin: 40px 0;
	}
	.column .signature .name {
		font-size: 4vw;
	}
}
/* columnUnit
--------------------------------------------------------------*/
.column .columnUnit {
	margin: 70px 0;
}
.column .columnUnit:last-child {
	margin-bottom: 0;
}
.column .columnUnit h2 {
	font-size: 24px;
	color: #066A5E;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
	font-weight: normal;
	margin: 0 0 0.6em;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.column .columnUnit {
		margin: 60px 0;
	}
	.column .columnUnit h2 {
		font-size: 20px;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.column .columnUnit {
		margin: 60px 0;
	}
	.column .columnUnit h2 {
		font-size: 20px;
		line-height: 1.6;
	}
	.column .columnUnit p {
		font-size: 14px;
	}
}
.column .columnUnit .asterisk {
	font-size: 0.6em;
	vertical-align: super;
}
.column .columnUnit .annotation {
	margin-top: 0.5em;
	font-size: 0.8em;
	line-height: 1.6;
}



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

   case01

--------------------------------------------------------------*/
#case01 .declaration .number,
#case01 .declaration h2,
#case01 .declaration p,
.voice .content article h2,
.contentIndex .text .jp {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}
#case01 .declaration {
	width: 44em;
	margin: 0 auto;
	font-size: 18px;
	padding-left: 10em;
	/*margin-top: 120px;*/
}
#case01 .declaration li {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
#case01 .declaration li p {
	white-space: nowrap;
}
#case01 .declaration li:last-child {
	margin-bottom: 0;
}
#case01 .declaration .number {
	background: #066A5E;
	width: 93px;
	height: 93px;
	line-height: 93px;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.3em;
	float: left;
	margin-right: 48px;
	padding-left: 0.3em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#case01 .declaration h2 {
	font-size: 34px;
	font-weight: normal;
	color: #066A5E;
	line-height: 1.4;
	margin-top: 0.1em;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	#case01 .declaration {
		width: auto;
		padding-left: 0;
		padding: 0 60px;
		margin-top: 30px;
	}
	#case01 .declaration p {
		line-height: 1.6;
	}
	#case01 .declaration .number {
		margin-right: 30px;
	}
	#case01 .declaration li p {
		white-space: normal;
	}

}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	#case01 .declaration {
		padding:0 8vw;
		/*text-align: center;*/
	}
	#case01 .declaration .number {
		margin: 0;
		float: none;
		display: inline-block;
		width: 18vw;
		height: 18vw;
		line-height: 18vw;
		font-size: 4vw;
		vertical-align: middle;
	}
	#case01 .declaration h2 {
		display: inline-block;
		font-size: 10vw;
		margin-left: 2vw;
		line-height: 18vw;
		vertical-align: middle;
	}
	#case01 .declaration p {
		margin-left: 22vw;
	}
}
/* solution
--------------------------------------------------------------*/
#case01 .solution,
#case01 .solutionUnit {
	margin-top: 0;
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	#case01 .solution,
	#case01 .solutionUnit {
		margin-top: -40px;
	}
}
#case01 .solutionUnit header > h2 {
	top:auto;
	bottom: 30px;
	-webkit-transform: translateY( 0% );
	-ms-transform: translateY( 0% );
	-o-transform: translateY( 0% );
	transform: translateY( 0% );
}
/* voice
--------------------------------------------------------------*/
.voice .content {
	width: 1054px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/*margin-top: 120px;*/
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	#case01 .column {
		margin-top: 0;
	}
	.voice .content {
		width: auto;
		margin-top: 30px;
	}
}
.voice .content article {
	float: left;
	width: 50%;
	padding: 0 48px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.voice .content article h2 {
	color: #066A5E;
	font-size: 19px;
}
.voice .content article .icn {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.voice .content article h2 {
	margin-top: 5px;
}
.voice .content article p {
	clear: both;
	text-align: justify;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.voice .content {
		padding: 0 30px;
	}
	.voice .content article {
		padding: 0 30px;
	}
	.voice .content article .icn {
		margin: 0;
		width: 8%;
		margin-top: 10px;
	}
	.voice .content article .icn img {
		width: 100%;
	}
	.voice .content article h2 {
		margin: 0;
		margin-left: 12%;
		margin-bottom: 1em;
		letter-spacing: 0;
		font-size: 2.4vw;
		line-height: 1.8;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.voice .content {
		padding: 0;
	}
	.voice .content article {
		float: none;
		width: 100%;
		padding: 0 40px;
		margin-bottom: 40px;
	}
	.voice .content article:last-child {
		margin-bottom: 0;
	}
	.voice .content article .icn {
		width: 9vw;
	}
	.voice .content article h2 {
		font-size: 4.8vw;
		margin-left: 11vw;
		margin-bottom: 0.5em;
	}
}

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

   contentIndex

--------------------------------------------------------------*/
.contentIndex {
	margin-top: calc(120px + 175px);
	padding: 0 calc( (100% - 1054px)/2 );
	border-top: 1px solid #066A5E;
}
.contentIndex ul {
	position: relative;
	overflow: hidden;
	margin: 0 -9px;
	min-width: calc(1054px + 18px);
	margin-top: -175px;
}
.contentIndex li {
	float: left;
	width: calc( 100% / 3 );
	padding: 0 9px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.contentIndex {
		padding: 0;
		margin-top: 80px;
		border: none;
		padding: 0 9px;
	}
	.contentIndex ul {
		width: 100%;
		min-width: auto;
		margin: 0;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.contentIndex li {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.contentIndex li:last-child {
		margin-bottom: 0;
	}
}
.contentIndex .thumb {
	width: 100%;
	height: 300px;
	border-bottom: 8px solid #111918;
	background: #066A5E;
	overflow: hidden;
	position: relative;
}
.contentIndex .thumb img {
	width: 100%;
	height: auto;
	position: absolute;
}
.contentIndex a {
	display: block;
	position: relative;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.contentIndex .thumb {
		height: auto;
	}
	.contentIndex .thumb img {
		position:inherit;
		width: 100%;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.contentIndex .thumb {
		height: 30vw;
	}
	.contentIndex .thumb img {
		position: absolute;
		top:-110%;
	}
	.contentIndex li:nth-child(3) .thumb img {
		top:inherit;
		bottom: -20px;
	}
}
/* hover
--------------------------------------------------------------*/
.contentIndex .thumb img,
.contentIndex .thumb  {
	-webkit-transition: 0.2s ease-out;
	   -moz-transition: 0.2s ease-out;
	    -ms-transition: 0.2s ease-out;
	     -o-transition: 0.2s ease-out;
	        transition: 0.2s ease-out;
}
.contentIndex a:hover .thumb {
	background: #066A5E;
	overflow: hidden;
}
.contentIndex a:hover .thumb img {
	opacity: 0.1;
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/* number
--------------------------------------------------------------*/
.contentIndex .number_wrap,
.contentIndex .text .en {
	font-family: 'Roboto Condensed', sans-serif;
}
.contentIndex .number_wrap {
	position: absolute;
	top:100px;
	left:0;
	width: 100%;
}
.contentIndex .number_wrap p {
	text-align: center;
	font-size: 24px;
	line-height: 1;
	color: #FFF;
}
.contentIndex .number_wrap .number {
	font-size: 100px;
	font-weight: 200;
	letter-spacing: 0;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.contentIndex .number_wrap {
		top: 8vw;
	}
	.contentIndex .number_wrap p {
		font-size: 3vw;
	}
	.contentIndex .number_wrap .number {
		font-size: 10vw;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.contentIndex .number_wrap {
		top: 5vw;
	}
	.contentIndex .number_wrap p {
		font-size: 5vw;
	}
	.contentIndex .number_wrap .number {
		font-size: 16vw;
	}
}
/* text
--------------------------------------------------------------*/
.contentIndex .text {
	margin-top: 0.5em;
}
.contentIndex .text p {
	text-align: center;
	line-height: 1.4;
}
.contentIndex .text .en {
	font-size: 40px;
	font-weight: 200;
	color: #066A5E;
	letter-spacing: 0.05em;
}
.contentIndex .text .jp {
	font-size: 16px;
	color: #111918;
	/*font-weight: bold;*/
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.contentIndex .text .en {
		font-size: 4vw;
	}
	.contentIndex .text .jp {
		font-size: 2vw;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 414px ){
	.contentIndex .text {
		background: #f8f8f8;
		margin-top: 0;
		padding: 10px;
	}
	.contentIndex .text .en {
		font-size: 8vw;
	}
	.contentIndex .text .jp {
		font-size: 4vw;
	}
}




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

   linkBanner

--------------------------------------------------------------*/
.linkBanner .item {
	background: #f00;
}
.linkBanner .item a {
	display: block;
	position: relative;
	color: #fff;
}
.linkBanner .item a::after {
	content: "\e93c";
	font-family: 'Linearicons';
	position: absolute;
	font-size: 32px;
	line-height: 1;
	top:50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.linkBanner .item .title {
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 100%;
	background: #ccc;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
	font-size: 2.4rem;
	line-height: 1.1;
	padding: 0.7em 0;
	font-feature-settings: "palt" 1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	background: -moz-linear-gradient(left,
		rgba(51, 208, 140, 0) 0%,
		rgba(51, 208, 140, 0.8) 50%,
		rgba(51, 208, 140, 0) 100%); /* FF3.6-15 */
	background: linear-gradient(to right,
		rgba(51, 208, 140, 0) 0%,
		rgba(51, 208, 140, 0.8) 50%,
		rgba(51, 208, 140, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.linkBanner .item .thumb {
	overflow: hidden;
	background: #066A5E;
}
/*  hover  */
.linkBanner .item a img,
.linkBanner .item a::after {
	-webkit-transition: 0.2s ease-out;
	   -moz-transition: 0.2s ease-out;
	    -ms-transition: 0.2s ease-out;
	     -o-transition: 0.2s ease-out;
	        transition: 0.2s ease-out;
}
.linkBanner .item a:hover .thumb img {
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
	opacity: 0.2;
}
.linkBanner .item a:hover::after {
	right: 0;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.linkBanner {
		margin-top: 80px;
	}
	.linkBanner .item .thumb {
		height: 43vw;
	}
	.linkBanner .item .title {
		font-size: 6vw;
	}
	.linkBanner .item .thumb img {
		height: 100%;
		width: auto;
		max-width: none;
	}
	.linkBanner .item a::after {
		display: none;
	}
}


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

   imgBanner

--------------------------------------------------------------*/
.imgBanner .item img {
	width: 100%;
	height: auto;
}
.imgBanner .item img.tough {
	width: 50%;
	height: auto;
	margin: : 0 auto;
}
.imgBanner .item p {
	text-align: center;
	font-weight: bold;
	color: #066A5E;
	font-size: 1.4em;
	margin-bottom: 0.3em;
}
.imgBanner .item .click {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
	position: relative;
	height: 80px;
	text-align: center;
	padding-top: 0.9em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 0.5em;
}
.imgBanner .item .click::before {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 80px solid #066A5E;
	border-right: 60px solid transparent;
	border-bottom: 80px solid transparent;
	border-left: 60px solid transparent;
	-webkit-transform: translatex(-50%);
	   -moz-transform: translatex(-50%);
	    -ms-transform: translatex(-50%);
	     -o-transform: translatex(-50%);
	        transform: translatex(-50%);
	z-index: -1;
}
/*------------------------------------ media */
@media screen and ( max-width: 768px ){
	.imgBanner .item p {
		text-align: left;
		font-size: 13px;
	}
}
