@charset "utf-8";
@import url('/-/media/project/hitachi/sib/css/en/r5/top/slick.css');

/* ////////////////////////////////////////////////////////////
	File Name	index.css
*/

/* Overwrite
   /css/en/r1/common.css
   /css/en/r1/responsive.css
=========================================================================================== */
#Contents .GridSet {
	width: 100%;
}
#Contents .PageTop {
	margin-left: auto;
	margin-right: auto;
	width: 965px;
}
.Section {
	padding: 0 0 0;
}
.PageTop { 
	margin-bottom:30px;
}
/* Content
=========================================================================================== */
.content * {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent none 0 0 no-repeat;
	box-sizing: border-box;
}
.content {
	overflow: hidden;
	/*margin-bottom: 20px;*/
	font-size: 16px;
	line-height: 1.7;
	color: #000000;
}
.content a {
	text-decoration: none;
}
.content img {
	width: 100%;
	vertical-align: top;
}
.content i {
	font-style: normal;
}

/* Font Size
=========================================================================================== */
@media screen and (max-width: 767px) { .content { font-size: 30px; } }
@media screen and (max-width: 749px) { .content { font-size: 29px; } }
@media screen and (max-width: 724px) { .content { font-size: 28px; } }
@media screen and (max-width: 699px) { .content { font-size: 27px; } }
@media screen and (max-width: 674px) { .content { font-size: 26px; } }
@media screen and (max-width: 649px) { .content { font-size: 25px; } }
@media screen and (max-width: 624px) { .content { font-size: 24px; } }
@media screen and (max-width: 599px) { .content { font-size: 23px; } }
@media screen and (max-width: 574px) { .content { font-size: 22px; } }
@media screen and (max-width: 549px) { .content { font-size: 21px; } }
@media screen and (max-width: 524px) { .content { font-size: 20px; } }
@media screen and (max-width: 499px) { .content { font-size: 19px; } }
@media screen and (max-width: 474px) { .content { font-size: 18px; } }
@media screen and (max-width: 449px) { .content { font-size: 17px; } }
@media screen and (max-width: 424px) { .content { font-size: 16px; } }
@media screen and (max-width: 399px) { .content { font-size: 15px; } }
@media screen and (max-width: 374px) { .content { font-size: 14px; } }
@media screen and (max-width: 349px) { .content { font-size: 13px; } }
@media screen and (max-width: 324px) { .content { font-size: 12px; } }

/* Add-bg
=========================================================================================== */
.add-bg {
	display: none !important;
}

/* Visible
=========================================================================================== */
.visible-md { display: none; }
.visible-sm { display: none; }
.visible-lg { display: block; }

/* Size
=========================================================================================== */
#size-pc,
#size-sp {
	overflow: hidden;
	height: 0;
}
#size-pc { display: block; }
#size-sp { display: none; }

/* Container
=========================================================================================== */
.content .container {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	max-width: 994px;
}
.content .container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

