@charset "utf-8";
/* index
===============================*/
/*共通ボタン*/
.top_btn a{
	display: block;
    width: 215px;
    font-size: 16px;
    padding: 30px;
    background-color: #f9f9f8;
    border-radius: 0 23px 0 0;
    margin: 0 auto;
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding-left: 10px;

}
.top_btn ::before,
.top_btn ::after,
.top_btn_02 ::before,
.top_btn_02 ::after,
.top_pdf ::before,
.top_pdf ::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 65%;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.top_btn a.allow::after,
.top_btn_02 a.allow::after{
	right: 3px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #141414;
    border-right: 1px solid #141414;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}

.top_btn_02 a{
	display: block;
    width: 215px;
    font-size: 16px;
    padding: 30px;
    background-color: #f9f9f8;
    border-radius: 0 23px 0 0;
    margin-left: auto;
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding-left: 10px;

}
.top_pdf a{
	display: block;
    width: 215px;
    font-size: 16px;
    padding: 30px;
    border-radius: 0 23px 0 0;
    margin-left: auto;
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding-left: 10px;
	background: #f9f9f8 url("../commons/img/ico_pdf.png") no-repeat right 36px center / 17px auto;	
}

/* ===============================*/
.top_txt{
	line-height: 2;
}
.top_link a{
	display: inline-block;
	font-size: calc(14px + 2 * (100vw - 300px)/1050);
	font-weight: bold;
	line-height: 1.3;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #333;
	position: relative;
	background: url("../commons/img/ico_arrow.png") no-repeat center right / 7px 11px;
	min-width: 250px;
	text-align: center;
	
}

.top_mv{
	margin: 170px 5% 0 0;
	position: relative;
	padding-bottom: 50px;
}
.top_mv_bg {
    background-color: #f2ebeb;
}

.top_mv_txtlist{
	position: absolute;
	bottom: 10%;
	right: 10%;
	text-align: center;
}
.top_mv_txtlist_item{
	font-size: 40px;
    letter-spacing: .1em;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background-color: #eacdbf;
    padding: 20px;
}
.top_mv_txtlist_item02{
	font-size: 40px;
    letter-spacing: .1em;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background-color: #eacdbf;
    padding: 20px;
	width: 230px;
}

.top_lead{
background-color:#f9f9f8;
background-image: url(../img/top/bg_musicalnote_01.png), url(../img/top/bg_musicalnote_02.png);
background-repeat: no-repeat, no-repeat;
background-position: left 0px top -12px,right 0px bottom 0px;
background-size:800px;
padding-top: 120px;
padding-bottom: 120px;	
}
.top_lead h2{
	font-size: 26px;
	margin-bottom: 50px;
}
.top_lead p{
	font-size: 17px;
	line-height: 2.5;
}
.top_feature{
	background-color: #ece4e1;
	padding: 120px 0 80px;
	margin-bottom: 0px;
}
.top_feature ul{
 	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 70px;
}
.top_feature ul li{
	width: 350px;
	background-color: #f9f9f8;
	height: 455px;
}
.top_feature ul li p img{
	display: block;
	margin-bottom: 50px;
}
.top_feature ul li h3{
	font-size: 22px;
	color: #a68b80;
	margin-bottom: 40px;
}
.top_feature ul li p.top_feature_text{
	padding: 0 25px;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}
.top_contents{
	background-color: #fff;
	padding: 120px;
}
.top_contents_box{
	display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
}
.top_contents_box li{
	width: 550px;
	background-color: #e0dbd4;
	padding: 30px 50px;
	box-sizing: border-box;
}
.top_contents_title {
    width: 450px;
    margin: 0 auto 35px;
	position: relative;
}
.top_contents_title h2{
position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    font-size: 60px;
}
.top_contents_title h2 span{
	display: block;
	font-size: 15px;
	text-align: center;
	letter-spacing: 1.5px;
	margin-top: 10px;
}
.top_contents_text{
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.top_jyuku{
	background-color: #ece8e7;
	padding: 60px 0;
	margin: 0 auto 120px;
}
.top_jyuku h2{
	font-size: 25px;
    position: relative;
    border-bottom: 1px solid #d5c0b7;
    width: 540px;
    font-weight: 100;
    margin: 0 auto 60px;
    padding: 25px;
}
.top_jyuku h2::before,
.top_jyuku h2::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.top_jyuku h2::before {
	top: 0;
	border-top: 2px solid #d5c0b7;
	border-bottom: 1px solid #d5c0b7;
}
.top_jyuku h2::after {
	bottom: 0;
	border-top: 1px solid #d5c0b7;
	border-bottom: 1px solid #d5c0b7;
}
.top_jyuku_text{
	font-size: 16px;
	margin-bottom: 40px;
	line-height: 1.7;
}
.top_flow{
	background-image: url("../img/top/flow.jpg");
	padding: 70px 0;
	background-size: cover;
	margin-bottom: 200px;
}
.top_flow_inner{
	background-color: #ffffffd1;
	padding: 110px 0 80px;
	max-width: 1100px;
	width: 80%;
	margin: auto;
}
.top_flow_title{
	font-size: 40px;
	text-align: center;
}
.top_flow_title_jp{
	font-size: 15px;
	display: block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.top_flow_title_jp::after{
	content: "";
    width: 100px;
    position: absolute;
    top: 13px;
    left: 50%;
     -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
    bottom: 0;
    border-bottom: 1px solid #555;
    text-align: center;
	
}
.top_flow_text{
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 40px;
}


/*下層タイトル共通*/

.title{
	font-size: 45px;
	text-align: center;
}
.title_jp{
	font-size: 15px;
	display: block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
	padding-top: 6px;
}
.title_jp::after{
	content: "";
    width: 100px;
    position: absolute;
    top: 13px;
    left: 50%;
    -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
    bottom: 0;
    border-bottom: 1px solid #555;
    text-align: center;
	
}
.title_jp_competiton{
	padding-top: 10px;
}
/*schoolページ*/
.feature h2{
	margin-top: -170px;
    margin-bottom: 120px;
    padding-top: 290px;
}
.feature_box{
	display: flex;
	margin:0 auto 130px;
	width: 90%;
	max-width: 1100px;
	justify-content: space-between;
}
.feature_left{
	width: 780px;
}
.feature_left p.feature_left_text{
	font-size: 16px;
    width: 94%;
    text-align: left;
    margin-top: 45px;
    line-height: 1.3;
    letter-spacing: 1.2px;
}
.feature_right{
	position: relative;
	height: 850px;
}
.feature_right h3{
	position: absolute;
	top: 0;
	right: 20px;
	text-orientation: upright;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 30px;

}
.feature_right h3::before{
	content: "01";
    width: 80px;
    height: 80px;
    display: inline-block;
    background-color: #c9b7a4;
    border-radius: 50%;
   font-size: 30px;
    font-family: samantha-italic, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: -100px;
    right: -20px;
    -webkit-writing-mode: horizontal-tb;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 2.5px;
	}
.feature_right h3.feature02::before{
	content: "02";
    width: 80px;
    height: 80px;
    display: inline-block;
    background-color: #c9b7a4;
    border-radius: 50%;
    font-size: 30px;
	font-family: samantha-italic, sans-serif;
	font-weight: 400;
	font-style: normal;
    position: absolute;
    top: -100px;
    right: -20px;
    -webkit-writing-mode: horizontal-tb;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
	color: #fff;
	letter-spacing: 2.5px;
	}
.feature_right h3.feature03::before{
	content: "03";
    width: 80px;
    height: 80px;
    display: inline-block;
    background-color: #c9b7a4;
    border-radius: 50%;
    font-size: 30px;
	font-family: samantha-italic, sans-serif;
	font-weight: 400;
	font-style: normal;
    position: absolute;
    top: -100px;
    right: -20px;
    -webkit-writing-mode: horizontal-tb;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
	color: #fff;
	letter-spacing: 2.5px;
	}
.feature_right p{
	text-orientation: upright;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	position: absolute;
	top: 70px;
    right: 100px;
    line-height: 2;
	font-size: 20px;
}
.feature_right p span{
	text-orientation: upright;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 160px;
    right: 60px;
    line-height: 2;
    font-size: 20px;
    height: 620px;
}
.feature_right p span.transform{
	transform: rotate(90deg);   /* 回転 */
    transform-origin: 0 0;
	    top: 215px;
    right: -33px;
}


.course{
	background-color: #edebe5;
	padding: 120px 0;
}
.coursebox{
	display: flex;
	justify-content: flex-start;
	width: 96%;
	max-width: 1200px;
	background-color: #fff;
	margin: 0 auto 40px;
	height: 345px;
	box-sizing: border-box;
	align-items: center;
	padding-right: 60px;
}
.course_left{
	width: 260px;
    padding-left: 50px;
    border-right: 1px solid #ecd9d2;
    height: 190px;
}
.course_left p{
	font-size: 25px;
}
.course_left span{
	font-size: 18px;
	display: inline-block;
	padding-top: 45px;
	font-family:yu-gothic-pr6n, sans-serif;	
	line-height: 1.5;
}
.course_right{
	width: 70%;
	font-size: 18px;
	line-height: 1.5;
	padding-left: 40px;
}
.competition{
	padding-top: 120px;
}
.competiotion_box{
	background-color: #f8f7f3;
	padding: 50px 0 40px;
	width: 80%;
    margin: 0 auto 70px;
}
.competiotion_box h3{
	font-size: 18px;
	margin-bottom: 25px;
}
.competition_text{
	background-color: #fff;
	padding: 20px 0;
	width: 530px;
	font-size: 18px;
	line-height: 1.5;
	margin: auto;
}
.competition_text_02{
	margin-bottom: 30px;
}
.competition_pic{
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}
.price_box{
	display: flex;
	justify-content: space-between;
	background: url("../img/school/bg.png");
/*	margin-bottom: 100px;*/
	
}
.price_left {
    margin: auto;
	width: 50%;	
}
.price_left p{
	width: 500px;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 auto 70px;
	
}
.top_pdf a.course {
    display: block;
    width: 215px;
    font-size: 16px;
    padding: 30px;
    border-radius: 0 23px 0 0;
    margin: auto;
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding-left: 10px;
    background: #f9f9f8 url(../commons/img/ico_pdf.png) no-repeat right 36px center / 17px auto;
}
.price_right {
    width: 50%;
}
section#teacher {
    padding-top: 290px;
    margin-top: -170px;
}
.teacher_box{
	display: flex;
	margin: auto;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	align-items: center;
}
.teacher_box .teacher_image{
	width: 80%;
	max-width: 600px;
}
.teacher_box .teacher_text{
	width: 80%;
	max-width: 550px;
	font-size: 18px;
	line-height: 1.4;
}
/*flowページ*/
.flow h2 {
       margin-top: -170px;
    margin-bottom: 120px;
    padding-top: 290px;
}
.flow ul li{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 60px; 
	height: 250px;
}
.flow_box_left{
	background:url("../img/flow/bg_pink.png");
	width: 200px;
	text-align: center;
}
.flow_box_right{
	padding: 35px 45px;
	border: 2px solid #f0e4df;
	width: 1000px;
}
.flow_num{
	    font-size: 40px;
    width: 80px;
    border-bottom: 1px solid #414141;
    padding-bottom: 25px;
    margin: 0 auto 25px;
    padding-top: 50px;
}
.flow_title{
	font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.3;
}
.flow_text{
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.3;
	margin-bottom: 20px;
	
}
.flow_contact{
	display: flex;
	justify-content: space-around;
}
.flow_tel{
	background:url("../img/flow/bg_pink.png");
	width: 360px;
	padding: 20px 70px;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
}
.flow_tel::after{
	    content: "";
    display: inline-block;
    width: 16px;
    height: 23px;
    background-size: contain;
    background-image: url(../img/flow/icon_tel.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    vertical-align: middle;

}
.flow_mail{
	background:url("../img/flow/bg_pink.png");
	width: 360px;
	padding: 20px 70px;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
}
.flow_mail::after{
	content: "";
    display: inline-block;
    width: 20px;
    height: 22px;
    background-size: contain;
    background-image: url(../img/flow/icon_mail.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    vertical-align: middle;

}
.flow_trial{
	background:url("../img/flow/bg_pink.png");
	width:825px;
	padding: 20px 70px;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	
}
.flow_text_03{
	    margin-top: 50px;

}
.photo_area_pc{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 100px;
}
.question_jp{
	    padding-top: 7px;
}
.question ul li{
	background-color: #f0e9e3;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px;
	padding: 30px 50px;
}
.question_title{
	font-size: 16px;
	margin-bottom: 15px;
}
.question_title span{
	font-size: 25px;
	font-weight: bold;
}
.answer{
	background-color: #fff;
	padding: 20px 30px;
	line-height: 1.4;
	font-size: 15px;
}
@media screen and (max-width: 1024px) {
/* index
===============================*/
/*共通ボタン*/
.top_btn a{
	display: block;
    width: 200px;
    font-size: 14px;
    padding: 20px;
    background-color: #f9f9f8;
    border-radius: 0 23px 0 0;
    margin: 0 auto;
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding-left: 10px;

}
.top_btn ::before,
.top_btn ::after,
.top_btn_02 ::before,
.top_btn_02 ::after,
.top_pdf ::before,
.top_pdf ::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 65%;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.top_btn a.allow::after,
.top_btn_02 a.allow::after{
	right: 3px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #141414;
    border-right: 1px solid #141414;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}

.top_btn_02 a{
	display: block;
    width: 200px;
    font-size: 14px;
    padding: 20px;
    background-color: #f9f9f8;
    border-radius: 0 23px 0 0;
    margin-left: auto;
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding-left: 10px;

}
.top_pdf a{
	display: block;
    width: 200px;
    font-size: 14px;
    padding: 20px;
    border-radius: 0 23px 0 0;
    margin-left: auto;
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding-left: 10px;
	background: #f9f9f8 url("../commons/img/ico_pdf.png") no-repeat right 36px center / 15px auto;	
}

/* ===============================*/
.top_txt{
	line-height: 2;
}
.top_link a{
	display: inline-block;
	font-size: calc(14px + 2 * (100vw - 300px)/1050);
	font-weight: bold;
	line-height: 1.3;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #333;
	position: relative;
	background: url("../commons/img/ico_arrow.png") no-repeat center right / 7px 11px;
	min-width: 250px;
	text-align: center;
	
}

.top_mv{
	margin: 0px 5% 0 0;
	position: relative;
	padding-bottom: 20px;
}

.top_mv_txtlist{
	position: absolute;
    bottom: -5%;
    right: 0%;
    text-align: center;
}
.top_mv_txtlist_item{
	font-size: 14px;
    letter-spacing: .1em;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #eacdbf;
    padding: 12px 0;
}
.top_mv_txtlist_item02{
	font-size: 14px;
    letter-spacing: .1em;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background-color: #eacdbf;
    padding: 10px;
	width: 140px;
}
.top_lead{
    background-color: #f9f9f8;
    background-image: url(../img/top/bg_musicalnote_01.png), url(../img/top/bg_musicalnote_02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 0px top -12px,right 0px bottom 0px;
    background-size: contain;
    padding-top: 60px;
    padding-bottom: 60px;
}
.top_lead h2{
	font-size: 16px;
	margin-bottom: 30px;
}
.top_lead p{
	font-size: 13px;
    line-height: 2;
    width: 90%;
    margin: auto;
    text-align: left;
}
.top_feature{
	background-color: #ece4e1;
	padding: 40px 0 40px;
	margin-bottom: 40px;
}
.top_feature ul{
 	max-width: 1200px;
	width: 100%;
	display: block;
	justify-content: space-between;
	margin: 0 auto 40px;
}
.top_feature ul li{
 width: 90%;
    background-color: #f9f9f8;
    height: 355px;
    margin: 0 auto 20px;

}
.top_feature ul li p img{
	display: block;
	margin-bottom: 30px;
}
.top_feature ul li h3{
	font-size: 16px;
	color: #a68b80;
	margin-bottom: 20px;
}
.top_feature ul li p.top_feature_text{
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}
.top_contents{
	background-color: #fff;
	padding: 10px 10px;
	margin-bottom: 40px;
}
.top_contents_box{
	display: block;
	justify-content: space-between;
	width: 100%;
}
.top_contents_box li{
	width: 100%;
	background-color: #e0dbd4;
	padding: 20px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.top_contents_title {
    width: 100%;
    margin: 0 auto 35px;
	position: relative;
}
.top_contents_title h2{
	position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    font-size: 40px;
}
.top_contents_title h2 span{
	display: block;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1.5px;
    margin-top: 7px;
}
.top_contents_text{
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.top_jyuku{
	background-color: #ece8e7;
    padding: 50px 0;
    margin: 0 auto 40px;
}
.top_jyuku h2{
	font-size: 16px;
    position: relative;
    border-bottom: 0px solid #d5c0b7;
    width: 80%;
    font-weight: 100;
    margin: 0 auto 40px;
    padding: 5px;
}
.top_jyuku h2::before,
.top_jyuku h2::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.top_jyuku h2::before {
	    top: -10px;
    border-top: 2px solid #d5c0b7;
    border-bottom: 1px solid #d5c0b7;
}
.top_jyuku h2::after {
	bottom:-10px;
	border-top: 1px solid #d5c0b7;
	border-bottom: 2px solid #d5c0b7;
}
.top_jyuku_text{
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.7;
}
.top_flow{
	background-image: url("../img/top/flow.jpg");
	padding: 40px 0;
	background-size: cover;
	margin-bottom: 40px;
}
.top_flow_inner{
	background-color: #ffffffd1;
	padding: 40px 0 40px;
	max-width: 1100px;
	width: 80%;
	margin: auto;
}
.top_flow_title{
	font-size: 40px;
	text-align: center;
}
.top_flow_title_jp{
	font-size: 11px;
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1.1px;
}
.top_flow_title_jp::after{
	content: "";
    width: 80px;
    position: absolute;
    top: 10px;
    left: 50%;
    right: 45%;
    bottom: 0;
    border-bottom: 1px solid #555;
    text-align: center;
	
}
.top_flow_text{
	font-size: 14px;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 20px;
    padding: 20px;
}

/*下層タイトル共通*/

.title{
	font-size: 35px;
	text-align: center;
}
.title_jp{
	font-size: 13px;
	display: block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.title_jp::after{
	content: "";
    width: 70px;
    position: absolute;
    top: 0px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    bottom: 0;
    border-bottom: 1px solid #555;
    text-align: center;
	
}
.title_jp_competiton{
	padding-top: 10px;
}
.feature h2{
	padding-top: 80px;
    margin-top: -40px;
    margin-bottom: 70px;
}
.feature_box{
	display: flex;
	margin: auto;
	width: 90%;
	max-width: 1100px;
	justify-content: space-between;
}
.feature_left{
	width: 100%;
   margin-top: 290px;
}
.feature_left p.feature_left_text{
	font-size: 13px;
    width:100%;
    text-align: left;
	letter-spacing: 1px;
	}
.feature_pic{
		    max-width: 71%;
	}
.feature_right {
    position: relative;
    height: 760px;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}	
.feature_right h3{
	text-orientation: upright;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 20px;
}
.feature_right p{
text-orientation: upright;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 66px;
    right: 47px;
    line-height: 2;
    font-size: 12px;

}
.feature_right p span {
  text-orientation: upright;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 30px;
    right: 20px;
    line-height: 2;
    font-size: 12px;
    height: 620px;
}	
.feature_right h3::before {
    content: "01";
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #c9b7a4;
    border-radius: 50%;
    font-size: 20px;
    font-family: samantha-italic, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: -60px;
    right: -15px;
    -webkit-writing-mode: horizontal-tb;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 2.5px;
	}
.feature_right h3.feature02::before {
    content: "02";
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #c9b7a4;
    border-radius: 50%;
    font-size: 20px;
    font-family: samantha-italic, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: -60px;
    right: -15px;
    -webkit-writing-mode: horizontal-tb;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 2.5px;
	}
.feature_right h3.feature03::before {
    content: "03";
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #c9b7a4;
    border-radius: 50%;
    font-size: 20px;
    font-family: samantha-italic, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: -60px;
    right: -15px;
    -webkit-writing-mode: horizontal-tb;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 2.5px;
	}	
.feature_right p span.transform {
        transform: rotate(0);
    transform-origin: 0 0;
    top: 96px;
    right: 0;
}	
	.feature_right_02{
		height: 700px;
	}	
/*schoolページ*/

.course{
	background-color: #edebe5;
	padding: 40px 0;
}
.coursebox{
	display: block;
	justify-content: space-between;
	width: 93%;
	max-width: 1200px;
	background-color: #fff;
	margin: 0 auto 40px;
	height: auto;
	box-sizing: border-box;
	align-items: center;
	padding-right:0;
}
.course_left{
	width: 86%;
    padding-left: 0px;
    border-right: none;
    border-bottom: 1px solid #ecd9d2;
    padding-top: 40px;
    padding-bottom: 20px;
    height: auto;
    margin: auto;
}
.course_left p{
	font-size: 18px;
}
.course_left span{
	font-size: 15px;
	display: inline-block;
	padding-top: 15px;
	font-family:yu-gothic-pr6n, sans-serif;	
	line-height: 1.5;
}
.course_right{
	width: 86%;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 20px;
    margin: auto;
    padding-bottom: 20px;
	padding-left:0;
}
.competition{
	padding-top:50px;
}
.competiotion_box{
	background-color: #f8f7f3;
	padding: 50px 0 40px;
	margin-bottom: 00px;
	width: 100%;
}
.competiotion_box_01{
	background-color: #f8f7f3;
	padding: 50px 0 00px;
	margin-bottom: 00px;
	width: 100%;
}	
.competiotion_box h3{
	font-size: 16px;
	margin-bottom: 25px;
}
.competition_text{
	background-color: #fff;
	padding: 20px 0;
	width: 80%;
	font-size: 14px;
	line-height: 1.5;
	margin: auto;
}
.competition_text_02{
	margin-bottom: 30px;
}
.competition_pic{
	width: 80%;
	max-width: 650px;
	margin: 0 auto;
}
.price_box{
    display: block;
    justify-content: space-between;
    background: url(../img/school/bg.png);
    margin-bottom: 0px;
    padding-top: 40px;

}
.price_title{
		padding-top: 0px;
	}
.price_left {
    margin: auto;
	width: 90%;
}
.price_left p{
	    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 30px;
}
.top_pdf a.course {
    display: block;
    width: 215px;
    font-size: 14px;
    padding: 20px;
    border-radius: 0 23px 0 0;
    margin: auto;
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding-left: 10px;
    background: #f9f9f8 url(../commons/img/ico_pdf.png) no-repeat right 36px center / 17px auto;
}
.price_right {
    width: 100%;
	}
section#teacher {
    padding-top: 80px;
    margin-top: -40px;
	}
.teacher_box{
	display: block;
	margin: auto;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	align-items: center;
}
.teacher_box .teacher_image{
	width: 86%;
	max-width: 600px;
	margin: 0 auto 20px;
}
.teacher_box .teacher_text{
	width: 86%;
    max-width: 550px;
    font-size: 14px;
    line-height: 1.4;
    margin: auto;
}	
/*flowページ*/
.flow h2 {
   padding-top: 80px;
    margin-top: -40px;
    margin-bottom: 70px;
}
.flow ul li{
	display: block;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 60px; 
	height: auto;
}
.flow_box_left{
	background:url("../img/flow/bg_pink.png");
	width: 150px;
	text-align: center;
}
.flow_box_right{
	    padding: 15px 25px;
    border: 2px solid #f0e4df;
    width: 100%;
    box-sizing: border-box;
}
.flow_num{
	font-size: 30px;
    width: 60px;
    border-bottom: 1px solid #414141;
    padding-bottom: 5px;
    margin: 0 auto 15px;
    padding-top: 10px;
	}
.flow_title{
	    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.3;
    padding-bottom: 15px;

}
.flow_text{
	font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.3;
	margin-bottom: 20px;
	
}
.flow_contact{
	display: block;
	justify-content: space-around;
}
.flow_tel{
	background: url(../img/flow/bg_pink.png);
    width: 300px;
    padding: 20px 40px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
   margin: 0 auto 20px;
}
.flow_tel::after{
	    content: "";
    display: inline-block;
    width: 13px;
    height: 20px;
    background-size: contain;
    background-image: url(../img/flow/icon_tel.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    vertical-align: middle;

}
.flow_mail{
	background:url("../img/flow/bg_pink.png");
	width: 300px;
    padding: 20px 40px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
	    margin: 0 auto 20px;
}
.flow_mail::after{
	content: "";
    display: inline-block;
    width: 17px;
    height: 20px;
    background-size: contain;
    background-image: url(../img/flow/icon_mail.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    vertical-align: middle;

}
.flow_trial{
	    background: url(../img/flow/bg_pink.png);
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
	
}
.flow_text_03{
	    margin-top: 00px;
	margin-bottom: 0px;

}
.photo_area_pc{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 70px;
}
.question ul li{
	background-color: #f0e9e3;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px;
	padding: 20px 20px;
	box-sizing: border-box;
}
.question_title{
	font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.question_title span{
	font-size: 20px;
	font-weight: bold;
}
.answer{
	background-color: #fff;
	padding: 20px 30px;
	line-height: 1.4;
	font-size: 13px;
}	
}