@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: 480px) {
	.title-subsection > span {
		padding: 0 0 .2em;
	}

} /* end media query */

/*--------------------------- component ----------------------------*/


.img-frame {
	border: 2px dashed#666;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 6px 7px 0 #ffff33;
	display: block;
}

@media screen and (max-width: 767px) {
	.img-frame {
        max-width: 400px;
		width: 90%;
        margin: 1em auto;
	}

} /* end media query */

/*--------------------------- intro + services ----------------------------*/

.intro-catch {
	margin-bottom: 0;
}
.plan-card {
	box-shadow: 6px 7px 0 rgba(66,64,61,.15);
}
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;
}
.plan-list .btn {
	position: absolute;
	right: 1em;
	bottom: 1em;
}

@media screen and (max-width: 575px) {
    .main-visual {
        box-shadow: none;
    }
    .intro-catch {
        padding-top: 3em;
    }
    
	.plan-card {
		height: auto;
	}


} /* end media query */



/*--------------------------- features ----------------------------*/

.onsite-features .sml-section {
	align-items: center;
}
.onsite-features .sml-section.alt {
	flex-direction: row-reverse;
}
.onsite-features .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 */

/*--------------------------- コース紹介 ----------------------------*/

.course-special-list02 > li {
    margin-bottom: 3em;
}
.course-title {
    color: #7aa53b;
}
.course-item-plan {
    padding-bottom: 1.5em;
}
.price-list > dt {
    float: none;
    width: 100%;
}
.price-list > dd {
    float: none;
    text-align: right;
    margin-top: -.7em;
}
ul.foot-note {
    font-size: .8rem;
    padding-left: 1em;
    padding-right: 1em;
    list-style: none;
}
ul.foot-note li {
    margin-bottom: .5em;
    position: relative;
    padding-left: 1em;
}
ul.foot-note li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    font-size: 80%;
    display: block;
    position: absolute;
    left: 0;
    top: 0.3em;
    color: #7aa53b;
}
.courses strong {
    color: #7aa53b;
}

/*
.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;
}
*/


@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 */

/*--------------------------- alk-teachers ----------------------------*/

/*.alk-teachers-profile {
	align-items: center;
	margin-bottom: 3em;
}

.alk-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.15rem;
	color: #008bcf;
}*/

@media screen and (max-width: 767px) {
	/*.alk-teachers-profile {
		flex-direction: column-reverse;
	}
	.alk-teachers-profile .text-box {
		margin-bottom: 2em;
	}
*/
} /* end media query */


/*--------------------------- access ----------------------------*/

.location {
	align-items: center;
}
.location-title {
	/*color: #e50012;*/
	display: inline-block;
	border-bottom: 2px solid #bddb84;
	padding: 0 2em .3em 45px;
	margin-bottom: 1em;
	position: relative;
	
}
.location-title::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    color: #bddb84;
    font-size: 46px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.location-list {
	margin-bottom: 2em;
}
.location-list dt {
	color: #7aa53b;
}
.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;
}

@media screen and (max-width: 575px) {
    .location-title {
        font-size: 6.5vw;
    }


} /* end media query */

/*--------------------------- contact ----------------------------*/

.contact-form {
	position: relative;
	
}
.contact-form::after {
	/*content: '';
    display: block;
    width: 95%;
    max-width: 700px;
    height: 18px;
    background: url(../images/breakline_mid.png) no-repeat top center;
    background-size: contain;
    margin: 0 auto;
    margin-top: 3.5em;*/
}
