﻿@charset "utf-8";

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

Name: solution_list.css

Copyright 2021 Hitachi Document Solutions Co., Ltd.

***************************************************** */
.PageTitleStyle1 {
	margin-bottom: 0;
}
.products_digital .PageTitleStyle1 {background-image: url(/product/images/bg.png);}
.products_electricity-energy .PageTitleStyle1  {background-image: url(/energy/images/bg.png);}
.products_service .PageTitleStyle1 {background-image: url(/service/images/bg.png);}
/* .products_society-industry .PageTitleStyle1 {background-image: url(/products/society-industry/images/bg-icon.png);} */
.products_digital .PageTitleStyle1, .products_electricity-energy .PageTitleStyle1, .products_service .PageTitleStyle1 {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center !important;
	background-size: cover;u
}
.products_digital .PageTitleStyle1 h1, .products_electricity-energy .PageTitleStyle1 h1, .products_service .PageTitleStyle1 h1 {
	color: #ffffff;
	font-weight: bold;
	padding-top: 70px !important;
}
.products_digital .PageTitleStyle1 h1 span, .products_electricity-energy .PageTitleStyle1 h1 span, .products_service .PageTitleStyle1 h1 span {
	display: block;
	font-size: 0.75em;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.products_digital .PageTitleStyle1, .products_electricity-energy .PageTitleStyle1, .products_service .PageTitleStyle1 {
		background-size: cover !important;
	}
	.products_digital .PageTitleStyle1 h1, .products_electricity-energy .PageTitleStyle1 h1, .products_service .PageTitleStyle1 h1 {
		padding-top: 75px;
	}
}
.unit {
	display: inline-block;
}
#floatingMenu {
	z-index: 11 !important;
}
.MMSet {
	z-index: 12 !important;
}
#solutionList {
	position: relative;
	max-width: 1275px;
	margin: 0 auto;
}

#solutionList_header {
	height: 520px;
}

#solutionList_result {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 11;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	background: rgba(200,200,200,0.9);
}
.fix #solutionList_result {
	position: fixed;
	width: 100vw;
}
@media screen and ( max-width: 995px ) {
	#solutionList_header {
		width: 100%;
	}
	.fix #solutionList_header {
		width: calc( 100% - 30px );
	}
}
@media screen and (min-width: 768px) {
	#solutionList_header {
		position: relative !important;
	}
	#solutionList_result {
		position: sticky;
		top: 0;
	}
}
@media screen and (max-width: 767px) {
	#solutionList_result {
		overflow: hidden;
	}
}
#solutionList_num {
	font-size: 1.4em;
	color: #c00000;
}

#solutionList_switchPC {
	display: none;
	justify-content: center;
	align-content: center;
	border: 2px solid #c00000;
	border-radius: 5px;
	color: #c00000;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 36px;
	width: 210px;
	padding: 0;
	margin: 0 0 0 10px;
	vertical-align: text-bottom;
	cursor: pointer;
}
#solutionList_switchPC::before {
	content: "絞り込み設定 ▼";
}
.openPC #solutionList_switchPC::before {
	content: "閉じる ▲";
}
#solutionList_switchPC:hover {
	opacity: 0.8;
}

#solutionList_clear {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #7f7f7f;
	border-radius: 5px;
	color: #ffffff;
	font-weight: normal;
	font-size: 0.75em;
	padding: 0 25px;
	position: absolute;
	right: 20px;
	margin: 0 0 0 10px;
	vertical-align: text-bottom;
	cursor: pointer;
}
#solutionList_clear.disabled {
	border-color: #eeeeee;
	background: #eeeeee;
	cursor: default;
}
@media screen and (max-width: 767px) {
	#solutionList_clear {
		padding: 0;
		position: relative;
		right: 0;
		visibility: hidden;
		width: 50px;
	}
	.openSP #solutionList_clear {
		visibility: visible;
	}
}

#solutionList_cat {
	position: absolute;
	left: 0px;
	top: 90px;
	z-index: 10;
	box-sizing: border-box;
	width: calc( 100% + 10px );
	background: rgba(255,255,255,0.9);
}
.openPC.fix #solutionList_cat {
	position: fixed;
}
.ani.fix #solutionList_cat,
.openPC.fix #solutionList_cat {
	width: 100%;
	padding-left: calc( ( 100% - 965px ) / 2 );
	padding-right: calc( ( 100% - 965px ) / 2 - 10px );
}
@media screen and ( max-width: 995px ) {
	.ani.fix #solutionList_cat,
	.openPC.fix #solutionList_cat {
		padding-left: 15px;
		padding-right: 5px;
	}
}
.ani.fix #solutionList_cat {
	animation: catSlideOutPC 300ms ease-out;
}
@keyframes catSlideOutPC {
	0% {
		position: fixed;
		top: calc( 60px - 0% );
	}
	100% {
		position: fixed;
		top: calc( 0px - 100% );
	}
}
.ani.openPC.fix #solutionList_cat {
	position: fixed;
	animation: catSlideInPC 300ms ease-out;
}
@keyframes catSlideInPC {
	0% {
		position: fixed;
		top: calc( 0px - 100% );
	}
	100% {
		position: fixed;
		top: calc( 60px - 0% );
	}
}

