  @charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans');*/

/* ================================================================
目次
-----
00 共通CSS
01 ビジョン
02 ブランドカラー
03 テクノロジー
04 研究開発
05 Made By 痴汉俱乐部
06 IoTソリューション
07 開発ストーリー
================================================================  */


/* 00 共通CSS
================================================================ */
/* 汎用 */
html,body{
	width:100%;
	height:100%;
	margin:0;
}
body.innovation{
	min-width: 1240px;
}
body.innovation p{
	font-size: 15px;
}
h1,h2,h3,#nav_innovation p strong, #submenu{
	margin: 0;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul,ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.innovation h2 sup{
	font-size:50%;
}
.innovation a{
	outline:none;
	margin: 0;
	padding: 0;
}
.innovation a:link,.innovation a:active,.innovation a:visited{
	text-decoration:underline;
	color:#00a7ac;
}
.innovation a:hover {
	text-decoration:none;
}
p, .innovation dl, .innovation dl dd, .innovation dl dt{
	margin:0;
}
img{
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}
.innovationWrapper{
	width:1200px;
	margin:0 auto;
}
.innovation .icOtherW {
	background:url(/shared/images/ic_other.png) no-repeat right center;
	padding: 0 22px 0 0;
	margin-right: 4px;
}
.innovation .note {
	font-size: 14px;
	line-height: 1.8 !important;
	text-indent: -1em;
	padding-left: 1em;
}

.innovation #catname {
	background-color:#00a7ac;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 4px 6px 5px;
	display: table;
	margin: 0 auto 12px;
}
.innovation .linkList a {
	position: relative;
	margin-bottom: 50px;
	padding-left: 1em;
	display: inline-block;
}
.innovation .linkList a:after {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 0;
	height: 0;
	margin-top: 7px;
	border-width: 4px 0 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #00a7ac;
}
.innovation .youtubeBox {
	width:100%;
	margin: 0 auto;
}
.innovation .youtubeBox .youtube{
  position:relative;
  width:100%;
  height: 0;
  padding-top:56.25%;
}
.innovation .youtubeBox .youtube iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.innovation #contents .anchorList .col4Block .col{
	width:286px !important;
}

/* グローバルナビゲーション */
.innovation .subMenuWrapper img{
	vertical-align:inherit;
}

/* ナビゲーション */
.innovation nav#nav_innovation{
	padding:45px 0 50px 0;
	background-color: #e3e3e3;
}
.innovation nav#nav_innovation p strong{
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 15px;
	display: block;
}
.innovation nav#nav_innovation ul li{
	width: 290px;
	height: 76px;
	float: left;
	margin-bottom: 13px;
	margin-right: 13px;
	display: block;
}
.innovation nav#nav_innovation ul li:nth-child(4n){
	margin-right: 0px;
}
.innovation nav#nav_innovation ul li a{
	width: 100%;
	height: 100%;
	display: table;
	color: #00a7ac;
	background-color:rgba(255, 255, 255, 1);
	transition: background-color 0.3s ease;
	text-decoration: none;
}
.innovation nav#nav_innovation ul li a:hover{
	background-color:rgba(255, 255, 255, 0.5);
}
.innovation nav#nav_innovation ul li a p{
	display: table-cell;
	vertical-align: middle;
}
.innovation nav#nav_innovation ul li a p:first-child{
	width: 76px;
	height: 76px;
	display: block;
}
.innovation nav#nav_innovation ul li a p:last-child{
	width: 160px;
	padding:0 30px 0 20px;
	text-align: left;
	background: url(/jp/innovation/images/ico_navLink.png) no-repeat 185px center;
}
.innovation nav#nav_innovation ul li a.icOtherW p:last-child{
	width: 160px;
	padding:0 30px 0 20px;
	text-align: left;
	background: url(/shared/images/ic_other.png) no-repeat 185px center;
}
.innovation nav#nav_innovation ul li a.icOtherW{
    background-image: none;
    padding: 0;
}

/* 01 ビジョン
================================================================ */
.vision section{
	height:calc(100% - 136px) ;
	position:relative;
	background-color:#e3e3e3;
	overflow-x: hidden;
}
.vision #mainV{
	width:100%;
	height:100%;
	display:table;
	background: url(/jp/innovation/vision/images/bg_mainv.jpg) no-repeat fixed center bottom;
	background-size:cover;
}
.vision #mainV #mainVwrap{
	width:100%;
	display:table-cell;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-right: -200px;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	color:#00a7ac;
	text-align:center;
}
.vision #mainV #mainVwrap h1{
	background-color:rgba(0,167,172,0.65);
	width:200px;
	height:200px;
	margin:0 auto 10px;
	overflow:visible;
}
.vision #mainV #mainVwrap h1 img{
	width:250px;
	height:auto;
	margin-left:-25px;
	margin-top:50px;
}
.vision #visionCopy{
	margin: 60px auto 50px;
	text-align: center;
}
.vision #visionCopy #lead{
	font-family: 黎ミンY30 B;
	font-size: 26px;
	letter-spacing: 1px;
}
.vision #visionCopy #catch{
	font-family: 黎ミンY30 B;
	font-size: 52px;
	letter-spacing: 2px;
}
.vision #visiontxt{
	margin:0 auto 100px;
	width: 800px;
}
.vision #visiontxt p{
	line-height: 2.8;
	font-size: 110%;
	margin-bottom: 60px;
}
.vision #visiontxt p:nth-last-child{
	margin-bottom: 0;
}

/* ■■■ 英語版 ■■■ */
.innovationEN.vision #visionCopy #lead{
	font-family: FB Miller Display Bold;
	font-size: 24px;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.innovationEN.vision #visionCopy #catch{
	font-family: FB Miller Display Bold;
	font-size: 42px;
	letter-spacing: 1px;
}



/* 02 ブランドカラー
================================================================ */
.color section{
	overflow-x: hidden;
}
.color section #bg_colorBox{
	width: 100%;
	height:calc(100% - 136px);
	position:fixed;
}
.color section #bg_colorBox div{
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	transition: opacity 1.0s ease-out;
	background-size: cover !important;
}
.color section #bg_colorBox div.fadein{
	opacity: 1.0;
}
.color section #bg_colorBox .bg_color00{
	background: #00a7ac no-repeat fixed center center;
	opacity: 1.0;
}
.color section #bg_colorBox .bg_color01{background: url(/jp/innovation/color/images/bg_section01.jpg) no-repeat fixed center center;}
.color section #bg_colorBox .bg_color02{background: url(/jp/innovation/color/images/bg_section02.jpg) no-repeat fixed center center;}
.color section #bg_colorBox .bg_color03{background: url(/jp/innovation/color/images/bg_section03.jpg) no-repeat fixed center center;}
.color section #bg_colorBox .bg_color04{background: none;}

.color section .innovationWrapper{
	width:1200px;
	height:calc(100% - 136px) ;
	position: relative;
	margin:0 auto;
}
.color section .innovationWrapper #mainV{
	width:100%;
	height: 100%;
	display:table;
}
.color section .innovationWrapper #mainV #mainVwrap{
	width:100%;
	display:table-cell;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-right: -200px;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	color:#00a7ac;
	text-align:center;
}
.color section .innovationWrapper #mainV #mainVwrap h1{
	background-color:rgba(0,167,172,0.65);
	width:200px;
	height:200px;
	margin:0 auto 10px;
	overflow:visible;
}
.color section .innovationWrapper #mainV #mainVwrap h1 img{
	width:220px;
	height:auto;
	margin-left:-10px;
	margin-top:24px;
}


