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

/* ================================================================ 
目次
-----
00 共通CSS
07 開発ストーリー
================================================================  */


/* 00 共通CSS
================================================================ */
/* 汎用 */
html,body{
	width:100%;
	height:100%;
	margin:0;
}
body.innovation{
	min-width: 1240px;
    margin-top: 0 !important;
}
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;
}

 /* 251023_フッターのアイコンが崩れていたので修正 */
#footerSNS img {
    width: auto;
    height: auto;
}

.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;
}




/* 07 開発ストーリー
================================================================ */

.story #story_mainV{
	width: 100%;
	height: calc(100% - 116px);
	min-height: 740px;
	position: relative;
    padding-top: 116px;
}
.story #story_mainV_left{
	width: 460px;
	padding-left: 40px;
	height: 100%;
	position: absolute;
}
.story #story_mainV_left #storyTitle{
	position: relative;
	padding: 40px 0;
	top: calc(50% - 58px);
	-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(../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(../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("../images/img_profile01.jpg");}
.story_keyepro #storyInterview .story_comment p:first-child span.com_kinoshita{
	background-image: url("../images/img_profile02.jpg");}
.story_keyepro #storyInterview .story_comment p:first-child span.com_fujiwara{
	background-image: url("../images/img_profile03.jpg");}
.story_keyepro #storyInterview .story_comment p:first-child span.com_okada{
	background-image: url("../images/img_profile04.jpg");}






@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 .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;
	}




/* 07 開発ストーリー（SP）
================================================================ */

.story #story_mainV{
	height:auto;
	min-height: 300px;
	padding-bottom: 40px;
    padding-top: 0;
	/*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;
}
}


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

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

}
