@charset "UTF-8";

/* **************************************************

Name: style2022.css
Create: 2022.03.25
Copyright 2022 Hitachi Information Engineering, Ltd.

***************************************************** */
@media screen and (max-width: 1304px) {
	.JS .RdContentsWithBgimg .Section {
		min-width: 280px;
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}

h1 {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
}
h1,h1 a:hover {
	color: #fff;
}
.elevator_hf-plus h1,
.elevator_hf-plus h1 a:hover,
.bd-stx130j h1,
.bd-stx130j h1 a:hover {
    color: #333
}



.refrigerator_gx h1 .NegativeMargin2 {
    margin-left: -25px;
}
.bd-stx130j h1 .NegativeMargin1 {
    margin-left: -10px;
}
.bd-stx130j h1 .NegativeMargin2 {
    margin-left: -22px;
}
@media screen and (max-width: 994px) {
    .refrigerator_gx h1 .NegativeMargin1 {
        margin-left: -25px;
    }
}
@media screen and (max-width: 767px) {
    .refrigerator_gx h1 .NegativeMargin1,
    .refrigerator_gx h1 .NegativeMargin2 {
        margin-left: -20px;
    }
    .bd-stx130j h1 .NegativeMargin1 {
        margin-left: -7px;
    }
    .bd-stx130j h1 .NegativeMargin2 {
        margin-left: -17px;
    }
}
@media screen and (max-width: 479px) {
    .refrigerator_gx h1 .NegativeMargin1,
    .refrigerator_gx h1 .NegativeMargin2 {
        margin-left: 0px;
    }
    .bd-stx130j h1 .NegativeMargin1 {
        margin-left: -4px;
    }
    .bd-stx130j h1 .NegativeMargin2 {
        margin-left: -11px;
    }
}

.ShowSP {
	display: none;
}
.Show994{
    display: none;
}
@media screen and (max-width: 994px) {
    .Show994{
        display: block;
    }
}
.noWrap{
	white-space: nowrap
}
.mt60 {
	margin-top: 60px;
}
.mt100 {
	margin-top: 100px;
}
.showcase h2,.showcase h2 a{
	background:none;
}
.logo {
	padding-bottom: 60px;
}
.logo a img,
.logo a:hover img {
	transition: 0.2s all linear;
}
.logo.padding25 {
	padding: 25px 0;
}
.Section .logo > div + div {
	margin-left: 60px;
}
@media screen and (max-width: 767px) {
	.JS .Section .logo > div + div.ImgLeftAdjustClear1 {
		margin-left: 60px!important;
	}
	.logo {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 479px) {
	.JS .Section .logo > div {
		float: none!important;
	}
	.JS .Section .logo > div + div.ImgLeftAdjustClear1 {
		margin-left: 0px!important;
	}
    .JS .NoneSP {
        display: none;
    }
}

#Contents img{
	image-rendering: -webkit-optimize-contrast;
}
.RdContentsWithBgimg .GridSet {
	padding: 0;
}


.bgMainImg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
.bgMainImg .MainText {
  position: absolute;	
  left: 0;
	right: 0;
	margin: auto;
	max-width: 1305px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
}
.Profile li {
	width: 100%;
	max-width: 375px!important;
}
.Profile li .Name {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
	font-size: 130%;
	line-height: 260%;
	margin-top: 20px;
}
.Profile li .Position {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 35px;
}
.GrayBorderBottom {
	border-bottom: solid 2px #ebebeb;
}
h2.RedBorder {
	background-image: none;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 230%;
	line-height: 160%;
	color: #333;
	font-weight: bold;
	position: relative;
	margin-bottom: 50px;
}
h2.RedBorder:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #ff3239;
}
.ContainerBox {
	padding-top: 100px; 
}
.BgGray {
	background-color: #f2f2f2;
}
.BgDark {
	background-color: #222;
}
.BgDark h2,
.BgDark p {
	color: #fff;
}
.bgCoverImg > div {
	width: 100%;
	height: 700px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
p.Text {
	width: 100%;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 100%;
	line-height: 200%;
	margin-bottom: 50px;
}
.photoGallery {
	display: flex;
	justify-content: space-between;
}
.photoGallery p img {
	width: 100%;
}
.ColumnContainer {
	display: flex;
	justify-content: space-between;
	margin: auto;
}
.ColumnContainer .Column_1-2 {
	width: calc( (100% - 60px) / 2 );
	min-height: 0%;
}
.ColumnContainer .Column_1-2 .ImgOnlyStyle {
	max-width: 600px;
	margin: auto;
}
.Column_1-2 .ColumnContainer.nowrap .Column_1-2 {
	margin: 0;
}
.ColumnContainer .Column_1-3 {
	max-width: 375px;
	width: calc( (100% - 120px) / 3 );
}
.OptionWideRWD #Contents .photoGallery img{
	max-width: auto;
	height: 100%;
}
.movie {
    margin-top: 60px;
}
.movie .movieLink {
    text-align: center;
}
.movie .movieLink a {
    display: inline-block;
}

