@charset "UTF-8";

/*---　一覧　---------*/
.sec-sub-mv{
    background:url(../../img/instructors/bg_mv.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.instructors-con{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.instructors-con .instructors-item{
	width:calc((100% - 100px) / 2);
}
.instructors-con .instructors-item:nth-child(n+3){
	margin-top: 80px
}
.instructors-con .instructors-item-inn{
	box-shadow:0 0 20px rgba(0, 0, 0, 0.25);
	background: #fff;
	position: relative;
}
.instructors-con .instructors-img{
	width:100%;
	aspect-ratio: 1.222 / 1;
	overflow: hidden;
}

.instructors-con .instructors-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.instructors-con .instructors-txtbox{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	padding: 15px 0;
	color:#1A2C61;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	
}


.instructors-con .instructors-mess{
	font-size:3.3rem;
	line-height: 1.4
}
.instructors-con .instructors-mess span{
	background: #fff;
	padding:0 20px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.instructors-con .instructors-num{
	font-family: "Allura", cursive;
    font-weight: 400;
	font-size:5.0rem;
	padding:0  20px;
	line-height: 1;
	margin-top: 20px;
	text-shadow: 0px 1px 10px rgba(255, 255, 255, 1), 0px 1px 10px rgba(255, 255, 255, 1), 0px 1px 10px rgba(255, 255, 255, 1);
		
}
.instructors-con .instructors-num span{
	font-size:1.8em;
}

.instructors-con .instructors-name{
	font-size:2.2rem;
	padding:0  20px;
	line-height: 1;
	text-shadow: 0px 1px 10px rgba(255, 255, 255, 1), 0px 1px 10px rgba(255, 255, 255, 1), 0px 1px 10px rgba(255, 255, 255, 1);
		
}
.instructors-con .instructors-name span{
	font-size:1.25em;
}
.instructors-con .instructors-name-en{
	/*font-family: "Allura", cursive;*/
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
	font-size:1.8rem;
	padding:0  20px;
	margin-top: 20px;
	line-height: 1;
	text-shadow: 0px 1px 10px rgba(255, 255, 255, 1), 0px 1px 10px rgba(255, 255, 255, 1), 0px 1px 10px rgba(255, 255, 255, 1);		
}


a.btn-link-n{
    background: #1A2C61;
    border-radius: 50px;
    position: relative;
    padding-right:10px;
    text-align: center;
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    color:#fff;
    font-weight: 500;
    width:260px;
    font-size: 2.0rem;
    height:50px;
    line-height: 45px;
    margin:30px auto 0;
}


@media (max-width: 768px){
    .sec-sub-mv{
        background:url(../../img/instructors/bg_mv_sp.png)no-repeat;
        background-size: cover;
        background-position: bottom;
    }
	
	.instructors-con .instructors-item{
		width:90%;
		margin: 0 auto
	}
	.instructors-con .instructors-item:nth-child(n+2){
		margin-top: 14vw
	}

	.instructors-con .instructors-txtbox{
		padding: 2vw 0;
	}


	.instructors-con .instructors-mess{
		font-size:5.0vw
	}
	.instructors-con .instructors-mess span{
		background: #fff;
		padding:0  3vw
	}

	.instructors-con .instructors-num{
		font-size:7.64vw;
		padding:0  3vw;
		margin-top: 3vw
	}
	.instructors-con .instructors-name{
		font-size:3.9vw;
		padding:0  3vw;
	}
	.instructors-con .instructors-name-en{
		font-size:3.5vw;
		padding:0.5vw 3vw;
	}

	a.btn-link-n{
	 padding-right:1vw;
			width:38vw;
			font-size: 3.4vw;
			height:7.2vw;
			line-height: 6.8vw;
	}

}


/*---　詳細　---------*/
.instructors-topbox{
	width:100%;
	position: relative;
	display: flex;
}
.instructors-topimg{
	width:38%;
	margin: 0 0 0 auto
}
.instructors-toptxt{
	/*position: absolute;
	top:0;
	bottom:0;
	left:0;
	margin: auto;*/
	width:60%;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.instructors-toptxt .sec-ttl-ja{
	font-size:3.3rem;
	font-weight: 500;
}

.instructors-toptxt .instructors-post{
	font-size:2.3rem;
	margin-bottom: 0.8em
}
.instructors-toptxt .instructors-name{
	font-size:3.0rem;
	font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
	color:#1A2C61
}
.instructors-toptxt .instructors-name span{
		/*font-family: "Allura", cursive;*/
	font-family: "Noto Sans JP", sans-serif;
	font-size:0.7em;
    font-weight: 400;
	color:#6a6a6a;
	display: inline-block
}

.instructors-profile{
	width:100%;
	border:1px solid #EB9144;
	background: #fff;
	padding: 30px;
	margin: 30px 0 60px;
}
.instructors-profile .profile-ttl{
	font-size:2.0rem;
	font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
	color:#EB9144;
	padding-left: 2em;
	margin-bottom: 0.8em;
	position: relative
}
.instructors-profile .profile-ttl::before{
	position: absolute;
	content:'';
	left:0;
	top:0;
	width:1.5em;
	height:100%;
	background-image: url("../../img/instructors/icon_profile.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.instructors-message .lead-wrap{
	display: flex;
	justify-content: space-between
}

.instructors-message .lead-wrap .message-img{
	width:36.5%
}
.instructors-message .lead-wrap .message-lead{
	width:calc(100% - 40px - 36.5%);
	display: flex;
	align-items: center;
	font-size:2.8rem;
	font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
	color:#1A2C61;

}
.instructors-message .lead-wrap .message-lead span{
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

.instructors-message .lead-wrap .message-lead span::before{
	content: "■";
	font-family: "Noto Sans JP", sans-serif;
}

.message-txt{
	background: #f0f0f0;
	margin: 30px 0 80px;
	padding: 50px;
	font-size:1.8rem;
}

.message-txt p + p{
	margin-top: 2em
}

@media (max-width: 768px){
	.instructors-topbox{
		width:100%;
		position: relative;
		flex-wrap: wrap
	}
	.instructors-topimg{
		width:100%;
		margin: 0 0 0 auto
	}
	.instructors-toptxt{
		position: relative;
		margin: auto;
		display: flex;
		justify-content: center;
		width:100%;
	}
	.instructors-toptxt .sec-ttl-ja{
		font-size:5.5vw;
	}

	.instructors-toptxt .instructors-post{
		font-size: 3.7vw;
		margin-top:0
	}
	.instructors-toptxt .instructors-name{
		display: flex;
		flex-direction: column;
		font-size: 6.2vw;
		color: #1A2C61;
		font-family: "Zen Maru Gothic", sans-serif;
		font-weight: 500;
		line-height: 1.4;
		margin: 0;
	}
	.instructors-toptxt .instructors-name span{
		margin: 0.2em 0  1em
	}
	


	.instructors-profile{
		width:100%;
		border:1px solid #EB9144;
		background: #fff;
		padding: 4vw;
		margin: 5.7vw 0 10vw;
		font-size:3.4vw;
	}
	.instructors-profile .profile-ttl{
		font-size:3.8vw;
	}

	.instructors-message .lead-wrap{
		display: flex;
		justify-content: space-between;
		flex-direction: column
	}

	.instructors-message .lead-wrap .message-img{
		width:100%
	}
	.instructors-message .lead-wrap .message-lead{
		width:100%;
		display: block;
		font-size:4.4vw;
		margin-top: 5.7vw
	}

	.message-txt{
		background: #f0f0f0;
		margin: 5.7vw 0 12.8vw;
		font-size:3.7vw;
		padding: 6.4vw 4.2vw
	}


}