.color section .bg_color00{
	min-width:1240px;
}
.color section .bg_color00 a {
	height: 100%;
	margin: 0 auto;
	padding-top: 80px;
}
.color section .bg_color00 a span {
  position: absolute;
  bottom: 62px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 3.0s infinite;
  animation: sdb 3.0s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.color section .bg_color00 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.color section .bg_color00 a span:nth-of-type(2) {
  bottom: 46px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.color section .bg_color00 a span:nth-of-type(3) {
  bottom: 30px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .9;
  }
  100% {
    opacity: 0;
  }
}
.color section .innovationWrapper .colorPack{
	width:100%;
	/*height: 100%;
	min-height: 800px;*/
	min-height: 750px;
	height:calc(100% + 200px);
	padding-bottom: 0px;
	/*margin: 0 10%;*/
	display:block;
	position: relative;
}
.color section .innovationWrapper .colorPack .colorWrap{
	width: 100%;
	position: absolute;
	display: table;
	top: 250px;
}
.color section .innovationWrapper #color02.colorPack .colorWrap{
	width: 500px;
	right:0;
}
.color section .innovationWrapper .colorPack .colorWrap .colorBoxInner{
	width:800px;
	display:table-cell;
	position: relative;
	color:#ffffff;
}
.color section .innovationWrapper .colorBoxInner.pinning{
	position:fixed;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}
.color section .innovationWrapper .colorBoxInner h2{
	font-size: 250%;
	font-weight: 300;
	letter-spacing: 0.25em;
	margin-bottom: 30px;
}
.color section .innovationWrapper .colorBoxInner p{
	font-size: 106%;
	line-height: 2.5;
	letter-spacing: 3px;
	font-weight: 300;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ■■■ 英語版 ■■■ */
.innovationEN.color section .innovationWrapper .colorPack .colorWrap{
	top: 280px;
}
.innovationEN.color section .innovationWrapper #color02.colorPack .colorWrap{
	width: 540px;
}

.innovationEN.color section .innovationWrapper .colorBoxInner h2{
	letter-spacing: 0.1em;
}
.innovationEN.color section .innovationWrapper .colorBoxInner p{
	letter-spacing: 2px;
}



/* 03 テクノロジー
================================================================ */
/* カテゴリトップ */
.innovation #contents #contentsInner {
	padding: 0 0 20px;
}

/* 各詳細ページ */
.technology #submenu{
	width: 160px;
	display: table;
	position: fixed;
	top: 136px;
	right: -110px;
	transition: right .2s ;
	z-index: 5;
}
.technology #submenu:hover{
	right:0;
}
.technology #submenu p{
	display: table-cell;
	padding: 10px 10px 10px 15px;
	background-color: #00a7ac;
	vertical-align: middle;
	color: #ffffff;
	cursor: pointer;
}
.technology #submenu .ico-menu{
  display: inline-block;
  position: relative;
  top:10px;
  margin: 0 14px 3px 0;
  padding: 0;
  background: #fff;
}
.ico-menu, .ico-menu:before, .ico-menu:after{
  width: 20px;
  height: 3px;
}
.ico-menu:before, .ico-menu:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
}
.ico-menu:before{
  margin-top: -9px;
}
.ico-menu:after{
  margin-top: 5px;
}
.technology #submenu a strong{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}
.technology #titleBox{
	padding-top:50px;
	text-align: center;
	position: relative;
}
.technology #titleBox h1{
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	font-weight: 800;
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.technology #titleBox h1::before{
	content:"";
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 50px;
	height: 1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}
.technology #titleBox p{
	line-height: 2.0;
	margin-bottom: 40px;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.technology #titleBox #slideBox{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	/*height: 800px;*/
}
.technology #titleBox #slideBox ul{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
}
.technology .contentsBox{
	padding: 80px 0;
}
.technology .contentsBox_g{
	margin-top: -333px;
	padding: 420px 0 80px 0;
	background: url(/jp/innovation/images/bg_technology.gif) #eeeeee repeat-x center top;
}
.technology .floatL{
	width: 570px;
	float: left;
}
.technology .floatR{
	width: 570px;
	float: right;
}
.technology .contentsBox .floatL p,
.technology .contentsBox .floatR p{
	width: 570px;
}
.technology .innovationWrapper h2{
	font-size: 30px;
	font-weight: 300;
	line-height: 1.6;
	position: relative;
	margin-bottom:50px;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
}
.technology .innovationWrapper h2::before{
	content:"";
	display: inline-block;
	position: absolute;
	bottom: -15px;
	width: 40px;
	height: 1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}
.technology .innovationWrapper .floatL h2,
.technology .innovationWrapper .floatR h2{
	text-align: left;
}
.technology .innovationWrapper .floatL h2::before,
.technology .innovationWrapper .floatR h2::before{
	left: 0;
	-moz-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.technology .contentsBox_g .floatL p,
.technology .contentsBox .floatR p{
	line-height: 2.2;
	margin-bottom: 1.2em;
	width: 100%;
}
.technology .contentsBox_g p,
.technology .contentsBox p{
	line-height: 2.3;
	margin:0 auto 1.2em;
	width: 1000px;
}
.technology .contentsBox_g p:last-child{
/*	margin: 0 auto;*/
}

.technology .fullImg{
	width: 100%;
}
.technology .imgWrap{
	margin: 40px 0;
}
.technology .youtubeBox {
	margin: 50px auto 0;
}


/* ハイブリッドショベル */
.hybrid .youtubeBox{
	margin: 0 auto 30px;
	width: 1000px;
}
.technology #icoNetis{
	display: table;
	margin: 0 auto 30px;
}
.technology #icoNetis p{
	display: table-cell;
	vertical-align: middle;
}
.technology #icoNetis p:first-child{
	width:119px;
}
.technology #icoNetis p:last-child{
	margin: 0;
	width: auto;
	line-height: 1.8;
	padding-left: 20px;
}


/* iNDr */


/* 大型建設機械 */
.large .contentsBox_g .floatR{
	min-height: 1050px;
}
.large .contentsBox_last{
	position:relative;
}
.large .contentsBox_last .absoluteimg{
	position: absolute;
	z-index: -1;
	width: calc(50% - 30px);
	min-height: 1015px;
	background: url(/jp/innovation/technology/large/images/img_04.jpg) no-repeat center bottom;
	background-size: cover;
	left: 0;
	top: 0;
}
.large .contentsBox_last .floatR p:first-of-type{
	margin-bottom: 60px;
}

/* 環境リサイクル機械 */
.environment area{
	outline:none;
}
.environment .youtubeBox{
	margin: 0 auto;
	width: 1000px;
}
.environment .contentsBox_gray{
	background-color: #eeeeee;
}
.environment #emagBox{
	padding: 20px 5% 0;
	margin: 60px 0 0;
	width: 90%;
}
.environment #emagBox ul{
	width: 100%;
}
.environment #emagBox ul li{
	float: left;
	display: block;
	width: 39%;
	padding-left: 1%;
}
.environment #emagBox ul li:first-child{
	width: 20%;
	padding-left: 0;
	padding-top: 4.5%;
}
.environment #emagBox ul li img{
	display: block;
	width: 100%;
	height: auto;
}

/* Gシリーズ */
.gseries .fullImg {
	width: 1120px;
	padding: 60px 0 0 0;
	margin: 0 auto;
}

/* K-DIVE */
.kdive .youtubeBox{
	margin: 0 auto 30px;
	width: 1000px;
}
.kdive .floatR .youtubeBox{
	width: 100%;
	margin: 50px auto 0;
}
.technology .pb00 {
	padding-bottom:0px !important;
}
.technology .pt00 {
	padding-top:0px !important;
}
.technology .mt00 {
	margin-top:0px !important;
}
.contentsBox .mb40 {
    margin-bottom: 40px !important;
}
.kdive .newsBox {
	margin:20px auto 0px;
	width: 1000px;
}
.kdive .newsBox p{
    margin-bottom: 0px;
}
.kdive .newsBox ul {
    margin-left: 23px;
}
.kdive .newsBox ul li {
    list-style: disc;
    margin-bottom: 12px;
}
.kdive .announce a {
    display: block;
    width: 1000px;
    margin: 20px auto 40px auto;
    padding: 14px 0;
    font-size: 26px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #00a7ac;
    border-radius: 46px;
    letter-spacing: 0.06em;
    opacity: 1.0;
    transition: opacity .14s ease-out;
}
.kdive .announce a:hover {
    opacity: 0.72;
}
.kdive .announce a span {
    position: relative;
    padding: 0 24px 0 22px;
    background: url(/shared/images/ic_other_top.png) no-repeat 99.5% center;
}
.kdive .announce a span:after {
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #ffffff;
}


