@charset "UTF-8";

/*CSSDocument*/



/* html body base
===============================================================*/

/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#000;
  margin:0;
  text-align: left;
  padding:0;
  background-color:#101010;
/*  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:16px;
 -webkit-text-size-adjust: none;
	 position:relative;
}

img{
	max-width:100%;
}

ul{ list-style:none;}

img {
	padding:0px;
	margin:0px;
	vertical-align:bottom;
	max-width: 100%;
}
a {
	outline:none;
	text-decoration:none;
	color:#212020;
}
.hover {
 	-webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.5s ease-out;  /* Opera 10.50?12.00 */
	transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */	
}
.hover:hover {
	opacity:0.7;
}

.flexbox{
	display: flex;
	justify-content: space-between;
}


/* share
===============================================================*/

.clearfix:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}


.btn{
	-webkit-box-shadow: 0 1px 10px rgba(6,0,1,.3);
	-moz-box-shadow: 0 1px 10px rgba(6,0,1,.3);
	box-shadow: 0 1px 10px rgba(6,0,1,.3);
}
.p-mainVis{
  max-width: 1000px;
  margin: 0 auto;
}
section{
  max-width:1000px;
  margin: 0 auto;
  position: relative;
}

section.full{
	max-width: none;
}

.l-inner01{
margin: 0 auto;
background: #E3E3E3;
padding: 50px 0 100px;
}

iframe{
	max-width: 100%;
}

.mincho{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}




.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align:top;
  -ms-flex-align:top;
  -webkit-align-items:top;
  align-items: top;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}
.c-align-center {
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items: center;
}
.c-secHead {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding: 0.4em 1em 0.8em;
  line-height: 1.5;
  position: relative;
  margin-bottom: 2em;
}
.c-secHead:after {
  position: absolute;
  width:20px;
  height: 20px;
  transform: rotate(45deg);
  content: "";
  bottom:-10px;
  left:0;
  right:0;
  margin: auto;
  z-index: 1;
}


