@charset "Shift_JIS";

/* **************************************************

Name: top.css

Description: TopPage CSS

Create: 2023.02
Update: 

Copyright 2023 Hitachi,Ltd.

***************************************************** */


#BrandingWrap {
	overflow: hidden;
	position: relative;
	max-height: 715px;
/*	max-height: 1091px;*/
	background-color: #fff;
}

#BrandingWrap .brandingImage {
	position: relative;
}
#BrandingWrap .brandingImage > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	margin: auto;
}
#BrandingWrap .brandingText {
	box-sizing: border-box;
	padding: 0 15px;
	max-width: 1275px;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
}

@media screen and (max-width: 994px) {
	#BrandingWrap .brandingText img {
		max-width: 100%;
		height: auto;
	}
}

.slick-slide img.ShowRWD {
	display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-lines {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 85px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	gap: 10px;
/*	display: block;*/
/*	width: 965px;*/
	width: 1275px;
	padding: 0;
/*	margin: 0 0 0 -482.5px;*/
	list-style: none;
	z-index: 1;
}
.slick-lines li {
	position: relative;
/*	display: inline-block;
	margin: 0 10px 0 0;*/
	cursor: pointer;
	vertical-align: top;
}
.slick-lines li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100px;
	height: 7px;
	cursor: pointer;
	color: transparent;
	background-color: #D9D9D9;
	border: 0;
	outline: none;
}
.slick-lines li button:hover,
.slick-lines li button:focus {
	outline: none;
}
.slick-lines li.slick-active button {
	background-color: #FA000F;
}
.slick-lines li.slidePause {
	position: relative;
	font-size: 0;
	line-height: 0;
	width: 12px;
	height: 12px;
	cursor: pointer;
	color: transparent;
}
.slick-lines li.slidePause:before,
.slick-lines li.slidePause:after {
	content: "";
	position: absolute;
	top: 0;
	width: 3px;
	height: 12px;
	background-color: #FA000F;
}
.slick-lines li.slidePause:before {
	left: calc(50% - 5px);
}
.slick-lines li.slidePause:after {
	right: calc(50% - 5px);
}
.slick-lines li.slidePause.isPause:before,
.slick-lines li.slidePause.isPause:after {
	background-color: transparent;
}
.slick-lines li.slidePause.isPause:after {
	content: none;
}
.slick-lines li.slidePause.isPause:before {
	top: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #FA000F;
}

@media screen and (min-width :995px) and (max-width: 1304px) {
	.slick-lines {
		width: 100%;
		padding: 0 15px;
		left: 0;
		transform: translateX(0);
	}
}
@media screen and (max-width: 994px) {
	.slick-lines {
		width: 100%;
		padding: 0 15px;
		left: 0;
		transform: translateX(0);
	}
}
@media screen and (max-width: 767px) {
	.slick-slide img.ShowRWD {	
		display: block;	
	}

	#BrandingWrap {
		max-height: 100%;
	}
	#BrandingWrap .brandingText {
		width: 100%;
		top: 30%;
		left: 50%;
		transform: translate(-50%, 0);
		text-align: center;
	}
	#BrandingWrap .brandingText img {
		width: 85%;
	}

	.slick-lines {
		gap: 8px;
		width: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 20px;
	}
	.slick-lines li button {
		width: 67px;
		height: 5px;
	}
	.slick-lines li.slidePause {
		width: 8px;
		height: 10px;
	}
	.slick-lines li.slidePause:before,
	.slick-lines li.slidePause:after {
		width: 3px;
		height: 10px;
	}
	.slick-lines li.slidePause:before {
		left: calc(50% - 4px);
	}
	.slick-lines li.slidePause:after {
		right: calc(50% - 4px);
	}
	.slick-lines li.slidePause.isPause:before {
		top: 0;
		border-width: 6px 0 6px 8px;
	}
}


.topMinusMargin {
	position: relative;
	margin-top: -65px;
}

.panelUnit {
	margin: 0 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 18px;
}
.panelUnit .panelItem {
	position: relative;
	width: calc(33.33333% - 12px);
}
.panelUnit::after{
  content:"";
  display: block;
  width: calc(33.33333% - 12px);
}
.panelUnit .panelItem .Img img {
	width: 100%;
	height: auto;
}
.panelUnit .panelItem .Title {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	font-size: 96%;
	font-weight: bold;
	color: #fff;
	background-color: rgba(12,12,12,0.60);
	text-align: center;
	box-sizing: border-box;
}
.panelUnit .panelItem .Title a {
	display: block;
	margin: -10px;
	padding: 10px 25px;
	text-decoration: none;
	color: #fff;
	background: url("/image/jp/r1/icon/icon_link_right_l_white.gif") right 15px center no-repeat;
}
.panelUnit .panelItem .Title a:hover,
.panelUnit .panelItem .Title a:active {
	background-position: right 13px center;
}

@media screen and (max-width: 767px) {
	.topMinusMargin {
		margin-top: 0;
		padding-top: 20px;
	}
	.panelUnit {
		margin: 0 0 40px;
	}
	.panelUnit .panelItem {
		width: 100%;
	}
}


.padWrap {
	padding-left: 50px;
}

h2.customStyle {
	margin: 0 0 15px;
}
h2.customStyle span {
/*	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*/
	font-size: 110%;
	font-style: normal;
}
