@charset "utf-8";
/* CSS Document */

.fv-page{
	background: url(/img/teachersp_bk.png) no-repeat ;
	background-size: cover;
	    background-position: 50%;
}

@media screen and (min-width: 1024px) {
	.fv-page{
	background: url(/img/teacher_bk.png) no-repeat ;
			background-size: cover;
		background-position: 50%;
	}
}

.wrap-page{
	max-width: 1200px;
	width: 90%;
	margin: 30px auto;
}
.wrap-page h2{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #212a54;
	text-align:left;
	position: relative;
	padding-bottom: 10px;
}

.wrap-page p.process{
	font-size: 1.2rem;
	line-height: 1;
	color: #212a54;
	text-align:left;
	position: relative;
	margin-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-family: YakuHanMP,"Noto Serif Japanese",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN";
    letter-spacing: 2px;
}
.wrap-page p.process::after, .wrap-page p.process::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.wrap-page p.process::after{
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #231c5c;
    z-index: 1;
}
.wrap-page p.process::before{
    width: 100px;
    height: 2px;
    background-color: #f5800d;
    z-index: 2;
    left: 0;
    bottom: 0;

}
.guidetitle{
	background: #dae3e7;
	padding: 25px;
	margin-top: 50px;
	margin-bottom: 40px;
}

.wrap-page p {
    line-height: 1.8;
}
.attention{
	font-size: .7rem;
	line-height: 1.6;
	letter-spacing: .5px;
}

@media screen and (min-width: 414px) {
	h2.pfh{
	line-height: 1;
}
}

@media screen and (min-width: 768px) {
.wrap-page h2{
	font-size: 1.5rem;
}

 .wrap-page p.process{
    font-size: 1.5rem;
}
.pc-br{
	display: block;
}
}
@media screen and (min-width: 1024px) {
.wrap-page h2{
	font-size: 1.6rem;
	
}
 .wrap-page p.process{
    font-size: 1.6rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.wrap-page{
	width: 96%;
	margin: 80px auto 100px;
	text-align: center;
}

	.wrap-page p{
		line-height: 2;
		text-align: left;
		font-size:1rem;
	}
	
}

ul.priceflow{
	border-left: 2px solid #212a54;
	margin-top: 30px;
	margin-left: 5px;
	position: relative
}
ul.priceflow li{
	position: relative;
	padding-bottom: calc(100%*620/520);
	margin-top: 20px;
	letter-spacing: -.4em;
}
ul.priceflow li:nth-child(3){
	padding-bottom: calc(100%*1110/520);
}
ul.priceflow li:nth-child(4){
	padding-bottom: calc(100%*1140/520);
}
ul.priceflow li:nth-child(5){
	padding-bottom: calc(100%*990/520);
}
ul.priceflow li:nth-child(6){
	padding-bottom: calc(100%*950/520);
}

ul.priceflow li:nth-child(8){
	padding-bottom: calc(100%*700/520);
}
ul.priceflow li::before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border: 1px solid #212a54;
	border-radius: 100%;
	background: #b5c4cb;
	left: -5px;
	z-index: 2;
}
ul.priceflow::after{
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 15px solid #231c5c;
	left: -15px;
bottom: -1px;
	

}
.flowarrow{
	width: 100%;
}

ul.priceflow li h3{
	color: #fff;
	background: #212a54;
	font-size: 1.1rem;
	letter-spacing: 1px;
	padding-left: .5rem;
	line-height: 1.8;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}
ul.priceflow li:nth-child(5) h3{
	letter-spacing: .5px;
}
ul.priceflow li:nth-child(8) h3{
	font-size: 1.05rem;
}
ul.priceflow li h3::before{
	content: "";
    position: absolute;
    width: 5px;
    border: 6px solid transparent;
    border-right: 6px solid #212a54;
    left: -15px;
    top: 45%;
	transform: translateY(-45%)
}
ul.priceflow li h4{
	letter-spacing: normal;
	text-align: left;
	border-bottom: 1px solid #bfbfbf;
	font-size: .8rem;
	line-height: 1.4;
    vertical-align: top;
    padding-bottom: 10px;
}
ul.priceflow li h4 span.manager{
	color: #231c5c;
	display: block;
	font-size: 1rem;
}
.hurigana{
	display: block;
}
ul.priceflow li img{
	width: 100%;
	height: auto;
}
.img-right,.img-left{
	margin-top: 10px;
}
ul.priceflow li p{
	letter-spacing: normal;
}
ul.priceflow li img.trainerface{
	width: 20%;
	height: auto;
	display: inline-block;
}