.c-fc-red {
  color:#fc0d1c;
}
.c-fs120 {
  font-size: 120%;
}
.c-fs140 {
  font-size: 140%;
}
.c-fs180 {
  font-size: 180%;
}
@media screen and (max-width: 640px) {
  .c-pcOnlyBr {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .c-spOnlyBr {
    display: none;
  }
}
.c-btn {
  margin: 0 25%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .c-btn {
    margin: 0 15%;
    text-align: center;
  }
}
.c-textShadow {
  text-shadow: 2px 2px 0 #000;
}
@media screen and (max-width: 640px) {
  .c-textShadow {
    text-shadow: 1px 1px 0 #000;
  }
}

/* main_vis
===============================================================*/
.p-mainVis{
	text-align:center;
}
@media screen and (max-width: 640px) {
.main_pc {
  display: none;
}
}
@media screen and (min-width: 640px) {
.main_sp {
    display: none;
  }
}


/* sec fixed */

.fixed{
	 position: fixed;
	 background: linear-gradient(to right, #BF953F, #FCF6BA,#B38728,#FBF5B7,#AA771C);
   z-index: 1000;
	 width: 100%;
	 max-width: none;
	 bottom: 0;

}

.fixed .inner{
	width: 780px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

.fixed .inner p{
color: #191919;
font-weight: bold;
font-size: 20px;
}


.fixed .inner a{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	background:linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	}

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

	.fixed .inner {
    width: auto;
    padding: 10px;
    flex-direction: column;
    font-size: 12px;
}

.fixed .inner p{
	color: #191919;
	font-weight: bold;
	font-size: 15px;
	}	

}
/* sec01
===============================================================*/
.p-sec01{
	background:url(../images/sec1_bg.png) center bottom no-repeat;
	text-align:center;
}

.p-sec01-vis{
	width:750px;
	margin: 50px auto;
}

.p-sec01-text{
	padding-bottom:80px;
}
@media screen and (max-width: 640px) {

	.p-sec01-vis{
		width:80%;
		margin: 30px;
	}

	.p-sec01{
		background-size:100% auto;
	}
	.p-sec01-text{
		padding:0 20px 40px 20px;
	}
}


/* sec02
===============================================================*/
.p-sec02{
	background:url(../images/sec2_bg.png) center bottom no-repeat;
	background-size:100% auto;
	padding:0;
}

.p-sec02 ul {
margin-top: -50px;
z-index: 100;
position: relative;
}

.p-sec02 ul li{
	padding:10px;
	background: linear-gradient(to right, #BF953F, #FCF6BA,#B38728,#FBF5B7,#AA771C);
	width: 750px;
	margin: 0 auto 30px;
}

.p-sec02 ul li .box{
	background: #fff;
	padding: 30px 50px;
	text-align: left;
}

.p-sec02 ul li h4 img{
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.p-sec02 ul li .box p{
color:#333;
}

.p-sec02_a h3 p{

}

.p-sec02 h3{
	background: url(../images/section02_bg.jpg);
	background-size: cover;
	height: 100px;
	padding: 80px;
	text-align: center;
	font-size: 25px;
	margin-top: -60px;
}

.p-sec02 .imgbox{
	margin-top: 0;
	width: 750px;
	margin: -70px auto 30px;
}

.p-sec02_b{
	background: url(../images/section02_bg2.jpg);
	background-size: cover;
	padding:50px;
	display: flex;
	justify-content: flex-end;
} 
.p-sec02 .companybox{
padding: 0 30px;
width: 750px;
margin: 0 auto 50px;
display: flex;
font-size: 13px;
justify-content: space-around;
flex-wrap: wrap;
}

.p-sec02 .companybox .companybox_a{
	width:35%;
}

.p-sec02 .companybox .companybox_b{
	width:60%;
}

.p-sec02 .companybox .companybox_c{
	width:100%;
	margin-top: 30px;
}

.p-sec02_b .box{
width:450px;
}

.p-sec02_b .box h4{
	font-size: 40px;
	line-height: 1;
	margin-bottom: 20px;
}

.p-sec02_b .box p{
	margin-bottom:20px;
}

.p-sec02_b .box p.mincho{
	font-size:20px;
	line-height: 1.4;
}


@media screen and (max-width: 640px) {
	.p-sec02 ul{
		margin: 15px;
		margin-top: 30px;
	}

	.p-sec02 ul li{
		width: auto;
	}

	.p-sec02 ul li .box{
		padding: 20px;
	}
	.p-sec02 h3{
	height: auto;
	padding: 20px 20px;
	text-align: center;
	font-size: 19px;
	text-align: left;
	margin: 0;
}

.p-sec02 .imgbox {
	margin-top: 0;
	width: auto;
	margin: 0;
}

.p-sec02 .companybox{
	display: block;
	width: auto;
	padding: 20px;
	margin: 0;
}
.p-sec02 .companybox .companybox_a,
.p-sec02 .companybox .companybox_b{
	width: 100%;
}

.p-sec02_b {
	padding: 20px;
	display: block;
	}

.p-sec02_b .box {
  width: auto;
}
.p-sec02_b .box h4 {
	font-size: 33px;
}
.p-sec02_b .box p.mincho {
	font-size: 17px;
}


}

/* sec03
===============================================================*/

.p-sec03-h2{
	text-align:center;
}

.sec03Content .box01{
	background: url(../images/section04_a.jpg);
	background-size: cover;
	padding: 50px 30px;
}

.sec03Content .box01 p,
.sec03Content .box02 p{
	border: 1px solid #ccc;
	padding:30px;
}

.sec03Content .box02{
	background: url(../images/section04_b.jpg);
	background-size: cover;
	padding: 50px 30px;

}

.sec03Content h3{
	font-size:30px;
	text-align:center;
	padding-bottom:20px;
}

.p-sec04 .teacher01{
	background: url(../images/bg_teacher01.jpg);
	background-size: cover;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.p-sec04 .teacher02{
	background: url(../images/bg_teacher02.jpg);
	background-size: cover;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;

}

.p-sec04 .teacher01,
.p-sec04 .teacher02{
	padding:50px;
}

.p-sec04 .teacher01 .box{
width:400px;
}

.p-sec04 .teacher02 .box{
	width:400px;
	}

	.p-sec04 .teacher01 .box h3,
	.p-sec04 .teacher02 .box h3{
	font-size: 60px;
}

.p-sec04 .teacher01 .box h3 img,
.p-sec04 .teacher02 .box h3 img{
	height: 70px;
}

.p-sec04 .teacher01 .box .carrer,
.p-sec04 .teacher02 .box .carrer{
font-size: 12px;
margin: 20px 0;
line-height: 1.6;
}


.p-sec04 .teacher01 p,
.p-sec04 .teacher02 p{
font-size: 13px;
line-height: 1.6;
width: 100%;
}

.red{
	color:#ff575d;
}

@media screen and (max-width: 640px) {
	.p-sec03-h2{
	}

	.sec03Content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
	}


	.sec03Content h3{
		font-size:16px;
		padding-bottom:20px;
	}

	.sec03Content p{
		font-size:14px;
	}

	.sec03Content p.bold{
		font-size:16px;
	}

	.sec03Content .img_wrap{
		width:40%;
	}
	.sec03Content .img_wrap span{
		font-size:12px;
	}
}

/* sec04
===============================================================*/
.p-sec04{

}

.p-sec04-h2{
	background-color:#e8f0f3;
	text-align:center;
	position:relative;
}
.p-sec04 #in01 h3,
.p-sec04 #in02 h3,
.p-sec04 #in03 h3,
.p-sec04 #in04 h3{
	padding:50px 0 0 0;
}

.p-sec04 #in01 h4,
.p-sec04 #in02 h4,
.p-sec04 #in03 h4,
.p-sec04 #in04 h4{
	padding:25px 0 25px 0;
}

.p-sec04 #in01{
	background:url(../images/sec4_bg1.png) 0 0 no-repeat;
	text-align:center;
	padding-bottom:40px;
}

.p-sec04 #in02{
	background:url(../images/sec4_bg2.png) 0 0 no-repeat;
	text-align:center;
	padding-bottom:60px;
}

