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


/*--------------------------- general ----------------------------*/

body {
    font-size: .93rem;
    line-height: 1.7;
}
section {
	/*margin-bottom: 4em;*/
}
a {
    color: #48904e;
}
a:hover {
    color: #48904e;
    text-decoration: underline;
}

em {
	font-style: normal;
	font-weight: 800;
}
ul {
	font-size: 0.93rem;
}
figure img {
	max-width: 100%;
}
h6 {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: .5em;
}
p {
    margin-bottom: 1em;
}
/*p:last-of-type {
    margin-bottom: 0;
}*/


/*--------------------------- general classes ----------------------------*/

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.no-break {
	white-space: nowrap;
}

.floatr-img {
    float: right;
	width: 35%;
    margin: 0 1% 1% 2%;
	height: auto;
    max-width: 100%;
}
.note {
	padding-left: 1em;
	text-indent: -1em;
}
.note-small {
    padding-left: 13px;
    text-indent: -7px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
}
.foot-note {
    font-size: 11px;
}
.sp-link {
    pointer-events: none;
	text-decoration: none;
}

.list-ul,
.list-ol {
    margin: 0 1em 1em 2em;
	padding: 0;
	counter-reset: my-counter;
}
.list-ul li,
.list-ol li,
.list-dl dd {
    padding-left: 15px;
    position: relative;
    margin-bottom: 0.5em;
}
.list-ul li::before,
.list-dl dd::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    font-size: 100%;
    display: block;
    position: absolute;
    left: -5px;
    top: 0;
    color: #48904e;
}
.list-ol li::before {
    content: counter(my-counter)".";
    counter-increment: my-counter;
    position: absolute;
    left: -5px;
    font-weight: bold;
    color: #48904e;
}
.dl-float dt {
    float: left;
    clear: left;
    color: #00757f;
    font-weight: bold;
}
.dl-float dd {
    margin-left: 6em;
    margin-bottom: 0;
}
.marker {
    background: linear-gradient(transparent 65%,#ffea3c 0);
}

/*-- lp-style override */

.btn {
    border-radius: 50px;
    padding: .5rem 1.2em;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


@media screen and (max-width: 575px) {
	.list-ul,
	.list-ol {
    	margin: 0 0.5em 1em 0.5em;
	}

} /* end media query */

/* ---- layout */


.contents-section {
    width: 100%;
    max-width: 1210px;
    padding: 0 35px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.contents-section {
		padding: 0 20px;
	}

} /* end media query */

/* ---- background */

.bg-dots {
    /*background-image: radial-gradient(white 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px);*/
    background-color: #e8e8e8;
    position: relative;
	padding-top: 4em;
    padding-bottom: 1em;
	
}
/*.bg-dots::before,
.bg-dots::after {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
}
.bg-dots::before {
	bottom: 100%;
	background-image: radial-gradient(#87f5fb 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px);
}
.bg-dots::after {
	height: 30px;
	top: 100%;
	background-image: radial-gradient(#c3fafd 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px);
}*/
.bg-dots::before {
	/*content: '';
    width: 100%;
    height: 1px;
    background: #dedede;
    position: absolute;
    top: 12px;
    left: 0;*/
}
.bg-dots.green {
	/*background-image: radial-gradient(white 1px, transparent 1px);
	background-size: calc(10 * 1px) calc(10 * 1px);*/
	background-color: #cae1d4;
	position: relative;
}
/*.bg-dots-green::before,
.bg-dots-green::after {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
}
.bg-dots-green::before {
	bottom: 100%;
	background-image: radial-gradient(#dfeeb1 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px);
}
.bg-dots-green::after {
	height: 30px;
	top: 100%;
	background-image: radial-gradient(#dfeeb1 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px);
}*/


/*.bg-dots.d-border::before,
.bg-dots.d-border::after,
.bg-dots.d-border-top::before,
.bg-dots.d-border-bottom::after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: url("../images/bg_dots_border.png") repeat-x;
    background-size: contain;
    position: absolute;
    left: 0;
    
}
.bg-dots.d-border::before,
.bg-dots.d-border-top::before {
    bottom: 100%;
}
.bg-dots.d-border::after,
.bg-dots.d-border-bottom::after {
    top: 100%;
    transform: rotateX(180deg);
}*/

.bg-navy {
	background: linear-gradient(#001f56, #004b7f);
}


/* ---- responsive */
.pc-tiny {
    display: block;
}
.pc-tablet {
	display: block;
}
.tablet-sp {
	display: none;
}
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
.sp-inline {
	display: none;
}
.tiny-sp-only {
	display: none;
}
.page-content a.sp-link {
    pointer-events: none;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	.sp-inline {
		display: inline;
	}
	.page-content a.sp-link {
		pointer-events: auto;
		text-decoration: underline;
	}
}
@media screen and (max-width: 575px) {
	.pc-tablet {
		display: none;
	}
	.tablet-sp {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.tiny-sp-only {
		display: block;
	}
	.pc-tiny {
        display: none;
    }
}


/*--------------------------- components ----------------------------*/




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

.page-header {
	margin-bottom: 0;
	padding-top: 10px;
	position: sticky;
    background: rgba(72,144,78,.0);
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all ease-in-out 1000ms;
}
.page-header::after {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: white;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: all ease-in-out 1000ms;
}

/*-- ヘッダーに背景色をつける　*/

.page-header.js-header-bg {
    background: rgba(72,144,78,.8);
}
.page-header.js-header-bg::after {
    opacity: 0;
}

.page-header .site-title {
	/*width: 40%;*/
    position: absolute;
    top: 10px;
    left: 1rem;
    z-index: 5;
}
.page-header p.tagline {
    font-size: 80%;
    line-height: 1.5;
    color: #fff;
    margin: 0;
	margin-bottom: 0;
}
.page-header .navbar-brand {
	width: 100%;
	max-width: 170px;
    padding-top: 0;
}

.page-header .main-nav {
	font-size: 0.8rem;
	font-weight: 500;
	/*width: 100%;*/
    justify-content: center;
    margin-top: 1.3em;
}
.page-header .navbar-nav .nav-link {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.page-header .navbar-nav .nav-link:not(.btn) {
    color: #fff;
}
.page-header .main-nav .nav-item {
	position: relative;
}
.page-header .main-nav .nav-item::before {
	/*content: "";
    display: block;
    width: 1px;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: rotate(20deg);*/
}
.page-header .main-nav .nav-item:last-child::after {
	/*content: "";
    display: block;
    width: 1px;
    height: 50%;
    position: absolute;
    top: 25%;
    right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: rotate(20deg);*/
}

.page-header .main-nav .nav-link {
    /*color: #555;*/
	position: relative;
}

.page-header .main-nav .nav-link:hover,
.page-header .main-nav .nav-link:focus {
	/*color: #ed8494;*/
}
.page-header .contact-nav {
    /*position: absolute;
    top: 10px;
    right: 1rem;*/
}
.page-header .contact-nav {
	font-size: 0.8rem;
	/*padding-right: 70px*/
	
}
.page-header .contact-nav .nav-item {
	
}
.page-header .contact-nav .nav-item a {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0.2em;
	/*font-weight: 700;
	color: #111;*/
}
.page-header .contact-nav .nav-item .btn-sm {
    font-size: 0.75rem;
	/*padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-radius: 3px;*/
	padding: .3em 1em;
	/*color: #fff;*/
	border-radius: 15px;
	margin-right: 0.3em;
	margin-left: 0.3em;
	margin-top: 0;
	
}
.page-header .contact-nav .nav-item .btn-sm.btn-outline-primary {
	color: #48904e;
}
.page-header .contact-nav .nav-item .btn-sm.btn-outline-primary:hover,
.page-header .contact-nav .nav-item .btn-sm.btn-outline-primary:active {
	color: #fff;
}

/*---無料体験レッスンボタン*/
/*.tl-nav {
	position: absolute;
	right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background: pink;
}
.tl-btn:link, .tl-btn:visited {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-align: center;
	font-size: .75rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	background: #70B92B;
}
.tl-btn::before {
	font-family: "Font Awesome 5 Free";
    content: "\f086";
    display: block;
    font-size: 2.5em;
    line-height: 1.6;
    font-weight: 900;
}
.tl-btn:hover, 
.tl-btn:focus,
.tl-btn:active {
	opacity: 1;
	color: #fff;
	text-decoration: none;
	background: #aadf78;
}*/


/* メニューのfont-sizeが大きい場合の処置*/

@media screen and (min-width: 768px) and (max-width: 980px) {
	.page-header .contact-nav .nav-item .btn-sm {
		
		padding: .2em 5px;
		border-radius: 7px;
	}
} /* end media query */



@media screen and (min-width: 768px) {
	
	.navbar-expand-md .navbar-collapse {
    	flex-direction: column-reverse;
	}
	.navbar-expand-md .main-nav .nav-link {
    	padding-right: 0.75rem;
    	padding-left: 0.75rem;
	}
	.navbar-expand-md .main-nav .nav-item:last-child .nav-link {
		/*padding-right: 0;*/
	}
}

@media screen and (max-width: 767px) {
	
     /* lp-style override */
    .navbar-light .navbar-toggler {
        border-color: white;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("../images/navbar_toggler_icon_white.svg");
    }
    .navbar-collapse {
        background: #48904e;
        padding: 0 0.5em;
    }
    
	.page-header {
		align-items: center;
        margin-bottom: 0;
	}
    .page-header .navbar-brand {
        width: 150px;
        padding: 0;
        background: none;
    }
    .page-header p.tagline{
        margin: 0;
    }

	.page-header .main-nav {
    	border-top: 2px solid #dedede;
		margin-top: 0;
	}
	.page-header .main-nav li {
		border-bottom: 1px dotted #ccc;
	}
	.page-header .main-nav li:last-child {
		border-bottom: none;
	}
    .page-header .main-nav .nav-link {
        padding: 1.2em 1em .7em;
    }

	.page-header .site-title {
		width: calc(100% - 60px);
        position: static;
	}
	.page-header .contact-nav {
    	position: static;
		margin-bottom: 2em;
		padding-right: 0;
	}
	.page-header .contact-nav .nav-item .btn-sm {
		font-size: 0.85rem;
		padding-top: 1em;
		padding-bottom: 0.8em;
		margin-top: .75em;
	}
	.page-header .contact-nav .nav-item a {
    	margin-top: 1.2em;
	}
	.page-header .main-nav .nav-item::before, .page-header .main-nav .nav-item:last-child::after {
		content: none;
	}
	
} /* end media query */

/*--------------------------- main visual ----------------------------*/

.mv {
	position: relative;
	/*box-shadow: 0px 15px 10px rgba(68,147,147,0.2);*/
	margin-top: -15%;
}

.main-visual {
    position: relative;
}
.main-visual * {
	margin: 0;
    position: relative;
}
.main-visual img {
    /*IE11 hack */
	width: 100%;
	/*box-shadow: 0 0 5px #bbb;*/
}

/*.mv-catch {
    position: absolute;
    font-size: 2rem;
    font-size: clamp(1.3rem, 3.3vw, 2rem);
    font-weight: 700;
    top: 30%;
    left: 7%;
}
.mv-catch span {
    display: inline-block;
    background: white;
    margin-bottom: 0.3em;
    padding: 0 0.7em;
}*/
/*
.mvlogo {
    position: relative;
    margin-top: -20%;
}

.mvlogo-catch {
    padding: 3.3em 1.5em 0;;
    width: 50%;
    max-width: 445px;
    background: url("../images/bg_mvlogo.png") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
    font-size: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    color: #75909F;
}
.mvlogo small {
    font-weight: 700;
    margin-bottom: 1em;
}
.mvlogo-logo {
    max-width: 60%;
    margin-bottom: .5em;
}
*/

/* video mv */

iframe {
    max-width: 100%;
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.mv-video {
	position: relative;
	width: 100%;
    overflow: hidden;
    padding-bottom: 48%;
}
.mv-video::before {
    content: '';
    background: rgba(0,0,0,0.2);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.mv-video .video-wrap {
    position: absolute;
    left: 0;
    top: -10%;
}
.video-link {
	display: inline-block;
	position: absolute;
	bottom: .5em;
    right: 1em;
	opacity: .4;
}
.video-link:hover,
.video-link:active {
	opacity: .6;
}
.video-link i {
	font-size: 50px;
	color: #fff;
	
}
.mv-video-img {
	position: absolute;
	left: 0;
	top: -2%;
}
.catch-copy {
	position: absolute;
	width: 80%;
	margin: auto;
	bottom: 7%;
	left: 0;
	right: 0;
	text-align: left;
	color: #ffff66;
	font-size: clamp(1.3rem, 4.3vw, 3.3rem);
	text-shadow: 2px 2px 11px black;
	background-image: linear-gradient(to right top, rgba(0,0,0,.2) 20%, transparent 60%);
}

.catch-copy small {
	font-size: 80%;
	border-bottom: 2px dashed white;
    display: inline-block;
    padding: 0 1em .2em 0.2em;
    margin-bottom: .3em;
	color: #fff;
}
.catch-copy .balloon {
	margin-bottom: -.8em;
	font-size: 18px;
}



@media screen and (max-width: 767px) {
    .mv {
		margin-top: -104px;
	}
	
    /*.mvlogo-catch {
        width: 60%;
    }*/
	
	.main-visual {
		/*width: 100%;
		height: 70vh;
		min-height: 450px;*/
		
	}
	/*.mv-inner {
		width: 90%;
		margin-left: auto;
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	.mv-inner img {
		max-width: none;
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 94% 0%;
	}*/
	
	
	/*video */
	.video-link {
		display: none;
	}
	.catch-copy {
		width: 94%;
		text-align: right;
		background-image: linear-gradient(to left top, rgba(0,0,0,.2) 10%, transparent 40%);
	}
	.catch-copy small {
    	padding: 0 .2em .2em 1em;
	}
	.catch-copy .balloon {
		margin-bottom: 0.8em;
        font-size: 13px;
	}
	
	
} /* end media query */

@media screen and (max-width: 480px) {
    /*.mv-catch {
        top: 9%;
        left: 3%;
    }*/
	
    /*.mvlogo {
        margin-top: -40%;
    }
    .mvlogo-catch {
        width: 70%;
        padding-top: 2.3em;
    }*/
    
	
} /* end media query */

/*--------------------------------------------------------------
# contents-area
--------------------------------------------------------------*/

/*--------------------------- general ----------------------------*/

.lg-section-header { 
    margin-bottom: 5em;
    position: relative;
}

/* paralax background header*/
.lg-section-header.special {
    padding: 6em 0 4em;
    /*color: #fff;*/
    background: url("../images/lg_sec_header_bg_01.jpg") no-repeat right center;
    background-size: cover;
    background-attachment: fixed;
}
.lg-section-header.special >  * {
    position: relative;
}
.lg-section-header.special::before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(255,255,255,0.25);
}
.home-plan .lg-section-header.special {
    background-image: url("../images/lg_sec_header_bg_02.jpg");
}
/*.special .lg-section-title::after {
    background: #fff;
}*/

.course-header {
    padding: 1em 1em 2em;
}

.lg-section-title {
    font-size: 2.4rem;
    margin: 0;
    position: relative;
    letter-spacing: .15em;
}

.lg-section-title small {
    font-size: 60%;
    display: block;
    line-height: 1.4;
}
.lg-section-title .eng {
    display: block;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 0.5em;
    color: #48904e;
	letter-spacing: .3em;
}
.lg-section-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    margin: .7em 0;
    background: #070707;
}
.lg-section-header .catch {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.9;
}

.section-main {
	padding: 5em 0 3em;
	position: relative;
}
.section-header {
    text-align: center;
    margin-bottom: 0;
	/*position: absolute;
	bottom: calc(100% - 40px);
    width: 100%;
    z-index: 5;*/
	padding: 0 20px;
}
.breakline::before {
    content: '';
    width: 60%;
    height: 6px;
	background: #b2c9d9;
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	margin: auto;
}
.section-title {
    text-align: center;
    /*color: #70B92B;
    font-weight: 700;*/
    font-size: 2rem;
    letter-spacing: .05em;
    margin-bottom: 1.5em;
    line-height: 1.6;
}
.section-title::before {
    /*font-family: "Font Awesome 5 Free";
    content: "\f1b3";
    font-weight: 900;
	font-size: 120%;
    color: #ff7f2c;
    display: block;*/
	
	/*content: "";
    width: 100%;
    height: 70px;
    background: url("../images/icon_tree.png") no-repeat center;
    background-size: contain;
    display: block;
    margin: 0 auto .2em;*/
}
.section-title::after {
	/*content: "";
    width: 70px;
    height: 4px;
    background: #48904e;
    display: block;
    margin: .7em auto 0.8em;*/
}

/*.section-title.alt {
	background: #f3f3f3;
}*/

.section-title.alt::before {
	/*content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #48904e;
    border-radius: 50px;
    margin: 0 auto .5em;*/
}
.section-title small {
    display: block;
    font-size: 70%;
    letter-spacing: 0;
    /*font-weight: 700;*/
}
.section-title .eng {
    display: block;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    margin-top: 0.5em;
    color: #00619f;
	letter-spacing: .3em;
}

/*.section-title::before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-weight: 900;
    color: #00ab38;
    display: block;
    margin-bottom: .3em;
}*/

/*.section-title.block {
    
}
.section-title.block::before {
    content: "";
    position: absolute;
    width: 72px;
    height: 60px;
    background: url(../images/ttl_section_header.png) no-repeat;
    background-size: contain;
    left: -30px;
    top: -20px;
}*/

/*---- Q&A, 運営者情報のタイトル*/

.section-title-sub {
    text-align: center;
    /*color: #00619f;*/
    font-size: 2.2rem;
    letter-spacing: .1em;
    margin-bottom: 1em;
}

.typeset-tight {
    letter-spacing: -0.05em;
}



.text-section {
    max-width: 1000px;
    margin: 0 auto;
}
.sub-section {
    margin-bottom: 4em;
}
.sub-section:last-of-type {
    margin-bottom: 0;
}

.title-marker b {
    background: linear-gradient(transparent 65%,#ffeb3b 0);
    font-weight: inherit;
}
/* 反転色　*/
.title-marker.invert b {
    background: linear-gradient(transparent 50%, #236d26 0);
}

/*.title-subsection::before,
.title-subsection::after {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 900;
    font-size: 60%;
    margin-right: 7px;
    margin-left: 7px;
    position: relative;
    top: -5px;
    opacity: .5;
}*/

.title-subsection {
    font-size: 1.7rem;
    line-height: 1.4;
    position: relative;
    /*padding-left: 1em;*/
    margin-bottom: 1em;
}
.title-subsection::before {
    /*display: block;
    content: '';
    position: absolute;
    top: .6rem;
    left: 0;
    width: .6em;
    height: .6em;
    border: 2px solid #48904e;
    border-radius: 50px;*/
}

/*.title-subsection > span {
    display: inline-block;
    position: relative;
    padding: 0.5em .8em 0.3em;
    
}
.title-subsection > span:before, .title-subsection > span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #ed8494;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.title-subsection > span:before {
  left: -2rem;
}
.title-subsection > span:after {
  right: -2rem;
}*/

/*.title-subsection.alt > span {
	background: linear-gradient(#e2f1c6, #effbd8 80%);
}*/
/*.title-subsection > span::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0a6';
	color: #006E32;
	font-size: 110%;
	margin-right: 8px;
}*/
/*.title-subsection > span::after {
	content: '';
	display: block;
	width: calc(100% + 3em);
	height: 5px;
	border-bottom: 2px dashed #42403d;
	position: absolute;
	bottom: 0;
	left: -1.5em;
	z-index: -5;
}*/

/*.title-subsection span::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 26px;
    background: url(../images/ttl_mid.png) no-repeat;
    background-size: contain;
    left: -30px;
    top: -20px;
}*/

.title-smlsection {
    position: relative;
    font-size: 1.4rem;
    /*padding-left: 1.4rem;*/
}
.title-smlsection::before {
    /*display: block;
    content: '';
    position: absolute;
    top: .4rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    border: 2px solid #48904e;
    border-radius: 20px;*/
}

.lead-text {
    font-size: 1rem;
    margin-bottom: 3em;
    /*text-align: center;*/
}
/* 反転色 */
.lead-text.invert {
    color: #fff;
}
/* .title-smlsectionとleft marginを揃える*/
.title-smlsection + .lead-text {
    margin-left: 1.4rem;
}

.home-card {
    background: #fff;
   /* border-radius: 15px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);*/
    display: block;
	overflow: hidden;
	height: 100%;
}

@media screen and (max-width: 767px) {
    .lg-section-header {
        /*background-size: 25%;*/
    }
    .lg-section-title {
        font-size: 2rem;
    }
    .lg-section-title .eng {
        font-size: 1.1rem;
    }
    .lg-section-header .catch {
        font-size: 1rem;
    }
    .section-header {
        padding: 0 20px;
    }
	/*.section-title {
		font-size: 2rem;
	}*/
    .lead-text {
        font-size: 1rem;
    }

    /*.lg-section-title {
        font-size: 5vw;
    }
    .lg-section-title::before,
    .lg-section-title::after {
        width: 10%;
        margin: 0 0.5em;
    }*/
	
} /* end media query */


@media screen and (max-width: 575px) {
    
    .section-title,
    .section-title-sub {
        font-size: 1.5rem;
        letter-spacing: .05em;
    }
    .section-title small {
        font-size: 70%;
    }
    .section-title.block {
        padding: 30px 1em 25px;
    }
    .section-title.block::before {
        /*width: 60px;
        left: 10px;
        top: -30px;*/
    }
    .sub-section {
        margin-bottom: 3em;
    }
    .title-subsection::before, 
    .title-subsection::after {
        content: "";
    }
    /*.lg-section-header {
        padding: 1.5em 1em;
    }
    .lg-section-title {
        font-size: 6.5vw;
    }
    .lg-section-title small {
        font-size: 1rem;
    }*/
    .title-subsection {
        font-size: 1.4rem;
		padding: 0 20px;
    	overflow: hidden;
    }
	.title-subsection > span::after {
		bottom: 1px;
	}
	
} /* end media query */

/*--------------------------------------------------------------
# lead (intro-catch)
--------------------------------------------------------------*/

.intro-catch {
	padding: 4em 20px 3em;
	background: #48904e;
	/*background-image: radial-gradient(#bfdd64 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px);*/
	position: relative;
}
.intro-catch::after {
	/*content: '';
	width: 100%;
	height: 30px;
	background: rgba(175,212,61,0.5);
	background-image: radial-gradient(#fff 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5*/
}
.intro-catch h2 {
	text-align: center;
	color: white;
	margin-bottom: 1em;
}

@media screen and (max-width: 575px) {
	.intro-catch h2 {
		font-size: 5.8vw;
	}

} /* end media query */

.slogan {
    text-align: center;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 3em;
}
.slogan::before {
	/*content: '';
	display: block;
	width: 30px;
	height: 30px;
    border: 2px solid #48904e;
    border-radius: 50px;
	margin: 0 auto .5em;*/
}
.slogan p {
	font-size: 1.2rem;
	line-height: 2;
	color: #1a5a87;
}
.slogan strong {
    /*display: block;*/
    font-size: 110%;
    font-weight: 500;
    line-height: 1.8;
}
/*反転色*/
.slogan.invert {
    color: #fff;
}
.slogan.invert::before {
    border-color: #fff;
}

.lead em {
   /* color: #ed1e79;*/
}

/*---- 教室で英会話と、自宅で英会話の紹介*/

.plan-intro {
    /*margin-top: 3em;
    margin-bottom: 3em;*/
}

.plan-list {
    justify-content: center;
}
.plan-list > li {
    margin-bottom: 2em;
}
.plan-card {  
    height: 100%;
    padding: 1.5em;
}
.plan-card:hover {
    text-decoration: none;
}
.plan-card img {
    display: block;
    margin-bottom: 1em;
}
.plan-card-text{
    padding-left: 2em;
    position: relative;
}
.plan-card .catch {
    color: #070707;
    margin-bottom: 1em;
    font-weight: normal;
    padding-top: .4em;
}
.plan-card .catch::before {
    font-family: "Font Awesome 5 Free";
    content: "\f024";
    font-weight: 900;
    font-size: 130%;
    color: #48904e;
    position: absolute;
    left: 0;
    top: 0;
}
.plan-card p {
  font-weight: bold;
  color: #343434;
  margin-right: 3%;
  margin-bottom: 0;
}
.plan-card strong {
  font-size: 150%;
  font-weight: bold;
  display: block;
  color: #48904e;
}

.plan-card dl {
    margin-bottom: 0;
}
.plan-card-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 120%;
    color: #00757f;
}
.icon-flag {
    margin-bottom: 1em;
}
.icon-flag img {
    display: block;
    margin: 0 8px;
}



/*-- プラン組み合わせ例*/
.plan-mix {
    text-align: center;
    position: relative;
}
.plan-mix::before {
    font-family: "Font Awesome 5 Free";
    content: "\f06a";
    font-weight: 900;
    color: #de6c31;
    font-size: 70px;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 1;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto 0;
}
.plan-example {
    margin-top: 1em;
    font-weight: bold;
    
    display: inline-block;
    text-align: left;
}
.plan-example li {
    margin-bottom: .3em;
    padding-left: .3em;
    padding-left: .5em;
}
.plan-example em {
    color: #00a0e8;
}
.plan-example strong {
    font-size: 140%;
    color: #67b519;
}
.plan-example .total {
    border-top: 1px solid #666;
    display: inline-block;
    padding-top: .2em;
    padding-right: .5em;
}

@media screen and (max-width: 991px) {
    .plan-card p {
        /*font-size: 1.4vw;*/
    }
	
} /* end media query */

@media screen and (max-width: 767px) {
	.slogan p {
		font-size: 1.1rem;
	}
    .plan-card {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }
    .plan-card p {
        /*font-size: 13px;*/
    }
    .slogan {
        font-size: 3.3vw;
    }
    .slogan strong {
        font-size: 120%;
    }
	
} /* end media query */

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


    .plan-mix::before {
        content: '';
    }
} /* end media query */





/*--------------------------------------------------------------
# course-intro
--------------------------------------------------------------*/
.course-intro-wrap {
	/*background: #f3f3f3;*/
}
.course-intro {
    /*padding-bottom: 2em;*/
	position: relative;
}
.course-intro-kids {
    padding-top: 3em;
}
.course-intro-purpose {
    padding-top: 3em;
}

.top-border {
	border-top: 3px dashed #ffc107;
}
.btm-border {
	border-bottom: 3px solid #049e80;
}

/*--------------------------- onsite-prices ----------------------------*/

.onsite-prices {
    justify-content: center;
    margin-bottom: 2em;
}
.onsite-prices > li {
    margin-bottom: 1em;
}
.price-card {
    padding: 25px;
    height: 100%;
    /*font-size: 1rem;*/
}
.plan-intro-purpose .price-card {
    max-width: 700px;
    margin-bottom: 3em;
}
.price-card h5 {
    text-align: center;
    font-size: 1.3rem;
    color: #48904e;
    margin-bottom: 1em;
    font-weight: inherit;
}
.price-card h5 em {
    font-size: 125%;
    white-space: nowrap;
}
.price-list > dt {
    float: left;
    width: 9em;
    clear: both;
    /*line-height: 1.2;*/
}
.price-list > dd {
    /*padding-left: 8em;*/
    margin-bottom: 0;
	float: left;
}
.plan-price {
    margin-left: 2em;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.2;
}
.price-list em,
.price-list strong {
    font-size: 180%;
    position: relative;
    bottom: -2px;
    margin: 0 2px;
}
.price-list strong {
    color: #48904e;
}
.price-list .nested dt {
    font-weight: normal;
    float: left;
    width: 100px;
    width: 120px;
    margin-top: 1em;
    font-size: 90%;
}

.plan-description {
    /*font-size: .9rem;*/
    margin-bottom: 2em;
}
.plan-description dt {
    width: 160px;
    float: left;
    clear: left;
}
.plan-description dt >span {
    background: #cae1d4;
    color: #48904e;
    border: 1px solid #48904e;
    font-weight: bold;
    line-height: 2;
    padding: 2px 10px 0;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 7px;
}
.plan-description dd {
    padding-left: 160px;
    padding-top: .4em;
    margin-bottom: .8em;
}

.plan-intro-purpose .price-list {
    margin-bottom: 0em;
}
    
@media screen and (max-width: 991px) {
    .price-card h4 {
        margin-bottom: .5em;
    }
    .price-card h4 em {
        display: block;
    }
    .price-list .nested dd {
        margin-bottom: 0;
        line-height: 1;
    }
	
} /* end media query */

@media screen and (max-width: 767px) {
	
    .price-card {
        height: auto;
        /*width: 100%;*/
        max-width: 600px;
        margin: 0 auto 1em;
    }
    .price-list .nested dt {
        margin-top: .4em;
    }
    .price-list .nested dd {
        line-height: 1.3;
    }
    
} /* end media query */

@media screen and (max-width: 575px) {
    .course-intro-kids,
    .course-intro-purpose {
        background-size: 36%;
    }
    .plan-description dt {
        float: none;
    }
    .plan-description dd {
        padding-left: 1em;
    }
    .business-hour dt {
        float: none;
    }
    .business-hour dd {
        margin-left: 0;
    }
    .price-list > dt {
        width: 8em;
    }
	.price-list > dd {
		padding-left: 0;
		margin-bottom: 0;
		float: right;
	}
	.plan-price {
		margin-left: 0;
		white-space: normal;
		display: inline;
		line-height: inherit;
	}
	
} /* end media query */


/*--------------------------- suitable-for ----------------------------*/
.suitable-for {
    display: flex;
    margin-bottom: 5em;
}
.suitable-title {
    background: #48904e;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 0;
    font-size: 1.4rem;
    width: 23%;
}
.suitable-list {
    font-weight: bold;
    padding-top: .5em;
    margin-left: 3em;
    font-size: 105%;
    width: 77%;
}
.suitable-list >li {
    margin-bottom: .5em;
    padding-left: 28px;
    
}
.suitable-list > li::before {
    content: "\f00c";
    font-size: 110%;
    top: -0.1em;
}

@media screen and (max-width: 767px) {
    .suitable-list {
        margin-left: 1em;
    }
	
} /* end media query */

@media screen and (max-width: 575px) {
    .suitable-for {
        display: block;
    }
    .suitable-title {
        padding: .7em 2em;
        font-size: 1.1rem;
        width: auto;
        display: inline-block;
        margin-bottom: 0.7em;
    }
    .suitable-list {
        font-size: 96%;
        width: 100%;
        padding-left: 0;
    }
	
} /* end media query */

/*--------------------------- course-list ----------------------------*/

.course-category {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: bold;
    padding: .5em 1em .3em;
    background: #48904e;
    color: #fff;
    position: absolute;
    left: 15px;
    top: -24px;
    z-index: 2;
}



.course-item {
    height: 100%;
    position: relative;
    border: 1px solid #dedede;
    /*border-radius: 5px;
    box-shadow: 7px 7px 0 rgba(66,64,61,0.2);*/
}
.course-title {
    font-weight: inherit;
    /*text-align: center;*/
    margin-bottom: .7em;
    font-size: 1.3rem;
    position: relative;
    color: #48904e;
}
/*.course-item h5 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
    color: #004b7f;
}*/

.course-special h4,
.course-special02 h4 {
    
}

.course-item img {
    /*border-top-left-radius: 15px;
    border-top-right-radius: 15px;*/
    margin-bottom: 0;
}

.course-item-description {
    padding: 2em 20px 60px;
    /*position: relative;*/
	background: #fff;
}
.course-item-description em {
    /*color: #48904e;*/
}


.course-item .btn {
    font-size: .8rem;
    /*font-weight: bold;
    border-radius: 8px;*/
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
}
.label-special {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    background: #00a0e8;
    color: #fff;
    padding: 5px 10px 3px 5px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: -5em;
    text-align: right;
}
.label-special a {
    text-decoration: none;
    color: #fff;
}
.label-special::before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 900;
}

.course-item-plan {
    padding: 20px 20px 60px;
    background: #edf1f3;
}
.onsite .course-item-plan {
    padding-bottom: 20px;
}
.course-item-plan h5 {
    letter-spacing: .5em;
}
/*.course-item-plan .price-list > dt {
    width: 115px;
}
.course-item-plan .price-list > dd {
    padding-left: 115px;
    margin-bottom: 0;
}*/
.price-list .plan-feature {
    padding-left: 0;
    margin-bottom: .8em;
}
.plan-feature .badge {
    font-size: 11px;
    border-radius: 6px;
    padding: 0.5em 0.6em;
    margin-bottom: .4em;
}
.plan-feature .badge-success {
    color: #fff;
}
.course-option h6 {
    font-weight: bold;
    font-size: 1.05rem;
    margin-bottom: .2em;
}

/*--- course-special レイアウト */

.course-list > li {
    margin-bottom: 40px;
    position: relative;
}
.course-special-list > li {
    margin-bottom: 4em;
}
.course-special {
    display: flex;
    justify-content: flex-end;
    background: url("../images/course_intro_bg_11.jpg") no-repeat;
    background-position: left top;
   background-size: contain;
}
.course-special.item-02 {
    background: url("../images/course_intro_bg_14.jpg") no-repeat;
    background-size: contain;
}
.course-special.item-03 {
    background: url("../images/course_intro_bg_01b.jpg") no-repeat;
    background-size: contain;
}
.course-special.item-04 {
    background: url("../images/course_intro_bg_07.jpg") no-repeat;
    background-size: contain;
}
.course-special.item-05 {
    background: url("../images/course_intro_bg_13.jpg") no-repeat;
    background-size: contain;
}
.course-special-pt {
    width: 35%;
    position: relative;
    min-width: 320px;
}
.course-special .course-item-description {
    /*padding-top: 3.5em;*/
    padding-bottom: 1.5em;
    /*background: #fff;*/
}
.price-list.long {
    line-height: 1.2;
}
.price-list.long > dt {
    float: none;
    width: 100%;
}
.price-list.long > dd {
    padding-left: 1em;

}

/*---course-special02 横並びバージョン 2column*/

.course-special-list02 {
    margin-bottom: 3em;
    justify-content: center;
}
.course-special02 {
    background: #edf1f3;
}
.course-special-list02 > li  {
   /* margin-bottom: 0;*/
    max-width: 500px;
    
}
.course-special-list02 .course-item-description {
    padding: 2em 20px 1em;
}
.course-special-list02 .price-list {
	margin-bottom: 0.5em;
}

@media screen and (max-width: 992px) {
    .course-special {
        background-position: -10% top;
    }
    .course-special.item-02 {
        background-position: -140px top;
    }
    .course-special.item-03 {
        background-position: -120px top;
    }
    .course-special.item-04 {
        background-position: -100px top;
    }
	
} /* end media query */


@media screen and (max-width: 767px) {
    .course-list {
        padding: 0 20px;
    }
    .course-special {
        display: block;
        background: #edf1f3;
    }
    .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: 520px;
		margin: 0 auto 4em;
	}
	
} /* end media query */
/*.course-special-list02 li:not(:last-child) .course-item-description {
    padding-bottom: 3.7em;
}*/


@media screen and (max-width: 575px) {
    
    .course-list.simple > li {
        max-width: 380px;
        margin: 0 auto 4em;
    }
    .home-course-intro .course-list > li {
        max-width: 460px;
    }
    
    
} /* end media query */

    

/*--------------------------- course-intro: case別リスト ----------------------------*/
.corse-list-by-case {
	border-top: 1px solid #dedede;
	padding-top: 2em;
	position: relative;
}
.corse-list-by-case::before {
	content: '';
    width: 100%;
    height: 1px;
    background: #dedede;
    position: absolute;
    top: -12px;
    left: 0;
}
.corse-list-by-case::after {
	content: '';
    width: 100%;
    height: 1px;
    background: #dedede;
    position: absolute;
    bottom: 12px;
    left: 0;
}

.case-item {
	margin-bottom: 2em;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dedede;
}
.case-title {
	width: 10em;
	font-size: 1.1rem;
	/*color: #006E32;*/
}
.case-title::before {
	/*font-family: "Font Awesome 5 Free";
	content: '\f06a';
	color: #006E32;
	font-size: 110%;
	margin-right: 8px;
	display: block;*/
	
	display: block;
    content: '';
    width: 1em;
    height: 1em;
    border: 3px solid #ed8494;
    border-radius: 50px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.case-course-list {
	width: calc(100% - 11em);
}
.case-course-item {
	margin-bottom: 1.5em;
}
.case-course-item dl {
	margin-bottom: 0;
	display: flex;
    flex-direction: column;
    height: 100%;
}
.case-course-item dt {
	font-size: .82rem;
	line-height: 1.4;
	/*font-weight: normal;*/
	color: #00619f
}
.case-course-item a {
	display: block;
}
.case-course-item a:hover {
	text-decoration: none;
}
.course-name {
	margin-bottom: 0;
	padding: .5em;
	text-align: center;
	color: #00619f;
	font-weight: bold;
	font-size: .9rem;
	line-height: 1.4;
}

@media screen and (max-width: 575px) {
	.case-item {
		flex-direction: column;
	}
	.case-title {
		width: 100%;
		margin-bottom: 1em;
	}
	.case-title::before {
		/*display: inline;*/
	}
	.case-course-list {
		width: 100%;
		margin: 0;
	}
	.case-course-item {
		max-width: 350px;
		margin: 0 auto 2em;
	}

} /* end media query */


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

.features {
    background-color: #e5f9f1;
    padding-bottom: 2em;
}
.features h3 {
    font-size: 1.4rem;
    margin-bottom: .5em;
    color: #f26100;
    letter-spacing: -0.05em;
}
.features p {
    margin-bottom: .5em;
}
.features-list {
    counter-reset: my-counter;
	margin-bottom: 4em;
}
.features-list strong {
    color: #48904e;
    font-weight: bold;
    background: linear-gradient(transparent 40%, #fde780 41%, #fde780 85%, transparent 0);
}
.features-list em {
    color: #48904e;
    font-weight: bold;
}


.features-item {
	position: relative;
	margin-bottom: 4em;
	padding: 3em 0;
}
.features-item::before {
	content: '';
	display: block;
	width: 70%;
	height: 100%;
	background: #cae1d4;
	position: absolute;
    top: 0;
    left: 0;
}


.features-item > .row {
    align-items: center;
    justify-content: flex-end;
	margin-left: 0;
    margin-right: 0;
}

/*
.features-item:nth-child(even) > .row {
    flex-direction: row-reverse;
}
.features-item .text-box {
    position: relative;
    z-index: 2;
    padding-left: 3.5em;
    margin-top: 1em;
    width: 73%;
}
.features-item .text-box::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    color: #f8b080;
    font-weight: bold;
    font-size: 5em;
    display: block;
    position: absolute;
    left: 0;
    top: -0.5em;
    z-index: -1;
    font-family: "Rounded Mplus 1c";
}
*/

/*old style*/

/*.features-list .pict-box {
    width: 25%;
}
.features-list .pict-box img {
    border-radius: 50%;
    border: 4px solid #049e80;
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.15));
}
.features-item:nth-child(even) img {
     border-color: #154e86; 
}*/

.features-list .pict-box {
    width: 50%;
	padding-right: 3em;
	position: relative;
}
.features-list .text-box {
	width: 45%;
	position: relative;
    z-index: 5;
	background: #fff;
	left: 4em;
	padding: 2em 2em 1em 5em;
}


.features-item .text-box::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    color: #cae1d4;
    font-weight: bold;
    font-size: 4em;
    display: block;
    position: absolute;
    left: 1rem;
    top: .5rem;
    z-index: -1;
	
}
.features-item h4 {
	text-align: center;
	margin-bottom: 1rem;
}


/* reverse layout*/



@media screen and (min-width: 768px) {
	.features-item:nth-child(even) > .row {
    flex-direction: row-reverse;
	}
	.features-item:nth-child(even)::before {
		left: auto;
		right: 0;
	}
	.features-item:nth-child(even) .pict-box {
		padding-right: 0;
		padding-left: 3em;
	}
	.features-item:nth-child(even) .text-box {
		left: auto;
		right: 4em;
	}

} /* end media query */


@media screen and (max-width: 991px) {
	.features-item::before {
		width: 90%;
	}
	.features-list .text-box {
		width: 50%;
	}

} /* end media query */

@media screen and (max-width: 767px) {
    /*.features {
        background-size: 25%;
    }*/
	
    .features-item {
        padding: 2em 0;
		margin-bottom: 0;
    }
	.features-item::before {
		height: 85%;
        width: 100%;
	}
	
	.features-item > .row {
		flex-direction: column-reverse;
	}
	.features-list .pict-box {
		width: 90%;
		padding-right: 0;
	}
	.features-list .text-box {
        width: 85%;
		left: 0;
        margin-top: -12%;
        box-shadow: 3px 3px 8px rgba(0,0,0,.15);
	}
	
	
} /* end media query */

@media screen and (max-width: 575px) {
    
     /*.features h4 {
        font-size: 1.15rem;
    }
    .features-item {
        display: block;
        padding: 3em 2em 2em;
    }
    .features-item .text-box {
        width: 100%;
        padding-left: 0;
        margin-bottom: .6em;
    }
    .features-item .text-box::before {
        font-size: 3.5em;
        top: -1.2em;
    }
   .features-item .pict-box {
        max-width: 200px;
        width: 80%;
        margin: 0 auto;
    }
    .feature-figure {
        margin-left: -15px;
        margin-right: -15px;
    }*/
	
	.features-item .text-box::before {
        font-size: 3.2em;
        position: static;
        text-align: center;
		line-height: 1;
    }
	.features-list .text-box {
		padding: 1.5em 2em 1em;

	}
	.features-item h4 {
		font-size: 1.4rem;
	}
	
} /* end media query */


/*------ features 学習時間チャート*/
.wlesson-diagram h4 {
    font-size: 1.2rem;
    margin-bottom: .5em;
    padding-left: 1em;
    text-align: center;
    color: #049e80;
    letter-spacing: -.03em;
}
.wlesson-diagram h4 b {
    font-weight: bold;
    color: #0492c9;
    font-size: 130%;
    margin: 0 2px;
}
.wlesson-diagram h4 .emphasis {
    margin-top: -.7em;
    display: block;
}
.wlesson-diagram h4 strong {
    font-size: 200%;
    position: relative;
    top: 5px;
}
.wlesson-chart {
    background: #fff;
    padding: 1.5em;
    border-radius: 10px;
    margin-bottom: 0;
    /*box-shadow: 1px 1px 5px rgba(0,0,0,0.15);*/
    
}
.wlesson-chart-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
}
.wlesson-table {
    margin-bottom: 0;
    /*width: 47%;*/
}
.class-only-table {
    /*width: 38%;*/
    width: 27%;
}
.plus-online-table {
    /*width: 55%;*/
    width: 65%;
}
.wlesson-table caption {
    font-weight: bold;
    color: #343434;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 5px;
    caption-side: top;
    font-size: 1rem;
    padding: 0;
}
/*.class-only-table caption {
    padding-top: 1.1em;
}*/
.wlesson-table th, 
.wlesson-table td {
    /*width: 50%;*/
    padding: 8px 5px;
    border: 1px solid #999;
    text-align: center;
    vertical-align: middle;
    font-size: .93rem;
}
.class-only-table th,
.class-only-table td {
    width: 50%;
}
.plus-online-table th,
.plus-online-table td {
    width: 43%;
}
.wlesson-table .trans {
    background: none;
    border: none;
    width: 14%;
    padding: 0;
}
.trans i {
    font-size: 40px;
    color: #9ed7f0;
    position: relative;
    top: -10px;
}

.wlesson-table th {
    background: #e6f4fa;
}
.wlesson-table td {
    line-height: 1.4;
}
.wlesson-table td strong {
    font-size: 200%;
    color: #0492c9;
    line-height: 1;
    position: relative;
    top: 5px;
    margin: 0 .1em;
    background: transparent;
}
.wlesson-table td strong.red {
    color: #f26100;
    background: transparent;
}
.plus-sign {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #9ed7f0;
}
.wlesson-chart-part:first-child .plus-sign {
    padding-top: 40px;
}
.plus-online-table th:last-child {
    background: #f26100;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .class-only-table caption {
        padding-top: 0.9em;
        padding-bottom: .2em;
    }
    .plus-sign,
    .trans i {
        font-size: 5vw;
    }
	
} /* end media query */

@media screen and (max-width: 575px) {
    
    .wlesson-chart {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wlesson-chart-part > * {
        margin-bottom: .5em;
    }
    .wlesson-diagram h4 {
        font-size: 1rem;
    }
    .wlesson-chart-part {
        display: block;
    }
    .wlesson-table {
        width: 100%;
        
    }
    .wlesson-table span.tablet-sp {
        display: inline;
    }
    .wlesson-table caption.tablet-sp {
        display: table-caption;
    }
    .wlesson-table thead.tablet-sp {
        display: table-header-group;
    }
    
    .class-only-table caption::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0a4";
        color: #e70012;
        font-size: 140%;
        margin-right: 5px;
    }
    .wlesson-chart-part:first-child .plus-sign {
        padding-top: 0;
    }
	
} /* end media query */

.wlesson-chart h5{
	font-weight: bold;
    color: #008e06;
	font-size: 1rem;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wlesson-chart h5:not(:first-child){
	margin-top: 2em;
}
.wlesson-chart-box p{
	margin: 0;
}
.wlesson-chart-time{
	border: 1px solid #999;
    padding: 10px 20px;
	text-align: center;
}
.wlesson-chart-time .arrow{
	padding: 0 1em;
}
.wlesson-chart-time .arrow:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #808080;		
}
.wlesson-chart-plus{
	text-align: center;
	font-size: 150%;
	color: #ffc107;
}
.wlesson-chart-time strong{
    font-size: 200%;
    color: #008e06;
    line-height: 1;
    position: relative;
    top: 5px;
    margin: 0 .1em;
}
.wlesson-chart-online{
	color: #ff5722;
	font-size: 90%;
}
.wlesson-chart-arrow{	
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}
.wlesson-chart-arrow:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 400%;
    color: #ffc107;
    line-height: 0.8;
}
.wlesson-chart-finish{
	display: flex;
	justify-content: center;
	align-items: center;
    background: #008e06;
    color: #FFF;
	padding: 20px;
}
.wlesson-chart-finish p{
	line-height: 1;
}
.wlesson-chart-finish.online p{
	font-size: 90%;
}
.wlesson-chart-finish strong{
	font-size: 200%;
	color: #FFDD00;
	line-height: 1;
    position: relative;
    top: 5px;
    margin: 0 .1em;
}

.wlesson-chart-time span {
	white-space: nowrap;
	display: inline-block;
}
.wlesson-chart-time .notes {
	position: relative;
	margin-bottom: 1em;
}
.wlesson-chart-time .notes::after {
	content: '(1日15分ｘ7日)';
	font-size: 80%;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 130%;
	right: 0;
}


@media screen and (min-width: 768px) {
	.wlesson-chart-box p{
		line-height: 1;
	}
	
	.wlesson-chart-box{
		display: flex;
		justify-content: space-between;
	}
	.wlesson-chart-time{
		width: 60%;
		position: relative;
		
	}
	
	.wlesson-chart-time .arrow:before{
		content: "\f061";
	}
	.wlesson-chart-arrow:before{
		content: "\f0da";
	}
	.wlesson-chart-arrow{
		width: 10%;
	}
	.wlesson-chart-finish{
		width: 30%;
	}
} /* end media query */

@media screen and (max-width: 767px) {
	.wlesson-chart-time span{
		display: block;
	}
	.wlesson-chart-time .arrow:before{
		content: "\f063";
	}
	.wlesson-chart-arrow:before{
		content: "\f0d7";
	}
	.wlesson-chart-time p.bk_sp{
		background: #e9e9e9;
    	padding: 5px;
	}
	.wlesson-chart-time p.bk_sp.wlesson-chart-online{
		background: #fff8b9;
	}
	.wlesson-chart-time .notes::after {
    	top: 90%;
	}
} /* end media query */

/*--------------------------------------------------------------
# features 02 スッキリバージョン
--------------------------------------------------------------*/
.features02 {
	padding-top: 4em;
}
.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-list em {
    background: linear-gradient(transparent 35%, #ffee97 0);
}

/*--- card version */
.feature-card {
	border: 2px solid #4D2F15;
	padding: 1.5em;
	border-radius: 6px;
	position: relative;
	box-shadow: 7px 7px 0 rgba(66,64,61,0.2);
}
.feature-card::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 30px solid transparent;
	border-top: 30px solid #4D2F15;
	border-left: 30px solid #4D2F15;
	width: 0;
	height: 0;
}
.feature-num {
	color: white;
    position: absolute;
    top: 3px;
    left: 12px;
    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.05rem;
    color: #70B92B;
}
.feature-card.special .pict-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.feature-card.special .pict-box img {
	max-width: 200px;
}

@media screen and (max-width: 768px) {
    
    .features02-item {
        max-width: 470px;
    }
	
} /* end media query */


/*--------------------------------------------------------------
# feature-intro 
（あまりにfeatureが多いので、ルールがcrashしたため新たに創設。教室で英会話と自宅で英会話が選べる場合のfeature）
--------------------------------------------------------------*/

.feature-intro-list {
    margin-bottom: 4em;
    justify-content: center;
}
.feature-intro-card p {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding: 0 1em;
}
.feature-intro-card .pict-box {
    width: 150px;
    margin: 0 auto 1.5em;
}

@media screen and (max-width: 575px) {
    .feature-intro-card {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 2em;
    }

} /* 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;
}
.comparison-logo {
	width: 50%;
	min-width: 100px;
	max-width: 180px;
}
.comparison-table td {
    background: #fff;
    border: 1px solid #42403d;
    border-radius: 6px;
}
.comparison-table thead th:first-child,
.comparison-table thead th:last-child {
    width: 40%;
    color: #fff;
    background: #70B92B;
}
.comparison-table em {
    background: linear-gradient(transparent 35%,#ffee97 0);
}

@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 */


/*--------------------------------------------------------------
# home-plan
--------------------------------------------------------------*/

.home-plan,
.home-course-intro {
    padding-bottom: 50px;
    background-image: url("../images/bg_dot_blue_02.png");
    background-size: 10px 10px;
}
.home-course-intro {
    padding-top: 50px;
    margin-bottom: 2em;
}

/*--------------------------------------------------------------
# poster-figure
--------------------------------------------------------------*/

.poster-figure {
	margin-bottom: 8em;
}

.poster-intro {
	padding: 4em 0 2em;
	position: relative;
}
.poster-intro::before {
	content: '';
    display: block;
    width: 80%;
    height: 100%;
    background: #cae1d4;
    position: absolute;
    top: 0;
    left: 0;
}


.poster-contents {
    display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.poster-intro figure {
	width: 50%;
	padding-right: 4em;
}
.poster-intro figcaption {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
.poster-intro .text-box {
	width: 45%;
	padding-right: 2em;
}
.poster-intro em {
	color: #48904e;
}

@media screen and (min-width: 1150px) {
	.poster-contents {
		margin-top: -2em;
	}

} /* end media query */

@media screen and (max-width: 767px) {
	
	.poster-figure {
		
	}
	.poster-intro {
		padding: 2em 20px 0;
	}
	.poster-intro::before {
		width: 95%;
	}
	.poster-contents {
		flex-direction: column-reverse;
	}
	.poster-intro figure {
		width: 100%;
		max-width: 500px;
		padding-right: 0;
	}
	.poster-intro .text-box {
		width: 97%;
		padding-right: 0;
	}
} /* end media query */



@media screen and (max-width: 575px) {
	.poster-title {
		font-size: max(5.5vw, 1.5rem);
	}

} /* end media query */

@media screen and (max-width: 479px) {

	
	.poster-intro figure {
		/*width: 80%;
		margin: 0 auto 30px;
		float: none;*/
	}
	
} /* end media query */


/*--------------------------------------------------------------
# poster-profile
--------------------------------------------------------------*/

.poster-profile {
	background: url("../images/bg_pattern_dots_alt_trans.png") #cae1d4;
	background-size: 50px;
	
	padding: 30px 20px 70px;
	position: relative;
    margin: 0 3%;
}

.profile-main {
	position: relative;
	width: 100%;
	margin: 0 auto;
    max-width: 1140px;
    
}
.profile-main img {
	max-width: 100%;
}

.poster-slogan {
	width: 80%;
	max-width: 850px;
	text-align: center;
	background: url(../images/feature_bcgd_03.png) #fff3e6;
	background-size: 33px;
	border-radius: 15px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.2);
	font-size: 25px;
	font-weight: bold;
	/*color: #006E32;*/
	line-height: 1.5;
	border-bottom: 0;
	padding: 30px 30px 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -90px;
	z-index: 5;
}


.poster-slogan::before {
	content: "";
	display: block;
	width: 180px;
	height: 100px;
	background: url(../images/feature_icon_tape.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -33px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.poster-slogan::after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/feature_icon_light.png) no-repeat left center;
	background-size: contain;
	opacity: 0.9;
	position: absolute;
	top: 0px;
	left: 10%;
	bottom: 0px;
	margin: auto 0;
}

@media screen and (max-width: 1199px) {
	/*.poster-profile .slogan {
		font-size: 3.2vw;
	}*/
	.poster-slogan::before {
		width: 26%;
		top: -20%;
		height: 60px;
	}
	.poster-slogan::after {
		left: 3%;
		width: 8%;
		height: 100%;
	}
	
} /* end media query */

@media screen and (max-width: 575px) {
	.poster-profile {
		/*background: none;
		padding: 0;*/
        background-size: 10%;
	}
	
} /* end media query */

@media screen and (max-width: 480px) {
	.poster-slogan {
		font-size: 5vw;
		padding-left: 10%;
        bottom: -100px;
	}
    .poster-slogan::before {
        top: -9%;
    }
    .poster-alert {
        bottom: 95%;
        left: 6em;
    }
	
} /* end media query */


/*--------------------------------------------------------------
# course-news!
--------------------------------------------------------------*/

.course-news {
    margin-bottom: 2em;
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
	padding: 0 1em;
}
.course-news .poster-alert {
    position: static;
    margin-left: 8em;
	margin-top: -2em;
}
.course-news h3 {
    color: #008e06;
}
.course-news-figure {
    margin-bottom: 2em;
}
.course-news-figure .row {
    align-items: center;
    justify-content: center;
}

.course-news-figure figcaption {
    text-align: center;
    margin-bottom: 1.5em;
    font-weight: bold;
}
.course-news-figure .badge {
    font-size: inherit;
    padding: 8px 12px;
    border-radius: 5px;
    margin-right: .5em;
}
.course-news-figure img {
    border-radius: 20px;
}
.course-news-figure .plus {
    text-align: center;
    font-size: 60px;
    line-height: 1;
    color: #154e86;
    padding: 0;
    margin: .5em 0;
}
.course-news-list {
    padding: 2em 2.5em 1em 3.5em;
    max-width: 870px;
    margin: 0 auto 1.5em;
    background: #fff9e6;
}
.course-news-list em {
    color: #ff5722;
}

@media screen and (max-width: 575px) {
    
    .course-news h3 {
        font-size: 5.3vw;
    }
    .course-news-figure .plus {
        font-size: 8vw;
    }
    .course-news-list {
        padding: 1.5em 1em 1em 1.5em;
    }
	
} /* end media query */

@media screen and (max-width: 480px) {
    
    .course-news-figure .row {
        flex-direction: column;
    }
    .course-news-figure .pict-box {
        flex: 0 0 80%;
        max-width: 80%;
    }
    
	
} /* end media query */

/*--------------------------------------------------------------
# home-catchline
--------------------------------------------------------------*/

.home-catchline {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #dc3545;
	font-feature-settings: "palt";
	margin-bottom: 30px;
}
.home-catchline small,
.balloon {
	display: block;
	font-size: 50%;
	/*font-weight: bold;*/
	color: #fff;
	background: #48904e;
	border-radius: 50px;
	position: relative;
	margin-bottom: 15px;
}
.balloon {
    font-size: 1.1rem;
    font-weight: bold;
    width: auto;
    display: inline-block!important;
    padding: .5em 1.2em;
}
.home-catchline small::after,
.balloon::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 43%;
	border: 10px solid transparent;
	border-top: 15px solid #48904e;
	width: 0;
	height: 0;
}


@media screen and (max-width: 575px) {
    
    .home-catchline {
            font-size: 4.7vw;
    }
	
} /* end media query */

@media screen and (max-width: 479px) {
	
	.home-catchline small {
		font-size: 65%;
	}
	
} /* end media query */







/*--------------------------- premium feature ----------------------------*/

.premium-feature h4 {
	color: #ed1e79;
	position: relative;
	font-weight: 800;
    font-size: 1.5rem;
    padding-top: 2.3em;
}
.premium-feature .balloon {
    position: absolute;
    top: 0;
}

.premium-feature li {
	display: flex;
}
.premium-feature .card {
	background: #fff;
	padding: 5%;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	/*--IE11対策*/
	display: block;

}
.premium-feature img {
    display: block;
    max-width: 75%;
	width: 75%;
    margin: 0 auto 1em;
}
.premium-feature h5 {
	color: #ed1e79;
	font-weight: 800;
	text-align: center;
	font-size: 1rem;
}
.premium-feature p {
	font-size: 0.9rem;
	color: #343434;
}

@media screen and (max-width: 575px) {
	
	.premium-feature li {
        max-width: 380px;
        margin: 0 auto;
    }
	
} /* end media query */



/*----- links to detail */

.link-to-detail .row {
	justify-content: space-around;
}
.link-to-detail .row li {
	width: 360px;
	margin-bottom: .5em;
}

.link-to-detail a.btn {
    display: block;
    border-radius: 8px;
    padding: 15px 16px 10px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.3;
	white-space: normal;
    text-decoration: none;
}
.link-to-detail a.btn small {
	font-size: 1rem;
	font-weight: 800;
}

/*--------------------------------------------------------------
# why-reason
--------------------------------------------------------------*/

.why-reason {
	padding-bottom: 1px;
}
.invisible {
	display: none;
}

/*------ why */

.why {
    /*background-color: #e6f4fa;*/
}

.why-list > li {
	padding-top: 1.5em;
	
}
.why-item {
	padding: 1.5em 1.5em 1em;
	position: relative;
	text-align: center;
	overflow: visible;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.7;
	border: 4px solid #f8b080;
}
.why-balloon {
	position: absolute;
	width: 80px;
	height: 91px;
	background: url("../images/icon_why.png") no-repeat;
	background-size: contain;
	left: 20px;
	top: -50px;
	font-size: 40px;
	padding-top: 32px;
	line-height: 1;
	color: #fff;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.why-item dd {
	margin: 0;
	font-size: 1.2rem;
	font-weight: bold;
	color: #0492c9;
}

/*------ reason */

.reason-header {
	text-align: center;
}
.reason-title {
	position: relative;
	background: url("../images/bg_paint_blue.jpg");
	box-shadow: 0px 0px 0px 8px #0492c9;
	border: dashed 2px #a0e4dd;
	color: #fff;
	margin-bottom: 2em;
	padding: 1rem 2rem 1rem 130px;
	display: inline-block;
	text-align: left;
}
.reason-title:after {
  position: absolute;
  content: '';
  right: -10px;
  bottom: -10px;
  border-width: 0 0 30px 30px;
  border-style: solid;
  border-color: #fac099 #fac099 #e6f4fa;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.15);
}
.reason-flag {
	position: absolute;
	display: block;
	width: 120px;
	height: 136px;
	background: url("../images/icon_reason.png") no-repeat;
	background-size: contain;
	color: #049e80;
	text-align: center;
	padding-top: 42px;
	font-size: 65px;
	line-height: 1;
	font-weight: bold;
	left: 4px;
	top: -40px;
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}
.reason-subtitle {
	font-size: 1.5rem;
	/*color: #70B92B;*/
	margin-bottom: 1em;
	/*border-bottom: 1px dashed #111;*/
	display: inline-block;
	position: relative;
}
.reason-subtitle .balloon {
    font-weight: 500;
}
.reason-subtitle em {
	color: inherit;
	font-size: 140%;
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
}
.reason-subtitle::after {
	/*content: "";
    width: 2em;
    height: 4px;
    background: #48904e;
    display: block;
    margin: 0.8em auto 0 0;*/
}


@media screen and (max-width: 767px) {
	.why-list > li {
		max-width: 450px;
		margin: 0 auto 2em;
	}
	.reason-title {
		padding: 1rem;
		font-size: 4.2vw;
	}
	.reason-flag {
		width: 70px;
		height: 80px;
		padding-top: 23px;
		font-size: 43px;
		top: -60px;
	}
	
	.reason-subtitle {
		font-size: 1.3rem;
	}
	
} /* end media query */

@media screen and (max-width: 575px) {
	
	
	.reason-subtitle em {
		font-size: 120%;
	}
	
} /* end media query */

@media screen and (max-width: 575px) {
	
	.why {
        background-size: 30%;
    }
	
} /* end media query */

@media screen and (max-width: 479px) {
	
    
	.reason-subtitle {
		font-size: 1.1rem;
        margin-bottom: 1.5em;
	}
	
} /* end media query */

/*--------------------------------------------------------------
# survey-summary
--------------------------------------------------------------*/

.survey-result {
    /*background-color: #e6f4fa;*/
    padding: 1em 0;
}
.survey-result-title {
	font-size: 1.3rem;
	color: #00619f;
	margin-bottom: 1.5em;
}
.survey-result-title em {
	font-size: 140%;
	display: block;
	margin-bottom: 5px;
	font-weight: inherit;
}
.survey-result-title::after {
	content: "";
    width: 1.5em;
    height: 2px;
    background: #ed8494;
    display: block;
    margin: 1em auto 0;
}
.survey-summary {
	align-items: center;
}
.survey-summary p em {
	color: #48904e;
	font-size: 110%;
}
.survey-summary-figure {
	padding: 2em 3% 0;
	margin-bottom: 0;
}
.survey-summary-figure figcaption {
	text-align: center;
	margin-top: 1em;
	font-weight: bold;
	font-size: 13px;
	/*color: #333;*/
}
.survey-summary-figure figcaption em {
	font-size: 120%;
	white-space: nowrap;
}
.table-wrap {
	margin-bottom: 3em;
}
.survey-result-table {
	width: 100%;
	margin-bottom: .5em;
}
.survey-result-table caption {
	caption-side: top;
	color: #48904e;
	/*font-weight: bold;*/
	font-size: 1.25em;
	line-height: 1.4;
	padding-bottom: .25em;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.answer-summary {
    display: inline-block;
    font-size: 1rem;
    color: #070707;
    float: right;
    padding-left: 3.6em;
	position: relative;
	margin-top: .5em;
	margin-left: 2em;
    font-weight: 500;
}
.answer-summary::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a4  \f0a4";
	font-weight: 900;
	font-size: 140%;
	margin-right: .5em;
	color: #48904e;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	
}

.survey-result-table th,
.survey-result-table td {
	padding: 10px 10px;
    border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
	line-height: 1.5;
}
.survey-result-table thead {
    background: #48904e;
    color: white;
    font-weight: bold;
}

.survey-result-table tbody tr {
	background: #fff;
}
.survey-result-table tbody tr:nth-child(even) {
	background: #e8e8e8;
}
.survey-result-table thead th {
	width: 24%
}
.survey-result-table thead th:first-child {
	width: 28%;
}
.survey-result-table td em {
	font-size: 130%;
	color: #48904e;
}
.data-emphasis td {
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {

	.survey-summary-figure {
		max-width: 400px;
		margin: 0 auto;
		padding-top: 0;
	}
} /* end media query */

@media screen and (max-width: 599px) {
    
    .survey-result {
        background-position: left 39%, right 92%;
        background-size: 25%;
    }
	.survey-result-title em {
		font-size: 120%;
	}
} /* end media query */


@media screen and (max-width: 479px) {
	.survey-result-title {
	font-size: 1rem;
	}
} /* end media query */




/*--------------------------------------------------------------
# related-services
--------------------------------------------------------------*/

.related-services {
	padding: 4em 0;
}
.related-services .section-title {
	font-size: 1.8rem;
}
.related-list {
	padding-top: 2em;
	margin-bottom: 3em;
}
.related-list > li {
	position: relative;
}
.related-item {
	background: #48904e;
	position: relative;
}

.related-category {
	display: inline-block;
	/*font-size: 1.1rem;*/
	padding: 1rem .8em .5rem;
	background: #48904e;
	color: #fff;
	position: absolute;
	left: 15px;
	top: -30px;
	z-index: 2;
    font-size: clamp(.9rem, 1.8vw, 1.1rem);
}
.related-description {
	padding: 1em 1em 0;
    color: #fff;
}

@media screen and (max-width: 767px) {
	.related-list {
		margin-bottom: 0;
	}
	.related-list > li {
		max-width: 450px;
		margin: 0 auto 3em;
	}
    .related-category {
        font-size: 1.1rem;
    }
	
} /* end media query */

@media screen and (max-width: 575px) {
	.related-services .section-title {
		font-size: 1.5rem;
	}

} /* end media query */

/*--------------------------- CTAボタン ----------------------------*/

.cta-links {
    margin-bottom: 2em;
    /* border-bottom: 1px solid; */
    text-align: center;
}
/*.cta-links .row {
	margin-right: 0;
	margin-left: 0;
}

.cta-links .mx-auto a {
    display: block;
    max-width: 450px;
    margin: 0 auto;
}
*/



/* --- ctaボタン (色はbootstrapで決める）*/

.move-link {
    /*font-weight: 700;*/
    line-height: 55px;
    padding: 0 40px;
    position: relative;
    white-space: nowrap;
    /* border-radius: 5px; */
    margin: 0 0.5em 8px;
	font-size: 120%;
}
.move-link::before {
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    font-weight: 900;
    margin-right: 6px;
}


.cta-announce {
    text-align: center;
    font-weight: bold;

    font-size: 18px;
    /*color: #049e80;*/
}
.cta-phone {
    font-weight: bold;
    font-size: 26px;
}
.cta-phone::before {
    font-family: "Font Awesome 5 Free";
    content: "\f098";
    font-weight: 900;
    font-size: .8em;
    margin-right: 5px;
}


.cta-contact {
    /*font-weight: bold;
    border-radius: 8px;
    background: #f26100;*/
}
.cta-two-links {
    justify-content: center;
    align-items: center;
    
}
.cta-two-links a {
    margin: 0 .7em 1em;
	text-decoration: none;
}

@media screen and (max-width: 575px) {
	/*.cta-announce {
        font-size: 16px;
    }*/
    .move-link {
        padding: 0 20px;
    }
} /* end media query */

/*--------------------------- 講師紹介 ----------------------------*/

.teachers {

}
.teachers-inner {
    padding-top: 3em;
    padding-bottom: 1em;
}
/*.teachers .lead-text {
    text-shadow:2px 2px 0 #e5f9f1, -2px -2px 0 #e5f9f1,  -2px 2px 0 #e5f9f1, 2px -2px 0 #e5f9f1, 0px 2px 0 #e5f9f1,  0 -2px 0 #e5f9f1, -2px 0 0 #e5f9f1, 2px 0 0 #e5f9f1;
}*/
.teachers em {
	color: #48904e;
}
/*
.teachers h4 {
    color: #e70012;
    text-align: center;
}
.teachers-list {
    margin-bottom: 3em;
}
.teachers .img-fluid {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
}
.teacher-profile {
    margin-top: 1em;
    text-align: center;
}
.teacher-profile dt {
    font-size: .9rem;
    margin-bottom: 5px;
}
.teacher-profile dt span {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background: #67b519;
    padding: 4px 15px 2px;
    border-radius: 18px;
}
.teacher-profile dd {
    font-size: 1rem;
    margin-bottom: .5em;
    color: #de6c31;
    font-weight: bold;
}
*/
.teachers-pict {
    margin-bottom: 5em;
	position: relative;
	z-index: 5;
}
.teachers-pict-inner {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
}
.teachers-pict img {
	display: block;
	/*border-radius: 8px;
	border: 2px solid #4D2F15;*/
}
.teachers-pict-inner::after {
	/*content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #e7e7e7;
	border-radius: 5px;
	top: 10px;
	left: 10px;
	z-index: -1;*/
	/*background-image: repeating-linear-gradient(45deg, #4D2F15 0, #4D2F15 1px, transparent 0, transparent 50%);
	background-size: 10px 10px;*/
}

.teachers-list > li {
    margin-bottom: 1em;
    padding: 0 12px;
}
.teacher-card {
    /*padding-bottom: .5em;*/
    height: 100%;
    margin-bottom: 0;
    overflow: visible;
	background: white;
}
.teacher-card img {
    display: block;
    /*border-radius: 5px;
    box-shadow: 7px 7px 0 rgba(66,64,61,0.2);
    border: 2px solid #4D2F15;*/
}
.teacher-profile {
    padding: .5em .75em;
    font-size: 1.2rem;
    color: #48904e;
    font-weight: bold;
    line-height: 1.3;
    
    /*text-align: center;
    display: inline-block;
    background: #00619f;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    font-size: .85rem;
    padding: 0.2em 0.8em;
    position: relative;
    left: -10px;
    top: -15px;*/
}
.teacher-profile small {
    font-size: .7rem;
    color: #070707;
    white-space: nowrap;
    display: block;
}


/*why-filipino*/
.why-filipino {
    /*border: 4px solid #70b92b;
    border-radius: 20px;*/
    padding: 2em 1em 1em;
    margin-bottom: 3em;
    background: #fff;
}
.why-filipino-list {
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: bold;
}

/*---- 選考＆採用基準　*/
.hiring-feature-list {
    /*align-items: center;*/
}
.hiring-feature-item {
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 1.1rem;
    margin-bottom: 2em;
    
}
.hiring-feature-item::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    font-size: 60px;
    line-height: 1;
    color: #48904e;
    display: block;
    margin-bottom: 0.3em;
    
}
.hiring-process-figure {
    margin: 0 auto 3em;
    max-width: 1000px;
}

@media screen and (max-width: 767px) {
	
	.teachers-list {
		margin: 0;
	}
	.why-filipino-list {
    	margin-left: 0.5em;
	}
	
} /* end media query */


@media screen and (max-width: 575px) {
    .teachers-inner {
        background-size: 30%;
    }
	
} /* end media query */


/*--------------------------- 流れ ----------------------------*/

.flow {
    /*background: url(../images/bg_bluegrid.png);
    background-size: 13px 13px;*/
    padding-bottom: 5px;
    margin-bottom: 2em
}
.flow-list {
    padding-top: 2em;
    margin-bottom: 3em;
}

.flow-list > li {
    position: relative;
}
.flow-item {
    /*border: 1px solid #8f8f8f;*/
    border-radius: 0;
    /*box-shadow: 8px 8px #e3e2e2;*/
	background: #cae1d4;
	position: relative;
	overflow: visible;
}

.flow-description {
    padding: 1em 1em .5em;
}
.flow {
    /*background: url(../images/bg_bluegrid.png);
    background-size: 13px 13px;*/
    padding-bottom: 5px;
    margin-bottom: 2em
}
.flow-item-title {
    font-size: 1.2rem;
    text-align: center;
    /*font-weight: bold;*/
    margin-bottom: 1em;
    margin-top: .5em;
}
.flow-item-title::after {
    content: "";
    display: block;
    /*width: 40%;*/
	width: 2em;
    height: 8px;
    border-bottom: 2px solid #48904e;
    margin: 0.2em auto;
}
.flow-item .bullet {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50%;
    font-weight: bold;
    color: #ffffff;
    background: #48904e;
    position: absolute;
    top: -35px;
    left: 15px;
    line-height: 1;
    font-size: 1.8rem;
}
.flow-item .bullet small {
    font-size: 8px;
    text-transform: uppercase;
    padding-top: 10px;
}

@media screen and (max-width: 767px) {
	.related-list,
    .flow-list {
		margin-bottom: 0;
	}
	.related-list > li,
    .flow-list > li {
		max-width: 450px;
		margin: 0 auto 3em;
	}
	
} /* end media query */




/*--------------------------- 生徒様の声 ----------------------------*/
.voices {
    
}
.voices-list {
    margin-bottom: 4em;
}
.voices-list .bg-white { 
    border-radius: 0;
    padding-top: 2em;
}
/*.voice-title {
	color: #006E32;
	padding-bottom: 3px;
	border-bottom: 2px dashed #42403d;
}
.voice-title::before {
	font-family: "Font Awesome 5 Free";
	content: '\f075';
	color: #70B92B;
	font-size: 110%;
	margin-right: 8px;
}*/

/* ---------- new voices */

.voices-inner {
	position: relative;
	padding: 2em 0;
}
.voices-inner::before {
	content: '';
    display: block;
    width: 80%;
    height: 100%;
    background: #e6f5ff;
    position: absolute;
    top: 0;
    right: 0;
}
.voice-list {
	justify-content: center;
}
.voice-list > li {
	margin-bottom: 2em;
}
.voice-card {
	border: 1px solid #dedede;
}
.voice-description {
	padding: 1rem;
}
.voice-description p {
	font-size: .85rem;
	margin-bottom: 0;
}
.voice-title {
	font-size: 1.1rem;
	color: #48904e;
	padding-bottom: 3px;
    text-indent: -2rem;
    padding-left: 2rem;
}
.voice-title small {
	display: block;
    padding-left: 2rem;
	
}
.voice-title::before {
	font-family: "Font Awesome 5 Free";
	content: '\f075';
	color: #cae1d4;
	font-size: 150%;
	margin-right: 4px;
}
.voice-title::after {
	/*content: "";
    width: 1.5em;
    height: 3px;
    background: #070707;
    display: block;
    margin: .75em auto 0.3em 0;*/
}


@media screen and (max-width: 767px) {
    .voices-list img {
		display: block;
		width: 100%;
		max-width: 150px;
		margin: 0 auto 1em;
	}
	
	.voices-inner::before {
		width: 90%;
	}
    
	
} /* end media query */

@media screen and (max-width: 575px) {
    /*.voices {
        background-size: 50%;
    }
	.voices-list > div {
        max-width: 400px;
        margin: 0 auto 1.5em;
    }*/
	
	.voice-list > li {
		max-width: 340px;
	}
} /* end media query */



/*--------------------------- Q&A ----------------------------*/

.faq {
    background: #48904e;
    padding: 3.5em 0;
}
.faq .section-title-sub {
    color: white;
}
.faq-item {
    margin-bottom: 1em;
    /*box-shadow: 6px 7px 0 #9ED800;*/
    /*box-shadow: 6px 7px 0 rgba(66,64,61,0.25);*/
}
.border-q {
    border: none;
    border-radius: 0;
    position: relative;
    margin-bottom: 0;
    background-image: none;
    padding-left: 70px;
}
.border-q::before {
    content: 'Q';
    font-weight: 700;
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: 24px;
    background: #48904e;
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    border-radius: 50%;
}
.border-q a {
    color: #070707;
}
.text-no-q {
    font-size: 1.2rem;
    line-height: 35px;
    /*color: #555;*/
}
.border-a {
    border: 1px solid #dedede;
    border-radius: 0;
    border-top: none;
    background: #fff;
    padding-left: 70px;
    padding-bottom: 20px;
    position: relative;
}
.border-a::before {
    content: 'A';
    font-weight: 700;
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: 24px;
    background: #cae1d4;
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #48904e;
    border-radius: 50%;
}
.border-a p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 576px) {
	.text-no-q {
		font-size: 16px;
		line-height: 1.5;
	}
	.border-q::before {
		top: 7px;
	}
} /* end media query */


