#cont{
	max-width: 1240px;
	margin: auto;
}

.company__title--en{
	color: #141B4D;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
}

.company__title{
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
}

.company__list{
	max-width: 800px;
	margin: auto;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

.company__list:first-of-type{
	margin-top: 50px;
}

.company__list:last-of-type{
	border: none;
}

.company__term{
	font-size: 16px;
	line-height: 30px;
	border-radius: 15px;
	width: 21.25%;
	background-color: #141B4D;
	height: 30;
	color: #fff;
	text-align: center;
}

.company__description{
	font-size: 14px;
	line-height: 24px;
	width: 72.125%;
	padding-right: 23px;
	box-sizing: border-box;
}
.company__description.--pr-none{
	padding-right: 0;
}

.company__list2{
	display: flex;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 10px;
}

.company__list2.--border{
	border-bottom: 1px solid #CCCCCC;
}

.company__list2.--margin{
	margin-top: 10px;
}

.company__term2{
	width: 100px;
}

.btn__wrapper{
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 55px;
	margin-bottom: 50px;
}

.btn{
	display:block;
	border: 1px solid #141B4D;
	height: 70px;
	border-radius: 35px;
	font-size: 20px;
	line-height: 70px;
	text-align: center;
	width: 44.35%;
}

.btn:hover{
	background-color: #141B4D;
	color: #fff;
}

@media screen and (max-width:959px) {
	.company__term{
		width: 22.47%;
	}
	.company__description{
		padding-right: 0;
		width: 71.91%;
	}
	.company__term2{
		width: 80px;
	}
	.company__description2{
		width: calc(100% - 80px);
	}
	.btn__wrapper{
		flex-direction: column;
		gap: 11px;
	}
	.btn{
		width: 100%;
		max-width: 550px;
		margin: auto;
	}
}