.p-sec04 #in03{
	background:url(../images/sec4_bg3.png) 0 0 no-repeat;
	text-align:center;
	padding-bottom:98px;
}

.p-sec04 #in04{
	background:url(../images/sec4_bg4.png) 0 0 no-repeat;
	text-align:center;
	padding-bottom:90px;
}

.p-sec04 #in05{
	background:url(../images/cv_bg_grd.png) center center no-repeat;
	text-align:center;
	padding:50px 0 25px 0;
}

.p-sec04 .sec04Content{
	background-color:rgba(255,255,255,0.8);
	border:2px solid #fff;
	max-width:860px;
	padding:25px 0 20px 0;
	margin:0 auto;
}

.p-sec04 #in01 .sec04Content p{
	font-size:24px;
}

.p-sec04 .sec04Content p .bold{
	font-weight:bold;
}

.p-sec04 #in02 .sec04Content p{
	font-size:18px;
}
.p-sec04 #in02 .sec04Content ul{
	padding:35px 0 25px 0;
}
.p-sec04 #in02 .sec04Content ul li{
	list-style:none;
	display:inline-block;
	vertical-align:top;
	padding-left:50px;
}

.p-sec04 #in02 .sec04Content ul li:first-child{
	padding-left:0;
}

.p-sec04 .sec04Content.mb20{
	margin-bottom:20px;
}

.p-sec04 #in03 .sec04Content p{
	font-size:16px;
}

.p-sec04 #in03 .sec04Content .red,
.p-sec04 #in04 .sec04Content .red{
	color:#f80000;
	font-weight:bold;
}

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

	.p-sec04 .sec04Content{
		width:96%;
		padding:25px 0 20px 0;
	}
	.p-sec04 .teacher01,
	.p-sec04 .teacher02{
padding:20px;
	}
}


/* sec05
===============================================================*/

.p-sec05 h2{
	text-align:center;
}