/* Slider
=========================================================================================== */
.content .slider {
	padding: 0 17px;
}
.content .slider:after {
	content: '';
	display: block;
	clear: both;
}
.content .slider .slick-arrow {
	position: absolute;
	z-index: 5000;
	top: 50%;
	overflow: hidden;
	margin-top: -60px;
	width: 25px; height: 76px;
	text-indent: -999em;
	background-color: #3e3a39;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	outline: 0;
	cursor: pointer;
}
.content .slider .slick-prev {
	left: 0;
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/slider_arrow_prev.png);
}
.content .slider .slick-next {
	right: 0;
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/slider_arrow_next.png);
}
.content .slider .slick-dots {
	display: table;
	margin: 26px auto 0 auto;
}
.content .slider .slick-dots li {
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
}
.content .slider .slick-dots li button {
	display: block;
	overflow: hidden;
	width: 18px; height: 18px;
	background-color: #3e3a39;
	text-indent: -999em;
	outline: 0;
	cursor: pointer;
}
.content .slider .slick-dots li.slick-active button {
	background-color: #dd000a;
	cursor: default;
}
.content .slider .block {
	float: left;
	width: 50%;
}
.content .slider .block a {
	display: block;
	position: relative;
	margin: 0 8px;
	height: 0;
	color: #fff;
}
.content .slider .block .image {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.content .slider .block .image span {
	display: block;
	position: relative;
	width: 100%; height: 100%;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.content .slider .block .image span.sp {
	display: none;
}
.content .slider .block .inner {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
}
/* ホバー */
.os-other .content .slider .slick-arrow,
.os-other .content .slider .slick-dots li button {
	-webkit-transition: opacity 0.3s ease 0s;
	        transition: opacity 0.3s ease 0s;
}
.os-other .content .slider .slick-arrow:hover {
	opacity: 0.7;
}
.os-other .content .slider .slick-dots li button:hover {
	opacity: 0.7;
}
.os-other .content .slider .slick-dots li.slick-active button:hover {
	opacity: 1;
}

/* ボタン
=========================================================================================== */
.content .btn a {
	display: table;
	padding: 12px 20px;
	background-color: #dd000a;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	        transition: background-color 0.3s ease, color 0.3s ease;
}

/* メイン
=========================================================================================== */
.content .main {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	height: 548px;
}
.content .main .wall {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: #fff;
}
.content .main .overlay {
	position: absolute;
	top: 0; left: 50%;
	margin-left: -40px;
	width: 100%; height: 100%;
	background-size: cover;
	opacity: 0;
}
.content .main .bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: #fff;
}
.content .main .bg video {
	width: 100%;
	min-width: 1200px;
}
.content .main .bg .image {
	width: 100%; height: 100%;
	min-width: 1200px;
	background: transparent url(/-/media/project/hitachi/sib/image/en/r5/top/video_jpg.jpg) 50% 0 repeat;
	background-size: cover;
}
.content .main .bg:after {
	content: '';
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: transparent url(/-/media/project/hitachi/sib/image/en/r5/top/pat.png) 0 0 repeat;
	background-size: 3px;
}
.content .main .container {
	position: relative;
	padding: 0;
	height: 100%;
}
.content .main .container:before {
	content: '';
	display: block;
	position: absolute;
	top: 18%; left: 0;
	width: 50%; height: 42%;
	background-color: rgba(255,255,255,0.2);
}
.content .main .title {
	position: relative;
	width: 100%;
}
.content .main .title img {
	position: relative;
}
.content .main .title img.sp {
	display: none;
}
.content .main .title i {
	display: block;
	position: absolute;
	top: 0; right: 50%;
	margin-right: 495px;
	width: 2000px; height: 100%;
	background-color: #000;
}
.content .main .head {
	position: absolute;
	top: 0; right: 0;
	padding-right: 10px;
	height: 100%;
	color: #fff;
}
.content .main .head .outer {
	display: table;
	height: 100%;
}
.content .main .head .inner {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.content .main .head .lead p {
	font-size: 14px;
}
.content .main .head .btn {
	margin: 12px 0 0 0;
	max-width: 290px;
	text-align: center;
}
.content .main .head .btn a {
	display: block;
	padding: 10px 10px;
	border: 2px solid #dd000a;
}
.content .main .arrow {
	display: none;
}
.content .main .ctr {
	display: none;
	position: absolute;
	bottom: 40px; right: 20px;
	width: 20px; height: 20px;
	background: transparent url(/-/media/project/hitachi/sib/image/en/r5/top/btn_ctr.png) 0 0 no-repeat;
	background-size: 20px 40px;
	cursor: pointer;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}
.os-other .content .main .ctr {
	display: block;
}
.main-stop .content .main .ctr {
	background-position: 0 -20px;
}
/* ホバー */
.content .main .head .btn a:hover {
	background-color: rgba(255,255,255,0.8);
	color: #dd000a;
}
.content .main .ctr:hover {
	opacity: 0.8;
}
/* アニメーション */
.content .main .wall {
	-webkit-transition: opacity 0.6s ease 0.2s;
	        transition: opacity 0.6s ease 0.2s;
}
.content .main .head .lead {
	-webkit-transition: opacity 0.6s ease 1.2s;
	        transition: opacity 0.6s ease 1.2s;
	opacity: 0;
}
.content .main .head .btn {
	-webkit-transition: opacity 0.6s ease 1.2s;
	        transition: opacity 0.6s ease 1.2s;
	opacity: 0;
}
.page-loaded .content .main .wall {
	opacity: 0;
}
.page-loaded-finish .content .main .wall {
	display: none;
}
.page-loaded .content .main .head .lead {
	opacity: 1;
}
.page-loaded .content .main .head .btn {
	opacity: 1;
}

.content .main .arrow {
	-webkit-animation: animArrow 3s infinite ease-out;
	animation: animArrow 3s infinite ease-out;
}
@keyframes animArrow {
	0%   { transform: translateY(0); }
	5%   { transform: translateY(-100%); }
	10%  { transform: translateY(50%); }
	15%  { transform: translateY(-30%); }
	20%  { transform: translateY(0); }
	100% { transform: translateY(0); }
}
@-webkit-keyframes animArrow {
	0%   { -webkit-transform: translateY(0); }
	5%   { -webkit-transform: translateY(-100%); }
	10%  { -webkit-transform: translateY(50%); }
	15%  { -webkit-transform: translateY(-30%); }
	20%  { -webkit-transform: translateY(0); }
	100% { -webkit-transform: translateY(0); }
}

/* HITACHI SOCIAL INNOVATION FORUM
=========================================================================================== */
.content .forum {
	padding: 90px 0;
	background-color: #e6e6e6;
}
.content .forum .container {
	padding-bottom: 60px;
}
.content .forum .image {
	width: 62.24%;
}
.content .forum .image .sp {
	display: none;
}
.content .forum .info {
	position: absolute;
	bottom: 0; right: 15px;
	padding: 4% 4%;
	width: 42.53%;
	background-color: rgba(255,255,255,0.9);
}
.content .forum .info .h {
	font-weight: bold;
	font-size: 25px;
	line-height: 1.2;
}
.content .forum .info p {
	padding: 5px 0 0 0;
	font-size: 14px;
	line-height: 1.8;
}
.content .forum .info .btn {
	margin: 10px 0 0 0;
	max-width: 340px;
}
.content .forum .info .btn a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #e50026;
	background-color: #e50026;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
}
.content .forum .info .btn a:hover {
	background-color: #fff;
	color: #c10012;
}

/* 社会の課題を解決するために
=========================================================================================== */
.content .innovation {
	position: relative;
	padding: 70px 0 120px 0;
}
.content .innovation .city,
.content .innovation .city-sp {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.content .innovation .city div,
.content .innovation .city-sp div {
	position: absolute;
}
.content .innovation .city .image01 {
	top: 0; right: 0;
	width: 370px;
}
.content .innovation .city .image02 {
	bottom: 410px; left: 0;
	width: 220px;
}
.content .innovation .city .image03 {
	bottom: 0; left: 0;
	width: 330px;
}
.content .innovation .city .image04 {
	bottom: 0; right: 0;
	width: 260px;
}
.content .innovation .city-sp {
	display: none;
}
.content .innovation .head {
	position: relative;
	text-align: center;
}
.content .innovation .head .h {
	font-weight: bold;
	font-size: 35px;
	line-height: 1.3;
}
.content .innovation .head .lead {
	margin: 10px 0 0 0;
}
.content .innovation .head .lead p {
	font-size: 14px;
}
.content .innovation .head .btn {
	margin: 30px 0 0 0;
}
.content .innovation .head .btn a {
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #e50026;
	color: #dd000a;
}
.content .innovation .future {
	position: relative;
	margin: 60px 0 0 0;
}
.content .innovation .future .h {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	color: #000;
}
.content .innovation .future .slider {
	margin: 30px -15px 0 -15px;
	padding: 0;
}
.content .innovation .future .slider .block-even {
	padding-top: 50px;
}
.content .innovation .future .slider .block a {
	overflow: hidden;
	margin: 0 15px;
	height: 282px;
}
.content .innovation .future .slider .block .base {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.content .innovation .future .slider .block .base:before,
.content .innovation .future .slider .block .base:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 100%;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}
.content .innovation .future .slider .block .base:before {
	height: 120px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}
.content .innovation .future .slider .block .base:after {
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
}
.content .innovation .future .slider .block .inner {
	height: 100%;
}
.content .innovation .future .slider .block .inner .in {
	position: absolute;
	bottom: 0; left: 0;
	padding: 0 8% 15px 8%;
	width: 100%;
}
.content .innovation .future .slider .block .title {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.content .innovation .future .slider .block .lead {
	padding: 15px 0 5px 0;
}
.content .innovation .future .slider .block p {
	font-size: 14px;
}
.content .innovation .future .slider .block .static {
	display: none;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
}
/* アニメーション */
.content .innovation .future .slider .block {
	opacity: 0;
	-webkit-transition-property: -webkit-transform, opacity;
	        transition-property: transform, opacity;
	-webkit-transition-duration: 2s, 2s;
	        transition-duration: 2s, 2s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), ease;
	        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), ease;
}
.content .innovation .future .slider .block01,
.content .innovation .future .slider .block03 {
	-webkit-transform: translateY(50px);
	        transform: translateY(50px);
}
.content .innovation .future .slider .block02,
.content .innovation .future .slider .block04 {
	-webkit-transform: translateY(-50px);
	        transform: translateY(-50px);
}
.content .innovation .future .slider .block01 {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
.content .innovation .future .slider .block02 {
	-webkit-transition-delay: 0.15s;
	        transition-delay: 0.15s;
}
.content .innovation .future .slider .block03 {
	-webkit-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}
.content .innovation .future .slider .block04 {
	-webkit-transition-delay: 0.45s;
	        transition-delay: 0.45s;
}

.content .innovation .future-active .slider .block {
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
	opacity: 1;
}

/* ホバー */
.os-other .content .innovation .head .btn a:hover {
	background-color: #e50026;
	color: #fff;
}
.os-other .content .innovation .future .slider .block a:hover .base:before {
	opacity: 0;
}
.os-other .content .innovation .future .slider .block a:hover .base:after {
	opacity: 1;
}

/* 課題への取り組み
=========================================================================================== */
.content .topics {
	padding: 100px 0 100px 0;
	background-color: #000;
}
.content .topics .head {
	margin: 0 0 30px 0;
	text-align: center;
}
.content .topics .head .h {
	font-weight: bold;
	font-size: 35px;
	line-height: 1.3;
	color: #fff;
}
.content .topics .head .lead {
	margin: 20px 0 0 0;
}
.content .topics .head .lead p {
	font-size: 17px;
	color: #fff;
}
.content .topics .list {
	margin: 0 0 0 -4px;
	width: 972px;
}
.content .topics .list:after {
	content: '';
	display: block;
	clear: both;
}
.content .topics .list .box {
	float: left;
	margin: 10px 0 0 0;
	width: 243px;
}
.content .topics .list .box a {
	display: block;
	margin: 0 5px;
	height: 100%;
	background-color: #fff;
	color: #000;
}
.content .topics .list .box .inner {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 378px;
}
.content .topics .list .box .image {
	position: relative;
	height: 234px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}
.content .topics .list .box .play {
	overflow: hidden;
	position: absolute;
	top: 0; left: 50%;
	margin: 80px 0 0 -40px;
	width: 80px; height: 80px;
	background-color: rgba(0,0,0,0.8);
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	        transition: background-color 0.3s ease;
}
.content .topics .list .box .play:after {
	content: '';
	display: block;
	position: absolute;
	top: 6.4%; right: 6.4%;
	bottom: 6.4%; left: 6.4%;
	border: 1px solid #ffffff;
	border-radius: 50%;
}
.content .topics .list .box .play i {
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: transparent url(/-/media/project/hitachi/sib/image/en/r5/top/arrow_play.png) 0 0 no-repeat;
	background-size: contain;
}
.content .topics .list .box a:hover .play {
	background-color: rgba(208,0,18,0.8);
}
.content .topics .list .box .info {
	display: table-cell;
	vertical-align: middle;
	padding: 4px 16px 12px 16px;
	width: 100%; height: 144px;
	background-color: #fff;
}
.content .topics .list .box .info .category {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
}
.content .topics .list .box .info .category i {
	display: inline-block;
	margin: 0.2em 0.2em 0 0;
	width: 1em;
	font-size: 200%;
	line-height: 1;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: transparent !important;
}
.content .topics .list .box .info .category i:before {
	content: '.';
}
.content .topics .list .box .info .title {
	margin: 8px 0 0 0;
	min-height: 40px;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
}
.content .topics .list .box .info .more {
	margin: 5px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	color: #dd000a;
}
.content .topics .list .box .info .more i {
	display: inline-block;
	padding-left: 0.2em;
}
.content .topics .btn {
	display: table;
	margin: 40px auto 0 auto;
}
.content .topics .btn a {
	display: block;
	text-align: center;
}
/* アイコン */
.content .topics .list .box .info .category i.icon-ai {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_ai.png);
}
.content .topics .list .box .info .category i.icon-analytics {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_analytics.png);
}
.content .topics .list .box .info .category i.icon-energy {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_energy.png);
}
.content .topics .list .box .info .category i.icon-life-economy {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_life_economy.png);
}
.content .topics .list .box .info .category i.icon-manufacturing {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_manufacturing.png);
}
.content .topics .list .box .info .category i.icon-robotics {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_robotics.png);
}
.content .topics .list .box .info .category i.icon-security {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_security.png);
}
.content .topics .list .box .info .category i.icon-transportation {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_transportation.png);
}
.content .topics .list .box .info .category i.icon-urban {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_urban.png);
}
.content .topics .list .box .info .category i.icon-water {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_water.png);
}
.content .topics .list .box .info .category i.icon-rd {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_rd.png);
}
/* Wサイズ / 動画サイズ */
.content .topics .list .box-w {
	width: 486px;
}
.content .topics .list .box-w .image,
.content .topics .list .box-movie .image {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	height: auto;
}
.content .topics .list .box-w .info,
.content .topics .list .box-movie .info {
	display: block;
	position: absolute;
	bottom: 0; left: 0;
	padding-top: 40px;
	padding-bottom: 28px;
	height: auto;
	background-color: transparent;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0.96) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0.96) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0.96) 100%);
}
.content .topics .list .box-w .info .category,
.content .topics .list .box-w .info .title,
.content .topics .list .box-movie .info .category,
.content .topics .list .box-movie .info .title {
	color: #fff;
}
.content .topics .list .box-w .info .title {
	font-size: 17px;
	line-height: 1.4;
}
.content .topics .list .box-w .info .category i.icon-ai,
.content .topics .list .box-movie .info .category i.icon-ai {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_ai_w.png);
}
.content .topics .list .box-w .info .category i.icon-analytics,
.content .topics .list .box-movie .info .category i.icon-analytics {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_analytics_w.png);
}
.content .topics .list .box-w .info .category i.icon-energy,
.content .topics .list .box-movie .info .category i.icon-energy {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_energy_w.png);
}
.content .topics .list .box-w .info .category i.icon-life-economy,
.content .topics .list .box-movie .info .category i.icon-life-economy {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_life_economy_w.png);
}
.content .topics .list .box-w .info .category i.icon-manufacturing,
.content .topics .list .box-movie .info .category i.icon-manufacturing {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_manufacturing_w.png);
}
.content .topics .list .box-w .info .category i.icon-robotics,
.content .topics .list .box-movie .info .category i.icon-robotics {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_robotics_w.png);
}
.content .topics .list .box-w .info .category i.icon-security,
.content .topics .list .box-movie .info .category i.icon-security {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_security_w.png);
}
.content .topics .list .box-w .info .category i.icon-transportation,
.content .topics .list .box-movie .info .category i.icon-transportation {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_transportation_w.png);
}
.content .topics .list .box-w .info .category i.icon-urban,
.content .topics .list .box-movie .info .category i.icon-urban {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_urban_w.png);
}
.content .topics .list .box-w .info .category i.icon-water,
.content .topics .list .box-movie .info .category i.icon-water {
	background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_water_w.png);
}

