@charset "utf-8";
/* CSS Document for eiken-scbt */


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

section {
	padding-top: 4em;
	padding-bottom: 3em;
}
ol, ul {
    /*list-style: none;*/
}

.page-content h3, 
.page-content h4, 
.page-content h5, 
.page-content h6 {
    font-family: inherit;
    font-weight: bold;
}

.wrapper {
    padding-bottom: 0;
}

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

.page-header .contact-nav .nav-item a.tel-link {
    color: #ff942a;
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    bottom: 3px;
}

@media screen and (min-width: 768px) {
	/*メインメニューを削除することで、高さが保てないのを防ぎ、サブメニューを上に寄せる。*/
	.page-header {
		/*height: 94px;*/
        border-bottom-color: #008bcf;
	}
    .navbar-expand-md .navbar-collapse {
        margin-bottom: 5rem;
    }
    .page-header .contact-nav .nav-item {
        margin-left: .2rem;
    }
    
    .page-header .contact-nav .nav-item a.tel-link:hover {
        color: #fd616d;
    }
    .tl-btn:link, .tl-btn:visited {
        background: #ff942a;
    }
    .tl-btn:hover, .tl-btn:focus, .tl-btn:active  {
        background: #fdb36a;
    }
    .tl-btn::before {
        content: "\f015";
    }

} /* end media query */


@media screen and (max-width: 767px) {
    .page-header .contact-nav a.nav-item .tel-link {
		line-height: 2;
	}
    

} /* end media query */



/*---------------------------mv & intro ----------------------------*/

.main-visual {
    /* border-bottom: 4px solid #e50012; */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 5;
}
@media screen and (min-width: 768px) {
	.intro-text{
		width: 70%;
	}
	.intro-pict {
		width: 30%;
		margin: 0;
		max-width: 300px;
	}
	.intro-pict img{
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.intro-pict {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		text-align: center;
	}
	.intro-pict img{
		max-width: 200px;
		margin: 0 auto;
	}
}

/*--------------------------- 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: #e3007f;
    font-weight: bold;
    background: linear-gradient(transparent 40%, #ffeb3b 41%, #ffeb3b 85%, transparent 0);
}
.features-list em {
    color: #e3007f;
    font-weight: bold;
}

.features-item {
    margin-bottom: 2em;
    padding: 2em 3em;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    /* border: 4px solid #bfc0d7; */
    border-radius: 10px;
    background: #ffffeb;
}
.features-item:nth-child(1) {
	/* border-color: #e50012; */
}
.features-item:nth-child(2) {
	border-color: #3db143;
}
.features-item:nth-child(3) {
	border-color: #efb81f;
}
.features-item:nth-child(4) {
	border-color: #873569;
}
.features-item > .row {
    align-items: center;
    justify-content: space-between;
}
.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: rgba(255,155,66,.6);
    font-weight: bold;
    font-size: 5em;
    display: block;
    position: absolute;
    left: 0;
    top: -0.5em;
    z-index: -1;
    font-family: "Rounded Mplus 1c";
}
.features-item:nth-child(1) .text-box::before,
.features-item:nth-child(1) h4{
	color: #e3007f;
}
.features-item:nth-child(2) .text-box::before,
.features-item:nth-child(2) h4 {
	color: #ff942a;
}
.features-item:nth-child(3) .text-box::before,
.features-item:nth-child(3) h4 {
	color: #29a737;
}
.features-item:nth-child(4) .text-box::before,
.features-item:nth-child(4) h4 {
	color: #a54a96;
}

.features-list .pict-box {
    width: 25%;
}
.features-list .pict-box img {
	border-radius: 5px;
}
.features-item:nth-child(even) img {
    /* border-color: #154e86; */
}
.feature-figure {
    margin-top: 1.5em;
}

.suitable-for h3{
	background: #00a0e9;
	color: #FFF;
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .features {
        background-size: 25%;
    }
    .features-item {
        padding: 1.5em;
    }
	
} /* 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;
        padding-top: .7em;
    }
    .features-item .text-box::before {
        font-size: 3.5em;
        top: -1em;
    }
    .features-item .pict-box {
        max-width: 200px;
        width: 80%;
        margin: 0 auto;
    }
    .feature-figure {
        margin-left: -15px;
        margin-right: -15px;
    }
	
} /* end media query */

/*--------------------------- features 英検優遇事例 ----------------------------*/

.features-topic {
    border-top: 3px solid #c6edfd;
    /*border-bottom: 3px solid #bfc0d7;*/
    margin-top: 3.5em;
    margin-left: 3em;
    padding: 1.5em 1em;
}
.topic-header {
    margin-bottom: 1em;
    display: flex;
    align-items: flex-end;
    /*margin-top: -3.5em;*/
    /*padding-right: 1em;*/
}
p.alert-wrap {
    /*padding:  0 1em 1em 0;
    background: #fff;*/
    min-width: 155px;
    margin-right: .6em;
}
.topic-contents {
    padding: 0 1em;
}
.topic-contents img {
    width: 30%;
    margin-bottom: 1em;
    border: 2px solid #bfc0d7;
    box-shadow: 6px 6px 0 rgba(66, 64, 61, 0.1);
}
.topic-contents img.float-left {
    margin-right: 3%;
}
.topic-contents img.float-right {
    margin-left: 3%;
}
.poster-alert {
    background: #ff942a;
    position: static;
    text-align: center;
    /*bottom: 93%;
    left: 8em;*/
    transform: rotate(0);
    border-radius: 40px;
    padding: .5em 2em;
}
.poster-alert::before {
  content: none;
  /*position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #008bcf;
  z-index: 0;*/
}
.title-smlsection {
    color: #e50012;
}