/* ■■■ 英語版 ■■■ */
.innovationEN.technology #submenu{
	right: -112px;
}
.innovationEN.technology #submenu:hover{
	right:0;
}
.innovationEN.technology #submenu p{
	padding: 10px 10px 12px 15px;
}
.innovationEN.technology #contents .link4Block .linkBox .linkText span{
	height: auto;
}
.innovationEN.technology #icoNetis{
	margin: 60px auto 30px;
}
.innovationEN .youtubeBox {
	width:100%;
	margin: 0 auto;
}
.innovationEN .youtubeBox .youtube{
  position:relative;
  width:100%;
  height: 0;
  padding-top:56.25%;
}
.innovationEN .youtubeBox .youtube iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


/* 04 研究開発
================================================================ */
.randd #submenu{
	width: 160px;
	right: -111px;
}
/* 基礎技術開発体制 */
.basic #titleBox #slideBox{
	width: 871px;
}

/* ■■■ 英語版 ■■■ */
.innovationEN.randd #submenu{
	width: 266px;
	right: -217px;
}



/* 05 Made By 痴汉俱乐部
================================================================ */
/* カテゴリ共通 */
.madeby{}

.madeby #submenu{
	width: 210px;
	right: -160px;
}

/* K-SWaT活動 */
.madeby .contentsBox_g p {
	width: 1000px;
	margin: 0 auto 1.2em;
	line-height: 2.3;
}

/* SCRUM5 */
.scrum5 #titleBox p {
	margin-bottom: 10px;
}
.scrum5 #titleBox #slideBox {
	width: 800px;
	margin: 0 auto;
}
.scrum5 .contentsBox_g {
	margin-top: 20px;
	padding: 60px 0 80px 0;
}


/* ■■■ 英語版 ■■■ */
.innovationEN.madeby #submenu{
	width: 205px;
	right: -156px;
}
.innovationEN #contents .anchorList .col4Block .col a {
	height: auto;
}




/* 06 IoTソリューション
================================================================ */
.iot .contentsBox_g {
	margin-top: -275px;
	padding: 360px 0 80px 0;
}
.iot .contentsBox_g p {
	width: 1000px;
	margin: 0 auto 1.2em;
	line-height: 2.3;
}
.iot h2 span {
	font-size: 65%;
}
.iot .floatL p {
	width: 100%;
}
.iot .linkList a {
	margin-bottom: 0px;
}



/* 07 開発ストーリー
================================================================ */
/* トップ */
.story section{
	height:calc(100% - 136px) ;
	position:relative;
	background-color:#e3e3e3;
	overflow-x: hidden;
}
.story #mainV{
	width:100%;
	height:100%;
	display:table;
	background: url(/jp/innovation/story/images/bg_mainv.jpg) no-repeat fixed center center;
	background-size:cover;
}
.story #mainV #mainVwrap{
	width:100%;
	display:table-cell;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-right: -200px;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	color:#00a7ac;
	text-align:center;
}
.story #mainV #mainVwrap h1{
	background-color:rgba(0,167,172,0.65);
	width:200px;
	height:200px;
	margin:0 auto 10px;
	overflow:visible;
}
.story #mainV #mainVwrap h1 img{
	width:250px;
	height:auto;
	margin-left:-25px;
	margin-top:24px;
}
.story #mainV #mainVwrap p{
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:2;
	margin:0 auto;
}
.story #copy_story{
	font-size:110%;
	letter-spacing:1px;
	text-align:center;
	line-height:2.2;
	margin:50px 0;
}
.story #storyLink{
	margin-bottom: 0px;
}
.story #storyLink a{
	display: block;
	margin-bottom: 1px;
	text-decoration: none;
}
.story #storyLink a dl{
	opacity:1.0;
	transition: opacity  0.2s ease;
}
.story #storyLink a:hover dl{
	opacity:0.9;
}
.story #storyLink dl.story01{
	background: url(/jp/innovation/story/images/bg_storyLink01.jpg) no-repeat center center;
	background-size:cover;
}
.story #storyLink dl.story02{
	background: url(/jp/innovation/story/images/bg_storyLink02.jpg) no-repeat center center;
	background-size:cover;
}
.story #storyLink dl.story03{
	background: url(/jp/innovation/story/images/bg_storyLink03.jpg) no-repeat center center;
	background-size:cover;
}
.story #storyLink dl.story04{
	background: url(/jp/innovation/story/images/bg_storyLink04.jpg) no-repeat center center;
	background-size:cover;
}
.story #storyLink dl.story05{
	background: url(/jp/innovation/story/images/bg_storyLink05.jpg) no-repeat center center;
	background-size:cover;
}
.story #storyLink dl.story06{
	background: url(/jp/innovation/story/images/bg_storyLink06.jpg) no-repeat center center;
	background-size:cover;
}
.story #storyLink dl.story07{
	background: url(/jp/innovation/story/images/bg_storyLink07.jpg) no-repeat center center;
	background-size:cover;
}
.story #storyLink dl.story08{
	background: url(/jp/innovation/story/images/bg_storyLink08.jpg) no-repeat center center;
	background-size:cover;
}
.story #storyLink dl.story09{
	background: url(/jp/innovation/story/images/bg_storyLink09.jpg) no-repeat center center;
	background-size:cover;
}
.story #storyLink dl.story10{
	background: url(/jp/innovation/story/images/bg_storyLink10.jpg) no-repeat center center;
	background-size:cover;
}
.story #storyLink dl.story11{
	background: url(/jp/innovation/story/images/bg_storyLink11.jpg) no-repeat center center;
	background-size:cover;
}
.story #storyLink dl.story12{
	background: url(/jp/innovation/story/images/bg_storyLink12.jpg) no-repeat center center;
	background-size:cover;
}
.story #storyLink dl.story13{
	background: url(/jp/innovation/story/images/bg_storyLink13.jpg) no-repeat center center;
	background-size:cover;
}

.story #storyLink dl div{
	width:1200px;
	padding:25px 0;
	margin:auto;
	display:table;
}
.story #storyLink dl dt{
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#00a7ac;
	display:table-cell;
	width:310px;
	border-right:1px solid #eeeeee;
}
.story #storyLink dl dt strong{
	color:#FFFFFF;
	display:block;
	font-weight:800;
	font-size:200%;
}
.story #storyLink dl dd{
	width:770px;
	display:table-cell;
	padding:0 50px 0 30px;
	vertical-align:middle;
	color:#00a7ac;
	letter-spacing: 1px;
	background: url(/jp/innovation/story/images/ico_storyLink.png) no-repeat right center;
}
.story #storyLink dl dd strong{
	color:#FFFFFF;
	display:block;
	padding-top: 3px;
	font-weight:400;
	font-size:120%;
}



