@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.sec-mv,
.sec-about {
	margin-bottom: 60px;
}

.sec-mv {
	position: relative;
}
.sec-about .columns_2 .columns_box {
	margin-bottom: 50px;
	background: none;
}
.sec-about__education {
	border: 2px solid #000;
	border-radius: 10px;
	overflow: auto;
}
.sec-about__education dl dt {
	padding: 15px 30px;
	background: #efefef;
	color: #435a6d;
	font-size: clamp(16px, 1.641vw, 26px);
	font-weight: 500;
}
.sec-about__education dl dd {
	padding: 15px 30px 30px;
}
.sec-about__educationList {
	margin-top: 15px;
}
.sec-about__educationList li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: baseline;
	padding: 15px 10px;
	background: #ebf1f7;
}
.sec-about__educationList li+li {
	margin-top: 15px;
}
.sec-about__educationList li .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: #3b6e88;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
}
.sec-about__educationList li p {
	width: calc(100% - 30px - 15px);
	margin-top: 0;
	margin-left: 15px;
}
.sec-curriculum h3 small {
	vertical-align: baseline;
	margin-left: 15px;
}
.sec-curriculumList {
	margin-top: 50px;
}
.sec-curriculumList > li {
	border: 2px solid #000;
}
.sec-curriculumList > li+li {
	margin-top: 50px;
}
.sec-curriculumList > li > dl {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	height: 50px;
	font-weight: 500;
}
.sec-curriculumList > li > dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 100%;
	background: #3b6e88;
	border-right: 2px solid #000;
	font-size: 24px;
	color: #fff;
}
.sec-curriculumList > li > dl dd {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc(100% - 50px);
	height: 100%;
	padding: 0 15px;
	background: #ebf1f7;
}
.sec-curriculumList > li .goal {
	padding: 15px;
	background: #fffde5;
	border-top: 2px solid #000;
	font-weight: 500;
}
.sec-curriculumList > li .detail {
	padding: 15px;
	border-top: 2px solid #000;
}
.sec-curriculumList > li .detail p {
	font-weight: 500;
}
.sec-curriculumList > li .detail ul li {
	position: relative;
}
.sec-curriculumList > li .detail ul li::before {
	content: "▶";
	display: inline-block;
	padding-right: 5px;
}


@media only screen and (max-width: 1240px) {
	.sec-about__education dl dt,
	.sec-about__education dl dd {
		padding: 15px;
	}
	.sec-curriculumList,
	.sec-curriculumList > li+li {
		margin-top: 30px;
	}
}
@media screen and (max-width: 960px){
	.sec-mv,
	.sec-about {
		margin-bottom: 30px;
	}
	.sec-about .columns_2 .columns_box {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 640px){
	.sec-about .columns_2 {
		margin-bottom: 30px;
	}
	.sec-about .columns_2 .columns_box {
		margin-bottom: 0;
	}
	.sec-about__educationList li {
		padding: 10px;
	}
	.sec-about__educationList li .num {
		width: 25px;
		height: 25px;
		font-size: 12px;
	}
	.sec-about__educationList li p {
		width: calc(100% - 25px - 15px);
	}
	.sec-curriculum h3 small {
		display: block;
		margin-top: 5px;
		margin-left: 0;
	}
	.sec-curriculumList > li > dl {
		height: 40px;
	}
	.sec-curriculumList > li > dl dt {
		width: 40px;
		font-size: 20px;
	}
	.sec-curriculumList > li > dl dd {
		width: calc(100% - 40px);
	}
	.sec-curriculumList > li .goal,
	.sec-curriculumList > li .detail {
		padding: 10px 15px;
	}
	.sec-curriculumList > li .detail ul li {
		padding-left: 2em;
		text-indent: -0.8em;
	}
}



