@charset "utf-8";


.company{
	margin-bottom: 125px;
}
.company h2{
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
	margin: 1.5em 0 1.3em;
	color: #574191;
}
.list01{
	margin-bottom: 115px;
}
.list01 dl{
	display: flex;
	font-size: 1.8rem;
	font-weight: 400;
	border-bottom: solid 1px #333;
	padding-top: 1em;
	padding-bottom: 1em;
}
.list01 dt{
	width: 30%;
	margin-left: 3em;
}
.list01 dd{
	width: 70%;
}
.box01{
	display: flex;
	justify-content: space-between;
}
.img01{
	width: 20%;
}
.txt01{
	width: 72%;
	font-weight: 400;
}
.name{
	font-size: 2.2rem;
	margin-bottom: 0.5em;
}
.description{
	font-size: 1.6rem;
}

/*
-----------------------------------------------
▼レスポンシブ
----------------------------------------------- */
@media screen and (max-width: 767px){
	.company h2{
		font-size: 2.4rem;
		margin: 1em 0;
	}
	.list01 dl{
		font-size: 1.5rem;
	}
	.list01 dt{
		width: 25%;
		margin-left: 1em;
	}
	.list01 dd{
		width: 75%;
	}
	.list01{
		margin-bottom: 70px;
	}
	.box01{
		flex-direction: column;
		grid-row-gap: 3vw;
	}
	.img01{
		width: 30%;
		margin-left: auto;
		margin-right: auto;
	}
	.txt01{
		width: 100%;
	}
	.name{
		font-size: 1.8rem;
	}
	.description{
		font-size: 1.5rem;
	}
	.company{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 650px){
	.company h2{
		font-size: 2.2rem;
	}
	.list01 dl{
		flex-direction: column;
		border-bottom: 0;
	}
	.list01 dt{
		margin-left: 0;
		background-color: #e5e2ee;
		width: 100%;
		text-align: center;
		color: #574191;
		padding: 0.2em 0;
	}
	.list01 dd{
		width: 100%;
		font-size: 1.4rem;
		padding-top: 0.4em;
	}
	.list01 dl{
		padding-top: 0;
	}
	.list01{
		margin-bottom: 40px;
	}
	.name{
		font-size: 1.6rem;
	}
	.description{
		font-size: 1.4rem;
	}
	.company{
		margin-bottom: 50px;
	}
}



/* css_end */