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

/*--------------------------------------------------------------
# トップページ用
--------------------------------------------------------------*/


/*--------------------------- typography ----------------------------*/

.lead {
	
	max-width: 900px;
	margin: 0 auto 2em;
}
.lead p {
	font-size: 1.1rem;
	text-align: center;
}
figcaption {
	font-size: 87%;
	text-align: center;
	margin-top: .5em;
	font-weight: bold;
}

@media screen and (max-width: 575px) {
	.title-subsection > span {
		padding: 0 0 .2em;
	}
    .lead p {
        font-size: 1rem;
    }

} /* end media query */

/*--------------------------- component ----------------------------*/

.img-frame {
	border: 4px solid rgba(96,201,224,.3);
	border-radius: 30px;
	/*overflow: hidden;
	box-shadow: 6px 7px 0 #ffff33;*/
	display: block;
    position: relative;
}
/*.img-frame::before {
    content: "";
    display: block;
    width: 20%;
    aspect-ratio: 1 / 1;
    position: absolute;
   background: #87d178;
    border-radius: 50%;
    top: -.1rem;
    left: .3em;
    mix-blend-mode: multiply;
}*/

@media screen and (max-width: 767px) {
	.img-frame {
        max-width: 400px;
		width: 100%;
        margin: 1em auto;
	}
    .sp-frame {
        display: block;
        width: 80%;
        min-width: 300px;
        margin: 1em auto;
    }

} /* end media query */


/*--------------------------- header ----------------------------*/

/*--- lower header */
.contents-header {
    margin-top: -9%;
}
.page-title-wrap {
    padding: 20% 20px 5em;
    margin-bottom: 3em;
    position: relative;
    background: url("../images/hp_page_title_bck.jpg") no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
}
.page-title-wrap::before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
}
.page-title {
    text-align: center;
    color: #355c85;
    position: relative;
    text-shadow: 2px 2px 2px white;
    font-size: 2.8rem;
}
.page-title small {
    display: block;
}

@media screen and (max-width: 767px) {
    .contents-header {
        margin-top: -82px;
    }

} /* end media query */

@media screen and (max-width: 575px) {
    .page-title-wrap {
        padding: 30% 0 3em;
    }
    .page-title {
        font-size: 9vw;
    }


} /* end media query */


/*--------------------------- intro + services ----------------------------*/

.intro-catch {
	margin-bottom: 5em;
}

a.plan-card:hover {
	text-decoration: none;
}
.plan-card .text-box {
	padding: 1em 1em 2em;
	position: relative;
}
.plan-catch {
	text-align: center;
	/*padding: .5em 20px;
	background: #ffff33;*/
	font-weight: bold;
	/*border-top-right-radius: 10px;
	display: inline-block;*/
	/*position: relative;
	position: absolute;
	top: -2em;
	left: 0;*/
    margin-bottom: .5em;
    color: #355c85;
}
.plan-list .btn {
	position: absolute;
	right: 1em;
	bottom: 1em;
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .intro-catch {
        margin-bottom: 2em;
    }
	.plan-card {
		height: auto;
	}


} /* end media query */

/*--------------------------- hp (home-page部分) ----------------------------*/

.hp .sub-section {
	padding-bottom: 2em;
}


/*--------------------------- features ----------------------------*/

.onsite-features .sml-section,
.hp-teachers .sml-section {
	align-items: center;
}
.onsite-features .sml-section.alt,
.hp-teachers .sml-section.alt {
	flex-direction: row-reverse;
}
.onsite-features .title-subsection,
.hp-teachers .title-subsection {
	text-align: left;
}

.features-sub-img {
	display: block;
	max-width: 200px;
	width: 100%;
	margin: 1em auto 0;
}

@media screen and (max-width: 575px) {
	.onsite-features .col-sm-3 {
		width: 80%;
		max-width: 360px;
		margin: 0 auto;
	}

} /* end media query */

/*--------------------------- コース紹介 ----------------------------*/

/*--- lesson concept */
.concept-item {
    text-align: center;
    /*aspect-ratio: 1 / 1;*/
    background: radial-gradient(circle,rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 70%);
   /* display: flex;
    flex-direction: column;
    justify-content: center;*/
    padding-top: 3rem;
    position: relative;
}
.concept-item::before {
    content: '';
    display: block;
    aspect-ratio: 1 / 1;
    width: 75%;
    border: 3px solid #ffc3d9;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    mix-blend-mode: multiply;
    max-width: 230px;
}


.concept-item h6 {
    font-size: 1.6rem;
    margin-bottom: .8em;
    color: #69c556;
}
.concept-item p {
    line-height: 2;
    font-size: 120%;
    font-weight: bold;
    color: #355c85;
}


@media screen and (max-width: 991px) {
    .concept-item {
        margin-bottom: 2em;
        height: 230px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 50%);
    }


} /* end media query */

.onsite-course-item {
	background: #fff;
	padding: 3em 2.5em;
	margin-bottom: 3em;
	border: 2px dashed #666;
    border-radius: 10px;
}
.onsite-course-description {
	margin-bottom: 3em;
	align-items: center;
}

