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


/*--------------------------- nav ----------------------------*/
.page-header {
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

/*.page-header .contact-nav {
	flex-direction: column;
	text-align: right;
}*/
.page-header .contact-nav .nav-item .tel-link {
	color: #f14624;
	font-size: 1.4rem;
	line-height: 1;
}
/*.page-header .main-nav {
	margin-top: 0;
}*/

.tl-btn:link, .tl-btn:visited {
	background: #2455aa;
}
.tl-btn::before {
    content: "\f015";
}
.tl-btn:hover, 
.tl-btn:focus,
.tl-btn:active {
	opacity: 1;
	color: #fff;
	text-decoration: none;
	background: #5077bb;
}


/* cta */

.onsite-cta {
	text-align: center;
	margin-bottom: 4em;
}
a.cta-tel:link {
	color: #f14624;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.1;
	text-decoration: none;
	background: none;
	padding: 0!important;
}
a.cta-tel::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f098"!important;
	margin-right: .3em;
	
}
.link-btn .contact-btn:link,
.link-btn .contact-btn:visited {
	background: #74a700;
}
.link-btn.back-btn .contact-btn::before {
	content: '\f0e0';
}
.back-btn {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}
.tel-btn {
	margin-bottom: .7em;
}
.tel-btn small{
	display: block;
	/*margin-top: -1.5em;*/
}
.tel-btn a.cta-tel:link {
	margin-bottom: -.5em;
}

@media screen and (max-width: 767px) {
	.page-header {
		position: relative;
	}
	.page-header .main-nav {
		display: none;
	}
	.page-header .contact-nav {
		border-top: 3px solid #b2c9d9;
		text-align: center;
		padding-top: 1em;
	}
	.page-header .contact-nav .nav-item a {
		margin-top: 0;
	}
	.page-header .contact-nav .nav-item .tel-link {
		line-height: 2;
	}
	.breakline::before {
		margin-bottom: 2em;
	}

} /* end media query */

/*--------------------------- intro ----------------------------*/

.page-title-wrap {
    padding: 0;
    margin-bottom: 0;
    position: relative;
	background: none;
	box-shadow: 0px 15px 30px rgba(0,0,0, 0.15);
	z-index: 5;
}


.intro {
	padding: 4em 20px .2em;
    background: url("../images/bg_logo.png") no-repeat 2em 96% #2455aa;
    background-size: 22%;
    position: relative;
    margin-bottom: 5em;
	color: #fff;
}
.intro h2 {
	font-size: 2rem;
	line-height: 1.5;
}
.intro h2 small {
	font-weight: 500;
}
.intro h3 {
	text-align: center;
	margin-bottom: 1em;
}
.intro h3::before {
	content: '';
    width: 50px;
    height: 51px;
    background: url(../images/icon_logo_white.png) no-repeat center;
    background-size: contain;
    display: block;
	margin: 0 auto .5em;
}
.intro a.cta-tel:link {
	color: #e9a624;
}
.slogan {
    text-align: center;
    margin-bottom: 2em;
    font-weight: 700;
}
.slogan p {
    font-size: 1.2rem;
    line-height: 2;
    color: #d5e5b2;
}

@media screen and (max-width: 767px) {
	.intro h2 {
		font-size: clamp(1.2rem, 5.2vw, 1.8rem);
	}

} /* end media query */

@media screen and (max-width: 480px) {
	.slogan p {
        font-size: 1rem;
    }

} /* end media query */


/*--------------------------------------------------------------
# features 02 スッキリバージョン
--------------------------------------------------------------*/

.features02-list {
    justify-content: space-around;
	
}
.features02-item {
    margin-bottom: 2em;
}
.features02-title {
    font-size: 1.2rem;
    display: inline-block;
    background: #00ab38;
    color: white;
    padding: 0.5em;
    margin-top: -1.5em;
    margin-left: -.7em;
    margin-bottom: 1em
}
.features02-title.alt {
    background: #9ED800;
}
.features02-list p {
}
.features02-item em {
    /*background: linear-gradient(transparent 35%,#87f5fb 0);*/
	color: #2455aa;
}

