@charset "utf-8";


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

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

.curriculum-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;
}

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

.curriculum-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;
}

.curriculum-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;
}











.curriculum .main-body-text {
	line-height:1.8;
	max-width: 960px;
	margin: 20px auto;
	text-align:center;
}
















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

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

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

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

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

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

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

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

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

.curriculum-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: 60px auto;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 50px);
	left: 0;
}

.general .curriculum-plan__head__title:before {
	background-image: url(../images/curriculum/icon_general.png);
}

.business .curriculum-plan__head__title:before {
	background-image: url(../images/curriculum/icon_business.png);
}

.toeic .curriculum-plan__head__title:before {
	background-image: url(../images/curriculum/icon_toeic.png);
}

.kids .curriculum-plan__head__title:before {
	background-image: url(../images/curriculum/icon_kids.png);
}

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

.curriculum-plan__head__title__catch br {
	display: none;
}

.curriculum-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;
}

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

.curriculum-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 .curriculum-plan__head__btn a {
	background-color: rgba(87, 84, 209, 1);
}

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

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

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

.curriculum-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);
}

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

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

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











.footnote{
	border-radius: 10px;
  background-color: rgba(255, 126, 120, .1);
  margin:0 auto;
  max-width:950px;
  padding:15px 25px;
  text-align:center;
}

.footnote .title{
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:10px;
}




.stories-detail__category {
    margin: 50px auto 0;
    padding: 0 40px;
    display: table;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 5px;
    position: relative;
}

.stories-detail__category:before {
    content: "";
    border: 5px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 1);
    position: absolute;
    left: calc(50% - 5px);
    bottom: -15px;
}

.stories-detail__category span {
    height: 40px;
    display: flex;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 1);
    align-items: center;
}

.accommodation__point{
	margin:0 auto;
	max-width:800px;
}

.accommodation__point dt {
    margin-top: 30px;
    margin-bottom: 5px;
    padding-left: 38px;
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    color: rgba(255, 126, 120, 1);
}

.accommodation__point dt .b{
		color: #555;
}

.accommodation__point dt:before {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    background-image: url(../images/common/icon_check_box.png);
    background-size: 100% auto;
    position: absolute;
    top: 7px;
    left: 0;
		filter: hue-rotate(120deg) brightness(1.5);;
}

.accommodation__point dd {
	line-height:1.5;
}
































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

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

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

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

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

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

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

.curriculum-plan__price__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 .curriculum-plan__price__title:before {
	background-image: url(../images/common/icon_check_box_general.png);
}

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

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

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

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

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

.curriculum-plan__price__item__title span {
	font-size: 1.3rem;
	font-weight: normal;
}

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

.curriculum-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);
}

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

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

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































.price .main-body-text {
	line-height:1.6;
	max-width: 960px;
	margin: 20px auto 40px;
	text-align:center;
}


.price-list {
	margin: 0 auto;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
}

.price-list.group {
	margin-top: 20px;
}

.price-list__title {
	width: calc(100% - 80px);
	padding: 0 40px;
	display: flex;
	background-color: rgba(0, 0, 0, .05);
}

.price-list__title:before {
	content: "";
	display: block;
}

.price-list__title li {
	padding: 20px;
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	color: rgba(0, 0, 0, 1);
	box-sizing: border-box;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.price-list table {
	width: calc(100% - 80px);
	margin: 0 40px;
	box-sizing: border-box;
}

.price-list__title:before,
.price-list th {
	width: 8%;
	max-width: 8%;
	flex-basis: 8%;
}

.price-list__title li,
.price-list td {
	width: 23%;
	max-width: 23%;
	flex-basis: 23%;
}

.group .price-list__title:before,
.price-list.group th {
	width: 10%;
	max-width: 10%;
	flex-basis: 10%;
}

.group .price-list__title li,
.price-list.group td {
	width: 45%;
	max-width: 45%;
	flex-basis: 45%;
}

.price-list th,
.price-list td {
	padding: 20px;
	vertical-align: middle;
	border-bottom: 1px dashed rgba(0, 0, 0, .2);
	box-sizing: border-box;
}

.price-list tr:last-child th,
.price-list tr:last-child td {
	border-bottom: 0;
}

.price-list th {
	padding: 20px 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.price-list td {
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: center;
}

.price-list td span {
	display: block;
	font-weight: 700;
	color: rgba(255, 126, 120, 1);
}

.price-list.group td span {
	margin-left: 20px;
	display: inline-block;
}

.feature-difference td:first-child {
	padding-left: 60px;
}

.feature-difference td:last--child {
	padding-right: 60px;
}

.price-list-optopn {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 2;
}

.price-list-optopn dt {
	margin-bottom: 10px;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
}










.group-lesson{

}

.group-lesson .main-body-text {
	line-height:1.8;
	max-width: 960px;
	margin: 20px auto;
	text-align:center;
}

.group-lesson .footnote{
	padding-bottom:10px;
	text-align:left;
}

.group-lesson .footnote p{
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:10px;
}












#schedule {
	margin-bottom: 0;
}

#schedule .main-body-text {
	max-width: 960px;
	margin: 20px auto;
}