.onsite-course-title {
	color: #e50012;
	border-bottom: 2px dashed #3db143; 
	display: inline-block;
	padding: 0 2em .3em 55px;
	margin-bottom: 1em;
	position: relative;
}
.onsite-course-title::before {
	font-family: "Font Awesome 5 Free";
    content: "\f024";
    color: #3db143;
    font-size: 46px;
	position: absolute;
    left: 0;
    top: 0;

}
.onsite-course-title small {
	display: block;
}
.onsite-course-detail {
	max-width: 900px;
	margin: 0 auto;
	border-top: 2px dashed #666;
	padding: 2em 1em 0 0;
	align-items: center;
}
.onsite-course-detail dt {
	width: 8em;
	color: #008bcf;
	float: left;
}
.onsite-course-detail dd {
	margin-left: 8em;
}
.onsite-course-detail .note-small {
	margin-bottom: 0;
	font-weight: normal;
}

.course-list.simple > li {
    max-width: 320px;
}


@media screen and (max-width: 767px) {
	
	.onsite-course-title {
		padding-right: 1em;
	}
	.onsite-course-detail {
		align-items: flex-end;
	}
	

} /* end media query */


@media screen and (max-width: 479px) {
	.onsite-course-item {
		padding: 2em 1em;
	}
	.onsite-course-title {
		padding-right: 0;
	}
	.onsite-course-detail {
		padding-right: 0;
	}
	.onsite-course-detail dt {
		float: none;
	}
	.onsite-course-detail dd {
		margin-left: 1em;
		margin-bottom: 1em;
	}

} /* end media query */

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

.hp-teachers-profile {
	align-items: center;
	margin-bottom: 3em;
}

.hp-teachers-profile figure {
	/*max-width: 320px;*/
	margin: 0 auto;
}
.teachers-title {
	color: #3db143;
    display: inline-block;
    border-bottom: 2px dashed #666;
    padding: 0 2em .3em 45px;
    margin-bottom: 1em;
    position: relative;
}
.teachers-title::before {
	font-family: "Font Awesome 5 Free";
    content: "\f118";
    color: #e50012;
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 6px;
}
.sub-text p {
	font-size: 92%;
}
.teachers-subtitle {
	font-size: 1.5rem;
	color: #69c556;
}

@media screen and (max-width: 767px) {
	.hp-teachers-profile {
		/*flex-direction: column-reverse;*/
	}
	.hp-teachers-profile .text-box {
		margin-bottom: 2em;
	}

} /* end media query */


/*----------- coming up */

.coming-up {
    margin-top: 5em;
}
.coming-up-title{
    text-align: center;
    margin-bottom: .5em;
    color: #ff69a1;
}
.coming-up-list {
    text-align: center;
    font-size: 120%;
    color: #355c85;
    font-weight: bold;
}
.coming-up-list li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    color: #96d76e;
    margin-right: 7px;
    font-size: 70%;
    position: relative;
    top: -2px;
}


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

.location {
	align-items: center;
}
.location-title {
	/*color: #e50012;
	display: inline-block;
	border-bottom: 2px dashed #666;
	padding: 0 2em .3em 45px;
	margin-bottom: 1em;*/
	position: relative;
	
}
.location-title span::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    color: #60c9e0;
    font-size: 140%;
    font-weight: 900;
    /*position: absolute;
    left: 0;
    top: 0;*/
    border: none;
    margin-right: 8px;
    mix-blend-mode: multiply;
}
.location-list {
	margin-bottom: 2em;
}
.location-list dt {
	color: #69c556;
}
.location-list dd {
	padding-left: 1em;
}
.location-pict {
	margin-bottom: 2em;
}
.location-pict > div {
	margin-bottom: 1em;
}
.location-pict figure {
	/*background: white;*/
	height: 100%;
    margin-bottom: 0;
}
.location-pict figcaption {
	padding: .5em;
	font-size: .8rem;
}

.location-map figure {
	aspect-ratio: 4 / 3;
	max-width: 600px;
	margin: 0 auto;
    border: 4px solid rgba(96,201,224,.3);
    border-radius: 30px;
    overflow: hidden;
}


/*--------------------------- contact ----------------------------*/

.contact-form {
	position: relative;
	
}
.contact-form::after {
	content: '';
    display: block;
    width: 80%;
    max-width: 650px;
    aspect-ratio: 25 / 2;
    background: url("../images/breakline_scribble.png") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
    margin-top: 3.5em;
    mix-blend-mode: multiply;
}



/*--------------------------------------------------------------
# 留学ページ
--------------------------------------------------------------*/


/*------ support detail*/

.support-detail-title {
    font-size: 1.5rem;
    color: #3d9db8;
}

.support-detail li b,
.features-list b {
    color: #355c85;
}

@media screen and (max-width: 575px) {
    .support-detail-title {
        font-size: 1.3rem;
    }

} /* end media query */

/*---------- cta*/

.cta {
    background: url("../images/hp_cta_bck.jpg") no-repeat top center;
    background-size: cover;
    padding: 3em 0;
    position: relative;
}
.cta::before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.5);
}
.cta .contents-section {
    position: relative;
}
.cta-catch {
    font-size: 2.5rem;
    color: white;
}
.cta-subcatch {
    font-size: 1.3rem;
    color: white;
}
.cta-links02 {
    justify-content: center;
    align-items: center;
    
}
.cta-message {
    border: 1px solid #fff;
    padding: 1em;
    margin: 0 20px 1.5em;
    color: white;
}

@media screen and (max-width: 575px) {
    .cta-catch {
    font-size: 7vw;
    }
    .cta-subcatch {
    font-size: 1rem;
    }

} /* end media query */




