@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	index_main.css
*/

/* メイン
=========================================================================================== */
.content .main-pg {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 548px;
	background-color: #fff;
	text-align: center;
}

.content .Hsif {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 700px;
	background-color: #fff;
	text-align: center;
    background: url("/-/media/project/hitachi/sib/image/jp/r5/top/wide_br_sib.jpg") no-repeat;
    background-size: cover;
}

.content .Hsif h2 img {
	width: 90%;
}

.content .top-hitachi {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 480px;
	background-color: #fff;
	text-align: center;
    background: url("/-/media/project/hitachi/sib/image/jp/r5/top/main_iamhitachi.png") no-repeat center;
    background-size: cover;
}

.content .main-pg .sp {
	display: none;
}
.content .main-pg .hsi {
	margin: 0 auto;
	width: 260px;
}
.content .main-pg h2 {
	margin: 0 auto;
	padding: 20px 0 0 0;
	max-width: 860px;
	width: 100%;
}

.content .top-hitachi h2 {
    font-size: 5.0em;
    color: #FBFBFB;
    line-height: 100%;
}

.content .main-pg h3 {
	padding: 15px 0 0 0;
	font-size: 35px;
	color: #000;
}
.content .main-pg .head .lead {
	margin: 0 auto;
	padding: 25px 0 0 0;
	max-width: 680px;
}
.content .main-pg .head .lead p {
	line-height: 1.7;
}

.content .Hsif .FirstItem .head .lead {
	margin: 0 auto;
	padding: 80px 0px 0 80px;
}

.content .Hsif .LastItem .head .lead {
	margin: 0 auto;
	padding: 80px 90px 0 10px;
}

.content .top-hitachi .head .lead {
	margin: 0 auto;
	padding: 9% 0 0 0;
    max-width: 2000px;
/*    width: 28em;*/
}

.content .Hsif .head .lead p {
	font-weight: bold;
	line-height: 1.7;
    color: #fff;
    text-align: left;
    font-size: 18px;
}

.content .main-pg .head .btn {
	margin: 30px 0 0 0;
	font-size: 15px;

}

.content .Hsif .FirstItem .head .btn {
	margin: 10px 0 0 80px;
	font-size: 15px;
	text-align: left;
}

.content .Hsif .LastItem .head .btn {
	margin: 80px 0 0 30px;
	font-size: 15px;
	text-align: left;
}

.content .main-pg .head .btn a {
	margin: 0 auto;
	padding: 12px 30px;
	min-width: 200px;
	border: 1px solid #e50026;
	background-color: rgba(255,255,255,0.8);
	color: #dd000a;
}

.content .Hsif .btn a {
     display: inline-block; 
}

.content .top-hitachi .head .lead p {
	font-weight: bold;
	line-height: 1.7;
    color: #000;
    font-size: 26px;
    padding: 10px;
/*    background-color: rgba(0,0,0,0.3);*/
    margin-top: -40px;
}

.content .top-hitachi .head .btn {
	margin: 240px 0 0 0;
	font-size: 15px;
}


/* ホバー */
.content .main-pg .head .btn a:hover {
	background-color: rgba(221,0,10,0.8);
	color: #fff;
}

.content .top-hitachi .head .btn a {
	display: table;
	padding: 12px 20px;
	background-color: #dd000a;
	font-weight: bold;
	font-size: 18px;
	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-pg,
.content .main-pg .head {
	opacity: 0;
}
.page-loaded .content .main-pg {
	opacity: 1;
	-webkit-transition: opacity 0.8s linear 0s;
	        transition: opacity 0.8s linear 0s;
}
.page-loaded .content .main-pg .head {
	opacity: 1;
	-webkit-transition: opacity 0.8s linear 1s;
	        transition: opacity 0.8s linear 1s;
}

.content .top-hitachi .head .btn a:hover {
	background-color: #fff;
	color: #dd000a;
}


.content .main-pg .head .lead p.Hsif_caption {
    font-weight: normal;
    font-size: 14px;
}

.visibleSP {
    display: none;
}

@media screen and (min-width: 1500px) {

.content .top-hitachi .head .btn {
	margin: 30% 0 0 0;
	font-size: 15px;
}
}

@media screen and (max-width: 767px) {
	.content .main-pg {
		display: block;
		padding: 8% 0;
		height: auto;
		text-align: left;
	}
    
    .content .Hsif {
    background: url("/-/media/project/hitachi/sib/image/jp/r5/top/wide_br_sib_sp.jpg") no-repeat;
    background-size: cover;
}
    
    .content .top-hitachi {
    background: url("/-/media/project/hitachi/sib/image/jp/r5/top/main_iamhitachi_sp.png") no-repeat center;
    background-size: cover;
}
   
    .content .top-hitachi {
		text-align: center;
/*        padding: 0 0 48% 0;*/
	}
    
	.content .main-pg .pc {
		display: none;
	}
	.content .main-pg .sp {
		display: block;
	}
	.content .main-pg .hsi {
		width: 100%;
	}
	.content .main-pg h2 {
		padding: 6% 0 0 0;
	}
	.content .main-pg h3 {
		padding: 2% 0 0 0;
		font-size: 230%;
	}
	.content .main-pg .head .lead {
		padding: 4% 0 0 0;
		font-size: 110%;
        width: 100%;
	}
	.content .main-pg .head .lead p {
		line-height: 1.4;
	}
	.content .main-pg .head .btn {
		font-size: 110%;
	}
	.content .main-pg .head .btn a {
		padding: 3% 0;
		width: 100%;
	}
    
        .content .Hsif .head .lead p {
        text-align: center;
        font-size: 100%;
}
    
.content .top-hitachi .head .lead {
	margin: 0 auto;
    padding: 4% 0 0 0;
    max-width: none;
}
    
    .content .Hsif h2 img {
	width: 100%;
}
    
    .content .top-hitachi .head .lead p {
		line-height: 1.5;
        text-align: center;
        font-size:100%;
        margin-top: 0px;
 /*       background-color: rgba(0,0,0,0.6);*/
	}
    
.content .Hsif .FirstItem .head .lead {
	padding: 40px 0 0 0px;
}

.content .Hsif .LastItem .head .lead {
	padding: 40px 0px 0 0px;
}

.content .Hsif .FirstItem .head .btn {
	margin: 30px 0 0 0px;
	font-size: 100%;
	text-align: center;
}

.content .main-pg .head .lead p.Hsif_caption {
    font-size: 80%;
}
   
.content .top-hitachi .head .btn {
	margin: 100% 0 0 0;
}


.content .top-hitachi .head .btn a {
		display: block;
		padding: 1% 0;
		font-size: 100%;
		line-height: 1.5;
		text-align: center;
	}
 
.visibleSP {
    display: block;
}  
}