.p-sec05 ul {
	margin-top: -50px;
	z-index: 100;
	position: relative;
	}
	
	.p-sec05 ul li{
		padding:10px;
		background: linear-gradient(to right, #BF953F, #FCF6BA,#B38728,#FBF5B7,#AA771C);
		width: 750px;
		margin: 0 auto 30px;
	}
	
	.p-sec05 ul li .box{
		background: #fff;
		padding: 30px 50px;
		text-align: left;
		color:#333;
	}

	.p-sec05 ul li .flexbox .imgbox{
		width:35%;
	}

	.p-sec05 ul li .flexbox .textbox{
		width:60%;
	}

	.p-sec05 .shoebox{
		align-items: center;
	}

	.p-sec05 .shoebox .imgbox{
		width:50%;
	}

	.p-sec05 .shoebox .textbox{
		width:50%;
	}


@media screen and (max-width: 640px) {
	.p-sec05 h2{
	}

	.p-sec05 ul{
		margin-top: 30px;
		margin: 15px;
	}

	.p-sec05 ul li{
		width: auto;
	}
	.p-sec05 ul li .box{
		display: block;
		padding: 15px;
	}
	
	.p-sec05 ul li .flexbox .imgbox,
	.p-sec05 ul li .flexbox .textbox{
		width: 100%;
    margin-bottom: 15px;
	}

	.voice{
		padding:0 20px 60px 20px;
	}


	.voice h3{
		font-size:16px;
	}

	.voice h4{
		font-size:12px;
		padding:20px 0 15px 0;
	}

	.voice p{
		font-size:10px;
	}
	.kansou p {
		color: #000; 
		text-align: right;
		font-size: 2.5vw; 
		padding: 1vw 2vw;
	}

}

/* sec06
===============================================================*/
.p-sec06 p{
	width:750px;
	margin: -70px auto 0;
}

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

	.p-sec06 p{
		width:auto;
		margin: 30px 0;
	}

	.p-sec06 h2{
	}

	.p-sec06 #in01{
		padding:0 0 40px 0;
	}

	.p-sec06 #in01 .f-right{
		width:40%;
		padding-left:10px;
	}
	.p-sec06 #in01 h3{
		font-size:16px;
		padding:0 20px;
	}
	.p-sec06 #in01 h4{
		padding:10px 0 10px 20px;
		width:50%;
	}

	.p-sec06 #in01 p{
		font-size:14px;
		padding:0 20px;
	}

	.p-sec06 #in01 dl{
		margin:10px 20px 0 20px;
	}
	.p-sec06 #in01 dt{
		display:table-cell;
		vertical-align:middle;
		padding:0 10px 0 0;
		width:30%;
	}

	.p-sec06 #in01 dd{
		display:table-cell;
		font-size:14px;
		vertical-align:middle;
		width:70%;
	}



	.p-sec06 #in02 h3{
		font-size:16px;

	}

	.p-sec06 #in02 li{
		width:96%;
		padding:15px 15px 10px 15px;
		min-height:auto;
	}

	.p-sec06 #in02 li:first-child{
		margin-right:0;
		margin-bottom:20px;
	}

	.p-sec06 #in02 li dt{
		font-size: 20px;
		padding-bottom:10px;
	}
	.p-sec06 #in02 li dd{
		font-size: 16px;
	}
}

/* sec07
===============================================================*/
.p-sec07{
}

.p-sec07 ul{
	width:750px;
	margin: 50px auto;
}

.p-sec07 ul li{
margin-bottom: 30px;
padding-bottom: 30px;
text-align: left;

}

.p-sec07 ul li h3{
	margin-bottom: 20px;
}

.p-sec07 ul li:last-child{
	border-bottom: 0;
}

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

	.p-sec07 ul {
    width: auto;
    margin: 30px 15px;
}

	.p-sec07 table{
		width:100%;
		font-size:10px;
		font-weight:bold;
	}

}

/* sec08
===============================================================*/
.p-sec08{

}

.p-sec08 ul {
	margin-top: -50px;
	position: relative;
}

.p-sec08 ul li{
	padding:10px;
	background: linear-gradient(to right, #BF953F, #FCF6BA,#B38728,#FBF5B7,#AA771C);
	width: 750px;
	margin: 0 auto 30px;
}

.p-sec08 ul li .box{
	background: #fff;
	padding: 30px 50px;
	text-align: left;
	color:#333;
}

.p-sec08 ul li .flexbox .imgbox{
	width:50%;
}

.p-sec08 ul li .flexbox .imgbox iframe{
	height: 325px;
}

.p-sec08 ul li .flexbox .textbox{
	width:45%;
}

.ohayame{
	width:600px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.p-sec08 h2{
	}
	.p-sec08 table{
		width:90%;
		margin:30px auto;
		font-size:14px;
	}

	.p-sec08 td{
		font-size:14px;
	}
	.p-sec08 ul{
		width:100%;
		margin-top: 30px;
	}
	.p-sec08 ul li{
    display: block;
    width: auto;
    margin: 15px;
	}

	.p-sec08 ul li .box{
		display: block;
		padding: 15px;
	}

	.p-sec08 ul li .flexbox .imgbox,
	.p-sec08 ul li .flexbox .textbox{
		width: 100%;
	}

}

/* form上注釈
===============================================================*/
.contactsoon {
  color:#242424;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}
.contactsoon .bigred {
  color:#ff0000;
  font-size: 21px;
  line-height: 1.6;
  font-weight: bold;
}
/* form
===============================================================*/
#form h2{
	text-align:center;
	padding:20px 0;
	margin-bottom:15px;
}

#form {
}

#form .inner{
	width:1000px;
	background: #E3E3E3;
	margin: 0 auto;
	padding-bottom: 100px;
}


