@charset "utf-8";

.common-title-lecturer {
    background: url('../img/lecturer_header.jpg') center center / cover no-repeat;
}
.common-title-lecturer h1 {
	color: #333333;
}


/*養成講座ご案内ページ*/
.lecturer {
    width: 100%;
    margin: 90px auto;
    z-index: 0;
	font-size: min(2.0rem,1.7vw);
	line-height: 1.6;
}
.lecturer h2 {
    font-size: min(3.6rem,3.3vw);
	text-align: center;
	line-height: 1.75;
	margin-bottom: 10px;
	background-image: url(../img/lecturer_title_deco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.lecturer h2 span {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1;
}
.lecturer_check {
	width: 80%;
	max-width: 1000px;
	margin: 45px auto;
	padding: 30px 0;
	text-align: center;
	background: #fff2cc;
	font-size: min(2.0rem,1.7vw);
	line-height: 1.6;
}
.lecturer_check h3 {
	font-size: min(3.0rem,2.8vw);
	line-height: 1.6;
	padding: 0;
	text-align: center;
	display: inline-block;
	width: 67%;
	margin: 0 auto;
	border-bottom: 4px dotted #333333;
	padding-bottom: 5px;
}
.lecturer_check_inner {
	text-align: left;
	display: inline-block;
	margin: 30px auto 0;
}
.lecturer_check li {
	padding-bottom: 12px;
	text-indent: -1.7rem;
	padding-left: 1.7rem;
}
.lecturer_check img {
	display: block;
	width: 6%;
	margin: 15px auto;
}
.lecturer_check_text {
	font-size: min(2.4rem,2.1vw);
}
.lecturer_check h3:last-child {
	border-bottom: none;
	line-height: 1.3;
}
.lecturer_check span {
	font-size: min(3.2rem,3.0vw);
	border-bottom: 2px solid #333333;
}

/*講師養成の流れ*/
.lecturer_flow {
	width: 100%;
    margin: 90px auto;
	padding: 60px 0 0;
	font-size: min(2.0rem,1.7vw);
	line-height: 1.6;
	text-align: center;
	background: url("../img/lecturer_flow_back.jpg");
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}
.lecturer_flow::after {
	content: '';
	background: #e7e2dc;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.lecturer_flow_title h2 {
	font-size: min(3.2rem,3.0vw);
	line-height: 1.6;
	z-index: 2;
}
.lecturer_flow h2 span {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1;
}

.lecturer_flow_image img:nth-of-type(1) {
	position: absolute;
	top: -1%;
	left: 1%;
	width: 25.5%;
	z-index: 0;
}
.lecturer_flow_image img:nth-of-type(2) {
	position: absolute;
	top: -1%;
	right: 1.5%;
	width: 28%;
	z-index: 0;
}

.lecturer_flow_inner_title {
	margin: 45px auto 0;
	position: relative;
}
.lecturer_flow_inner_title img {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.lecturer_flow_inner_title h2 {
	font-size: min(3.0rem,2.8vw);
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.lecturer_flow_inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background-image: url(../img/lectuter_flow_line.png);
	background-size: contain;
	background-repeat:repeat-y;
	background-position: center;
	padding: 60px 0 15px;
	z-index: 1;
}

.lecturer_flow_inner_1st {
	width: 90%;
	margin: 0 auto;
	border: 2px solid #333333;
	padding: 15px 0;
	font-size: min(2.4rem,2.1vw);
}

.lecturer_flow_inner_box dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 40px;
	width: 90%;
}
.lecturer_flow_inner_box dt {
	width: 20%;
	margin-right: 2%;
}
.lecturer_flow_inner_box dd {
	width: 78%;
}
.lecturer_flow_inner_arrow {
	width: 40%;
	margin: 0 auto;
	padding: 0;
}
.lecturer_flow_inner_box dd h3 {
	font-size: min(2.4rem,2.1vw);
	line-height: 1.3;
	display: block;
	text-align: left;
	padding: 30px 0 45px;
}
.lecturer_flow_inner_box dd h3 span {
	font-size: min(3.2rem,3.0vw);
}
.lecturer_flow_inner_box dd h3::before,
.lecturer_flow_inner_box dd h3::after {
	border-top: none;
}
.lecturer_flow_inner_box table {
	width: 100%;
	margin: 0 auto 45px;
	text-align: left;
}
.lecturer_flow_inner_box_instructor th {
	background: #ffbc00;
	padding: 3px 2%;
}
.lecturer_flow_inner_box_instructor tr {
	border-bottom: 1px dotted #333333;
}
.lecturer_flow_inner_box_instructor tr:nth-of-type(1),
.lecturer_flow_inner_box_instructor tr:nth-of-type(6),
.lecturer_flow_inner_box_instructor tr:nth-of-type(7) {
	border-bottom: none;
}
.lecturer_flow_inner_box_instructor td {
	padding:0 3%;
	height: 8vh;
	vertical-align: middle;
	font-size: min(1.7rem,1.7vw);
}
.lecturer_flow_inner_box_instructor tr td:first-child {
	background: #fff8e5;
	text-align: center;
	width: 24%;
}
.lecturer_flow_inner_box_instructor tr td:last-child {
	width: 76%;
}
.lecturer_flow_inner_box_instructor a {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	border: 2px solid #ffbc00;
	border-radius: 30px;
	display: inline-block;
	width: 52%;
	line-height: 1;
	padding: 6px 0;
}
.lecturer_flow_inner_box_instructor a img {
	width: 1.7rem;
	padding: 0 2%;
	vertical-align: bottom;
}
.lecturer_flow_inner_box_teacher th {
	background: #ff009b;
	color: #ffffff;
	padding: 3px 2%;
}
.lecturer_flow_inner_box_teacher tr {
	border-bottom: 1px dotted #333333;
}
.lecturer_flow_inner_box_teacher tr:nth-of-type(1),
.lecturer_flow_inner_box_teacher tr:nth-of-type(4),
.lecturer_flow_inner_box_teacher tr:nth-of-type(5) {
	border-bottom: none;
}
.lecturer_flow_inner_box_teacher td {
	padding:0 3%;
	height: 8vh;
	vertical-align: middle;
	font-size: min(1.7rem,1.7vw);
}
.lecturer_flow_inner_box_teacher tr td:first-child {
	background: #ffe5f5;
	text-align: center;
	width: 28%;
}
.lecturer_flow_inner_box_creative tr:first-child {
	border-top: 1px dotted #333333;
}
.lecturer_flow_inner_box_creative td {
	border-bottom: 1px dotted #333333;
	padding:0 3%;
	height: 8vh;
	vertical-align: middle;
	font-size: min(1.7rem,1.7vw);
}
.lecturer_flow_inner_box_creative tr td:first-child {
	background: #e5fce5;
	text-align: center;
	width: 28%;
}
.lecturer_flow_inner_bottom {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}


.lecturer_flow_contents {
	width: 100%;
	max-width: 1000px;
	margin: 90px auto 45px;
	padding: 0 0 60px;
	z-index: 0;
}
.lecturer_flow_contents h2 {
	font-size: min(3.0rem,2.8vw);
}
.lecturer_flow_contents h3 {
	font-size: min(2.4rem,2.1vw);
	padding: 45px 0 10px;
	display: flex;
	align-items: center;
}
.lecturer_flow_contents_list h3:before,
.lecturer_flow_contents_list h3:after {
	content: "";
	border-top: 4px dotted #333333;
	width: 20rem;
	display: block;
	margin: 0 auto;
}
.lecturer_flow_contents_introduction h3:before,
.lecturer_flow_contents_introduction h3:after {
	content: "";
	border-top: 4px dotted #333333;
	width: 9rem;
	display: block;
	margin: 0 auto;
}
.lecturer_flow_contents h3:before {
	margin-right: .4em;
}
.lecturer_flow_contents h3:after {
	margin-left: .4em;
}
.lecturer_flow_contents_list {
	width: 100%;
	margin: 0 auto;
}
.lecturer_flow_contents_list ul {
	display: inline-block;
	text-align: left;
	width: 50%;
	margin: 0 auto;
}
.lecturer_flow_contents_list li {
	text-indent: -1.7rem;
	padding-left: 1.7rem;
	font-size: min(2rem,1.7vw);
	line-height: 2.2;
}
.lecturer_flow_contents_introduction {
	display: inline-block;
	text-align: left;
	width: 100%;
	margin: 0 auto;
}
.lecturer_flow_contents_introduction ul {
	padding: 15px 0;
	width: 50%;
	margin: 0 auto;
}
.lecturer_flow_contents_introduction li {
	text-indent: -1.7rem;
	padding-left: 1.7rem;
	font-size: min(2rem,1.7vw);
	line-height: 2.2;
}
.lecturer_flow_contents_introduction ul::after {
	content: "";
	display: block;
	width: 100%;
	max-width: 50rem;
	margin: 15px auto 0;
	height: 1px;
	border-bottom: 4px dotted #333333;
}

.lecturer_entry {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto 45px;
	padding: 0 0 45px;
	z-index: 0;
}
.lecturer_entry h2 {
	font-size: min(2.4rem,2.1vw);
	line-height: 1.7;
	text-align: center;
}

/*リンクボタン*/
.lecturer_link_btn {
    width: 100%;
    max-width: 630px;
    margin: 30px auto;
    background: #333333;
    color :#ffffff;
    font-size: min(3.0rem, 2.8vw);
    line-height: 1;
    text-align: center;
    border-radius: 50px;
}
.lecturer_link_btn a {
	display: block;
    padding: 30px 0;
}
.lecturer_link_btn img {
	width: min(3.0rem, 2.8vw);
	vertical-align: top;
	margin-right: 1rem;
	border-radius: 50%;
}
.lecturer_info_btn {
	background:#fff2cc;
	color: #333333;
}
.lecturer_instructor {
	background: #ffbc00;
	color: #333333;
	font-size: min(2.7rem,2.7vw);
	margin: 0 auto;
}
.lecturer_teacher {
	background: #ff009b;
	font-size: min(2.7rem,2.7vw);
	margin: 0 auto;
}
.lecturer_creative {
	background: #00e100;
	color: #333333;
	font-size: min(2.7rem,2.7vw);
	margin: 0 auto;
}
.lecturer_member_link {
	background: #ffbc00;
	color: #333333;
}


/*メンバーの声 lec_member.php*/
.lecturer_member {
	width: 100%;
    margin: 90px auto 60px;
	padding: 45px 0;
	text-align: center;
	font-size: min(1.7rem,1.7vw);
	line-height: 1.6;
}
.lecturer_member h2 {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: min(3.0rem,2.8vw);
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
}
.lecturer_member_instructor,
.lecturer_member_teacher,
.lecturer_member_creative {
	width: 80%;
	max-width: 1000px;
	margin-top: 45px;
	margin: 60px auto 0;
}
.lecturer_member_instructor h3,
.lecturer_member_teacher h3,
.lecturer_member_creative h3 {
	font-size: min(2.4rem,2.1vw);
	line-height: 1.3;
}
.lecturer_member_instructor h3 span,
.lecturer_member_teacher h3 span,
.lecturer_member_creative h3 span {
	font-size: min(3.2rem,3.0vw);
	font-weight: 500;
}
.lecturer_member_instructor_inner,
.lecturer_member_teacher_inner,
.lecturer_member_creative_inner {
	margin: 30px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
}
.lecturer_member_instructor_bg,
.lecturer_member_teacher_bg,
.lecturer_member_creative_bg {
	width: 100%;
	min-height: 25px;
	margin-top: -1%;
}
.lecturer_member_instructor_bg {
	background: #ffbc00;
}
.lecturer_member_teacher_bg {
	background: #ff009b;
}
.lecturer_member_creative_bg {
	background: #00e100;
}

.lecturer_member_instructor_box,
.lecturer_member_teacher_box,
.lecturer_member_creative_box {
	box-shadow: 5px 5px #bbbbbb;
	background: #ffffff;
	position: relative;
}

.lecturer_member_instructor_box_name,
.lecturer_member_teacher_box_name,
.lecturer_member_creative_box_name {
	width: 100%;
	margin: 0 auto;
	background: linear-gradient(rgba(255,255,255,0) 10%, rgba(0,0,0,.35) 100%);
	color: #ffffff;
	z-index: 1;
	margin-top: -33px;
	filter: drop-shadow(0 -5px 5px #333333);
}
.lecturer_member_instructor_box_voice,
.lecturer_member_teacher_box_voice,
.lecturer_member_creative_box_voice {
	width: 80%;
	margin: 15px auto;
	text-align: justify;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.lecturer_member_instructor_box_kado {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #ffbc00 transparent;
	margin: 0 -12.5% -5px auto;
	position: absolute;
	bottom: 5px;
	right: 12.5%;
}
.lecturer_member_teacher_box_kado {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #ff009b transparent;
	margin: 0 -12.5% -5px auto;
	position: absolute;
	bottom: 5px;
	right: 12.5%;
}
.lecturer_member_creative_box_kado {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #00e100 transparent;
	margin: 0 -12.5% -5px auto;
	position: absolute;
	bottom: 5px;
	right: 12.5%;
}



/*modal*/
.iziModal-wrap-lecturer {
	margin: 0 auto;
	border: 2px solid #ffbc00;
}
.iziModal-wrap-lecturer h2{
	background: #ffbc00;
    font-size: 2.4rem;
    text-align: center;
    padding: 10px 0;
}
.iziModal-wrap-inner {
	width: 90%;
	margin: 20px auto;
}
.iziModal-wrap-inner h3 {
	border-bottom: 1px solid #ffbc00;
	font-size: 1.7rem;
	padding-bottom: 3px;
	font-weight: 500;
}
.iziModal-wrap-inner ul {
	margin: 10px 0;
	font-size: 1.5rem;
	line-height: 1.5;
	text-indent: -1.5rem;
	margin-left: 1.5rem;
}
.iziModal-wrap-inner li {
	text-indent: -1.5rem;
	margin-left: 1.5rem;
}
.iziModal-wrap-inner ul ul {
	margin: 0 0 10px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.close {
	position: absolute;
    top: 1%;
    right: 1%;
    z-index: 999;
    font-size: 3.0rem;
    color: #fff;
}
.iziModal-wrap-member {
	margin: 0 auto;
	text-align: center;
	border: none;
	padding: 5% 0 3%;
}
.iziModal-wrap-member img {
	width: 35%;
	margin-bottom: 5%;
}
.iziModal-wrap-member p {
	font-size: min(1.7rem,1.7vw);
	text-align: justify;
	line-height: 1.5;
	width: 70%;
	margin: 0 auto;
	height: 30vh;
	overflow: scroll;
	padding-right: 10px;
}
.close-member {
    color: #000;
}

.modal-bg-instructor {
	border-top: 300px solid #ffbc00;
	border-right: 300px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.modal-bg-teacher {
	border-top: 300px solid #ff009b;
	border-right: 300px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.modal-bg-creative {
	border-top: 300px solid #00e100;
	border-right: 300px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.iziModal-navigate-next {
    right: 50%;
    background: url(../img/next.png) no-repeat 50% 50% !important;
}
.iziModal-navigate-prev {
    left: 50%;
    background: url(../img/prev.png) no-repeat 50% 50% !important;
}


/*ここまでPC*/


@media screen and ( max-width: 768px ) {

	.common-title-lecturer {
		background: url('../img/lecturer_header_sp.jpg') center center / cover no-repeat;
	}

	.lecturer {
		width: 100%;
		margin: 45px auto 60px;
		z-index: 0;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.lecturer h2 {
		font-size: 2.3rem;
		width: 95%;
		margin: 0 auto;
		background-position: center;
		line-height: 1.5;
	}
	.lecturer_check {
		width: 90%;
		font-size: 1.35rem;
	}
	.lecturer_check h3 {
		font-size: 1.8rem;
		line-height: 1.2;
		padding: 0 0 20px;
		width: 80%;
	}
	.lecturer_check_inner {
		display: inline-block;
		margin: 30px auto 0;
		font-size: 1.5rem;
	}
	.lecturer_check li {
		padding-bottom: 12px;
		width: 90%;
		margin: 0 auto;
		line-height: 1.5;
	}
	.lecturer_check img {
		width: 10%;
		margin: 5px auto 20px;
	}
	.lecturer_check_text {
		font-size: 1.5rem;
	}
	.lecturer_check h3:last-child {
		border-bottom: none;
		line-height: 1.5;
	}
	.lecturer_check span {
		font-size: 2.5rem;
		border-bottom: 2px solid #333333;
	}

	/*講師養成の流れ*/
	.lecturer_flow {
		width: 100%;
		margin: 60px auto;
		padding: 45px 0 0;
		font-size: 1.5rem;
		line-height: 1.6;
		text-align: center;
		background: url("../img/lecturer_flow_back.jpg");
		background-position: bottom center;
		background-size: contain;
		background-repeat: no-repeat;
		position: relative;
	}
	.lecturer_flow h2 {
		font-size: 2.0rem;
		line-height: 1.2;
		width: 95%;
		margin: 0 auto;
	}
	.lecturer_flow_image img:nth-of-type(1),
	.lecturer_flow_image img:nth-of-type(2) {
		display: none;
	}

	.lecturer_flow_inner_title {
		margin: 30px auto 0;
		width: 95%;
	}
	
	.lecturer_flow_inner_title h2 {
		font-size: 2.3rem;
		padding: 35px 0 30px;
	}

	.lecturer_flow_inner {
		width: 95%;
		margin: 0 auto;
		background-image: url(../img/lectuter_flow_line.png);
		background-size: contain;
		background-repeat:repeat-y;
		background-position: center;
		padding: 30px 0 15px;
		z-index: 1;
	}
	.lecturer_flow_inner_1st {
		width: 90%;
		margin: 0 auto;
		border: 2px solid #333333;
		padding: 10px 0;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	
	.lecturer_flow_inner_box dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto 40px;
		width: 90%;
	}
	.lecturer_flow_inner_box dt {
		width: 16.5%;
		margin-right: 1.5%;
	}
	.lecturer_flow_inner_box dd {
		width: 82%;
	}
	.lecturer_flow_inner_arrow {
		width: 60%;
		margin: 0 auto;
		padding: 0;
	}
	.lecturer_flow_inner_box dd h3 {
		font-size: 1.5rem;
		line-height: 1.3;
		display: block;
		text-align: left;
		padding: 5px 0 20px;
	}
	.lecturer_flow_inner_box dd h3 span {
		font-size: 2.3rem;
	}
	.lecturer_flow_inner_box_instructor th,
	.lecturer_flow_inner_box_teacher th {
		padding: 3px 3%;
	}
	.lecturer_flow_inner_box table {
		width: 100%;
		margin: 0 auto 30px;
		text-align: left;
	}
	.lecturer_flow_inner_box_instructor td,
	.lecturer_flow_inner_box_teacher td,
	.lecturer_flow_inner_box_creative td {
		padding:0 2%;
		height: 12vh;
		vertical-align: middle;
		font-size: 1.35rem;
	}
	.lecturer_flow_inner_box_instructor tr td:first-child,
	.lecturer_flow_inner_box_teacher tr td:first-child,
	.lecturer_flow_inner_box_creative tr td:first-child {
		text-align: center;
		width: 30%;
	}
	.lecturer_flow_inner_box_instructor tr td:last-child,
	.lecturer_flow_inner_box_teahcher tr td:last-child,
	.lecturer_flow_inner_box_creative tr td:last-child {
		width: 70%;
	}
	.lecturer_flow_inner_box_instructor a {
		border: 2px solid #ffbc00;
		border-radius: 30px;
		display: inline-block;
		width: 100%;
		max-width: 180px;
		font-size: min(1.3rem,3.3vw);
		padding: 10px 0;
	}
	.lecturer_flow_inner_box_instructor a img {
		width: 1.35rem;
		padding: 0 2%;
		vertical-align: top;
	}
	.lecturer_flow_inner_bottom {
		display: block;
		width: 95%;
		margin: -5px auto 0;
	}
	
	.lecturer_flow_contents {
		width: 100%;
		margin: 60px auto 45px;
		padding: 0 0 250px;
		z-index: 0;
	}
	.lecturer_flow_contents h2 {
		font-size: 2rem;
		line-height: 1.5;
	}
	.lecturer_flow_contents h3 {
		font-size: 1.7rem;
		padding: 45px 0 0;
		display: flex;
		align-items: center;
	}
	.lecturer_flow_contents_list h3:before,
	.lecturer_flow_contents_list h3:after {
		content: "";
		border-top: 4px dotted #333333;
		width: 12.5rem;
		display: block;
		margin: 0 auto;
	}
	.lecturer_flow_contents_introduction h3:before,
	.lecturer_flow_contents_introduction h3:after {
		content: "";
		border-top: 4px dotted #333333;
		width: 2.5rem;
		display: block;
		margin: 0 auto;
	}
	.lecturer_flow_contents h3:before {
		margin-right: .4em;
	}
	.lecturer_flow_contents h3:after {
		margin-left: .4em;
	}
	.lecturer_flow_contents_list ul {
		display: inline-block;
		text-align: left;
		width: 85%;
		max-width: 42rem;
		margin: 0 auto;
	}
	.lecturer_flow_contents_list li {
		text-indent: -1.5rem;
		padding-left: 1.5rem;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.lecturer_flow_contents_introduction {
		display: inline-block;
		text-align: left;
		width: 100%;
		margin: 0 auto;
		text-shadow: 0 1px 1px #ffffff;
	}
	
	.lecturer_flow_contents_introduction ul {
		padding: 15px 0;
		width: 85%;
		max-width: 42rem;
		margin: 0 auto;
	}
	.lecturer_flow_contents_introduction li {
		text-indent: -1.5rem;
		padding-left: 1.5rem;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.lecturer_flow_contents_introduction ul::after {
		content: "";
		display: block;
		width: 100%;
		max-width: 32rem;
		margin: 15px auto 0;
		height: 1px;
		border-bottom: 4px dotted #333333;
	}

	.lecturer_entry {
		width: 90%;
		margin: 0 auto 45px;
		padding: 0 0 5px;
		z-index: 0;
	}
	.lecturer_entry h2 {
		font-size: 1.7rem;
		line-height: 1.6;
		text-align: justify;
	}
	
	
	/*リンクボタン*/
	.lecturer_link_btn {
		width: 89%;
		max-width: 420px;
		margin: 20px auto 0;
		font-size: min(1.7rem,4.2vw);
		border-radius: 50px;
		margin: 30px auto;
		background: #333333;
		line-height: 1.2;
	}
	.lecturer_link_btn a {
		padding: 15px 0;
	}
	.lecturer_link_btn img {
		width: min(1.7rem,4.2vw);
		margin-right: 0.5rem;
	}
	.lecturer_info_btn {
		background:#fff2cc;
		color: #333333;
	}
	.lecturer_instructor {
		background: #ffbc00;
		color: #333333;
		margin: 0 auto 45px;
		font-size: min(1.6rem,4.25vw);
		max-width: 270px;
	}
	.lecturer_teacher {
		background: #ff009b;
		margin: 0 auto 45px;
		font-size: min(1.6rem,4.25vw);
		max-width: 270px;
	}
	.lecturer_creative {
		background: #00e100;
		color: #333333;
		margin: 0 auto;
		font-size: min(1.6rem,4.25vw);
		max-width: 270px;
	}
	.lecturer_member_link {
		background: #ffbc00;
		color: #333333;
	}



	/*講師養成　メンバーの声*/
	.lecturer_member {
		width: 100%;
		margin: 0 auto 0;
		padding: 45px 0 30px;
		text-align: center;
		font-size: 1.35rem;
		line-height: 1.6;
	}
	.lecturer_member h2 {
		width: 80%;
		margin: 0 auto;
		font-size: 2.3rem;
		border-bottom: 1px solid #333333;
		padding-bottom: 5px;
	}
	.lecturer_member_instructor,
	.lecturer_member_teacher,
	.lecturer_member_creative {
		width: 90%;
		margin-top: 45px;
		margin: 45px auto 0;
		height: auto;
	}
	.lecturer_member_instructor h3,
	.lecturer_member_teacher h3,
	.lecturer_member_creative h3 {
		font-size: 1.7rem;
	}
	.lecturer_member_instructor h3 span,
	.lecturer_member_teacher h3 span,
	.lecturer_member_creative h3 span {
		font-size: 2.3rem;
	}

	.lecturer_member_instructor_inner,
	.lecturer_member_teacher_inner,
	.lecturer_member_creative_inner {
		margin: 15px auto 0;
		display: block;
		width: 90%;
	}
	.lecturer_member_instructor_bg,
	.lecturer_member_teacher_bg,
	.lecturer_member_creative_bg {
		width: 90%;
		min-height: 15px;
		margin: -2% auto 0;
	}

	.lecturer_member_instructor_box,
	.lecturer_member_teacher_box,
	.lecturer_member_creative_box {
		margin: 30px auto;
		box-shadow: 4px 4px #bbbbbb;
	}
	.lecturer_member_instructor_box_name,
	.lecturer_member_teacher_box_name,
	.lecturer_member_creative_box_name {
		color: #ffffff;
		font-size: 1.7rem;
	}
	.lecturer_member_instructor_box_voice,
	.lecturer_member_teacher_box_voice,
	.lecturer_member_creative_box_voice {
		width: 80%;
		margin: 5px auto;
		min-height: 10vh;
	}

	/*modal*/

	.iziModal-wrap-lecturer {
		margin: 0 auto;
		border: 2px solid #ffbc00;
		height: 85vh !important;
		overflow: scroll;
	}
	.iziModal-wrap-lecturer h2{
		background: #ffbc00;
		font-size: 	1.8rem;
		text-align: center;
		padding: 10px 0;
	}
	.iziModal-wrap-inner {
		width: 90%;
		margin: 20px auto;
	}
	.iziModal-wrap-inner h3 {
		border-bottom: 1px solid #ffbc00;
		font-size: 1.5rem;
		padding-bottom: 3px;
		font-weight: 500;
	}
	.iziModal-wrap-inner ul {
		margin: 10px 0;
		font-size: 1.35rem;
		line-height: 1.5;
	}
	.close {
		position: absolute;
		top: -5%;
		right: 1%;
		z-index: 999;
		font-size: 3.0rem;
		color: #fff;
	}
	.iziModal-wrap-member {
		margin: 0 auto;
		text-align: center;
		border: none;
		padding: 5% 0 3%;
	}
	.iziModal-wrap-member img {
		width: 45%;
		margin-bottom: 5%;
	}
	.iziModal-wrap-member p {
		font-size: 1.5rem;
		text-align: justify;
		line-height: 1.5;
		width: 70%;
		margin: 0 auto;
		height: 30vh;
		overflow: scroll;
	}
	.close-member {
		color: #000;
		top: 1%;
	}

	.modal-bg-instructor {
		border-top: 210px solid #ffbc00;
		border-right: 210px solid transparent;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.modal-bg-teacher {
		border-top: 210px solid #ff009b;
		border-right: 210px solid transparent;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.modal-bg-creative {
		border-top: 210px solid #00e100;
		border-right: 210px solid transparent;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.iziModal-navigate > button {
		width: 55px !important;
	}
	.iziModal-navigate-next {
		right: 50%;
		background: url(../img/next.png) no-repeat 50% 50% !important;
		margin-right: -55% !important;
	}
	.iziModal-navigate-prev {
		left: 50%;
		background: url(../img/prev.png) no-repeat 50% 50% !important;
		margin-left: -55% !important;
	}
	
}
@media only screen and (max-width: 768px) and (min-width: 451px){

	/*メンバーの声modal矢印*/
	.iziModal-navigate-next {
		right: 50%;
		background: url(../img/next.png) no-repeat 50% 50% !important;
		margin-right: -52% !important;
	}
	.iziModal-navigate-prev {
		left: 50%;
		background: url(../img/prev.png) no-repeat 50% 50% !important;
		margin-left: -52% !important;
	}
}
@media only screen and (max-width: 768px) and (min-width: 601px){

	/*メンバーの声*/
	.lecturer_member_instructor_inner,
	.lecturer_member_teacher_inner,
	.lecturer_member_creative_inner {
	margin: 30px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
	}
}