#solutionList_cat .solutionList_cat_name {
	border-left: #c00000 solid 7px;
	line-height: 1;
	padding: 7px 0 5px 10px;
	margin: 0 0 10px;
	font-size: 1.2em;
}

#solutionList_cat .solutionList_cat_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc( 100% + 10px );
	padding: 0 0 20px;
	margin: 0 -10px 0 0;
}
#solutionList_cat .solutionList_cat_list:last-child {
	padding-bottom: 0;
}

#solutionList_cat .solutionList_cat_list > li {
	border: #666666 solid 1px;
	border-radius: 5px;
	background: #ffffff;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0 10px 10px 0;
	cursor: pointer;
	user-select: none;
}

#solutionList_cat .solutionList_cat_list > li.active {
	border-color: #7f7f7f;
	background: #7f7f7f;
	color: #ffffff;
}

#solutionList_cat .solutionList_cat_list > li.disabled {
	border-color: #eeeeee;
	background: #eeeeee;
	color: #ffffff;
	cursor: default;
}
@media screen and ( min-width: 768px ) {
	#solutionList_cat .solutionList_cat_list > li:hover:not(.disabled) {
		border-color: #7f7f7f;
		background: #7f7f7f;
		color: #ffffff;
		opacity: 0.8;
	}
}


#solutionList_article {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
}

#solutionList_article > a {
	display: block;
	width: calc( 33.33% - 15px );
	margin: 0 15px 15px 0;
	text-decoration: none;
	background: #ffffff;
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
	opacity: 1;
	transform: translateY(0px);
	transition-property: opacity,transform;
	transition-duration: 500ms;
	transition-timing-function: ease-out;
}

#solutionList_article > a:hover {
	opacity: 0.8;
}

#solutionList_article > a.invisible {
	transition: 0ms;
}
#solutionList_article > a.invisible,
#solutionList_article > a.ready {
	opacity: 0;
	transform: translateY(40px);
}

#solutionList_article > a > div:nth-child(1) {
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
	padding: 0 0 75%;
	overflow: hidden;
}

#solutionList_article > a > div:nth-child(1) > div:nth-child(1) {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 300ms;
	transform-origin: center;
	transform: scale(1);
	filter: blur(0);
}

#solutionList_article > a:hover > div:nth-child(1) > div:nth-child(1) {
	transform: scale(1.1);
}

#solutionList_article > a > div:nth-child(1) > div:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	word-break: break-all;
	background: rgba(0,0,0,0.7);
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4;
	padding: 10px 22px 10px 10px;
	letter-spacing: 1px;
}

#solutionList_article > a > div:nth-child(1) > div:nth-child(2)::after {
	content: ">";
	position: absolute;
	right: 10px;
	top: 10px;
}

#solutionList_article > a > div:nth-child(2) {
	word-break: break-all;
	color: #333333;
	font-size: 14px;
	line-height: 1.4;
	padding: 10px 10px;
	letter-spacing: 1px;
}

@media screen and ( max-width: 767px ) {
	#solutionList_article > a {
		width: calc( 50% - 15px );
	}
}

@media screen and ( max-width: 504px ) {
	#solutionList_article {
		display: block;
		width: auto;
		margin: 0;
	}
	#solutionList_article > a {
		position: relative;
		width: auto;
		margin: 0 0 15px 0;
	}
	#solutionList_article > a > div:nth-child(1) {
		position: static;
		display: flex;
		align-content: stretch;
		width: 100%;
		min-height: 80px;
		padding: 0;
		overflow: visible;
	}

	#solutionList_article > a > div:nth-child(1) > div:nth-child(1) {
		position: static;
		width: 80px;
		height: auto;
	}

	#solutionList_article > a:hover > div:nth-child(1) > div:nth-child(1) {
		transform: scale(1);
	}

	#solutionList_article > a > div:nth-child(1) > div:nth-child(2) {
		position: relative;
		left: auto;
		bottom: auto;
		width: calc( 100% - 80px );
	}

	#solutionList_article > a > div:nth-child(1) > div:nth-child(2)::after {
		content: ">";
		position: absolute;
		right: 10px;
		top: 10px;
	}

	#solutionList_article > a > div:nth-child(2) {
		word-break: break-all;
		color: #333333;
		font-size: 14px;
		line-height: 1.4;
		padding: 10px 10px;
		letter-spacing: 1px;
	}
}