.content .topics .list .box-w .info .category i.icon-rd,
.content .topics .list .box-movie .info .category i.icon-rd {
	background-image: url(/-/media/project/hitachi/sib/image/jp/r5/top/icon_rd_w.png);
}

/* ホバー */
.os-other .content .topics .list .box a:hover .image {
	opacity: 0.7;
}
.os-other .content .topics .list .box a:hover .info .more span {
	text-decoration: underline;
}
.os-other .content .topics .list .box a:hover .info .more i {
	padding-left: 0.5em;
}
.os-other .content .topics .btn a:hover {
	background-color: #fff;
	color: #dd000a;
}

/* おすすめコンテンツ
=========================================================================================== */
.content .recommend {
	/*padding: 100px 0 60px 0;*/
	padding: 90px 0 60px 0;
	margin-bottom:20px;
}
.content .recommend .head {
	text-align: center;
}
.content .recommend .head .h {
	font-weight: bold;
	font-size: 35px;
	line-height: 1.3;
}
.content .recommend .slider {
	margin-top: 50px;
}
.content .recommend .slider .block a {
	padding-top: 61.5%;
}
.content .recommend .slider .block .base {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.content .recommend .slider .block .base:before,
.content .recommend .slider .block .base:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 100%;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}
.content .recommend .slider .block .base:before {
	height: 120px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}