/* 詳細ページ */
.story #story_mainV{
	width: 100%;
	height: calc(100% - 136px);
	min-height: 740px;
	position: relative;
}
.story #story_mainV_left{
	width: 460px;
	padding-left: 40px;
	height: 100%;
	position: absolute;
}
.story #story_mainV_left #storyTitle{
	position: relative;
	padding: 40px 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.story #story_mainV_left #storyTitle #subcopy{
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #00a7ac;
}
.story #story_mainV_left #storyTitle h1{
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 20px;
}
.story #story_mainV_left #storyTitle #storyTitle_inner{
	width: 320px;
}
.story #story_mainV_left #storyTitle #storyTitle_inner p{
	text-align: center;
}
.story #story_mainV_left #storyTitle #storyTitle_inner p:first-child{
	width: 170px;
	margin: 0 auto 15px;
}
.story #story_mainV_left #storyTitle #storyTitle_inner p:nth-child(2){
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #00a7ac;
	color: #ffffff;
	display: table;
	padding: 0px 5px 1px;
	margin: 0 auto 5px;
}
.story #story_mainV_left #storyTitle #storyTitle_inner p:nth-child(2) span{
	font-weight: 700;
	font-size: 110%;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.story #story_mainV_left #storyTitle #storyTitle_inner p:last-child{
	font-size: 14px;
}
.story #story_mainV_left #storyTitle #storyTitle_inner h2{
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	color: #00a7ac;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.story #story_mainV_left #storyTitle #storyTitle_inner p:last-child{
	color: #00a7ac;
	text-align: left;
	line-height: 1.9;
}
.story #story_mainV_right{
	width: calc(100% - 400px);
	height: 100%;
	float: right;
	background-size:cover !important;
}
.story #profileArea{
	padding:50px 0 10px;
	margin-bottom: 60px;
	background: url(/jp/innovation/story/images/bg_profile.gif) repeat 0 0;
}
.story #profileArea .profileBox{
	float: left;
	display: table;
	width: 575px;
	margin:0 50px 40px 0;
}
.story #profileArea .profileBox:nth-child(2n){
	margin:0 0 30px 0;
}
.story #profileArea .profileBox p,
.story #profileArea .profileBox dl{
	display: table-cell;
	vertical-align: top;
}
.story #profileArea .profileBox p{
	width: 120px;
	padding-right: 20px;
}
.story #profileArea .profileBox p img{}
.story #profileArea .profileBox dl{
	display: block;
	width: 430px;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.story #profileArea .profileBox dl dt{
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 2px;
}
.story #profileArea .profileBox dl dd:nth-of-type(1){
	font-size: 13px;
	margin-bottom: 10px;
}
.story #profileArea .profileBox dl dd:nth-of-type(2){
	color: #00a7ac;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 2px;
}
.story #profileArea .profileBox dl dd:nth-of-type(3){
	font-size: 13px;
	line-height: 1.8;
	font-weight: 300;
}
.story #storyInterview{
	width: 100%;
}
.story #storyInterview .story_block{
	width: 900px;
	margin: 0 auto 80px;
}
.story #storyInterview .story_block:last-of-type{
	margin: 0 auto 20px;
}
.story #storyInterview #txt_note{
	width: 900px;
	font-size: 14px;
	margin: 0 auto 80px;
}

.story #storyInterview h3{
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 32px;
	font-weight: 200;
	margin-bottom: 30px;
	text-align: center;
	color: #00a7ac;
}
.story #storyInterview p{
	line-height: 2.2;
	margin-bottom: 40px;
}
.story #storyInterview .youtubeBox {
	width:720px;
}
.story #storyInterview .story_comment{}
.story #storyInterview .story_comment p{
	float: left
}
.story #storyInterview .story_comment p:first-child{
	width: 80px;
	margin-right: 40px;
	text-align: center;
	font-size: 13px;
}
.story #storyInterview .story_comment p:first-child span{
	background-size: contain;
	width:  80px;
	height: 80px;
	border-radius: 50%;
	background-position: left top;  /* 横長画像の左上を基準に表示 */
	display: block;
	margin-bottom: 5px;
}
.story #storyInterview .story_comment p:nth-child(2){
	width: 730px;
	padding:20px 25px;
	background-color: #e5f6f7;
	position: relative;
	border-radius: 6px;
  -webkit-border-radius: 6px;
}
.story #storyInterview .story_comment p:nth-child(2)::before{
	content: "";
	position: absolute;
	left: -26px;
	top: 25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 26px 11px 0;
	border-color: transparent #e5f6f7 transparent transparent;
}
.story .caption{
	display: block;
	line-height: 1.6;
	margin-top: 8px;
	text-align: center;
	font-size: 14px;
	color: #999999;
}
.story .caption img{
	width: auto;
	height: auto;
}
.story .linkList a{
	margin-bottom:0px;
}
.story #storyInterview .youtubeBox{
	margin-bottom: 40px;
}


/* 01_K-EYEPRO */
.story_keyepro #story_mainV_right{
	background: url(/jp/innovation/story/keyepro/images/img_mainV.jpg) no-repeat center top;}
.story_keyepro #story_mainV_left #storyTitle h1 span{
	font-size: 70%;
}
.story_keyepro #storyInterview .story_comment p:first-child span.com_ochi{
	background-image: url("/jp/innovation/story/keyepro/images/img_profile01.jpg");}
.story_keyepro #storyInterview .story_comment p:first-child span.com_kinoshita{
	background-image: url("/jp/innovation/story/keyepro/images/img_profile02.jpg");}
.story_keyepro #storyInterview .story_comment p:first-child span.com_fujiwara{
	background-image: url("/jp/innovation/story/keyepro/images/img_profile03.jpg");}
.story_keyepro #storyInterview .story_comment p:first-child span.com_okada{
	background-image: url("/jp/innovation/story/keyepro/images/img_profile04.jpg");}

/* 02_TK750G*/
.story_tk750g #story_mainV_right{
	background: url(/jp/innovation/story/tk750g/images/img_mainV.jpg) no-repeat left top;}
.story_tk750g #story_mainV_left #storyTitle h1 span{
	font-size: 70%;}
.story_tk750g #storyInterview .story_comment p:first-child span.com_aoishi{
	background-image: url("/jp/innovation/story/tk750g/images/img_profile01.jpg");}
.story_tk750g #storyInterview .story_comment p:first-child span.com_higuchi{
	background-image: url("/jp/innovation/story/tk750g/images/img_profile02.jpg");}
.story_tk750g #storyInterview .story_comment p:first-child span.com_hanamoto{
	background-image: url("/jp/innovation/story/tk750g/images/img_profile03.jpg");}
.story_tk750g #storyInterview .story_comment p:first-child span.com_sasaoka{
	background-image: url("/jp/innovation/story/tk750g/images/img_profile04.jpg");}
.story_tk750g #storyInterview .story_comment p:first-child span.com_okada{
	background-image: url("/jp/innovation/story/tk750g/images/img_profile05.jpg");}
.story_tk750g #storyInterview .story_comment p:first-child span.com_miyamura{
	background-image: url("/jp/innovation/story/tk750g/images/img_profile06.jpg");}

/* 03_Kスキャン*/
.story_kscan #story_mainV_left{
	width: 480px;}
.story_kscan #story_mainV_right{
	background: url(/jp/innovation/story/kscan/images/img_mainV.jpg) no-repeat center top;}
.story_kscan #story_mainV_left #storyTitle h1 span{
	font-size: 70%;}
.story_kscan #storyInterview .story_comment p:first-child span.com_nakagawa{
	background-image: url("/jp/innovation/story/kscan/images/img_profile01.jpg");}
.story_kscan #storyInterview .story_comment p:first-child span.com_taruumi{
	background-image: url("/jp/innovation/story/kscan/images/img_profile02.jpg");}
.story_kscan #storyInterview .story_comment p:first-child span.com_matsumoto{
	background-image: url("/jp/innovation/story/kscan/images/img_profile03.jpg");}
.story_kscan #storyInterview .story_comment p:first-child span.com_tou{
	background-image: url("/jp/innovation/story/kscan/images/img_profile04.jpg");}

/* 04_SK200H-10*/
.story_sk200h_10 #story_mainV_right{
	background: url(/jp/innovation/story/sk200h_10/images/img_mainV.jpg) no-repeat left top;}
.story_sk200h_10 #story_mainV_left #storyTitle h1 span{
	font-size: 70%;}
