@charset "utf-8";



.exampleHanger{padding-top: 40px;}
.exampleHanger dl{
	width: calc(50% - 25px);
	margin: 50px 50px 0 0;
	padding: 20px;
	border: 10px solid var(--green2);
	border-radius: 20px;
}
.exampleHanger dl:nth-of-type(2n){margin: 50px 0 0 0;}
.exampleHanger dl dt strong{
	position: relative;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.3;
	height: 60px;
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
}
.exampleHanger dl dt strong::before{
	width: 20px;
	height: 10px;
	top: calc(50% - 5px);
	left: -30px;
	background: var(--green3);
}
.exampleHanger dl dt span{
	display: block;
	position: relative;
	margin-top: 15px;
	height: 320px;
	border-radius: 10px;
	overflow: hidden;
}
.exampleHanger dl dt span img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.exampleHanger dl dd{
	margin-top: 15px;
	font-size: 1.6rem;
	line-height: 1.4;
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
}
.exampleHanger dl dd strong{
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--green3);
}
.exampleHanger dl dd span:first-of-type{
	font-weight: 700;
	width: 90px;
}
.exampleHanger dl dd span:last-of-type{width: calc(100% - 90px);}

main h4{margin-top: 100px;}

main h5.client{padding-left: 100px;}
main h5.client span{
	position: absolute;
	top: 0;
	left: 0;
}

main ul{margin-top: 10px;}
main ul li{
	position: relative;
	width: calc(50% - 20px);
	font-size: 1.8rem;
	line-height: 1.4;
	padding: 20px 0;
	border-bottom: 1px solid var(--green1);
	padding-left: 15px;
}
main ul li::before{
	width: 8px;
	height: 3px;
	top: 32px;
	left: 0;
	background: var(--green3);
	border-radius: 10.0rem;
}
main ul li:nth-of-type(2n){margin-left: 40px;}


