main::after {
	background-color: #ebeff2;
}
.page-title {
	background-image: url("../images/culture/mv.webp");
}
@media screen and (max-width: 768px) {}


/*------------------------------------
#benefits
------------------------------------*/
#benefits {
	padding: 100px 0;
}
#benefits .container {
	max-width: 1600px;
}
#benefits .ttl {
	align-items: center;
}
.benefits-list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.benefits-list li {
	width: calc((100% - 80px) / 3);
}
.benefits-list h3 {
	display: flex;
	align-items: center;
	background-color: #002965;
	border-radius: 10px 10px 0 0;
	width: fit-content;
	height: 40px;
	font-size: 20px;
	color: #fff;
	padding: 0 15px;
}
.benefits-list .table {
	background-color: #fff;
	border-radius: 0 10px 10px 10px;
	padding: 30px 40px;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
.benefits-list .table dl {
	line-height: 1.5;
}
.benefits-list .table dt {
	flex: 0 0 120px;
}
@media screen and (max-width: 1300px) {
	.benefits-list li {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#benefits {
		padding: 50px 0;
	}
	.benefits-list {
		gap: 35px;
	}
	.benefits-list h3 {
		font-size: 16px;
	}
	.benefits-list .table dt {
		flex: 0 0 90px;
	}
}


/*------------------------------------
#training
------------------------------------*/
#training {
	background-color: #fff;
	padding-top: 120px;
}
#training .container {
	max-width: 1100px;
}
#training .ttl {
	align-items: center;
}
.training__txt {
	margin-bottom: 50px;
}
.training__block:not(:last-child) {
	margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
	#training {
		padding-top: 60px;
	}
	.training__block:not(:last-child) {
		margin-bottom: 60px;
	}
}

/*.features*/
.features h3 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
}
.features-list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 50px;
	background-color: #ebeff2;
	border-radius: 20px;
	padding: 50px 60px;
}
.features-list li:not(:last-child) {
	margin-bottom: 40px;
}
.features-list img {
	flex: 0 0 300px;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.features-list .txt {
	flex: 1;
}
.features-list h4 {
	font-size: 25px;
	margin-bottom: 10px;
}
.features-list .en {
	display: block;
	font-size: 30px;
	font-weight: 600;
	color: #005bac;
}
@media screen and (max-width: 768px) {
	.features h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.features-list li {
		gap: 10px;
		padding: 40px;
	}
	.features-list img {
		max-width: 100%;
		aspect-ratio: auto;
	}
	.features-list h4 {
		font-size: 18px;
	}
	.features-list .en {
		font-size: 22px;
	}
}

/*.licenses*/
.licenses h3 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
}
.licenses-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.licenses-list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc((100% - 60px) / 3);
}
.licenses-list .img {
	border-radius: 50%;
	width: 250px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.licenses-list img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.licenses-list h4 {
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 10px;
}
.licenses-list .en {
	display: block;
	font-size: 22px;
	font-weight: 600;
	color: #005bac;
}
.licenses-list small {
	display: block;
}
.licenses-list p {
	width: 100%;
	margin-bottom: 20px;
}
.licenses__box {
	background-color: #ebeff2;
	width: 100%;
	font-size: 14px;
	padding: 20px;
}
@media screen and (max-width: 768px) {
	.licenses h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.licenses-list {
		gap: 45px;
	}
	.licenses-list li {
		width: 100%;
	}
	.licenses-list h4 {
		font-size: 20px;
	}
	.licenses__box {
		padding: 15px;
	}
}