.story_sk200h_10 #storyInterview .story_comment p:first-child span.com_yamashita{
	background-image: url("/jp/innovation/story/sk200h_10/images/img_profile01.jpg");}
.story_sk200h_10 #storyInterview .story_comment p:first-child span.com_saeki{
	background-image: url("/jp/innovation/story/sk200h_10/images/img_profile02.jpg");}
.story_sk200h_10 #storyInterview .story_comment p:first-child span.com_koiwai{
	background-image: url("/jp/innovation/story/sk200h_10/images/img_profile03.jpg");}
.story_sk200h_10 #storyInterview .story_comment p:first-child span.com_hujiwara{
	background-image: url("/jp/innovation/story/sk200h_10/images/img_profile04.jpg");}
.story_sk200h_10 #sk200h-10innovation{
	background:url("/jp/innovation/story/sk200h_10/images/bg_innovation.jpg")  #eeeeee no-repeat center center;
	padding: 50px 0 80px;
	background-size: cover;
}
.story #storyInterview #sk200h-10innovation .story_block{
	margin-bottom: 0;
}
.story_sk200h_10 #sk200h-10innovation .story_block h3{
	color: #333f48;
	font-weight: 300;
	font-size: 26px;
}
.story_sk200h_10 #sk200h-10innovation .story_block h4{
	color: #333f48;
	font-weight: 700;
	font-family:'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}
.story_sk200h_10 #sk200h-10innovation .story_block p{
	line-height: 1.8;
	margin-bottom: 20px;
}
.story_sk200h_10 #sk200h-10innovation .story_block p:first-of-type{
	margin-bottom: 30px;
}
.story_sk200h_10 #sk200h-10innovation .story_block p:last-child{
	margin-bottom: 30px;
}
.story_sk200h_10 #storyInterview #txt_note{margin: 0 auto 20px;}




/* 05_ホルナビ+プラス */
.story_horunaviplus .mediaBox{
	width: 900px;
	margin: 0 auto 40px;
}
.story_horunaviplus .mediaBox video{
	width: 100%;
	height: auto;
}
.story_horunaviplus #story_mainV_left{
	width: 500px;}
.story_horunaviplus #story_mainV_right{
	background: url(/jp/innovation/story/horunaviplus/images/img_mainV.jpg) no-repeat left top;}
.story_horunaviplus #story_mainV_left #storyTitle h1 span{
	font-size: 70%;}
.story_horunaviplus #storyInterview .story_comment p:first-child span.com_uemura{
	background-image: url("/jp/innovation/story/horunaviplus/images/img_profile01.jpg");}
.story_horunaviplus #storyInterview .story_comment p:first-child span.com_kojima{
	background-image: url("/jp/innovation/story/horunaviplus/images/img_profile02.jpg");}
.story_horunaviplus #storyInterview .story_comment p:first-child span.com_goto{
	background-image: url("/jp/innovation/story/horunaviplus/images/img_profile03.jpg");}
.story_horunaviplus #storyInterview .story_comment p:first-child span.com_numasawa{
	background-image: url("/jp/innovation/story/horunaviplus/images/img_profile04.jpg");}


/* 06_TK550G*/
.story_tk550g #story_mainV_left #storyTitle h1 {
    /*font-size: 38px;*/
    font-size: 33px;
    font-weight: 800;
    margin-bottom: 20px;
}
.story_tk550g #story_mainV_left{
	width: 500px;}
.story_tk550g #story_mainV_right{
	background: url(/jp/innovation/story/tk550g/images/img_mainV.jpg) no-repeat center top;}
.story_tk550g #story_mainV_left #storyTitle h1 span{
	font-size: 70%;}
.story_tk550g #storyInterview .story_comment p:first-child span.com_morimoto{
	background-image: url("/jp/innovation/story/tk550g/images/img_profile01.jpg");}
.story_tk550g #storyInterview .story_comment p:first-child span.com_nakazawa{
	background-image: url("/jp/innovation/story/tk550g/images/img_profile02.jpg");}
.story_tk550g #storyInterview .story_comment p:first-child span.com_kitamura{
	background-image: url("/jp/innovation/story/tk550g/images/img_profile03.jpg");}
.story_tk550g #storyInterview .story_comment p:first-child span.com_iguchi{
	background-image: url("/jp/innovation/story/tk550g/images/img_profile04.jpg");}
.story_tk550g #storyInterview .story_comment p:first-child span.com_kubo{
	background-image: url("/jp/innovation/story/tk550g/images/img_profile05.jpg");}
.story_tk550g #storyInterview #tk550ginnovation{
	background-color:#eeeeee;
	padding: 50px 0 60px;
}
.story_tk550g #storyInterview #tk550ginnovation .story_block{
	margin-bottom: 0;
}
.story_tk550g #tk550ginnovation .story_block h3{
	color: #333f48;
	font-weight: 300;
	font-size: 26px;
}
.story_tk550g #storyInterview #txt_note{
	margin: 0 auto;
}




/* 07_ict */
.story_ict #story_mainV_left #storyTitle h1 {font-size: 38px;}
.story_ict #story_mainV_left{width: 600px;}
.story_ict #story_mainV_right{
	background: url(/jp/innovation/story/ict/images/img_mainV.jpg) no-repeat center center;}
.story_ict #story_mainV_left #storyTitle h1 span{
	font-size: 70%;}
.story_ict #storyInterview .story_comment p:first-child span.com_kinukawa{
	background-image: url("/jp/innovation/story/ict/images/img_profile01.jpg");}
.story_ict #storyInterview .story_comment p:first-child span.com_adachi{
	background-image: url("/jp/innovation/story/ict/images/img_profile02.jpg");}

.story_ict #storyInterview #ictinnovation{
	background-color:#eeeeee;
	padding: 50px 0 60px;
}
.story_ict #storyInterview #ictinnovation .story_block{
	margin-bottom: 0;
}
.story_ict #ictinnovation .story_block h3{
	color: #333f48;
	font-weight: 300;
	font-size: 26px;
}

.story_ict #storyInterview .comment_right p{float: right;}
.story_ict #storyInterview .comment_right p:first-child{
	margin: 0 0 30px 40px;
}
.story_ict #storyInterview .comment_right p:nth-child(2)::before{
	border-width: 11px 0 11px 26px;
	border-color: transparent transparent transparent #e5f6f7;
	left: inherit;
	right: -26px;
}
.story_ict #storyInterview p{
	margin-bottom: 30px;
}





/* ■■■ 英語版 ■■■ */
.innovationEN.story #mainV #mainVwrap h1 img{
	width:340px;
	height:auto;
	margin-left:-70px;
	margin-top:46px;
}
.innovationEN.story #mainV #mainVwrap p{
	letter-spacing: 1px;
}