.content .recommend .slider .block .base:after {
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
}
.content .recommend .slider .block .inner {
	height: 100%;
}
.content .recommend .slider .block .inner .in {
	position: absolute;
	bottom: 0; left: 0;
	padding: 0 8% 15px 8%;
	width: 100%;
}
.content .recommend .slider .block .title {
	padding: 0;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
}
.content .recommend .slider .block .subhead {
	margin: 5px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.content .recommend .slider .block .lead {
	padding: 15px 0 5px 0;
}
.content .recommend .slider .block .lead p {
	font-size: 17px;
}
.content .recommend .slider .block .lead .more {
	margin: 10px 0 0 0;
	font-size: 16px;
	line-height: 1.3;
	color: #dd000a;
}
.content .recommend .slider .block .lead .more i {
	display: inline-block;
	padding-left: 0.2em;
}
.content .recommend .slider .block .static {
	display: none;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
}
/* ホバー */
.os-other .content .recommend .slider .block a:hover .base:before {
	opacity: 0;
}
.os-other .content .recommend .slider .block a:hover .base:after {
	opacity: 1;
}

/*
	モーダル
=========================================================================================== */
#modalYoutubeOverlay {
	display: none;
	position: fixed;
	z-index: 9998;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.7);
}
#modalYoutube {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 50%; left: 50%;
	margin-left: -498px;
	max-width: 996px;
	width: 100%;
}
#modalYoutube:after {
	content: '';
	display: block;
	height: 60px;
}
#modalYoutube .video {
	position: relative;
	padding-top: 56.25%;
	width: 100%; height: 0;
	overflow: hidden;
}
#modalYoutube .video iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
#modalYoutube .close {
	display: block;
	float: right;
	margin-right: -10px;
	width: 60px; height: 60px;
	background: transparent url(/-/media/project/hitachi/sib/image/en/r5/top/btn_modal_close.png) 50% 50% no-repeat;
	cursor: pointer;
}
#modalYoutube .close:hover {
	opacity: 0.7;
}