#form .c-headTitle {
  background: #313131;
  margin-bottom: 55px;
}
#form form {
  display: block;
  max-width: 520px;
  margin: 0 auto;
}
#form input[type=text] ,
#form input[type=email] ,
#form select ,
#form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: #aaaaaa 2px solid;
  padding: 5px;
 -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 18px;
  line-height: 35px;
}
#form select {
  height: 47px;
}
#form textarea {
  line-height: 1.7;
}

#form dl {
}
#form dl dt {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin-bottom: 5px;
}

#form dl dt .require {
  font-weight: normal;
  font-size: 14px;
  color: #cc0000;
  display: inline-block;
  padding-left: 5px;
}
#form dl dt .mult {
  font-weight: normal;
  font-size: 14px;
  color: #4e4e4e;
  display: inline-block;
  padding-left: 5px;
}
#form .form_box {

}
#form .form_box + .form_box {
  margin-top: 40px;
}
#form .form_box + .form_box-col {
  margin-top: 40px;
}
#form .form_box-col + .form_box {
  margin-top: 40px;
}
#form .form_box-col {
  display: table;
  width: 100%;
  text-align: left;
}
#form .form_box-colItem {
  display: table-cell;
  width: 50%;
}
#form .form_box-colItem .form-old input {
  display: inline-block;
  width: 75%;
}
#form .form_box-colItem .form-old dd span {
  display: inline-block;
  font-size: 20px;
  color: #000;
  padding-left: 7px;
}
#form .form_box-check {

}
#form .form_box-check dt {
  margin-bottom: 10px;
}
#form .form_box-check dd {

}
#form .form_box-check dd > span {
  display: block;
  text-align: left;
}
#form .form_box-check dd > span + span {
  margin-top: 7px;
}
#form .form_box-check dd > span label {
  display: block;
  position: relative;
  color: #FFF;
  cursor: pointer;
}
#form .form_box-check dd > span label:before {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  background: #FFF;
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#form .form_box-check dd > span label span {
  display: block;
  padding-left: 25px;
}
#form .form_box-check dd > span label span:after {
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  background: #1073e5;
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  left: 4px;
  margin: auto;
  opacity: 0;
}
#form .form_box-check dd > span label input[type=checkbox]:checked + span:after ,
#form .form_box-check dd > span label input[type=radio]:checked + span:after {
  opacity: 1;
}
#form .form_box-check dd > span input {
  display: none;
}

#form .form_submit {
display: flex;
    margin: 0 auto;
    padding-top: 40px;
}
#form .form_submit input[type=submit] {
  display: block;
  width: 100%;
  margin: 0px 35px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  font-size: 18px;
  font-family: serif;
  font-weight: lighter;
  text-align: center;
  padding: 25px;
  border: none;
  background: #2b2a2a;
  box-shadow: 7px 7px 0 0 rgb(160 160 160);
}
}

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

	.ohayame{
		width: auto;
    margin: 0 20px;
	}

	#form .inner {
    width: auto;
    padding: 20px;
}


	#form h2{
		font-size:20px;
		padding:20px 0;

	}

  #form .c-headTitle {
    margin-bottom: 30px;
  }

  #form .form_submit input[type=submit] {
    font-size: 4vw;
    padding: 20px;
    border: none;
    border-bottom: 5px #9a9696 solid;
	padding: 20px;
  }

}

.checkpage #form{
	margin: 0;
	padding:20px;
	background-color: #E3E3E3;
}

.checkpage #form .l-inner01{
padding:20px;
}

@media screen and (max-width: 640px) {
	section{
		width: auto;
	}

	.btn{
		width:88%;
		-webkit-box-shadow: 0 1px 10px rgba(6,0,1,.3);
		-moz-box-shadow: 0 1px 10px rgba(6,0,1,.3);
		box-shadow: 0 1px 10px rgba(6,0,1,.3);
	}
	.l-inner01 {
	  max-width: 100%;
	  margin: 0 auto;
		position: relative;
		padding:20px;
		width: auto;
	}

	.p-sec04 .teacher01 .box h3 img,
	.p-sec04 .teacher02 .box h3 img {
    height: 50px;
		object-fit: contain;
		object-position: left;

	}

	.p-sec04 .teacher01{
    background-position: center;
	}

	.l-inner02 {
	  max-width: 900px;
	  margin: 0 auto;
	  box-sizing: border-box;
	}
	.l-inner03 {
	  max-width: 980px;
	  margin: 0 auto;
	  padding: 0 7%;
	  box-sizing: border-box;
	}

}