.innovationEN.story #story_mainV_left #storyTitle #subcopy{
	letter-spacing: 0px;
}
.innovationEN.story #story_mainV_left #storyTitle h1 {
    font-size: 32px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.innovationEN.story #story_mainV_left #storyTitle #storyTitle_inner p:last-child{
	line-height: 1.8;
}
.innovationEN.story_tk750g #story_mainV_left,
.innovationEN.story_kscan #story_mainV_left{
	width: 650px;
}
.innovationEN.story_sk200h_10 #story_mainV_left{
	width: 620px;
}





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

	/* 共通CSS（SP）
	================================================================ */
	/* 汎用 */

	body.innovation{
		min-width: inherit;
	}

	.innovationWrapper{
		width:90%;
		/*margin:0 auto;*/
	}
	.innovation #contents .link4Block .linkBox .spheight span{
		height:36px;
	}


	/* ナビゲーション */
	.innovation nav#nav_innovation{
		padding:20px 0 30px;
		/*background-color: #e3e3e3;*/
	}
	.innovation nav#nav_innovation p strong{
		font-size: 18px;
		text-align: center;
		/*font-weight: 700;
		margin-bottom: 15px;
		display: block;*/
	}
	.innovation nav#nav_innovation ul li{
		width: 100%;
		height: 54px;
		font-size: 14px !important;
		margin-bottom:1px;
		margin-right:0;
		float: none;
		border:none;
		/*display: block;*/
	}
	.innovation nav#nav_innovation ul li:nth-child(4n){
		/*margin-right: 0px;*/
	}
	.innovation nav#nav_innovation ul li a{
		padding:0;
		/*width: 100%;
		height: 100%;
		display: table;
		color: #00a7ac;
		background-color:rgba(255, 255, 255, 1);
		transition: background-color 0.3s ease;*/
	}
	.innovation nav#nav_innovation ul li a:hover{
		/*background-color:rgba(255, 255, 255, 0.5);*/
	}
	.innovation nav#nav_innovation ul li a p{
		/*display: table-cell;
		vertical-align: middle;*/
	}
	.innovation nav#nav_innovation ul li a p:first-child{
		width: 54px;
		height: 54px;
		display: table-cell;
	}
	.innovation nav#nav_innovation ul li a.icOtherW p:first-child{
		width: 54px;
		height: 54px;
		display: table-cell;
	}
	.innovation nav#nav_innovation ul li a p:last-child{
		width: auto;
		padding:0 35px 0 20px;
		background: url(/jp/innovation/images/ico_navLink.png) no-repeat 94% center;
	}
	.innovation nav#nav_innovation ul li a.icOtherW p:last-child{
		width: auto;
		padding:0 35px 0 20px;
		background: url(/shared/images/ic_other.png) no-repeat 94% center;
	}
	.innovation .note {
		width:calc(100% - 1em) !important;
	}
	.innovation #catname {
		letter-spacing: 0px;
		margin: 0 auto 10px;
	}
	.innovation .linkList {
		line-height: 1.6;
	}
	.innovation .linkList a {
		margin-bottom: 30px;
	}
	.innovation .linkList a:after {
		top: 0;
	}
	.innovation .contentsBox_g,
	.innovation .contentsBox{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.innovation #contents .anchorList .col2Block .col,
	.innovation #contents .anchorList .col4Block .col{
		width:100% !important;
		margin: 0 0 5px 0 !important;
	}
	.innovation #contents .anchorList .col2Block .col:last-child,
	.innovation #contents .anchorList .col4Block .col:last-child{
		margin: 0 0 10px 0 !important;
	}
	.innovation #contents .anchorList .col4Block .col a {
		display: table;
		width: 100%;
		height: 52px;
		box-sizing: border-box;
		padding: 5px 15px;
		font-size: 15px;
		font-weight: normal;
		text-decoration: none;
	}


/* ■■■ 英語版 ■■■ */
	.innovationEN #contents .anchorList .col4Block .col a {
		font-size: 14px;
	}



	/* カテゴリトップ（SP）
	================================================================ */



	/* ビジョン（SP）
	================================================================ */
	.vision section{
		height:calc(100% - 50px) ;
		/*position:relative;
		background-color:#e3e3e3;*/
	}
	.vision #mainV{
		background: url(/jp/innovation/vision/images/bg_mainv.jpg) no-repeat 85% bottom;
		background-size:cover;
		background-attachment: scroll;
	}
	.vision #mainV #mainVwrap{
		margin-right: -160px;
	}
	.vision #mainV #mainVwrap h1{
		width:150px;
		height:150px;
	}
	.vision #mainV #mainVwrap h1 img{
		width:180px;
		margin-left:-15px;
		margin-top:40px;
	}
	.vision #visionCopy{
		margin: 40px auto 50px;
	}
	.vision #visionCopy #lead{
		font-size: 16px;
		margin-bottom: 8px;
	}
	.vision #visionCopy #catch{
		font-size: 36px;
		line-height: 1.4;
	}
	.vision #visiontxt{
		margin:0 auto 40px;
		width: 100%;
	}
	.vision #visiontxt p{
		line-height: 2.5;
		font-size: 90%;
		margin-bottom: 30px;
	}

/* ■■■ 英語版 ■■■ */
.innovationEN.vision #visionCopy #lead{
	font-size: 18px;
	margin-bottom: 8px;
}
.innovationEN.vision #visionCopy #catch{
	font-size: 28px;
	line-height: 1.2;
}



/* 02 ブランドカラー（SP）
================================================================ */
body.color{
	/*overflow-x: hidden;*/
}
.color #header{
	position: relative;
	z-index: 10000;
}
.color section{
	background-color:#00a7ac;
}
.color section #bg_colorBox{
	height: 100%;
	overflow-y: visible;
	width: 100%;
	top:0px;
	position:fixed;
}
.color section #bg_colorBox .bg_color00{
	height: 100%;
	bottom: 0;
}
.color section #bg_colorBox .bg_color01{
	background: url(/jp/innovation/color/images/bg_section01.jpg) no-repeat scroll 75% center;
	background-size: cover;
	height: 100%;
}
.color section #bg_colorBox .bg_color02{
	background: url(/jp/innovation/color/images/bg_section02.jpg) no-repeat scroll 35% center;
	background-size: cover;
	height: 100%;
}
.color section #bg_colorBox .bg_color03{
	background: url(/jp/innovation/color/images/bg_section03.jpg) no-repeat scroll 80% center;
	background-size: cover;
}
.color section .innovationWrapper{
	width:90%;
	height: 100%;
}

.color section .innovationWrapper #mainV #mainVwrap{
	margin-right: 0px;
	top: 45%;
}
.color section .innovationWrapper #mainV #mainVwrap h1{
	width:150px;
	height:150px;
	margin:0 auto;
}
.color section .innovationWrapper #mainV #mainVwrap h1 img{
	width:190px;
	margin-left:-20px;
	margin-top:10px;
}
.color section .bg_color00{
	min-width:inherit;
}
.color section .innovationWrapper .colorPack{
	min-height: 600px;
	width:100%;
}
.color section .innovationWrapper .colorPack .colorWrap{
	top:15%;
}
.color section .innovationWrapper #color02.colorPack .colorWrap{
	width: 100%;
	right:inherit;
}
.color section .innovationWrapper .colorPack .colorWrap .colorBoxInner{
	width:100%;
}
.color section .innovationWrapper .colorBoxInner h2{
	font-size: 32px;
	font-weight: 200;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
	text-align: center;
}
.color section .innovationWrapper .colorBoxInner p{
	font-size: 15px;
	line-height: 2.1;
	letter-spacing: 0px;
	font-weight: 200;
}
.innovation .scrollmagic-pin-spacer #color04{
	position: inherit !important;
}


/* ■■■ 英語版 ■■■ */
.innovationEN.color section .innovationWrapper .colorPack .colorWrap{
	top: 10%;
}
.innovationEN.color section .innovationWrapper #color02.colorPack .colorWrap{
	width: 100%;
}
.innovationEN.color section .innovationWrapper .colorBoxInner h2{
	letter-spacing: 0.07em;
}
.innovationEN.color section .innovationWrapper .colorBoxInner p{
	letter-spacing: 0.08em;
	line-height: 2.0;
}
.innovationEN.color section .innovationWrapper #mainV #mainVwrap{
	top: 52%;
}




/* テクノロジー（SP）
================================================================ */
/* カテゴリトップ */
.technology #contents .anchorList .col2Block .col a {
	font-size: 15px;
	font-weight: normal;
	height: 52px;
}

.innovation #contents #contentsInner {
	padding:0;
}