/*--- card version */
.home-card {
    background: #fff;
    display: block;
    overflow: hidden;
    height: 100%;
}
.feature-card {
	/*border: 2px solid #42403d;*/
	padding: 2.5em 1.5em .5em;
	border-radius: 25px;
	position: relative;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
	color: #42403d;
}
.feature-card::before {
	content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 35px solid transparent;
    border-top: 35px solid #e9a624;
    border-left: 35px solid #e9a624;
    width: 0;
    height: 0;
}
.feature-num {
	color: white;
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 1.2rem;
    font-weight: bold;
}
.card-icon {
    margin: 0 auto 1em;
    width: 100px;
}
.feature-card-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 1.1rem;
    color: #de4e2a;
}
.feature-card.special {
	padding: 0;
	display: flex;
}
.feature-card.special .text-box {
	padding: 3em 1.5em 1em 2em;
}
.feature-card.special .feature-card-title {
	text-align: left;
	padding-left: 1em;
}
.feature-card.special .feature-card-title em {
	font-size: 125%;
	color: #de4e2a;
}
.feature-card.special .pict-box {
	background: url("../images/onsite_feature01.jpg") no-repeat center;
	background-size: cover;
}
.feature-card.special .pict-box img {
	/*object-fit: cover;*/
}


@media screen and (max-width: 768px) {
    
    .features02-item {
        max-width: 520px;
		margin: 0 auto 2em;
    }
	.feature-card.special {
		display: block;
	}
	.feature-card.special .text-box {
		padding: 2em 1.5em;
	}
	.feature-card.special .feature-card-title {
		padding-left: none;
		text-align: center;
	}
	.feature-card.special .feature-card-title em {
		font-size: 115%;
	}
	.feature-card.special .pict-box {
		background: none;
	}
	
} /* end media query */

/*--------------------------- comparison ----------------------------*/

