@charset "UTF-8";
/* CSS Document */

.Performance__categoly{
 	/*display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items: flex-start;*/
	display: block;
	
	font-size: 2rem;
	color:#333;
	margin-bottom: 0.5em;
 	}
.Performance__categoly li{
	display: inline;
 	}
.Performance__infoList{
 	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
 	}
.Performance__infoList span{
 	padding-right: 0.5rem;
	color:var(--kblue-deep);
 	}
.Performance__img{
	width:100%;
	aspect-ratio: 5 / 3;
	background-size:cover;
	background-position: center;
	}

.Performance__content{
	margin: 5rem 0;
	} 
	

.HeadingPrimary.Performance__Heading{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap:3rem;
	}
.HeadingPrimary.Performance__Heading .Heading__body{
	width:calc(60% - 3rem);
	margin: 0;
	 border-bottom:none;
	 display: block;
	 }
	.HeadingPrimary.Performance__Heading .Heading.Performance__ttl{
		 margin: 0 0 0.5em 0;
		 color:#333;
		 border-bottom:none;
		 }
.HeadingPrimary.Performance__Heading .Heading__Img{
	width:40%;
	 }
	@media only screen and (min-width: 560px) and (max-width: 959px) {
	  .HeadingPrimary.Performance__Heading .Heading__body,
	  .HeadingPrimary.Performance__Heading .Heading__Img{
		width:100%;
	  }
	}
	@media only screen and (max-width: 559px) {
	  .HeadingPrimary.Performance__Heading .Heading__body,
	  .HeadingPrimary.Performance__Heading .Heading__Img{
		width:100%;
	  }
	}


#Performance .Button__List .Button__text{
padding: 3rem 2rem;
font-size: 1.8rem;
}
		@media only screen and (min-width: 560px) and (max-width: 959px) {
			#Performance .Button__List .Button__text{
			padding: 2rem 2rem;
			font-size: 1.6rem;
			}
		}
		@media only screen and (max-width: 559px) {
			#Performance .Button__List{
			gap:0.2rem;
			}
			#Performance .Button__List .Button__text{
			padding: 1.5rem;
			font-size: 1.4rem;
			}
		}
#Performance .Performance__cardList{
margin: 4rem 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: stretch;
	align-content: flex-start;
	gap:3rem;
}
#Performance .Performance__cardItem{
	width:calc(33.33% - 3rem);
	position: relative;
	}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  #Performance .Performance__cardItem {
    width:calc(50% - 2rem);
  }
}
@media only screen and (max-width: 559px) {
  #Performance .Performance__cardItem {
    width:100%;
	margin: 0;
  }
}

#Performance .PerformanceCard{
	padding: 1.5rem 1.5rem 5rem 1.5rem;
	background:var(--gray-exlight);
	border:1px solid;
	border-color: var(--gray-line);
	
	height: 100%;
	}
/*#Performance .PerformanceCard{
overflow: hidden;
	}*/
#Performance a .PerformanceCard{
	color:#666;
	}
	
.PerformanceCard .Performance__imgWrap{
	display: block;
	width:100%;
	aspect-ratio: 5 / 3;
	overflow: hidden;
	  }
.PerformanceCard .Performance__img{
	  display: block;
	  width:100%;
	  margin: 0 auto;
	  }

  .PerformanceCard__body{
  width:100%;
  padding: 0 1rem;
  margin: 1.5rem 0 0 0;
  }
  .PerformanceCard__body .Performance__ttl{
	 margin: 0.5rem 0 0.5em 0;
	 font-size: 2.2rem;
	 color:#333;
	 }
.PerformanceCard__body .Performance__categoly{
	font-size: 1.6rem;
 	}
.PerformanceCard__body .Performance__infoList{
	font-size: 1.4rem;
 	}
.PerformanceCard__button{
	width:30px;
	height: 30px;
	position: absolute;
	overflow: hidden;
	right: 0;
	bottom:0;
	}
.PerformanceCard__button .Button{
	width:100%;
	height: 100%;
	position: relative;
	margin: 0;
	}
.PerformanceCard__button .Button__text{
	display: none;
	}
.PerformanceCard__button .Button::before{
	content: "";
  display: inline-block;
  position: absolute;
	top: 40%;
    left: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}

.Casestudy__img {
    margin-top: 3em;
}