@charset "utf-8";

/*-------------------------------
	導入事例
-------------------------------*/

.Casestudy-list{
	display: flex;
	gap: 5.8rem 6rem;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Casestudy-list__item{
	width: calc((100% - 6rem) / 2);
}
.Casestudy-list__item a{
	width: 100%;
	height: 100%;
	border-radius: 1.6rem;
	border: 1px solid #cbcbcb;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.Casestudy-list__item-image{
	width: 100%;
	height: 25rem;
	overflow: hidden;
}
.Casestudy-list__item-image img{
	transition: var(--transition);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Casestudy-list__item-inner{
	width: 100%;
	height: calc(100% - 25rem);
	padding: 3rem 2.8rem 5.8rem;
	position: relative;
}
.Casestudy-list__item-data{
	width: 100%;
	margin-bottom: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Casestudy-list__item-data-category{
	transition: var(--transition);
	font-size: 1.2rem;
	min-height: 2.8rem;
	height: auto;
	padding: .2rem 1.3rem;
	border-radius: .8rem;
	border: 1px solid #cbcbcb;
	line-height: calc(2.5 /2);
	width: fit-content;
	display: flex;
	align-items: center;
}
.Casestudy-list__item-data-corp{
	transition: var(--transition);
	font-size: 1.4rem;
	margin-left: 1.6rem;
	line-height: calc(2.5 /2);
    display: block;
}
.Casestudy-list__item-title{
	transition: var(--transition);
	font-size: 2.4rem;
	margin-bottom: 1rem;
	font-weight: 700;
	line-height: calc(3.6 / 2.4);
}
.Casestudy-list__item-title br{
	display: none;
}
.Casestudy-list__name{
	transition: var(--transition);
}
.Casestudy-list__item-inner .C-Arrow{
	position: absolute;
	right: 2.8rem;
	bottom: 2.8rem;
}

.Casestudy-list__item a:hover{
	border-color: var(--maincolor);
}
.Casestudy-list__item a:hover .Casestudy-list__item-image img{
	transform: scale(1.1);
}
.Casestudy-list__item a:hover .Casestudy-list__item-data-corp{
	color: var(--maincolor);
}
.Casestudy-list__item a:hover .Casestudy-list__item-data-category{
	color: var(--maincolor);
	border-color: var(--maincolor);
}
.Casestudy-list__item a:hover .Casestudy-list__item-title{
	color: var(--maincolor);
}
.Casestudy-list__item a:hover .Casestudy-list__name{
	color: var(--maincolor);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Casestudy-list{
		gap: 5.8rem 4rem;
	}
	.Casestudy-list__item{
		width: calc((100% - 4rem) / 2);
	}
	
}
@media screen and (max-width:960px) and (min-width: 769px){

	.Casestudy-list__item-inner{
		padding: 2rem 2rem 4.8rem;
	}
	.Casestudy-list__item-inner .C-Arrow{
		right: 2rem;
		bottom: 2rem;
	}

}
@media screen and (max-width:768px){

	.Casestudy-list{
		gap: 7rem 5rem;
	}
	.Casestudy-list__item{
		width: calc((100% - 5rem) / 2);
	}
	.Casestudy-list__item a{
		border-radius: 0;
		height: auto;
		border: none;
	}
	.Casestudy-list__item-image{
		height: 18.5rem;
		border-radius: 1.6rem;
	}
	.Casestudy-list__item-inner{
		padding: 3.6rem 0 0;
		height: auto;
	}
	.Casestudy-list__item-data{
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.Casestudy-list__item-data-category{
		font-size: 2rem;
        min-height: 5rem;
        height: auto;
		padding: .2rem 1.8rem;
		border-radius: 1.6rem;
        line-height: calc(2.5 / 2);
	}
	.Casestudy-list__item-data-corp{
		font-size: 2.2rem;
		margin-left: 2.2rem;
        line-height: calc(2.5 / 2);
	}
	.Casestudy-list__item-title{
		font-size: 3rem;
		margin-bottom: 1.5rem;
		line-height: calc(4.5 / 3);
	}
	.Casestudy-list__item-inner .C-Arrow{
		display: none;
	}

}



/*-------------------------------
	詳細
-------------------------------*/

/*----- キービジュアル */
.Keyvisual.-single{
	margin-bottom: 9.6rem;
}

/*----- 概要 */
.Overview__top{
	width: 100%;
	margin-bottom: 8.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Overview-image{
	margin-bottom: 7rem;
}
.Overview-image img{
	width: 100%;
}
.Overview-message{
	width: calc(100% - 29rem);
	padding-right: 5rem;
}
.Overview-message__title{
	font-size: 2.4rem;
	margin-bottom: 2rem;
	font-weight: 700;
	line-height: 1;
}
.Overview-message__text{
	color: var(--blackcolor2);
}
.Overview-data{
	width: 29rem;
	border-radius: 1.6rem;
	padding: 2.5rem 2rem 4rem 2.6rem;
	border: 1px solid #c2c2c2;
}
.Overview-data__item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Overview-data__item:not(:last-child){
	margin-bottom: .8rem;
}
.Overview-data__item-title{
	width: 6.8rem;
	font-size: 1.4rem;
	line-height: calc(2.2 / 1.4);
	font-weight: 700;
}
.Overview-data__item-body{
	color: var(--blackcolor2);
	width: calc(100% - 6.8rem);
	font-size: 1.4rem;
	line-height: calc(2.2 / 1.4);
}
.Overview-data__item-body a{
	line-height: calc(2.2 / 1.4);
}

.Overview-organize{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
}
.Overview-organize-block{
	width: calc((100% - 6rem) / 2);
	position: relative;
}
.Overview-organize-block:not(:last-child)::after{
	content: "";
	display: block;
	width: 3rem;
	height: 2.7rem;
	background-image: url(../images/common/icon_arrow-subcolor.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: calc(100% + 3rem);
	top: 50%;
	transform: translate(-50%,-50%);
}
.Overview-organize-block__title{
	font-size: 2rem;
	font-weight: 700;
	width: 18rem;
	height: 4rem;
	border-radius: 2rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-50%);
}
.Overview-organize-block__list{
	width: 100%;
	height: 100%;
	padding: 4.8rem 3rem 3rem;
	border-radius: 1.6rem;
	overflow: hidden;
}
.Overview-organize-block__list-item{
	color: var(--blackcolor2);
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Overview-organize-block__list-item:not(:last-child){
	margin-bottom: 1rem;
}
.Overview-organize-block__list-item::before{
	content: "・";
}

.Overview-organize-block.-before .Overview-organize-block__title{
	background: #666;
}
.Overview-organize-block.-before .Overview-organize-block__list{
	background: var(--graycolor);
}
.Overview-organize-block.-after .Overview-organize-block__title{
	background: var(--subcolor);
}
.Overview-organize-block.-after .Overview-organize-block__list{
	background: #fcf2f4;
}

.Banner{
	padding-top: 0;
}
.Banner-list{
	margin-bottom: 7.5rem;
}
.Banner-list__item{
	width: 100%;
}
.Banner-list__item:not(:last-child){
	margin-bottom: 2.5rem;
}
.Banner-list__item a{
	width: 100%;
	height: 20rem;
	padding: 1rem 5.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}
.Banner-list__item a::before{
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4000;
	opacity: .5;
}
.Banner-list__item .C-Arrow__item:nth-of-type(1){
	background-image: url(../images/common/icon_arrow-black.svg);
}
.Banner-list__item-image{
	transition: var(--transition);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.Banner-list__item-title{
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	position: relative;
	z-index: 6000;
}
.Banner-list__item.-documentmanagement .Banner-list__item-image{
	background-image: url(../images/casestudy/bg_banner-documentmanagement.jpg);
	background-image: image-set(url(../images/casestudy/bg_banner-documentmanagement.jpg) 1x, url(../images/casestudy/bg_banner-documentmanagement.jpg) 2x);
}
.Banner-list__item.-dxsolution .Banner-list__item-image{
	background-image: url(../images/casestudy/bg_banner-dxsolution.jpg);
	background-image: image-set(url(../images/casestudy/bg_banner-dxsolution.jpg) 1x, url(../images/casestudy/bg_banner-dxsolution.jpg) 2x);
}
.Banner-list__item.-processimprovement .Banner-list__item-image{
	background-image: url(../images/casestudy/bg_banner-processimprovement.jpg);
	background-image: image-set(url(../images/casestudy/bg_banner-processimprovement.jpg) 1x, url(../images/casestudy/bg_banner-processimprovement.jpg) 2x);
}
.Banner-list__item a:hover .Banner-list__item-image{
	transform: scale(1.1);
}

.C-Single-nav{
	margin-top: 0;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Overview-organize{
		flex-direction: column;
	}
	.Overview-organize-block{
		width: 100%;
		max-width: 65rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Overview-organize-block:not(:last-child){
		margin-bottom: 10rem;
	}
	.Overview-organize-block:not(:last-child)::after{
		width: 3rem;
		height: 2.7rem;
		left: 50%;
		top: calc(100% + 4rem);
		transform: translate(-50%,-50%) rotate(90deg);
	}

}
@media screen and (max-width:768px){

	/*----- キービジュアル */
	.Keyvisual.-single{
		margin-bottom: 10rem;
	}
	.Keyvisual.-single .Keyvisual__title br{
		display: none;
	}

	/*----- 概要 */
	.Overview{
		padding-bottom: 10rem;
	}
	.Overview__top{
		margin-bottom: 13rem;
		flex-direction: column;
	}
	.Overview-message{
		width: 100%;
		margin-bottom: 7rem;
		padding-right: 0;
	}
	.Overview-message__title{
		font-size: 3.6rem;
		margin-bottom: 2.5rem;
	}
	.Overview-data{
		width: 100%;
		padding: 3.5rem 4.8rem 4rem;
	}
	.Overview-data__item:not(:last-child){
		margin-bottom: 0;
	}
	.Overview-data__item-title{
		width: 13rem;
		font-size: 2.6rem;
		line-height: calc(5.2 / 2.6);
	}
	.Overview-data__item-body{
		width: calc(100% - 13rem);
		font-size: 2.6rem;
		line-height: calc(5.2 / 2.6);
	}
	.Overview-data__item-body a{
		line-height: calc(5.2 / 2.6);
	}

	.Overview-organize{
		flex-direction: column;
	}
	.Overview-organize-block{
		width: 100%;
	}
	.Overview-organize-block:not(:last-child){
		margin-bottom: 13rem;
	}
	.Overview-organize-block:not(:last-child)::after{
		width: 6rem;
		height: 5.4rem;
		left: 50%;
		top: 100%;
		transform: translate(-50%,50%) rotate(90deg);
	}
	.Overview-organize-block__title{
		font-size: 3.2rem;
		width: 27rem;
		height: 6rem;
		border-radius: 3rem;
	}
	.Overview-organize-block__list{
		padding: 5.5rem 5rem 3.5rem;
	}
	.Overview-organize-block__list-item:not(:last-child){
		margin-bottom: 1.8rem;
	}

	.Banner-list{
		margin-bottom: 15rem;
	}
	.Banner-list__item:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.Banner-list__item a{
		height: 27rem;
		padding: 1rem 5rem;
	}
	.Banner-list__item-title{
		width: calc(100% - 6rem);
		font-size: 3.6rem;
		padding-right: 9.6rem;
		line-height: calc(5.4 / 3.6);
	}

	/*----- ページナビ */
	.C-Single-nav{
		padding-top: 8rem;
	}

}