.schedule-time {
	max-width: 600px;
	height: 100px;
	margin: 30px auto;
	padding: 0 40px;
	display: flex;
	border: 5px solid rgba(0, 0, 0, .1);
	border-radius: 20px;
	box-sizing: border-box;
	color: rgba(0, 0, 0, 1);
	justify-content: center;
	align-items: center;
}

.schedule-time dt {
	margin-right: 20px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
}

.schedule-time dd {
	font-size: 2rem;
	font-weight: 700;
}

.schedule-time dd .en {
	margin-right: 5px;
	font-size: 6rem;
	font-weight: normal;
	letter-spacing: 0;
}

.schedule-image,
.schedule-image-group {
	margin-top: 50px;
	position: relative;
}

.schedule-image h4,
.schedule-image-group h4{
	color:#f55;
	font-size:3rem;
	font-weight:bold;
	margin:0 auto 20px;
	text-align:center;
}



.schedule-image__time {
	padding-bottom: 20px;
	display: flex;
	color: rgba(0, 0, 0, 1);
}

.schedule-image__time:before,
.schedule-image__time:after {
	content: "";
	max-width: calc((100% / 14) / 2);
	flex-basis: calc((100% / 14) / 2);
	height: 1px;
	display: block;
}

.schedule-image__time li {
	max-width: calc(100% / 14);
	flex-basis: calc(100% / 14);
	height: 15px;
	position: relative;
	font-size: 1.3rem;
	text-align: center;
}

.schedule-image__time li:after {
	content: "";
	width: 1px;
	height: 135px;
	display: block;
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
	top: 20px;
	right: 50%;
}

.schedule-image__list {
	padding: 30px 0 50px 0;
	display: flex;
	border-top: 1px solid rgba(0, 0, 0, 1);
}

.schedule-image__list:before,
.schedule-image__list:after {
	content: "";
	height: 1px;
	display: block;
}

.schedule-image__list li,
.schedule-image__list:before,
.schedule-image__list:after {
	max-width: calc(100% / 14);
	flex-basis: calc(100% / 14);
}

.schedule-image__list li p {
	width: 80%;
	height: 30px;
	display: flex;
	border-radius: 5px;
	font-size: 1.8rem;
	justify-content: center;
	align-items: center;
}

.schedule-image-group .schedule-image__list li p {
	width: 180%;
	height: 60px;
	display: flex;
	border-radius: 5px;
	font-size: 1.5rem;
	justify-content: center;
	align-items: center;
	line-height:1.2;
}



.schedule-image__daylight {
	width: calc((100% / 14) * 5);
	border-radius: 10px;
	padding-top: 50px;
	position: absolute;
	left: calc(50% - ((100% / 14) * 2));
	bottom: 0;
	background-color: rgba(255, 126, 120, .15);
/* 	transform: translateX(-50%); */
}

.schedule-image__daylight p {
	height: 50px;
	padding: 0 20px;
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	justify-content: center;
	align-items: center;
}




.schedule .footnote{
}

.schedule .footnote .description{
	line-height:1.6;
}

























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


	.curriculum-plan__head {
		display: block;
	}

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

}












@media screen and ( max-width: 960px ) {
	
	.footnote,
	.curriculum .main-body-text,
	.price .main-body-text{
		text-align:left;
	}

	.curriculum-plan {
		padding: 60px;
	}

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

	.curriculum-plan__wrap {
		display: block;
	}

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

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

}













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


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

	.curriculum-plan {
		padding: 40px;
	}

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

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

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

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

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

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

	.schedule-image__time,
	.schedule-image__list {
		min-width: 880px;
	}

	.schedule-image__daylight {
		width: calc((880px / 14) * 5);
		left: calc((880px / 14) * 5);
		transform: translateX(0);
	}

}








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

	.curriculum-nav {
		display: block;
	}

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

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

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

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

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

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

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

	.curriculum-plan__head__title__catch br {
		display: block;
	}

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

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

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

	.curriculum-plan__text {
		font-size: 1.4rem;
		line-height: 2;
	}

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

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

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

	.curriculum-plan__price__item__wrap {
		display: block;
	}

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

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

	.schedule-time dt {
		font-size: 1.6rem;
	}

	.price-list {
		border-radius: 0;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.price-list__title,
	.price-list table {
		min-width: 700px;
	}

	.schedule-image h4,
	.schedule-image-group h4{
		font-size:2rem;
	}
}












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

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

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

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


	.schedule-time {
		height: 120px;
		padding: 0 20px;
		flex-direction: column;
	}

	.schedule-time dt {
		margin-right: 0;
		font-size: 1.5rem;
	}

	.schedule-time dd .en {
		font-size: 5rem;
	}

	.price-list__title li {
		padding: 10px;
		font-size: 1.3rem;
	}

}