/* 各詳細ページ */
.technology #submenu{
	width: 100%;
	top: 0;
	right: 0;
	position: relative;
	/*display: table;
	right: 0;
	z-index: 5;*/
}
.technology #submenu p{
	opacity:1.0;
	padding: 14px 5% 15px 5%;
}
.technology #submenu .ico-menu{
	top:11px;
  margin: 0 10px 0 0;
}
.ico-menu:before{
  margin-top: -8px;
}
.ico-menu:after{
  margin-top: 6px;
}
.technology #titleBox{
	padding-top:30px;
	padding: 30px 5% 0;
}
.technology #titleBox h1{
	font-size: 24px;
}
.technology #titleBox p{
	font-size: 90%;
	text-align: left;;
	margin-bottom: 30px;
}
.technology #titleBox #slideBox{
	height: auto;
	width: 100%;
}
.technology #titleBox #slideBox ul{
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin-left: 0px;
}
.technology .contentsBox{
	padding: 30px 0 40px;
}
.technology .contentsBox_g{
	margin-top: -115px;
	padding: 140px 0 40px 0;
	/*background-color: #eeeeee;*/
}
.technology .floatL{
	width: 100%;
	float: none;
}
.technology .floatR{
	width: 100%;
	float: none;
}
.technology .contentsBox .floatL p,
.technology .contentsBox .floatR p{
	width: 100%;
}
.technology .innovationWrapper h2{
	font-size: 20px;
	margin-bottom:30px;
	text-align: left;
}
.technology .innovationWrapper h2::before{
	bottom: -10px;
	left: 0;
	-moz-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.technology .contentsBox_g .floatL p{
	font-size: 90%;
	line-height: 2.0;
	/*margin-bottom: 1.2em;*/
}
.technology .contentsBox_g p,
.technology .contentsBox p{
	font-size: 90%;
	line-height: 2.0;
	width: 100%;
	/*margin:0 auto 1.2em;*/
}
.technology .fullImg{
	width: 100%;
}
.technology .imgWrap{
	margin: 30px 0;
}
.technology .imgWrap .floatL{
	margin-bottom: 20px;
}
.technology .youtubeBox {
	margin: 30px auto 0;
}



/* ハイブリッドショベル */
.technology #icoNetis p:first-child{
	width:80px;
}
.technology #icoNetis p:first-child img{
	width: inherit;
	height: auto;
}
.technology #icoNetis p:last-child{
	font-size: 12px;
}
.hybrid .youtubeBox{
	margin: 0 auto 30px;
	width: 100%;
}


/* iNDr */



/* 大型建設機械 */
.large .contentsBox_g .floatL p:nth-of-type(1){
	width: 100%;
	margin: 0 auto 20px;
}
.large .contentsBox_g .floatR{
	/*background: url(/jp/innovation/technology/large/images/bg_grid.gif) repeat center center;*/
	min-height: 800px;
}
.large .contentsBox_last{
	/*position:relative;*/
}
.large .contentsBox_last .absoluteimg{
	position: relative;
	width: 100%;
	height:500px;
	min-height: 100%;
}
.large .contentsBox_last .floatR p:first-of-type{
	margin-bottom: 40px;
}

/* 環境リサイクル機械 */
.environment .youtubeBox{
	margin: 30px auto 0;
	width: 100%;
}
.environment #emagBox{
	margin: 0;
}
.environment #emagBox ul li{
	float: none;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 0;
}
.environment #emagBox ul li:first-child{
	width: 70%;
	padding: 0;
	margin: 0 auto 20px;
}

/* Gシリーズ */
.gseries .fullImg {
	width: 90%;
	padding: 0;
	margin: 30px auto 0;
}

/* K-DIVE */
.kdive .youtubeBox{
	margin: 0 auto 10px;
	width: 100%;
}
.kdive .floatR .youtubeBox{
	margin: 30px auto 0 ;
}
.kdive .newsBox {
	width: 100%;
}
.kdive .newsBox ul li {
    margin-bottom: 15px;
    font-size: 90%
}
.kdive .announce a {
    width: 100%;
    box-sizing: border-box;
    font-size: 17px;
    margin: 10px auto 30px auto;
    padding: 13px 20px 13px 20px;
    line-height: 1.8;
    text-align: center;
}
.kdive .announce a span {
    padding: 0 21px 0 18px;
}
.kdive .announce a span:after {
    display: none;
}


/* ■■■ 英語版 ■■■ */
.innovationEN.technology #submenu{
	right: 0;
}
.innovationEN.technology #submenu:hover{right: 0px;}
.innovationEN.technology #submenu p{
	padding: 14px 5% 15px 5%;
}

.innovationEN.technology #icoNetis{
	margin: 30px auto 20px;
}
.innovationEN.technology #contents .link4Block .linkBox .spheight span{
	height:auto;
}






/* 04 研究開発（SP）
================================================================ */

/* 基礎技術開発体制 */
.basic #titleBox #slideBox{
	width: 100%;
}

/* ■■■ 英語版 ■■■ */
.innovationEN.randd #submenu{
	width: 100%;
	right: 0;
}


/* 05 Made By 痴汉俱乐部（SP）
================================================================ */
/* カテゴリ共通 */

/* K-SWaT活動 */
/* SCRUM5 */
.scrum5 #titleBox p {
	margin-bottom: 10px;
}
.scrum5 .contentsBox_g {
	margin-top: 30px;
	padding: 40px 0 40px 0;
}

/* ■■■ 英語版 ■■■ */
.innovationEN.madeby #contents .link4Block .linkBox .linkText {
	min-height: 50px;
}
.innovationEN.madeby #submenu{
	width: 100%;
	right: 0;
}



/* 06 IoTソリューション（SP）
================================================================ */
.iot .contentsBox_g {
	margin-top: -90px;
	padding: 120px 0 40px 0;
}
.iot .contentsBox_g p {
	width: 100%;
	margin: 0 auto 1.2em;
	line-height: 2.3;
}
.iot h2 span {
	font-size: 65%;
}
.iot .floatL p {
	width: 100%;
}
.iot .linkList a {
	margin-bottom: 0px;
}




/* 07 開発ストーリー（SP）
================================================================ */
/* トップ */
.story section{
	height:calc(100% - 50px) ;
}
.story #mainV{
	background: url(/jp/innovation/story/images/bg_mainv.jpg) no-repeat scroll center center;
	background-size:cover;
}
.story #mainV #mainVwrap h1{
	width:150px;
	height:150px;
}
.story #mainV #mainVwrap h1 img{
	width:180px;
	margin-left:-15px;
	margin-top:22px;
}
.story #mainV #mainVwrap p{
	width:90%;
	font-size: 90%;
	line-height:1.8;
	/*margin:0 auto;*/
}
.story #copy_story{
	font-size:100%;
	margin:30px auto;
	width:90%;
	line-height:2.0;
	letter-spacing:0px;
}
.story #storyLink a dl{
	font-size: 90%;
}
.story #storyLink dl div{
	width:90%;
	padding:20px 5% 15px;
}
.story #storyLink dl dt{
	display:block;
	font-size: 90%;
	width:calc(100% - 40px);
	padding:0 40px 8px 0;
	border-bottom:1px dotted #bbbbbb;
	border-right:0;
	background: url(/jp/innovation/story/images/ico_storyLink.png) no-repeat right center;
}
.story #storyLink dl dt strong{
	font-size:20px;
}
.story #storyLink dl dd{
	width:100%;
	font-size: 90%;
	display:block;
	padding:8px 0 0 0;
	background:none;
	letter-spacing: 0;
}
.story #storyLink dl dd strong{
	margin-bottom: 5px;
	font-size:100%;
}



/* 詳細ページ */
.story #story_mainV{
	height:auto;
	min-height: 300px;
	padding-bottom: 40px;
	/*width: 100%;
	position: relative;*/
}
.story #story_mainV_left{
	width: 90%;
	padding-left: 0px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.story #story_mainV_left #storyTitle{
	top: 0;
	padding: 15px 0 0 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	/*position: relative;*/
}
.story #story_mainV_left #storyTitle #subcopy{
	margin-bottom: 5px;
	font-size: 14px;
	letter-spacing: 0;
	/*display: block;
	font-weight: 400;*/
}
.story #story_mainV_left #storyTitle h1{
	font-size: 28px;
	/*font-weight: 800;
	margin-bottom: 20px;*/
}