@media screen and (max-width: 767px) {
    .features-topic {
        margin-left: 0;
    }

	
} /* end media query */

@media screen and (max-width: 575px) {
    .features-topic {
        margin-left: -15px;
        margin-right: -15px;
        padding: 1.5em 0;
    }
    .topic-header {
        display: block;
        padding-right: 0;
    }
    p.alert-wrap {
        display: inline-block;
    }
    .topic-contents {
        padding: 0;
    }
    .topic-contents img {
        width: 45%;
        margin-bottom: 0.5em;
    }
	
} /* end media query */


/*--------------------------- 時間割 ----------------------------*/

.time-table {
	width: 100%;
	
	background: white;
	table-layout: fixed;
	margin-bottom: .5em;
}
.time-table th,
.time-table td {
	border-right: 1px solid white;
    border-bottom: 1px solid white;
	padding: 10px;
}
.time-table th {
    line-height: 1.3;
}
.time-table thead {
	background: #00a0e9;
	text-align: center;
    color: #fff;
}
/*.time-table thead th:last-child {
	width: 40%;
}*/
.time-table tbody tr:nth-child(even) {
    /*background: rgba(207, 213, 229, .5);*/
    background: #d4f3fe;
}
.time-table tr td:last-child {
    text-align: center;
}


/*--------------------------- 英検優遇表 ----------------------------*/


.school-table thead th:first-child {
	/*width: 16%;*/
}
.time-table thead th:nth-child(2) {
    width: 45%;
}
.school-table tbody td {
	font-size: 0.8rem;
	line-height: 1.5;
}


/*--------------------------- course内容 ----------------------------*/

.courses {
	/*background: #e5f5de;*/
}

.course-item-plan {
    padding-bottom: 1.5em;
}
.price-list em, .price-list strong {
    font-size: 130%;
}

/* option */
.option .price-list > dt {
    width: 11em;
}
.option .price-list > dd {
    float:right;
}

@media screen and (max-width: 575px) {
    
	
	
} /* end media query */




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

/*---- popular teachers*/

.teacher-profile {
	/*text-align: left;
	display: block;
	background: none;
	color: inherit;
	font-weight: normal;
	padding-bottom: 0;
	position: static;*/
	
}
.teacher-profile dd {
    font-size: .8rem;
}

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


@media screen and (max-width: 575px) {
    
    .popular-item:last-child {
        margin-bottom: 0;
    }
    .popular-item figure {
        display: flex;
        margin-bottom: 0;
    }
    .popular-item .pict-box {
        width: 25%;
        margin-right: 5%;
        margin-bottom: 0;
        
    }
    .popular-item img {
        box-shadow:  7px 7px 0 rgba(66,64,61,0.2);
    }
    .teacher-profile {
        width: 73%;
    }
    .popular-item .teacher-profile dt {
        text-align: left;
        left: 0;
        top: -5px;
    }
	
} /* end media query */


/*--------------------------- flow ----------------------------*/

.flow-list {
	margin-bottom: 4em;
}

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

.cta-btn {
    text-align: center;
}
.cta-btn a:link,
.cta-btn a:visited {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 80px;
    background: #ff7f2c;
    display: block;
    padding: 0 1em;
    max-width: 450px;
    margin: 0 auto 1rem;
    position: relative;
    white-space: nowrap;
    border-radius: 40px;
    border: 2px white solid;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.cta-btn a:hover{
    transform: translateY(-4px);
}
.cta-btn a:active,
.cta-btn a:focus {
    opacity: 1;
}

@media screen and (max-width: 480px) {
    .cta-btn a:link,
    .cta-btn a:visited {
        font-size: 5vw;
    }
	
} /* end media query */

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

.location {
	align-items: center;
}
.location-title {
	color: #e3007f;
	display: inline-block;
	border-bottom: 1px dashed #111;
	padding: 0 2em .3em 45px;
	margin-bottom: 1em;
	position: relative;
}
.location-title::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    color: #00a0e9;
    font-size: 46px;
    position: absolute;
    left: 0;
    top: 0;
}
.location-list {
	margin-bottom: 2em;
}
.location-list dt {
	color: #29a737;
}
.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;
	/* border-radius: 20px; */
}
.location-pict figcaption {
	padding: .5em;
	font-size: .8rem;
    padding-top: 1em;
}

.location-map figure {
	aspect-ratio: 4 / 3;
	max-width: 600px;
	margin: 0 auto;
}
.location-pict figure img{
	/* border-radius: 8px; */
	/* box-shadow: 8px 8px 0 rgba(66, 64, 61, 0.1); */
}

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

.contact {
    /* */
    padding-bottom: 5em;
}

.access{
	background: #d4f3fe;
}