.comparison {
    /*padding: 3em 0;*/
}
.comparison-table-wrap {
    margin-bottom: 2em;
}
.comparison-table {
    border-collapse: separate;
    border-spacing: 10px;
    table-layout: fixed;
    width: 100%;
}
.comparison-table td, 
.comparison-table th {
    padding: 1em;
    text-align: center;
}
.comparison-table th {
    color: #fff;
    background: #42403d;
	border-radius: 10px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.comparison-logo {
	width: 50%;
	min-width: 100px;
	max-width: 180px;
}
.comparison-table td {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.comparison-table thead th:first-child,
.comparison-table thead th:last-child {
    width: 40%;
    color: #fff;
    background: #e9a624;
}
.comparison-table em {
    /*background: linear-gradient(transparent 35%,#87f5fb 0);*/
	color: #de4e2a;
}

@media screen and (max-width: 480px) {
	.comparison-table-wrap {
		margin-left: -5px;
		margin-right: -5px;
	}
	.comparison-table {
		border-spacing: 5px;
		font-size: .85rem;
	}

} /* end media query */


/*--------------------------- courses ----------------------------*/
.feature-course {
	margin-bottom: 4em;
	margin-top: 3em;
}

.feature-course-title {
	display: inline-block;
	background: #de4e2a;
	color: #fff;
	margin-left: 1em;
    padding: 0.2em .7em;
    font-size: 1.3rem;
	position: absolute;
	top: -1em;
	left: 2em;
}

.course-special {
    display: flex;
    justify-content: flex-end;
    background: url("../images/course_intro_bg_18.jpg") no-repeat;
    background-position: -10% top;
   background-size: contain;
	margin-bottom: 3em;
	/*border: 1px solid #bbb;*/
	border-radius: 25px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.course-special h4,
.course-special h5 {
	color: #2455aa;
}
.course-special-pt {
    width: 35%;
    position: relative;
    min-width: 320px;
}
.course-item-description {
	padding: 2em 20px 1.5em;
	background: #fff;
}
.course-item-plan {
    padding: 20px 20px 60px;
    background: #e9eef6;
}
.price-list02 {
	line-height: 1.2;
}
.price-list02 > dt {
    float: left;
    width: 5em;
    clear: both;
}
.price-list02 > dd {
    margin-bottom: 0;
	float: left;
}
.price-list02 em, .price-list02 strong {
    font-size: 180%;
    position: relative;
    bottom: -2px;
    margin: 0 2px;
}
.price-list02 strong {
    color: #de4e2a;
}
dl.price-list {
	font-size: 14px;
}
.course-item .btn {
    font-size: .8rem;
    font-weight: bold;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-decoration: none!important;
	color: #fff!important;
}
.course-special-img {
	display: none;
}



@media screen and (max-width: 900px) {
	.feature-course-title {
		left: auto;
	}
    .course-special {
        display: block;
        background: #fff;
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
    }
	.course-special-img {
		display: block;
	}
    .course-special-pt {
        width: 100%;
        min-width: auto;
    }
    .course-item-plan {
        /*border-radius: 0 0 15px 15px;*/
    }
    .course-special-list > li:last-child {
        margin-bottom: 0;
    }
	.course-special-list > li,
	.course-special-list02 > li {
		max-width: 500px;
		margin: 0 auto 4em;
	}
	.course-special-list02 > li:last-child {
        margin-bottom: 0;
    }
	
} /* end media query */

/*--------------------------- teachers ----------------------------*/

.teachers {
	/*padding: 3em 0;*/
}
.teachers .bg-panel::before {
	height: 93%;
}
.lead-text {
    font-size: 1rem;
    margin-bottom: 3em!important;
}
.lead-text em {
	color: #de4e2a;
}

.teachers-pict {
    margin-bottom: 5em;
    position: relative;
    z-index: 5;
}
.teachers-pict-inner {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 10px);
    max-width: 950px;
}
.teachers-pict img {
        display: block;
    border-radius: 30px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

/*---- popular teachers*/
.popular-teachers {
    /*background: #F1F4F5;*/
    padding: 3em 0 0em;
}
.popular-list {
	margin-bottom: 0;
}
.popular-item {
    margin-bottom: 2.5em;
}
.popular-item .pict-box {  
    margin: 0 auto;
    max-width: 230px;   
}
.popular-item img {
	border-radius: 20px;
    display: block;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.popular-item .teacher-profile dt {
    text-align: center;
    display: inline-block;
    background: #42403d;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.2em 1em;
	/*border-radius: 10px 0 10px 0;*/
    position: relative;
    left: 15%;
    top: -25px;
}
.popular-item .teacher-profile dt small {
    font-size: 60%;
}
.teacher-profile dd {
    font-size: .8rem;
	padding: 0 5%;
}


/*why-filipino*/
.why-filipino {
    
    border-radius: 30px;
    padding: 2em 1em 1em;
    margin-bottom: 3em;
    background: #fff;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
.why-filipino-list {
    font-size: 1.1rem;
    margin-bottom: 0;
    /*font-weight: bold;*/
}

@media screen and (max-width: 575px) {
   
	.teachers-pict {
    	margin-bottom: 3em;
	}
    .popular-item:last-child {
        /*margin-bottom: 0;*/
    }
    .popular-item figure {
        display: flex;
        margin-bottom: 0;
    }
    .popular-item .pict-box {
        width: 25%;
        margin-right: 5%;
        margin-bottom: 0;
        
    }
    .popular-item img {
        
    }
    .teacher-profile {
        width: 73%;
    }
    .popular-item .teacher-profile dt {
        text-align: left;
        left: 0;
        top: -5px;
		padding: .1em .5em 0;
    }
	
} /* end media query */


/*--------------------------- flow ----------------------------*/
.flow .bg-panel::before {
	height: 79%;
	top: 9%;
}

.flow-list {
	margin-bottom: 3em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 1em;
}
.flow-list em {
	color: #de4e2a;
}
.flow-list > li {
	width: 30%;
	padding: 0 1rem .5em;
	margin: 0 15px 3em;
	border-radius: 25px;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
	position: relative;
	min-width: 280px;
}
.flow-list .bullet {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    background: #e9a624;
    position: absolute;
    top: -15px;
    left: -12px;
    line-height: 1;
    font-size: 1.8rem;
}
.flow-list .bullet small {
    font-size: 8px;
    text-transform: uppercase;
    padding-top: 10px;
}
.flow-list h4 {
	font-size: 1.2rem;
	margin: 0 -1rem 1rem;
	padding: .7em 1em .5em 55px;
	background: #42403d;
	color: #fff;
	border-radius: 25px 25px 0 0;
}

@media screen and (max-width: 767px) {
	.flow-list {
		display: block;
	}
	.flow-list > li {
		width: 100%;
		max-width: 580px;
		margin-left: auto;
		margin-right: auto;
	}

} /* end media query */

/*--------------------------- access ----------------------------*/

.location {
	margin-bottom: 4em;
	align-items: center;
}
.location-map {
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
	padding: 0;
}
.location-title {
	color: #2455aa;
	margin-bottom: .6em;
}
.location-list dd {
	padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
	.access .bg-panel::before {
		top: 0;
	}
	.access .bg-panel-inner {
		padding: 0 35px;
	}
	.location-title {
		padding-top: 1.2em;
		text-align: center;
		font-size: 1.5rem;
		font-size: clamp(1.4rem, 5vw, 1.75rem);
	}
	.location-detail {
		margin-bottom: 2em;
	}
	.location-map {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}


} /* end media query */