.story #story_mainV_left #storyTitle #storyTitle_inner{
	width: 100%;
}
.story #story_mainV_left #storyTitle #storyTitle_inner p{
	/*text-align: center;*/
}
.story #story_mainV_left #storyTitle #storyTitle_inner p:first-child{
	width: 180px;
	/*margin: 0 auto 15px;*/
}
.story #story_mainV_left #storyTitle #storyTitle_inner p:nth-child(2){
	line-height: 1.4;
}

.story #story_mainV_left #storyTitle #storyTitle_inner h2{
	margin-bottom: 20px;
}
.story #story_mainV_left #storyTitle #storyTitle_inner p:last-child{
	line-height: 1.8;
	font-size: 15px;
}
.story #story_mainV_right{
	width: 100%;
	float: none;
	background-size:100% !important;
	height:auto;
	min-height: auto;
	padding-top: 71.43%;
}
.story_keyepro #story_mainV_left #storyTitle h1 span{
	font-size: 75%;
}
.story #profileArea{
	padding:40px 0 10px;
	margin-bottom: 40px;
}
.story #profileArea .profileBox{
	float: none;
	width: 100%;
	margin:0 0 30px 0;
	display: block;
}
.story #profileArea .profileBox:nth-child(2n){
	margin:0 auto 30px;
}
.story #profileArea .profileBox p,
.story #profileArea .profileBox dl{
	display: block;
	/*vertical-align: top;*/
}
.story #profileArea .profileBox p{
	width: 100px;
	margin: 0 auto 5px;;
	padding-right:0;
}
.story #profileArea .profileBox p img{}
.story #profileArea .profileBox dl{
	display: block;
	width: 100%;
}
.story #profileArea .profileBox dl dt{
	text-align: center;
}
.story #profileArea .profileBox dl dd:nth-of-type(1){
	text-align: center;
}
.story #profileArea .profileBox dl dd:nth-of-type(2){
	color: #00a7ac;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 2px;
}
.story #profileArea .profileBox dl dd:nth-of-type(3){
	font-size: 12px;
	line-height: 1.6;
	/*font-weight: 300;*/
}
.story #storyInterview{
	width: 100%;
}
.story #storyInterview .story_block{
	width: 90%;
	margin: 0 auto 50px;
}
.story #storyInterview .story_block:last-of-type{
	margin: 0 auto;
}
.story #storyInterview #txt_note{
	width: 90%;
	margin: 0 auto 40px;
}
.story #storyInterview h3{
	font-size: 22px;
	text-align: left;
}
.story #storyInterview p{
	font-size: 15px;
	line-height: 1.9;
	margin-bottom: 30px;
}
.story #storyInterview .youtubeBox {
	width:100%;
	/*margin: 40px auto;*/
}
.story #storyInterview .story_comment{}
.story #storyInterview .story_comment p{
	float: left
}
.story #storyInterview .story_comment p:first-child{
	width: 50px;
	margin-right: 20px;
}
.story #storyInterview .story_comment p:first-child span{
	width:  50px;
	height: 50px;
}
.story #storyInterview .story_comment p:nth-child(2){
	width: calc(100% - 110px);
	padding:20px;
}
.story #storyInterview .story_comment p:nth-child(2)::before{
	left: -15px;
	top: 24px;
	border-width: 10px 15px 10px 0;
}
.story .caption{
	font-size: 13px;
	text-align: left;
	line-height: 1.5;
}
.story .caption img{
	width: 100%;
	height: 100%;
}
.story .linkList a{
	margin-bottom:0px;
}
.story #storyInterview .youtubeBox{
	margin-bottom: 30px;
}


/* 03_Kスキャン*/


/* 04_SK200H-10 */
.story_sk200h_10 #sk200h-10innovation{
	background:url("/jp/innovation/story/sk200h_10/images/bg_innovation.jpg")  #eeeeee no-repeat 65% 95%;
	background-size: 225%;
	padding: 40px 0 60px;
}
.story_sk200h_10 #sk200h-10innovation .story_block h3{
	font-size: 20px;
	text-align: center;
}
.story_sk200h_10 #sk200h-10innovation .story_block h4{
	font-size: 15px;
}
.story_sk200h_10 #sk200h-10innovation .story_block p{
	line-height: 1.8;
	font-size: 14px;
}
.story_sk200h_10 #sk200h-10innovation .story_block p:first-of-type{
	margin-bottom: 30px;
}
.story_sk200h_10 #sk200h-10innovation .story_block p:last-child{
	margin-bottom: 30px;
}
.story_sk200h_10 #storyInterview #txt_note{margin: 0 auto 20px;}


/* 05_ホルナビ+ */
.story_horunaviplus .mediaBox{
	width: 100%;
	margin: 0 auto 30px;
}

/* 06_TK550G*/
.story_tk550g #storyInterview #tk550ginnovation{
	padding: 40px 0;
}
.story_tk550g #storyInterview #tk550ginnovation .story_block{
	margin-bottom: 0;
}
.story_tk550g #tk550ginnovation .story_block h3{
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.story_tk550g #storyInterview #txt_note{
	margin: 0 auto;
}

/* 07_ict */
.story_ict #storyInterview .comment_right p{float: right;}
.story_ict #storyInterview .comment_right p:first-child{margin: 0 0 30px 20px;}
.story_ict #storyInterview .comment_right p:nth-child(2)::before{
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #e5f6f7;
	left: inherit;
	right: -15px;
}



/* ■■■ 英語版 ■■■ */
.innovationEN.story #mainV #mainVwrap h1 img{
	width:280px;
	margin-left:-65px;
	margin-top:32px;
}
.innovationEN.story #story_mainV_left #storyTitle h1 {
    font-size: 26px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.innovationEN.story #story_mainV_left #storyTitle #storyTitle_inner p:last-child{
	line-height: 1.8;
}
.innovationEN.story_tk750g #story_mainV_left,
.innovationEN.story_kscan #story_mainV_left,
.innovationEN.story_sk200h_10 #story_mainV_left{
	width: 90%;
}
.innovationEN.story #storyInterview p{
	font-size: 14px;
	line-height: 1.8;
}
.innovationEN.story #storyInterview .story_comment p:first-child{
	font-size: 12px;
}





}


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

.color section .innovationWrapper .colorPack .colorWrap{
	top: 10%;
}

}



/*sk75sr_7*/
.story #storyInterview .story_comment p:first-child span.com_sakitani {
	background-image: url(/innovation/story/sk75sr_7/images/img_profile01.jpg);
}
.story #storyInterview .story_comment p:first-child span.com_yamamoto {
	background-image: url(/innovation/story/sk75sr_7/images/img_profile02.jpg);
}
.story #storyInterview .story_comment p:first-child span.com_tsuruta {
	background-image: url(/innovation/story/sk75sr_7/images/img_profile04.jpg);
}
.story_sk75sr_7.story #story_mainV_right {
	background: url(/innovation/story/sk75sr_7/images/img_mainV.jpg) no-repeat center center;
}
.story_sk75sr_7.story .image_2block .image_left {
	width: 49%;
    float: left;
    margin-bottom: 0;
}
.story_sk75sr_7.story .image_2block .image_right {
	width: 49%;
    float: right;
    margin-bottom: 0;
}
.story_sk75sr_7.story #story_mainV_left {
	width: 630px;
}
@media screen and (max-width: 767px) {
.story_sk75sr_7.story .image_2block .image_left {
	width: 100%;
    float: none;
}
.story_sk75sr_7.story .image_2block .image_right {
	width: 100%;
    float: none;
}
.story_sk75sr_7.story #story_mainV_left {
	width: 90%;
    padding-left: 0px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
}