/*--------------------------- 運営者情報 ----------------------------*/

.management {
    padding: 5em 0;
}
.management table {
    background: white;
    
    /*cell間に余白*/
    border-collapse: separate;
    border-spacing: 15px;
}

.management-profile {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.management-figure {
	display: inline-block;
	margin: .5em 2em 0 0;
	width: 100%;
	max-width: 220px;
}
.management-logo {
    width: 100%;
	max-width: 130px;
}
.management-figcaption {
	margin-bottom: 0;
	text-align: center;
	margin-top: .2em;
	font-size: .9em;
	font-weight: bold;
}
.table-dark {
    background: none;
    /*color: #ed8494;*/
    letter-spacing: .1em;
    
}
.table-bordered {
    border: none;
	
}
.table-bordered tr {
	/*border-top: 1px solid #dedede;*/
}
.table-bordered th, 
.table-bordered td {
    border: none;
    font-size: 1.1rem;
    /*border-top: 1px dotted #111;
    border-bottom: 1px dotted #111;*/
    padding: .25rem 0 1rem;
    
}
.table-bordered th {
    border-bottom: 1px solid #070707;
}
.table-bordered td {
    border-bottom: 1px solid #c4c4c4;
}
.table-bordered tr:first-child th {
    border-top: 1px solid #070707;
}
.table-bordered tr:first-child td {
    border-top: 1px solid #c4c4c4;
}



@media screen and (max-width: 480px) {
    .table-bordered th, .table-bordered td {
        font-size: .93rem;
    }
    /*.management-logo {
        max-width: none;
        width: 90%;
    }*/
    
	
} /* end media query */


/*--------------------------- footer ----------------------------*/

.bg-footer {
    background: #fff;
	/*background-image: radial-gradient(#8DC755 1px, transparent 1px);
	background-size: calc(10 * 1px) calc(10 * 1px);*/
    color: #070707;
    position: relative;
}
.bg-footer::before {
	content: '';
	width: 80%;
	height: 1px;
	background: #333;
	position: absolute;
    margin: auto;
	top: 0px;
	left: 0;
    right: 0;
}
/*.bg-footer::before {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	background-image: radial-gradient(#bfdd64 1px, transparent 1px);
	background-size: calc(10 * 1px) calc(10 * 1px); 
	position: absolute;
	bottom: 100%;
	left: 0;
	
}*/
/*.bg-footer::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 30px;
    background-repeat: repeat-x;
    background-size: 680px;
    position: absolute;
    top: -22px;
    left: 0;
}*/
.bg-footer p {
    margin-bottom: 0;
	font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}
main {
    padding-bottom: 1px;
}


/*------------------------ video ----------------------------*/

iframe {
    max-width: 100%;
}
.video-area{
	padding: 36px 0 30px;
    background: #333;
}
.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