ul.priceflow li img.trainerface{
	border: none;
}
.trainertx{
	width: 76%;
	margin-left: 4%;
	display: inline-block;
	
}
.trainertx p{
	font-size: .8rem;
	margin-top: 10px;
}
.flowcontent{
	position: absolute;
	height: auto;
	padding-top: 15px;
	left: 14px;
	top: -1.6rem;
}
.trainer-box{
	margin-top: 10px;
	margin-bottom: 10px;
}

.flow_text .attention{
		display: block;
	}
.banner{
	position: relative;
}
.banner a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 375px) {
	ul.priceflow li:nth-child(8) h3{
	font-size: 1.1rem;
		margin-bottom: 1rem;
}
	ul.priceflow li{
	padding-bottom: calc(90%*620/520);
}
ul.priceflow li:nth-child(3){
	padding-bottom: calc(85%*1110/520);
}
ul.priceflow li:nth-child(4){
	padding-bottom: calc(85%*1140/520);
}
ul.priceflow li:nth-child(5){
	padding-bottom: calc(85%*990/520);
}
ul.priceflow li:nth-child(6){
	padding-bottom: calc(90%*950/520);
}
	ul.priceflow li:nth-child(7){
	padding-bottom: calc(91%*640/520);
}
ul.priceflow li:nth-child(8){
	padding-bottom: calc(90%*700/520);
}
}
@media screen and (min-width: 414px) {
	ul.priceflow li::after{
	padding: 2px 8px;	
}
	ul.priceflow li h3{
	letter-spacing: 2px;
		padding-left: 1rem;

}
	ul.priceflow li:nth-child(3){
	padding-bottom: calc(80%*1110/520);
}
ul.priceflow li:nth-child(4){
	padding-bottom: calc(80%*1140/520);
}
ul.priceflow li:nth-child(5){
	padding-bottom: calc(82%*990/520);
}
ul.priceflow li:nth-child(6){
	padding-bottom: calc(87%*950/520);
}
	ul.priceflow li:nth-child(7){
	padding-bottom: calc(87%*640/520);
}
}
@media screen and (min-width: 568px) {
	.trainer-box{
	margin-top: 20px;
	margin-bottom: 20px;
}
	ul.priceflow li{
	padding-bottom: calc(72%*620/520);
}
ul.priceflow li:nth-child(3){
	padding-bottom: calc(65%*1110/520);
}
ul.priceflow li:nth-child(4){
	padding-bottom: calc(65%*1140/520);
}
ul.priceflow li:nth-child(5){
	padding-bottom: calc(65%*990/520);
}
ul.priceflow li:nth-child(6){
	padding-bottom: calc(70%*950/520);
}
	ul.priceflow li:nth-child(7){
	padding-bottom: calc(75%*640/520);
}
ul.priceflow li:nth-child(8){
	padding-bottom: calc(73%*700/520);
}
}
@media screen and (min-width: 768px) {
	.wrap-page h2{
		line-height: 1.8;
		text-align: center;
	}
	p.ex{
		text-align: center;
	}
	.flowcontent {
		left: 0;
	}
	.img-right,.img-left{
	margin-top: 0;
}
	ul.priceflow::before{
		display: block;
		width: 2px;
		height: 100%;
		content: "";
		background: #212a54;
	position: absolute;
		left: 50%;
	transform: translateX(-50%) ;
	}
	
	ul.priceflow li h3{
	font-size: 1.3rem;
		margin-bottom:10px;
}
	ul.priceflow li,ul.priceflow li:nth-child(7),ul.priceflow li:nth-child(8){
	padding-bottom: calc(90%*250/700);
}
ul.priceflow li:nth-child(3){
	padding-bottom: calc(162%*250/700);
}
ul.priceflow li:nth-child(4){
	padding-bottom: calc(170%*250/700);
}
ul.priceflow li:nth-child(5){
	padding-bottom: calc(145%*250/700);
}
ul.priceflow li:nth-child(6){
	padding-bottom: calc(135%*250/700);
}
	ul.priceflow {
    margin-top: 40px;
		border-left: none;
		margin-left: 0;
}
	
	ul.priceflow li img{
		top: -.5rem;
		width: 48%;
		margin-left:0;
		margin-top: 0;
	}
	img.img-right{
		float: right
	}
	img.img-left{
		float: left
	}
	li:nth-child(odd) .flow_text{
		width: 48%;
		float: left;
		left: 0;
	}
	li:nth-child(even) .flow_text{
		width: 48%;
		float: right;
		left: 0;
	}
	ul.priceflow li::after{
	left: 19px;
top: -.6em;
font-size: 1.3rem;
		padding: 4px 10px;
	}
ul.priceflow li::before {
	left: 50%;
		transform: translateX(-50%);
	width: 8px;
height: 8px;
border: 2px solid #212a54;
	}
	ul.priceflow li:nth-child(odd) h3::before{
	right: -11px;
		left: auto;
		border-left: 6px solid #212a54;
		border-right: none;
}
ul.priceflow li{
	margin-top: 0;
}
ul.priceflow::after {
    
    left: 50%;
    transform: translateX(-50%);
}
	.hurigana{
		display: inline-block;
		padding-left: 1rem;
	}
}
@media screen and (min-width: 1024px) {
	.flowcontent{
	width:100%;
	left: 0;
		padding:25px 0;
		top: -2.5rem;
	}
	ul.priceflow li h3{
	font-size: 1.4rem;
		margin-bottom:10px;
}
	ul.priceflow li p{
	font-size: 1rem;

}
	ul.priceflow li,ul.priceflow li:nth-child(5),ul.priceflow li:nth-child(6),ul.priceflow li:nth-child(7),ul.priceflow li:nth-child(8){
	padding-bottom: calc(100%*260/700);
}
	ul.priceflow li:nth-child(3),ul.priceflow li:nth-child(4){
		padding-bottom: calc(115%*260/700);
	}
	li:nth-child(odd) .flow_text{
		width: 47%;
	}
	li:nth-child(even) .flow_text{
		width: 47%;
	}
	ul.priceflow li img {
    width: 47%;
}
	.trainertx p {
    font-size: .9rem;
}
}

