@charset "utf-8";

.course-notice {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 20px;
}
.course-notice h2 {
	text-align: center;
	color: #e73c64;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
}
.course-notice p {
	text-align: center;
	font-weight: 500;
	line-height: 1.6em;
}
@media screen and (max-width: 768px) {
	.course-notice {
		height: auto;
		padding: 15px;
	}
	.course-notice h2 {
		font-size: 16px;
		line-height: 1.3em;
	}
	.course-notice p {
		font-size: 14px;
		line-height: 1.4em;
	}
}

/* コース紹介 */
.coursebox {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	border: #7e7e84 solid 1.2px;
	padding-bottom: 70px;
	padding-left: 80px;
	padding-right: 80px;
	position: relative;
}
.foundation {
	margin-top: 100px;
	box-shadow: 20px 20px 0px 0px #fff7f4;
}
.application {
	margin-top: 170px;
	box-shadow: 20px 20px 0px 0px #fbdece;
}
.advance {
	margin-top: 170px;
	box-shadow: 20px 20px 0px 0px #f7cdd7;
}
@media screen and (max-width: 768px) {
	.coursebox {
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.foundation {
		margin-top: 50px;
		box-shadow: 10px 10px 0px 0px #fff7f4;
	}
	.application {
		margin-top: 80px;
		box-shadow: 10px 10px 0px 0px #fbdece;
	}
	.advance {
		margin-top: 80px;
		box-shadow: 10px 10px 0px 0px #f7cdd7;
	}

}
.application::after,
.advance::after{
	content: "";
	display: inline-block;
	width: 220px;
	height: 56px;
	background-size: contain;
	position: absolute;
    top: -120px;
	left: calc(50% - 110px);
}
@media screen and (max-width: 768px) {
	.application::after,
	.advance::after{
		width: 110px;
		height: 28px;
		top: -60px;
		left: calc(50% - 60px);
	}
}
.application::after {
	background: url("../images/icn_y1.svg") no-repeat;
}
.advance::after {
	background: url("../images/icn_y2.svg") no-repeat;
}
.coursebox .course-title {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 20 50px;
	position: relative;
	z-index: 1;
	margin-top: -24px;
}
.coursebox .course-title h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	position: relative;
}
.coursebox .course-title h2::after {
	content: '';
	width: 340px;
	height: 8px;
	display: inline-block;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 170px);
}
@media screen and (max-width: 768px) {
	.coursebox .course-title {
		max-width: inherit;
		margin-top: -18px;
		padding: 10 10px;
	}
	.coursebox .course-title h2 {
		font-size: 22px;
	}
	.coursebox .course-title h2::after {
		width: 180px;
		height: 6px;
		bottom: -15px;
		left: calc(50% - 95px);
	}
}

.foundation h2::after {background-color: #ef8f65;}
.application h2::after {background-color: #eb6112;}
.advance h2::after {background-color: #e40137;}

.coursebox .course-title h2 .times {
	font-size: 70%;
	font-weight: 500;
}
.coursebox .cap {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding-top: 46px;
	padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.coursebox .cap {
		font-size: 18px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
}
.foundation .cap {color: #ef8f65;}
.application .cap {color: #eb6112;}
.advance .cap {color: #e40137;}

.coursebox .inner {
	display: flex;
	flex-direction: row-reverse;
}
.coursebox .inner .lead {
	display: flex;
	align-items: center;
	padding-left: 35px;
	flex: 1;
}
.coursebox .inner .imgs {
	width: 270px;
}
.coursebox .inner .imgs .chube {
	width: 84%;
	margin: auto;
	line-height: 0;
}
.coursebox .inner .imgs p {
	text-align: center;
	line-height: 1.4em;
	font-weight: 600;
}
.coursebox .inner .imgs p:nth-of-type(n+2) {
	padding-top: 8px;
	font-size: 90%;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	.coursebox .inner {
		display: block;
	}
	.coursebox .inner .lead {
		padding-left: 0px;
		padding-bottom: 15px;
	}
	.coursebox .inner .imgs {
		width: 80%;
		margin: 0 auto;
	}
}

.coursebox .overview-wrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
}
.coursebox .overview-wrap .box {
	width: 47%;
	padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.coursebox .overview-wrap {
		width: 100%;
		display: block;
		padding-top: 35px;
	}
	.coursebox .overview-wrap .box {
		width: 100%;
		padding-bottom: 20px;
	}
	.coursebox .overview-wrap .box:nth-of-type(n+2) {
		margin-top: 40px;
	}
}
.coursebox .overview-wrap .box h3 {
	width: 60%;
	background-color: #081a62;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	position: relative;
	top: -20px;
	left: -15px;
}
.coursebox .overview-wrap .box h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid #081a62;
  border-top: 35px solid transparent;
  border-bottom: 0px solid transparent;
}
.coursebox .overview-wrap .box .ex {
	padding: 0 30px;
}
.coursebox .overview-wrap .box h4 {
	font-weight: 700;
}
.coursebox .overview-wrap .box p {
	padding-bottom: 18px;
}
.coursebox .overview-wrap .box p:last-child {
	padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
	.coursebox .overview-wrap .box h3 {
		width: 70%;
		height: 30px;
		font-size: 16px;
		left: -10px;
	}
	.coursebox .overview-wrap .box h3::after {
		border-top: 30px solid transparent;
	}
	.coursebox .overview-wrap .box .ex {
		padding: 0 20px;
	}
}



/* スクール事務局 */
.other h3 {
	font-size: 130%;
	font-weight: 600;
	text-align: center;
	padding-bottom: 8px;
}
.other h3:nth-of-type(n+2) {
	padding-top: 40px;
}
.other p {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.other p:nth-of-type(1) {
		text-align: left;
	}

}