@charset "utf-8";




/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
main img {
	width: auto;
}
#helo {
	height: 420px;
	background-image: url("../images/pc/instructor/h_bg.png");
	background-size: cover;
	position: relative;
	margin-bottom: 80px;
}
#helo p {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}




#instructor .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	background-color: #E5EBEE;
	align-items: center;
	min-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	min-height: 450px;
}
#instructor .flex div.box {
	width: 50%;
	position: relative;
	display: flex;
	justify-content: center;
}
#instructor .flex div.box div {
}
#instructor .flex div p {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 1.8em;
}
#instructor .flex div dl {
	display: flex;
	align-items: center;
	margin-top: 100px;
}
#instructor .flex div dl dt {
	font-size: 16px;
	font-weight: bold;
}
#instructor .flex div dl dd {
	font-size: 24px;
	font-weight: bold;
	margin-left: 15px;
}
#instructor .flex figure {
	height: 32.9428989751vw;
	background-image: url("../images/pc/instructor/photo.png");
	width: 50%;
	background-size: cover;
	background-position: center top;
	min-height: 450px;
}
#instructor h2 {
	font-weight: bold;
	font-size: 36px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 80px;
}
#instructor h2 span {
	display: block;
	margin-bottom: 50px;
}
#instructor h2+p {
	font-size: 24px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 2.2em;
	font-feature-settings: "palt";
	margin-top: 50px;
}





#keireki {
	margin-top: 80px;width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#keireki h2 {
	margin-bottom: 30px;
}
#keireki th {
	background-color: #F8DC9B;
	width: 121px;
	font-weight: bold;
	font-size: 21px;
	font-family: 'Noto Sans JP', sans-serif;
	padding-top: 12px;
	padding-bottom: 12px;
	font-feature-settings: "palt";
}
#keireki td {
	background-color: #FCF3DB;
	text-align: left;
	font-size: 21px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	padding-left: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#keireki tr:first-child th,
#keireki tr:first-child td
{
	padding-top: 24px;
}
#keireki tr:last-child th,
#keireki tr:last-child td
{
	padding-bottom: 24px;
}
#keireki figure {
	position: absolute;
	right: 100px;
	top: 115px;
}





#profile {
	margin-top: 100px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#profile p {
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.9em;
	margin-top: 20px;
}





#shikaku {
	margin-top: 100px;
}
#shikaku .box {
	background-color: #E5EBEE;
	border: 3px solid #003752;
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 50px;
	text-align: left;
}
#shikaku .box h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
#shikaku .box li {
	font-size: 18px;
	line-height: 1.9em;
}
#shikaku .box ul+h3 {
	margin-top: 40px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
main img {
	width: auto;
}
#helo {
	height: 50vw;
	background-image: url("../images/pc/instructor/h_bg.png");
	background-size: cover;
	position: relative;
	margin-bottom: 10vw;
}
#helo p {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}




#instructor .flex {
	margin-top: 5vw;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#instructor .flex div.box {
	background-color: #E5EBEE;
	position: relative;
	padding: 5vw;
}
#instructor .flex div p {
	font-size: 5vw;
	font-weight: bold;
	text-align: left;
	line-height: 1.8em;
}
#instructor .flex div dl {
	text-align: left;
	margin-top: 5vw;
}
#instructor .flex div dl dt {
	font-size: 3.5vw;
	font-weight: bold;
}
#instructor .flex div dl dd {
	font-size: 5vw;
	font-weight: bold;
}
#instructor .flex figure {
	height: 50vw;
	background-image: url("../images/pc/instructor/photo.png");
	background-size: cover;
	background-position: center top;
}
#instructor h2 {
	font-weight: bold;
	font-size: 5vw;
	margin-left: 3vw;
	margin-right: 3vw;
	text-align: left;
	margin-top: 5vw;
	line-height: 1.5em;
}
#instructor h2 span {
	display: block;
	margin-bottom: 5vw;
}
#instructor h2+p {
	font-size: 4vw;
	margin-left: 3vw;
	margin-right: 3vw;
	text-align: left;
	line-height: 1.8em;
	font-feature-settings: "palt";
	margin-top: 5vw;
}





#keireki {
	margin-top: 15vw;
	margin-left: 3vw;
	margin-right: 3vw;
	position: relative;
}
#keireki h2 {
	margin-bottom: 5vw;
}
#keireki th {
	background-color: #F8DC9B;
	width: 24vw;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	padding-top: 3vw;
	padding-bottom: 3vw;
	font-feature-settings: "palt";
}
#keireki td {
	background-color: #FCF3DB;
	text-align: left;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	padding-left: 3vw;
	padding-top: 3vw;
	padding-bottom: 3vw;
}
#keireki tr:first-child th,
#keireki tr:first-child td
{
	padding-top: 6vw;
}
#keireki tr:last-child th,
#keireki tr:last-child td
{
	padding-bottom: 6vw;
}
#keireki figure {
	display: none;
}





#profile {
	margin-top: 15vw;
	margin-left: 3vw;
	margin-right: 3vw;
}
#profile p {
	text-align: left;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.9em;
	margin-top: 5vw;
}





#shikaku {
	margin-top: 15vw;
}
#shikaku .box {
	background-color: #E5EBEE;
	border: 3px solid #003752;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
	padding: 3vw;
	text-align: left;
}
#shikaku .box h3 {
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 5px;
	font-feature-settings: "palt";
}
#shikaku .box li {
	line-height: 1.7em;
	text-indent: -1em;
	padding-left: 1em;
}
#shikaku .box ul+h3 {
	margin-top: 40px;
}


.r_btn {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}