@charset "utf-8";

.schoolcap {
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 60px;
}
span.line {
	background: linear-gradient(transparent 70%, #fbba94 70%);
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.schoolcap {
		font-size: 18px;
		padding-bottom: 30px;
	}
}

.messbox-wrap {
	background-color: #f7f7f7;
	padding-top: 70px;
	padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
	.messbox-wrap {
		padding-top: 30px;
		padding-bottom: 50px;
	}
}
.messbox {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.messbox p {
	font-size: 16px;
	line-height: 2.0em;
	text-align: justify;
}
.messbox p strong {
	font-weight: 700;
}
.messbox p:nth-of-type(n+2) {
	padding-top: 50px;
}
@media screen and (max-width: 768px) {
	.messbox p {
		font-size: 15px;
		line-height: 1.8em;
	}
	.messbox p:nth-of-type(n+2) {
		padding-top: 10px;
	}
}
.messbox2 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 50px;
}
.messbox2 p:nth-of-type(1) {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2em;
}
.messbox2 p .logo {
	width: 140px;
	display: inline-block;
	line-height: 0;
	position: relative;
	top: 4px;
}
@media screen and (max-width: 768px) {
	.messbox2 {
		padding-top: 20px;
	}
	.messbox2 p:nth-of-type(1) {
		font-size: 20px;
		font-weight: 700;
		text-align: center;
	}
	.messbox2 p .logo {
		width: 120px;
		top: 0px;
		display: block;
		margin: 0 auto;
		padding-bottom: 4px;
	}
}
.messbox2 p:nth-of-type(1) .name {
	display: none;
}
.messbox2 p:nth-of-type(1) {
	padding-top: 15px;
}
.messbox2 p:nth-of-type(2) {
	padding-top: 26px;
	font-size: 30px;
	font-weight: 700;
}
.messbox2 p:nth-of-type(2) span:nth-of-type(1) {
	font-size: 50px;
	font-weight: 900;
	background: linear-gradient(180deg, rgba(252,154,0,1) 0%, rgba(228,1,55,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
	.messbox2 p:nth-of-type(2) span {
		display: block;
	}
	.messbox2 p:nth-of-type(2) {
		padding-top: 10px;
		font-size: 22px;
		font-weight: 700;
	}
	.messbox2 p:nth-of-type(2) span:nth-of-type(1) {
		line-height: 100%;
		padding-bottom: 10px;
	}
}

/* 講師 */
.lecturer-wrap {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction:row-reverse;
}
@media screen and (max-width: 500px) {
	.lecturer-wrap {
		display: block;
	}
}
.lecturer-wrap .infobox {
	padding-left: 30px;
	display: flex;
	align-items: center;
	flex: 1;
	padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
	.lecturer-wrap .infobox {
		padding-left: 0px;
		padding-bottom: 10px;
	}
	.lecturer-wrap .infobox .inner {
		width: 100%;
	}
}
.lecturer-wrap:nth-of-type(n+2) {
	margin-top: 20px;
}
.lecturer-wrap .infobox h3 {
	font-size: 22px;
	font-weight: 500;
}
@media screen and (max-width: 500px) {
	.lecturer-wrap .infobox h3 {
		font-size: 18px;
		padding-bottom: 8px;
	}
	.lecturer-wrap:nth-of-type(n+2) {
		margin-top: 30px;
	}
}
.lecturer-wrap .infobox h3 span {
	font-size: 16px;
	font-weight: 400;
	color: #081a62;
	font-family: 'Barlow Condensed', sans-serif;
	padding-left: 40px;
}
.lecturer-wrap .infobox p:nth-of-type(1) {
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #808080 dotted 1px;
}
.lecturer-wrap .imgs {
	width: 260px;
}
@media screen and (max-width: 500px) {
	.lecturer-wrap .infobox h3 span {
		padding-left: 20px;
	}
	.lecturer-wrap .infobox p:nth-of-type(1) {
		border-top: #808080 dotted 1px;
		padding-top: 8px;
	}
	.lecturer-wrap .imgs {
		width: 70%;
		max-width: 300px;
		margin: 0 auto;
	}
}
.lecturer-notice {
	max-width: 900px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
.lecturer-notice p {
	text-align: center;
	color: #e73c64;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
}
@media screen and (max-width: 768px) {
	.lecturer-notice {
		height: auto;
		display: block;
		margin-top: 25px;
		padding: 20px 10px;
	}
	.lecturer-notice p {
		text-align: center;
		color: #e73c64;
		font-size: 15px;
		line-height: 1.6em;
	}
}

/* スクール会場 */
.venue p {
	text-align: center;
	padding-bottom: 40px;
}
.venue iframe {
	width: 100%;
	height: 600px;
}
@media screen and (max-width: 768px) {
	.venue p {
		padding-bottom: 20px;
	}
	.venue iframe {
		height: 300px;
	}
}

/* スクール事務局 */
.secretariat h3,
.secretariat p{
	text-align: center;
}
.secretariat h3 {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 10px;
}
.secretariat span a {
		color: #282832;
	}