/* ////////////////////////////////////////////////////////////
	Breakpoint (/css/en/r1/responsive.css)
*/
@media screen and (max-width: 994px) {

	/* Overwrite
	=========================================================================================== */
	#Contents {
		padding: 0 !important;
	}
	#Contents .GridSet {
		max-width: 100%;
		margin: 0;
	}
	#Contents .Grid4 {
		padding: 0;
	}
	#Contents .PageTop {
		padding-right: 15px;
		padding-left: 15px;
		width: auto;
	}

	/* Visible
	=========================================================================================== */
	.visible-lg { display: none; }
	.visible-sm { display: none; }
	.visible-md { display: block !important; }

	/* メイン
	=========================================================================================== */
	.content .main {
		height: auto;
	}

	/* HITACHI SOCIAL INNOVATION FORUM
	=========================================================================================== */
	.content .forum .info p br {
		display: none;
	}

	/* 社会の課題を解決するために
	=========================================================================================== */
	.content .innovation .future .slider {
		margin-left: 0;
		margin-right: 0;
		padding: 0 17px;
	}
	.content .innovation .future .slider .block-even {
		padding-top: 0;
	}
	.content .innovation .future .slider .block a {
		margin: 0 8px;
		padding-top: 58%;
		height: 0;
	}
	.content .innovation .future .slider .block .title {
		font-size: 19px;
	}
	.content .innovation .future .slider .block p {
		font-size: 16px;
	}
	.content .innovation .future .slider .block p br {
		display: none;
	}
	.content .innovation .future .slider .block .image span.pc {
		display: none;
	}
	.content .innovation .future .slider .block .image span.sp {
		display: block;
	}
	/* アニメーション */
	.content .innovation .future .slider .block {
		opacity: 1 !important;
		-webkit-transition-property: none;
		        transition-property: none;
		-webkit-transition-duration: 0;
		        transition-duration: 0;
		-webkit-transition-timing-function: ease;
		        transition-timing-function: ease;
		-webkit-transform: translateY(0px) !important;
		        transform: translateY(0px) !important;
	}

	/* 課題への取り組み
	=========================================================================================== */
	.content .topics .list {
		margin: 0 -5px;
		width: auto;
	}
	.content .topics .list .box {
		width: 33.333%;
	}
	.content .topics .list .box .inner {
		height: auto;
		min-height: 1px;
	}
	.content .topics .list .box .image {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		padding: 80% 0 0 0;
		height: 0;
	}
	.content .topics .list .box .play {
		top: 50%;
		margin: -40px 0 0 -40px;
	}
	.content .topics .list .box .info {
		position: static;
		display: block;
		padding: 4px 16px 12px 16px;
		height: auto;
		background: #fff;
	}
	.content .topics .list .box .info .category,
	.content .topics .list .box .info .title {
		color: #000;
	}
	.content .topics .list .box .info .title {
		min-height: 1px;
		font-size: 14px !important;
	}
	.content .topics .list .box .info .title br {
		display: none;
	}
	.content .topics .list .box .info .more {
		font-weight: normal;
	}
	.content .topics .list .box .info .category i.icon-ai {
		background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_ai.png);
	}
	.content .topics .list .box .info .category i.icon-analytics {
		background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_analytics.png);
	}
	.content .topics .list .box .info .category i.icon-energy {
		background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_energy.png);
	}
	.content .topics .list .box .info .category i.icon-life-economy {
		background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_life_economy.png);
	}
	.content .topics .list .box .info .category i.icon-manufacturing {
		background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_manufacturing.png);
	}
	.content .topics .list .box .info .category i.icon-robotics {
		background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_robotics.png);
	}
	.content .topics .list .box .info .category i.icon-security {
		background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_security.png);
	}
	.content .topics .list .box .info .category i.icon-transportation {
		background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_transportation.png);
	}
	.content .topics .list .box .info .category i.icon-urban {
		background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_urban.png);
	}
	.content .topics .list .box .info .category i.icon-water {
		background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_water.png);
	}
    .content .topics .list .box .info .category i.icon-rd {
		background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/icon_rd.png);
	}
	.content .recommend .slider .block .lead p br {
		display: none;
	}

}

