@charset "utf-8";

h3.sectionttl {
	font-size: 3.0rem;
	font-size: 8vw;
	text-align: center;
	font-weight: normal;
	margin-top: calc(100/750*100%);
}

@media screen and (min-width: 768px) {
	h3.sectionttl {
		font-size: 3.2rem;
		margin-top: 110px;
	}
}
@media screen and (min-width: 2000px) {
	.pagettl-item:last-of-type img {
		width: 100%;
		height: auto;
	}
}

/*----------------------------------------------------

Instructor

----------------------------------------------------*/

.instructor_img {
	width: 60%;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}
.instructor_name {
	font-size: 2.8rem;
	font-size: 7.466666666666667vw;
}
.instructor_certification {
	font-size: 2.8rem;
	font-size: 3.7333333333333334vw;
}
.instructor_biography {
	margin-top: calc(50/750*100%);
}
.instructor_biography li {
	display: flex;
	margin-bottom: 1.0em;
}
.instructor_biography time {
	white-space: nowrap;
	padding-top: .2em;
	padding-right: 1.0em;
}
.instructor_biography p {
	line-height: 1.6;
}
.message_ttl {
	font-size: 2.4rem;
	font-size: 6.4vw;
	line-height: 1.5;
	margin-top: calc(80/750*100%);
}
.message_txt p {
	margin-top: .8em;
}

@media screen and (min-width: 768px) {
	.instructor_wrap {
		display: flex;
	}
	.instructor_img {
		width: 34%;
		margin-top: 0;
		margin-right: 8%;
		margin-left: 0;
	}
	.instructor_box {
		width: 58%;
	}
	.instructor_name {
		font-size: 3.5rem;
	}
	.instructor_certification {
		font-size: 1.4rem;
	}
	.instructor_biography {
		margin-top: 40px;
	}
	.instructor_biography time {
		padding-top: 0;
		line-height: 2.2;
	}
	.instructor_biography p {
		line-height: 2.2;
	}
	.message_ttl {
		font-size: 2.5rem;
		margin-top: 50px;
	}
	.message_txt p {
		margin-top: 1.0em;
	}
}

@media screen and (min-width: 1000px) {
	.instructor_wrap,
	.message {
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
}