@media screen and (min-width: 1100px) {
	ul.priceflow li,ul.priceflow li:nth-child(3),ul.priceflow li:nth-child(4),ul.priceflow li:nth-child(5),ul.priceflow li:nth-child(6),ul.priceflow li:nth-child(7),ul.priceflow li:nth-child(8){
	padding-bottom: calc(85%*260/700);
}
	
}
.banner{
	margin-top: 30px;
	background: url(img/bannersp_bk.png) no-repeat left top;
	width: 100%;
	padding-bottom: calc(100%*300/680);
	background-size:contain;
	position: relative;
}
.banner p{
	font-family: YakuHanMP,"Noto Serif Japanese",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN";
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	font-size: .8rem;
}
.banner p.banner_title{
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.banner-inner{
	position: absolute;
	
  top: 50%;
	left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.banner_sub{
	position: relative;
	width: max-content;
}
.banner_sub::after{
	content: "\e65d";
	font-family: 'themify';
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
	position: absolute;
	top: 50%;
	right: -1rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 375px) {
	.banner p{

	font-size: 1rem;
}
	.banner p.banner_title{
	font-size: 1.5rem;
	margin-bottom: 5px;
}
	.banner_sub::after{
	right: -1.2rem;

}
}
@media screen and (min-width: 768px) {
	.banner{
	margin-top: 30px;
	background: url(img/banner_bk.png) no-repeat left top;
	width: 100%;
	padding-bottom: calc(100%*300/1200);
	background-size:contain;
	position: relative;
}
	.banner p.banner_title{
	font-size: 2rem;
}
	.banner_sub{
		font-size: 1.1rem;
	}
	.banner p{

	font-size: 1rem;
}
	
}