@media screen and (max-width: 767px) {

	/* Content
	=========================================================================================== */
	.content h2,
	.content h3,
	.content h4 {
		margin: 0;
	}

	/* Visible
	=========================================================================================== */
	.visible-lg { display: none; }
	.visible-md { display: none; }
	.visible-sm { display: block !important; }

	/* Size
	=========================================================================================== */
	#size-pc { display: none; }
	#size-sp { display: block; }

	/* Container
	=========================================================================================== */
	.content .container {
		padding: 0;
		width: 86.66%;
	}

	/* Slider
	=========================================================================================== */
	.content .slider {
		margin: 0 auto !important;
		padding: 0 !important;
		width: 98% !important;
	}
	.content .slider .slick-arrow {
		margin-top: -103px;
		width: 50px; height: 150px;
	}
	.content .slider .slick-dots li {
		padding: 0 8px;
	}
	.content .slider .slick-dots li button {
		width: 30px; height: 30px;
	}
	.content .slider .block {
		width: 100%;
	}
	.content .slider .block a {
		margin: 0 50px !important;
	}
	.content .slider .block .image span.pc {
		display: none;
	}
	.content .slider .block .image span.sp {
		display: block;
	}

	/* ボタン
	=========================================================================================== */
	.content .btn a {
		display: block;
		padding: 4% 0;
		font-size: 100%;
		line-height: 1.5;
		text-align: center;
	}

	/* メイン
	=========================================================================================== */
	.content .main {
		background: #000 url(/-/media/project/hitachi/sib/image/en/r5/top/main_bg_sp.jpg) 50% 100% no-repeat;
		background-size: cover;
	}
	.content .main .overlay {
		top: 0; left: 0;
		margin: 0;
		width: 100%; height: 50%;
		background: transparent url(/-/media/project/hitachi/sib/image/en/r5/top/main_sky_sp.jpg) 0 0 no-repeat;
		background-size: cover;
		opacity: 1;
	}
	.content .main .bg {
		display: none;
	}
	.content .main .container {
		width: 100%;
	}
	.content .main .container:before {
		top: 0;
		width: 100%; height: 40%;
		background-color: rgba(255,255,255,0);
	}
	.content .main .title img.pc {
		display: none;
	}
	.content .main .title img.sp {
		display: block;
	}
	.content .main .head {
		top: 0; left: 0;
		margin: 0;
		padding: 84% 0 0 0;
		width: 100%; height: auto;
	}
	.content .main .head .outer,
	.content .main .head .inner {
		display: block;
	}
	.content .main .head .lead {
		display: none;
	}
	.content .main .head .btn {
		margin: 0 auto;
		max-width: 100%;
		width: 82%;
	}
	.content .main .head .btn a {
		display: block;
		margin: 0 auto;
		padding: 4% 0;
		width: 76%;
		background-color: transparent;
		font-size: 100%;
	}
	.content .main .head .btn a:hover {
		background-color: #dd000a;
		color: #fff;
	}
	.content .main .arrow {
		display: block;
		padding-top: 3%;
		width: 100%; height: 0;
	}
	.content .main .arrow a {
		display: block;
		margin: 0 auto;
		width: 20%;
	}
	.content .main .ctr {
		display: none !important;
	}
	.content .main .wall {
		display: none;
	}
	.content .main .head .lead {
		opacity: 1 !important;
	}
	.content .main .head .btn {
		opacity: 1 !important;
	}

	/* HITACHI SOCIAL INNOVATION FORUM
	=========================================================================================== */
	.content .forum {
		padding: 8% 0;
	}
	.content .forum .container {
		padding-bottom: 0;
	}
	.content .forum .image {
		width: 100%;
	}
	.content .forum .image .pc {
		display: none;
	}
	.content .forum .image .sp {
		display: block;
	}
	.content .forum .info {
		position: static;
		padding: 7% 8%;
		width: 100%;
	}
	.content .forum .info .h {
		font-size: 146%;
		line-height: 1.3;
	}
	.content .forum .info p {
		padding: 1% 0 4% 0;
		font-size: 94%;
		line-height: 1.5;
	}
	.content .forum .info .btn {
		margin: 0;
		max-width: 100%;
		width: 100%;
	}
	.content .forum .info .btn a {
		padding-left: 0;
		padding-right: 0;
		font-size: 96%;
		line-height: 1.5;
	}

	/* 社会の課題を解決するために
	=========================================================================================== */
	.content .innovation {
		padding: 18% 0 30% 0;
	}
	.content .innovation .city {
		display: none;
	}
	.content .innovation .city-sp {
		display: block;
	}
	.content .innovation .city-sp .image01 {
		top: 0; left: 0;
		padding: 75% 0 0 0;
		width: 100%;
	}
	.content .innovation .city-sp .image02 {
		bottom: 0; left: 0;
		width: 100%;
	}
	.content .innovation .container {
		width: 100%;
	}
	.content .innovation .head {
		margin: 0 auto;
		padding: 0 0 25% 0;
		width: 86.66%; height: auto;
	}
	.content .innovation .head .h {
		font-size: 200%;
		line-height: 1.3;
	}
	.content .innovation .head .lead {
		margin: 0;
		padding: 4% 0 0 0;
	}
	.content .innovation .head .lead p {
		font-size: 100%;
		text-align: left;
	}
	.content .innovation .head .lead p br {
		display: none;
	}
	.content .innovation .head .btn {
		margin: 0;
		padding: 7% 0 0 0;
	}
	.content .innovation .future {
		margin: 0;
	}
	.content .innovation .future .h {
		margin: 0 auto;
		padding: 0 0 4% 0;
		width: 100%;
		font-size: 166%;
		line-height: 1.3;
	}
	.content .innovation .future .slider {
		margin-top: 0;
	}
	.content .innovation .future .slider .block a {
		padding-top: 58%;
	}
	.content .innovation .future .slider .block .base:before {
		height: 120px;
	}
	.content .innovation .future .slider .block .inner {
		bottom: 100%;
		opacity: 0;
	}
	.content .innovation .future .slider .block .static {
		display: block;
		padding: 6% 8%;
	}
	.content .innovation .future .slider .block .title {
		font-size: 116% !important;
	}

	/* 課題への取り組み
	=========================================================================================== */
	.content .topics {
		padding: 18% 0 18% 0;
	}
	.content .topics .head {
		margin: 0;
		padding: 0 0 8% 0;
	}
	.content .topics .head .h {
		font-size: 200%;
		line-height: 1.3;
	}
	.content .topics .head .lead {
		margin: 0;
		padding: 5% 0 0 0;
	}
	.content .topics .head .lead p {
		font-size: 100%;
	}
	.content .topics .list {
		margin: 0 -8px;
	}
	.content .topics .list .box {
		margin: 16px 0 0 0;
		width: 50%;
	}
	.content .topics .list .box a {
		margin: 0 8px;
		padding: 0 0 5% 0;
	}
	.content .topics .list .box .image {
		padding: 90% 0 0 0;
	}
	.content .topics .list .box .info {
		padding: 1% 6% 0 6%;
	}
	.content .topics .list .box .info .category {
		font-size: 83%;
		line-height: 1.5;
	}
	.content .topics .list .box .info .category i {
		font-size: 180%;
	}
	.content .topics .list .box .info .title {
		margin: 0;
		padding: 3% 0 0 0;
		font-size: 100% !important;
		line-height: 1.3;
	}
	.content .topics .list .box .info .more {
		margin: 0;
		padding: 4% 0 0 0;
		font-size: 100%;
		line-height: 1.3;
	}
	.content .topics .btn {
		margin: 0;
		padding: 14% 0 0 0;
		width: 100%;
	}

	/* おすすめコンテンツ
	=========================================================================================== */
	.content .recommend {
		padding: 16% 0 3% 0;
	}
	.content .recommend .container {
		width: 100%;
	}
	.content .recommend .head .h {
		padding: 0 0 8% 0;
		font-size: 200%;
		line-height: 1.3;
	}
	.content .recommend .slider {
		margin-top: 0;
	}
	.content .recommend .slider .block a {
		padding-top: 63%;
	}
	.content .recommend .slider .block .base:before {
		height: 120px;
	}
	.content .recommend .slider .block .inner {
		bottom: 100%;
		opacity: 0;
	}
	.content .recommend .slider .block .static {
		display: block;
		padding: 6% 8%;
	}
	.content .recommend .slider .block .title {
		font-size: 116%;
	}
	/* ホバー */
	.os-other .content .recommend .slider .block a:hover .base:before {
		opacity: 1;
	}
	.os-other .content .recommend .slider .block a:hover .inner {
		top: 100%;
	}
	.os-other .content .recommend .slider .block a:hover .static {
		opacity: 1;
	}

	/*
		モーダル
	=========================================================================================== */
	#modalYoutube {
		overflow: hidden;
	}
	#modalYoutube:after {
		padding: 8% 0 0 0;
		height: 0;
	}
	#modalYoutube .close-wrap {
		position: relative;
		padding: 8% 0 0 0;
		height: 0;
	}
	#modalYoutube .close {
		position: absolute;
		top: 0; right: 1%;
		margin: 0;
		width: 8%; height: 80%;
		background-image: url(/-/media/project/hitachi/sib/image/en/r5/top/btn_modal_close_sp.png);
		background-size: contain;
	}

}

@media screen and (max-width: 579px) {

	/* 課題への取り組み
	=========================================================================================== */
	.content .topics .list .box .play {
		margin: -25px 0 0 -25px;
		width: 50px; height: 50px;
	}

	/* Slider
	=========================================================================================== */
	.content .slider .slick-arrow {
		margin-top: -74px;
		width: 35px; height: 100px;
	}
	.content .slider .slick-dots li {
		padding: 0 6px;
	}
	.content .slider .slick-dots li button {
		width: 22px; height: 22px;
	}
	.content .slider .block {
		width: 100%;
	}
	.content .slider .block a {
		margin: 0 35px !important;
	}

}

@media screen and (max-width: 399px) {

	/* Slider
	=========================================================================================== */
	.content .slider .slick-arrow {
		margin-top: -57px;
		width: 25px; height: 75px;
	}
	.content .slider .slick-dots li {
		padding: 0 4px;
	}
	.content .slider .slick-dots li button {
		width: 15px; height: 15px;
	}
	.content .slider .block {
		width: 100%;
	}
	.content .slider .block a {
		margin: 0 25px !important;
	}

}
