@charset "utf-8";

.f16em{
	font-size:1.6em !important;
}

.course-detail-nav__item.general a:before {
	background-image: url(../images/service-contents/icon-1.png);
}

.course-detail-nav__item.business a:before {
	background-image: url(../images/service-contents/icon-2.png);
}

.course-detail-nav__item.toeic a:before {
	background-image: url(../images/service-contents/icon-3.png);
}


.general .course-plan__head__title:before {
	background-image: url(../images/service-contents/icon-1.png);
}

.business .course-plan__head__title:before {
	background-image: url(../images/service-contents/icon-2.png);
}

.toeic .course-plan__head__title:before {
	background-image: url(../images/service-contents/icon-4.png);
}

.course-plan__image,
.course-plan__price {
	max-width: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
}

.course-plan__image figure {
	border-radius: 20px;
	overflow: hidden;
}

.course-plan__price p{
	font-size:17px;
	line-height:1.5;
	margin-bottom:20px;
}

.course-plan__price__title {
	margin-bottom: 20px;
	display: flex;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	align-items: center;
}

.check-icon .course-plan__price__item__title {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}






.course-nav {
	max-width: 940px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

.course-nav__item {
	max-width: calc((100% - 40px) / 3);
	flex-basis: calc((100% - 40px) / 3);
}

.course-nav__item a {
	width: 100%;
	height: 60px;
	padding: 0 30px;
	display: flex;
	border: 2px solid rgba(0, 0, 0, 1);
	border-radius: 10px;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
	box-sizing: border-box;
	align-items: center;
}

.course-nav__item a:hover {
	background-color: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
}

.course-nav__item a:after {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	background-image: url(../images/common/icon_arrow_r_bk.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 7px);
	right: 20px;
}

.course-nav__item a:hover:after {
	background-image: url(../images/common/icon_arrow_r_wt.png);
	transform: translateX(4px);
}

.section-wrap {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.section-title {
	margin-bottom: 50px;
}

.course-detail {
	border: 2px solid rgba(120, 126, 221, 1);
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
}

.course-detail-nav {
	display: flex;
	border-bottom: 2px solid rgba(120, 126, 221, 1);
}

.course-detail-nav__item {
	max-width: 33.333%;
	flex-basis: 33.333%;
	position: relative;
}

.course-detail-nav__item:after {
	content: "";
	width: 2px;
	height: 100%;
	display: block;
	background-color: rgba(120, 126, 221, 1);
	position: absolute;
	top: 0;
	right: 0;
}

.course-detail-nav__item:last-child:after {
	display: none;
}

.course-detail-nav__item a {
	width: 100%;
	height: 80px;
	padding: 0 30px;
	padding-left: 80px;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	align-items: center;
	align-content: center;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.course-detail-nav__item a:hover {
	color: rgba(255, 255, 255, 1);
}

.course-detail-nav__item.general a:hover {
	background-color: rgba(87, 84, 209, 1);
}

.course-detail-nav__item.business a:hover {
	background-color: rgba(84, 178, 209, 1);
}

.course-detail-nav__item.toeic a:hover {
	background-color: rgba(161, 192, 68, 1);
}

.course-detail-nav__item.kids a:hover {
	background-color: rgba(223, 181, 69, 1);
}

.course-detail-nav__item a .en {
	position: relative;
	top: 2px;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1;
}

.course-detail-nav__item a:before {
	content: "";
	display: block;
	position: absolute;
}

.course-detail-nav__item a:before {
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	border-radius: 50%;
	top: calc(50% - 20px);
	left: 30px;
	z-index: 0;
}

/*
.course-detail-nav__item a:after {
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	top: calc(50% - 15px);
	left: 35px;
	z-index: 1;
}
*/



.course-plan {
	padding: 80px;
	position: relative;
}

.course-plan:after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-color: rgba(120, 126, 221, 1);
	position: absolute;
	left: 0;
	bottom: -1px;
}

.course-plan:last-child:after {
	display: none;
}

.course-plan.general {
	background-color: rgba(87, 84, 209, .1);
}

.course-plan.business {
	background-color: rgba(84, 178, 209, .1);
}

.course-plan.toeic {
	background-color: rgba(161, 192, 68, .1);
}

.course-plan.kids {
	background-color: rgba(223, 181, 69, .1);
}

.course-plan__head {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.course-plan__head__title {
	padding-left: 120px;
	position: relative;
}

.course-plan__head__title:before {
	content: "";
	width: 100px;
	height: 100px;
	display: block;
	background-color: rgba(255, 255, 255, 1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 50px);
	left: 0;
}


.course-plan__head__title__catch {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
}

.course-plan__head__title__catch br {
	display: none;
}

.course-plan__head__title__name {
	display: flex;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
	align-items: center;
}

.course-plan__head__title__name .en {
	margin-right: 10px;
	position: relative;
	top: .05em;
	font-size: 7rem;
	font-weight: normal;
	line-height: 1;
}

.course-plan__head__btn a {
	width: 220px;
	height: 50px;
	display: flex;
	padding: 0 30px;
	border-radius: 25px;
	position: relative;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	align-items: center;
}

.general .course-plan__head__btn a {
	background-color: rgba(87, 84, 209, 1);
}

.business .course-plan__head__btn a {
	background-color: rgba(84, 178, 209, 1);
}

.toeic .course-plan__head__btn a {
	background-color: rgba(87, 84, 209, 1);
}

.kids .course-plan__head__btn a {
	background-color: rgba(87, 84, 209, 1);
}

.course-plan__head__btn a:after {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	background-image: url(../images/common/icon_arrow_r_wt.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 20px;
	top: calc(50% - 7px);
}

.course-plan__head__btn a:hover:after {
	transform: translateX(4px);
}

.course-plan__text {
	margin: 40px 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.8;
	color: rgba(0, 0, 0, .6);
}

.course-plan__wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.general .course-plan__price__title,
.general .course-plan__price__item__main {
	color: rgba(87, 84, 209, 1);
}

.business .course-plan__price__title,
.business .course-plan__price__item__main {
	color: rgba(84, 178, 209, 1);
}

.toeic .course-plan__price__title,
.toeic .course-plan__price__item__main {
	color: rgba(161, 192, 68, 1);
}

.kids .course-plan__price__title,
.kids .course-plan__price__item__main {
	color: rgba(223, 181, 69, 1);
}

.course-plan__price__title:before,
.check-icon .course-plan__price__item__title:before {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 10px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.general .course-plan__price__title:before,
.check-icon .course-plan__price__item__title:before {
	background-image: url(../images/common/icon_check_box_general.png);
}

.business .course-plan__price__title:before {
	background-image: url(../images/common/icon_check_box_business.png);
}

.toeic .course-plan__price__title:before {
	background-image: url(../images/common/icon_check_box_toeic.png);
}

.kids .course-plan__price__title:before {
	background-image: url(../images/common/icon_check_box_kids.png);
}

.course-plan__price__item {
	margin-top: 20px;
	padding: 20px;
	border: 2px solid rgba(0, 0, 0, .2);
	border-radius: 10px;
	box-sizing: border-box;
}

.course-plan__price__item__title {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
}

/*
.course-plan__price__item__title span {
	font-size: 1.3rem;
	font-weight: normal;
}
*/

.course-plan__price__item__wrap {
	display: flex;
	align-items: center;
}

.course-plan__price__item__wrap dt {
	margin-right: 20px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.course-plan__price__item__main {
	font-size: 2rem;
}

.course-plan__price__item__main .num {
	margin-right: 3px;
	font-size: 4rem;
}

.course-plan__price__item__main .atte {
	font-size: 1.2rem;
	color: rgba(0, 0, 0, .8);
}






/* Original */
.course-plan__teacher{
	display:flex;
}

.course-plan__teacher__img{
	float:left;
	margin:0 20px 20px;
	min-width:200px;
	max-width:300px;
}

.course-plan__teacher__comment p{
	font-size:17px;
	line-height:1.5;
	margin-bottom:1em;
}

.course-plan__teacher__information{
	background-color:rgba(120, 126, 221, .15);
	border-radius:20px;
	clear: both;
	font-size:16px;
	line-height:1.3;
	padding:20px;
}

.course-plan__price__item p{
	font-size:16px;
	line-height:1.3;
}























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

	.course-detail-nav__item a {
		padding: 0 20px;
		padding-left: 70px;
	}

	.course-detail-nav__item a:before {
		left: 20px;
	}

	.course-plan__head {
		display: block;
	}

	.course-plan__head__btn {
		margin-top: 30px;
	}

}






















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

	.course-plan {
		padding: 60px;
	}

	.course-plan__head__title__name,
	.course-plan__head__title__name span {
		display: block;
	}

	.course-plan__wrap {
		display: block;
	}

	.course-plan__image,
	.course-plan__price {
		max-width: none;
	}

	.course-plan__image {
		margin: 40px 0;
	}

}




















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

	.course-detail-nav__item a {
		height: 120px;
		padding: 0 10px;
		font-size: 1.4rem;
		text-align: center;
		flex-direction: column;
		justify-content: center;
	}

	.course-detail-nav__item a::before {
		margin: 0 auto;
		margin-bottom: 5px;
		position: static;
	}

	.course-detail-nav__item a .en {
		font-size: 1.8rem;
	}

	.section-title {
		margin-bottom: 40px;
	}

	.course-plan {
		padding: 40px;
	}

	.course-plan__head__title {
		padding-left: 100px;
	}

	.course-plan__head__title:before {
		width: 80px;
		height: 80px;
		top: calc(50% - 40px);
	}

	.course-plan__head__title__catch {
		font-size: 1.5rem;
	}

	.course-plan__head__title__name {
		font-size: 1.6rem;
	}

	.course-plan__head__title__name .en {
		font-size: 6rem;
	}

	.schedule-image {
		width: calc(100% + 12vw);
		position: relative;
		left: -6vw;
		padding-bottom: 10px;
		overflow-x: scroll;
	}



	/* Original */
	.course-plan__teacher{
		display:block;
	}
}
















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

	.course-nav {
		display: block;
	}

	.course-nav__item {
		max-width: none;
		margin: 10px 0;
	}

	.course-nav__item a {
		height: 50px;
		font-size: 1.4rem;
	}

	.section-title {
		margin-bottom: 30px;
	}

	.course-plan {
		padding: 30px 20px;
	}

	.course-plan__head__title {
		padding-left: 0;
		text-align: center;
	}

	.course-plan__head__title:before {
		width: 60px;
		height: 60px;
		margin: 0 auto;
		margin-bottom: 20px;
		position: static;
		background-size: 40px auto;
	}

	.course-plan__head__title__catch {
		margin: 5px 0;
		font-size: 1.4rem;
	}

	.course-plan__head__title__catch br {
		display: block;
	}

	.course-plan__head__title__name {
		font-size: 1.5rem;
	}

	.course-plan__head__title__name .en {
		font-size: 5rem;
	}

	.course-plan__head__btn a {
		width: 200px;
		height: 40px;
		margin: 0 auto;
		font-size: 1.4rem;
	}

	.course-plan__text {
		font-size: 1.8rem;
		line-height: 2;
	}

	.course-plan__price__title {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}

	.course-plan__price__item {
		margin-top: 10px;
	}

	.course-plan__price__item__title span {
		display: block;
		font-size: 1.2rem;
	}

	.course-plan__price__item__wrap {
		display: block;
	}

	.course-plan__price__item__wrap dt {
		font-size: 1.3rem;
	}

	.course-plan__price__item__main .num {
		font-size: 3.5rem;
	}
}














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

	.course-detail-nav__item a {
		height: 100px;
	}

	.course-detail-nav__item a .en {
		font-size: 1.6rem;
	}

	.course-detail-nav__item a .jp {
		display: none;
	}

	.course-plan__head__title__catch {
		font-size: 1.3rem;
	}

	.course-plan__head__title__name {
		font-size: 1.4rem;
	}

	.course-plan__head__title__name .en {
		font-size: 4rem;
	}

	.course-detail {
		width: calc(100% + 6vw);
		position: relative;
		left: -3vw;
	}
}