@media screen and ( max-width: 767px ) {
	#solutionList {
		font-size: 14px;
	}
	#solutionList_header {
		width: auto;
		height: 70px!important;
		margin: 0 -15px;
	}
	#solutionList_result {
		background: rgba(255,255,255,0.95);
	}
	.openSP #solutionList_result,
	.fix #solutionList_result {
		position: fixed;
		left: 0px;
		width: 100vw;
		background: rgba(255,255,255,0.95);
	}
	#solutionList_switchPC {
		width: 100px;
	}
	#solutionList_switchPC {
		display: inline-block!important;
	}
	#solutionList_switchPC::before {
		content: "絞り込み設定 ▼";
	}
	.openSP #solutionList_switchPC::before {
		content: "閉じる ▲";
	}
	
	#solutionList_cat {
		background: rgba(200, 200, 200, 0.9);
		position: fixed;
		display: none!important;
		left: 0;
		top: auto;
		bottom: 0;
		z-index: 100;
		height: calc( 100vh - 60px )!important;
		overflow-y: scroll;
	}
	.openSP #solutionList_cat {
		display: block!important;
	}
	#solutionList_cat .solutionList_cat_name {
		position: -webkit-sticky;
		position: sticky;
		border-left: none;
		font-size: 14px;
		line-height: 14px;
		padding: 10px 10px 8px;
		font-weight: bold;
		z-index: 100;
		color: #ffffff;
		background-color: #414141;
	}
	#solutionList_cat .solutionList_cat_name:nth-child(1) {
		top: 0px;
		bottom: 64px;
	}
	#solutionList_cat .solutionList_cat_name:nth-child(3) {
		top: 32px;
		bottom: 32px;
	}
	#solutionList_cat .solutionList_cat_name:nth-child(5) {
		top: 64px;
		bottom: 0;
	}

	#solutionList_cat .solutionList_cat_list {
		box-sizing: border-box;
		width: 100%;
		padding: 0 0 10px 10px;
		margin: 0;
	}

}

.relatinalContents {
	margin-top: 60px;
}
.ColumnSetCase {
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.relatinalContents h2 {
	background-color:#737373;
	background-image: none;
	color: #ffffff;
	margin: 0;
	padding: 5px;
	text-align: center;
}
.relatinalContents h3 {
	border-left: #c00000 solid 7px;
	padding: 7px 0 5px 10px;
	margin: 30px 0 20px;
}
.relatinalContents .ColumnSetCase a {
	background-size: cover;
	display: flex;
	flex-basis: calc(25% - 10px);
	flex-direction: column;
	margin-bottom: 10px;
	text-decoration: none;
	width: calc(25% - 10px);
	margin-right: 10px;
}
.relatinalContents .ColumnSetCase h4 {
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	display: flex;
	flex-grow: 1;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 15px;
}
.relatinalContents .ColumnSetCase p {
	background: rgba(255, 255, 255, 0.8);
	color: #333333;
	font-size: 12px;
	padding: 10px 15px;
}
.relatinalContents .ColumnSetCase .case00 h4 {
	background: rgba(255, 255, 255, 0.8);
	background-image: none;
}
.relatinalContents .ColumnSetCase .case01 {
	background-image: url(/case-studies/image/case01_bg.png);
}
.relatinalContents .ColumnSetCase .case02 {
	background-image: url(/case-studies/image/case02_bg.png);
}
.relatinalContents .ColumnSetCase .case03 {
	background-image: url(/case-studies/image/case03_bg.png);
}
.relatinalContents .ColumnSetCase .case04 {
	background-image: url(/case-studies/image/case04_bg.png);
}
.relatinalContents .ColumnSetCase .case05 {
	background-image: url(/case-studies/image/case05_bg.png);
}
.relatinalContents .ColumnSetCase .case06 {
	background-image: url(/case-studies/image/case06_bg.png);
}
.relatinalContents .ColumnSetCase .case07 {
	background-image: url(/case-studies/image/case07_bg.png);
}
.relatinalContents .ColumnSetCase .case08 {
	background-image: url(/case-studies/image/case08_bg.png);
}
@media screen and ( max-width: 767px ) {
	.relatinalContents .ColumnSetCase a {
	flex-basis: calc(50% - 5px);
	width: calc(50% - 5px);
}
@media screen and ( max-width: 504px ) {
	.relatinalContents .ColumnSetCase a {
	flex-basis: 100%;
	width: 100%;
}