@media screen and (min-width: 768px) {
	.bgMainImg {
		height: 600px;
	}
	.bgMainImg.elevator_hf-1 {
		background-image: url("/rd/research/design/product/elevator_hf-1/image/bgmain.jpg");
	}
	.bgMainImg.emiew4 {
		background-image: url("/rd/research/design/product/emiew4/image/bgmain.jpg");
	}
	.bgMainImg.refrigerator_h-type {
		background-image: url("/rd/research/design/product/refrigerator_h-type/image/bgmain.jpg");
	}
	.bgMainImg.british_railway {
		background-image: url("/rd/research/design/product/image/case_british_railway/bgmain.jpg");
	}
	.bgMainImg.pbt {
		background-image: url("/rd/research/design/product/image/case_pbt/bgmain.jpg");
	}
    .bgMainImg.spacia-x {
		background-image: url("/rd/research/design/product/spacia-x/image/bgmain.jpg");
	}
    .bgMainImg.elevator_hf-plus {
		background-image: url("/rd/research/design/product/elevator_hf-plus/image/bgmain.jpg");
	}
    .bgMainImg.refrigerator_gx {
		background-image: url("/rd/research/design/product/refrigerator_gx/image/bgmain.jpg");
	}
    .bgMainImg.refrigerator_camera {
		background-image: url("/rd/research/design/product/refrigerator_camera/image/bgmain.jpg");
	}
    .bgMainImg.bd-stx130j {
		background-image: url("/rd/research/design/product/bd-stx130j/image/bgmain.jpg");
	}
	
	
	h1 {
		font-size: 2.815rem;
		line-height: 170%;
		letter-spacing:1px;
	}
    
    .spacia-x h1,
    .elevator_hf-plus h1,
    .refrigerator_gx h1,
    .refrigerator_camera h1,
    .bd-stx130j h1 {
        line-height: 150%;
    }
    
    h1 .SmallText{
        display: block;
        line-height: 150%;
		font-size: 2rem;
        margin-bottom: 20px;
	}
    
	.bgMainImg .MainText {
		bottom: 75px;
	}
    
    .bgMainImg.spacia-x .MainText,
    .bgMainImg.elevator_hf-plus .MainText,
    .bgMainImg.refrigerator_gx .MainText,
    .bgMainImg.refrigerator_camera .MainText,
    .bgMainImg.bd-stx130j .MainText {
        bottom: 80px;
    }
    
	.photoGallery:nth-child(n + 2){
		margin-top:15px;
	}
	.photoGallery p:nth-child(n + 2){
		margin-left:15px;
	}
	.photoGallery p:first-child{
		margin-left:0;
	}
	.showcase h2{
		margin-bottom:90px;
	}
	.showcase{
		padding-bottom:25px;
	}
}
@media screen and (max-width: 767px) {
	.bgMainImg {
		height: 600px;
	}
	.bgMainImg.elevator_hf-1 {
		background-image: url("/rd/research/design/product/elevator_hf-1/image/bgmain_sp.jpg");
	}
	.bgMainImg.emiew4 {
		background-image: url("/rd/research/design/product/emiew4/image/bgmain_sp.jpg");
	}
	.bgMainImg.refrigerator_h-type {
		background-image: url("/rd/research/design/product/refrigerator_h-type/image/bgmain_sp.jpg");
	}
	.bgMainImg.british_railway {
		background-image: url("/rd/research/design/product/image/case_british_railway/bgmain_sp.jpg");
	}
	.bgMainImg.pbt {
		background-image: url("/rd/research/design/product/image/case_pbt/bgmain_sp.jpg");
	}
    .bgMainImg.spacia-x {
		background-image: url("/rd/research/design/product/spacia-x/image/bgmain_sp.jpg");
	}
    .bgMainImg.elevator_hf-plus {
		background-image: url("/rd/research/design/product/elevator_hf-plus/image/bgmain_sp.jpg");
	}
    .bgMainImg.refrigerator_gx {
		background-image: url("/rd/research/design/product/refrigerator_gx/image/bgmain_sp.jpg");
	}
    .bgMainImg.refrigerator_camera {
		background-image: url("/rd/research/design/product/refrigerator_camera/image/bgmain_sp.jpg");
	}
    .bgMainImg.bd-stx130j {
		background-image: url("/rd/research/design/product/bd-stx130j/image/bgmain_sp.jpg");
	}
    
	h1 {
		font-size: 2.3rem;
		line-height: 160%;
	}
    
    .spacia-x h1,
    .elevator_hf-plus h1,
    .refrigerator_gx h1,
    .refrigerator_camera h1,
    .bd-stx130j h1 {
        line-height: 150%;
    }
    
    h1 .SmallText{
        display: block;
        line-height: 150%;
		font-size: 1.7rem;
        margin-bottom: 20px;
	}
    
	.Text{
		font-size:0.95rem !important;
		margin-bottom:30px !important;
	}
	.bgMainImg .MainText {
		bottom: 40px;
	}
	.JS h2.RedBorder {
		margin-left: 0;
		margin-right: 0;
		font-size: 160%;
	}
	#Contents h2{
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.ColumnContainer {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.ColumnContainer .Column_1-2,
	.ColumnContainer .Column_1-3 {
    max-width: 100%;
		width: 100%;
	}
	.ColumnContainer.nowrap {
		flex-direction: row;
		justify-content: space-between;
		max-width: 600px;
	}
	.ColumnContainer.nowrap .Column_1-2 {
		width: calc( (100% - 60px) / 2 );
		max-width: 270px;
	}

	.ImgColumn > * + * {
		margin-top: 40px;
	}
	.photoGallery {
		display: block;
	}
	.photoGallery:nth-child(n + 2){
		margin-top:10px;
	}
	.photoGallery p:nth-child(n + 2) {
		margin-top:10px;
	}
	.showcase h2{
		margin-bottom:40px;
	}
}
@media screen and (max-width: 480px) {
	h1 {
		font-size: 1.6875rem;
		line-height: 170%;
	}
    
    .spacia-x h1,
    .elevator_hf-plus h1,
    .refrigerator_gx h1,
    .refrigerator_camera h1,
    .bd-stx130j h1 {
        line-height: 150%;
    }
    
    h1 .SmallText{
        display: block;
        line-height: 150%;
		font-size: 1.3rem;
        margin-bottom: 20px;
	}
    
	.bgMainImg {
		height: 400px;
		background-position: left center;
	}
	.ShowSP {
		display: block;
	}
	.bgCoverImg > div {
		height: 400px;
	}
	.ColumnContainer.nowrap .Column_1-2 {
		width: calc( (100% - 20px) / 2 );
	}

}
@media screen and (max-width: 399px) {
	.showcase h2 img{
		width:57%;
	}
	.ContainerBox {
		padding-top: 50px;
	}
	.ScrollBorder {
		height: 60px;
	}
}

.BackArrowLink {
	margin-top: 80px;
	margin-bottom: 40px;
}
.BackArrowLink p {
	font-size: 100%;
}
.BackArrowLink a {
	display: inline-block;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
	padding-left: 50px;
	background-image: url("/rd/research/design/image/icon_arrow_back.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 30px;
	color: #333;
	line-height: 200%;
	text-decoration-line: underline;
	text-decoration-color: transparent;
	transition: 0.2s all linear;
}
.BackArrowLink a:hover {
	text-decoration-color: #333;
}
_:-ms-lang(x)::-ms-backdrop, .BackArrowLink a {
	text-decoration: none;
}
_:-ms-lang(x)::-ms-backdrop, .BackArrowLink a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.BackArrowLink {
		margin-top: 30px;
	}
}

/* Column, Profile 20220309追加 */
.Profile img{
	width:100%;
}
.bgMainImg {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
}
@media screen and (min-width: 768px) {
	.Profile{
		margin-top:20px;
	}
	.Profile li.Column_1-3:nth-child(n + 2),.ColumnContainer .Column_1-2:nth-child(n + 2){
		margin-left:6%;
	}
	.ColumnContainer .Column_1-2 .Column_1-2:nth-child(n + 2){
		margin-left:10%;
	}
}
@media screen and (max-width: 767px){
	.Profile{
		margin-top:10px;
	}
}

/* Modal Window */
#modal-overlay {
	position: fixed;
	z-index: 200;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: #000;
	-ms-filter: "alpha(opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
}
#modal-contents {
	position: fixed;
	z-index: 201;
	display: none;
	width: 100%;
	max-width: 1120px;
	max-height: 630px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#iframe-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	padding-top: 56.25%;
	position: relative;
	max-width: 1120px;
	max-height: 630px;
}
#modal-contents iframe {
	width: 100%;
	height: 100%;	
	display: block;
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 0;
}
html.Modal {
	overflow-y: auto;
}