@charset "UTF-8";
/* Color Code 後で削除必要
IT
0079c3

Busi
3b82c5

Game
e83820

Ani Illust
e95383

CG
ed6c00

designweb
7b59a3
664887
533970

*/

.course-head {
	position: relative;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.course-head__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.course-head__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.course-head .l-wrapper {
	margin-left: 0;
	margin-right: 0;
}

.course-head__main {
	background: #FFFFFF;
	padding: 30px 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.course-head__name__sm { font-size: 1.2rem; display: block; margin-bottom: 10px; }
.course-head__name__lg { font-weight: 700; font-size: 2.0rem; display: inline-block; }
.course-head__name__lg--it { color: #0079c3; }
.course-head__name__lg--business { color: #3b82c5; }
.course-head__name__lg--game { color: #e83820; }
.course-head__name__lg--anil { color: #e95383; }
.course-head__name__lg--cg { color: #ed6c00; }
.course-head__name__lg--designweb { color: #7b59a3; }

.course-head__tag {
	background: #000000;
	color: #FFFFFF;
	display: inline-block;
	padding: 7px;
	font-size: 1.0rem;
	vertical-align: middle;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.course-head__label {
	position: absolute;
	top: 6px;
	right: -26px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	font-size: 1.13rem;
	font-weight: 700;
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding: 0.7em 0;
	width: 90px;
	text-align: center;
}

.course-head__label:before,
.course-head__label:after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 100%;
}

.course-head__label:before {
	background: -webkit-gradient(linear, left top, right bottom, from(#000), color-stop(50%, #000), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left top, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left top, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right bottom, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	left: 0;
}

.course-head__label:after {
	background: -webkit-gradient(linear, right top, left bottom, from(#000), color-stop(50%, #000), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(right top, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(right top, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to left bottom, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	right: 0;
}

.future__item {
	width: 100%;
}

.future__item:not(:last-child) {
	margin-bottom: 25px;
}

.future__content {
	line-height: 1.72;
}

.future__note {
	padding-left: 1.3em;
}

.curriculum {
	margin-bottom: 40px;
	position: relative;
}

.curriculum--it::after { background: #139fde; }
.curriculum--business::after { background: #3b82c5; }
.curriculum--game::after { background: #e86d20; }
.curriculum--anil::after { background: #e96583;; }
.curriculum--cg::after { background: #ed8800; }
.curriculum--designweb::after { background: #605ca9; }

.curriculum__item {
	position: relative;
	padding: 43px 0 0;
}

.curriculum__item:nth-child(even):before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #ffffff;
}

.curriculum__heading { font-size: 2.0rem; font-weight: 700; text-align: center; position: relative; padding-bottom: 8px; margin-bottom: 25px; line-height: 1; }
.curriculum__heading:after { content: ""; display: block; position: absolute; width: 100vw; bottom: 0; left: 50%; transform: translateX(-50%); height: 1px; background: #e5e5e5; }
.curriculum__heading > span { font: 500 italic 6rem "Jost", sans-serif; line-height: 1; }
.curriculum__heading > span span { font-size: 4.0rem; }
.curriculum__heading--it1 span { color: #139fde; }
.curriculum__heading--it2 span { color: #008fd3; }
.curriculum__heading--it3 span { color: #0079c3; }
.curriculum__heading--business1 span { color: #2772b6; }
.curriculum__heading--business2 span { color: #005197; }
.curriculum__heading--game1 span { color: #e86d20; }
.curriculum__heading--game2 span { color: #dc4219; }
.curriculum__heading--game3 span { color: #cc5313; }
.curriculum__heading--game4 span { color: #c3160c; }
.curriculum__heading--anil1 span { color: #e96583; }
.curriculum__heading--anil2 span { color: #e25065; }
.curriculum__heading--anil3 span { color: #7b59a3; }
.curriculum__heading--cg1 span { color: #ed8800; }
.curriculum__heading--cg2 span { color: #e06707; }
.curriculum__heading--cg3 span { color: #dc4219; }
.curriculum__heading--cg4 span { color: #cc5313; }
.curriculum__heading--designweb1 span { color: #605ca9; }
.curriculum__heading--designweb2 span { color: #76479a; }
.curriculum__heading--designweb3 span { color: #6d3792; }
.curriculum__content { position: relative; }
.curriculum__image { margin-bottom: 20px; }
.curriculum__image img { display: block; }
.curriculum__text { margin-bottom: 24px; }

.curriculum__main { margin-bottom: 26px; }
.curriculum__main__heading { border-radius: 5px; color: #FFFFFF; padding: 12px 14px 14px; margin-bottom: 15px; }
.curriculum__main__heading--it1 { background: #139fde; }
.curriculum__main__heading--it2 { background: #008fd3; }
.curriculum__main__heading--it3 { background: #0079c3; }
.curriculum__main__heading--business1 { background: #2776b7; }
.curriculum__main__heading--business2 { background: #005197; }
.curriculum__main__heading--game1 { background: #e86d20; }
.curriculum__main__heading--game2 { background: #dc4219; }
.curriculum__main__heading--game3 { background: #cc5313; }
.curriculum__main__heading--game4 { background: #c3160c; }
.curriculum__main__heading--anil1 { background: #e96583; }
.curriculum__main__heading--anil2 { background: #e25065; }
.curriculum__main__heading--anil3 { background: #7b59a3; }
.curriculum__main__heading--cg1 { background: #ed8800; }
.curriculum__main__heading--cg2 { background: #e06707; }
.curriculum__main__heading--cg3 { background: #dc4219; }
.curriculum__main__heading--cg4 { background: #cc5313; }
.curriculum__main__heading--designweb1 { background: #605ca9; }
.curriculum__main__heading--designweb2 { background: #76479a; }
.curriculum__main__heading--designweb3 { background: #6d3792; }
.curriculum__main__content { font-size: 1.3rem; line-height: 1.8; }

.voice { background: #f9f9f9; width: 100vw; position: relative; left: 50%; transform: translateX(-50%); padding: 20px 6%; }
.voice__icon { float: left; width: 60px; margin-right: 10px; }
.voice__icon img { display: block; }
.voice__heading { font: 500 italic 2.4rem "Jost", sans-serif; padding: 12px 0 0; }
.voice__heading--it1 { color: #139fde; }
.voice__heading--it2 { color: #008fd3; }
.voice__heading--it3 { color: #0079c3; }
.voice__heading--business1 { color: #2776b7; }
.voice__heading--business2 { color: #005197; }
.voice__heading--game1 { color: #e86d20; }
.voice__heading--game2 { color: #dc4219; }
.voice__heading--game3 { color: #cc5313; }
.voice__heading--game4 { color: #c3160c; }
.voice__heading--anil1 { color: #e96583; }
.voice__heading--anil2 { color: #e25065; }
.voice__heading--anil3 { color: #7b59a3; }
.voice__heading--cg1 { color: #ed8800; }
.voice__heading--cg2 { color: #e06707; }
.voice__heading--cg3 { color: #dc4219; }
.voice__heading--cg4 { color: #cc5313; }
.voice__heading--designweb1 { color: #605ca9; }
.voice__heading--designweb2 { color: #76479a; }
.voice__heading--designweb3 { color: #6d3792; }
.voice__text { font-size: 1.3rem; line-height: 1.85; clear: left; padding-top: 14px; text-align: justify; }

.time-table { font-size: 1.3rem; line-height: 1.5; }
.time-table--it .time-table__head { background: #00a5e3; }
.time-table--it .time-table__head__item.is-current button { background: #0079c3; }
.time-table--business .time-table__head { background: #3b82c5; }
.time-table--business .time-table__head__item.is-current button { background: #005197; }
.time-table--game .time-table__head { background: #e83820; }
.time-table--game .time-table__head__item.is-current button { background: #c3160c; }
.time-table--anil .time-table__head { background: #e95383; }
.time-table--anil .time-table__head__item.is-current button { background: #e25065; }
.time-table--cg .time-table__head { background: #ed6c00; }
.time-table--cg .time-table__head__item.is-current button { background: #d9560b; }
.time-table--designweb .time-table__head { background: #7b59a3; }
.time-table--designweb .time-table__head__item.is-current button { background: #6d3792; }

.time-table__head { color: #FFFFFF; display: flex; margin-bottom: 10px; }
.time-table__head__label { display: none; }
.time-table__head__item { width: 20%; }
.time-table__head__item:not(:last-child) { border-right: 1px solid #e6e6e6; }
.time-table__head__item button { background: #f9f9f9; width: 100%; border: none; padding: 10px 0; outline: none; }
.time-table__head__item.is-current button { color: #FFFFFF; }
.time-table__row { position: relative; display: flex; border-right: 1px solid #e6e6e6; }
.time-table__row:first-child { border-top: 1px solid #e6e6e6; }
.time-table__time { width: 50%; display: flex; height: 61px; border-right: 1px solid #e6e6e6; }
.time-table__time__label { text-align: center; display: flex; align-items: center; justify-content: center; width: 50px; height: 100%; background: #e6e6e6; border-bottom: 1px solid #FFFFFF; }
.time-table__time__detail { text-align: center; display: flex; align-items: center; justify-content: center; width: calc(100% - 50px); height: 100%; border-bottom: 1px solid #e6e6e6; background: #f9f9f9; }
.time-table__col { width: 50%; height: 61px; text-align: center; display: flex; align-items: center; justify-content: center; opacity: 0; position: absolute; top: 0; right: 0; border-bottom: 1px solid #e6e6e6; transition: 0.3s; }
.time-table__col.is-visible { opacity: 1; }
.time-table-note { margin-top: 20px; font-size: 1.0rem; }



.course-list-1__item {
	margin-bottom: 19px;
}

.course-list-1__item a {
	background: #f9f9f9;
	font-weight: 700;
	font-size: 1.8rem;
	padding: 0 20px;
	height: 78px;
	display: flex;
	align-items: center;
	position: relative;
}

.course-list-1__label {
	font-size: 1.1rem;
	position: absolute;
	top: 6px;
	right: -26px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	font-weight: 700;
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding: 7px 0 6px;
	width: 88px;
	text-align: center;
}

.course-list-1__label:before,
.course-list-1__label:after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 100%;
}

.course-list-1__label:before {
	background: -webkit-gradient(linear, left top, right bottom, from(#000), color-stop(50%, #000), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left top, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left top, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right bottom, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	left: 3px;
}

.course-list-1__label:after {
	background: -webkit-gradient(linear, right top, left bottom, from(#000), color-stop(50%, #000), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(right top, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(right top, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to left bottom, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	right: 3px;
}

.ribon-color-it4 {
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #0079c3 1.7em, #0079c3 100%) no-repeat left top/60% 100%, -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #0079c3 1.7em, #0079c3 100%) no-repeat right top/60% 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #0079c3 1.7em, #0079c3 100%) no-repeat left top/60% 100%, -o-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #0079c3 1.7em, #0079c3 100%) no-repeat right top/60% 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #0079c3 1.7em, #0079c3 100%) no-repeat left top/60% 100%, linear-gradient(-135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #0079c3 1.7em, #0079c3 100%) no-repeat right top/60% 100%;
}

.ribon-color-it3 {
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #008fd3 1.7em, #008fd3 100%) no-repeat left top/60% 100%, -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #008fd3 1.7em, #008fd3 100%) no-repeat right top/60% 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #008fd3 1.7em, #008fd3 100%) no-repeat left top/60% 100%, -o-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #008fd3 1.7em, #008fd3 100%) no-repeat right top/60% 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #008fd3 1.7em, #008fd3 100%) no-repeat left top/60% 100%, linear-gradient(-135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #008fd3 1.7em, #008fd3 100%) no-repeat right top/60% 100%;
}

.ribon-color-it2 {
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #139fde 1.7em, #139fde 100%) no-repeat left top/60% 100%, -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #139fde 1.7em, #139fde 100%) no-repeat right top/60% 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #139fde 1.7em, #139fde 100%) no-repeat left top/60% 100%, -o-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #139fde 1.7em, #139fde 100%) no-repeat right top/60% 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #139fde 1.7em, #139fde 100%) no-repeat left top/60% 100%, linear-gradient(-135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #139fde 1.7em, #139fde 100%) no-repeat right top/60% 100%;
}

.ribon-color-business2 {
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #005197 1.7em, #005197 100%) no-repeat left top/60% 100%, -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #005197 1.7em, #005197 100%) no-repeat right top/60% 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #005197 1.7em, #005197 100%) no-repeat left top/60% 100%, -o-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #005197 1.7em, #005197 100%) no-repeat right top/60% 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #005197 1.7em, #005197 100%) no-repeat left top/60% 100%, linear-gradient(-135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #005197 1.7em, #005197 100%) no-repeat right top/60% 100%;
}

.ribon-color-game4 {
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #c3160c 1.7em, #c3160c 100%) no-repeat left top/60% 100%, -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #c3160c 1.7em, #c3160c 100%) no-repeat right top/60% 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #c3160c 1.7em, #c3160c 100%) no-repeat left top/60% 100%, -o-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #c3160c 1.7em, #c3160c 100%) no-repeat right top/60% 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #c3160c 1.7em, #c3160c 100%) no-repeat left top/60% 100%, linear-gradient(-135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #c3160c 1.7em, #c3160c 100%) no-repeat right top/60% 100%;
}

.ribon-color-game3 {
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #dc4219 1.7em, #dc4219 100%) no-repeat left top/60% 100%, -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #dc4219 1.7em, #dc4219 100%) no-repeat right top/60% 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #dc4219 1.7em, #dc4219 100%) no-repeat left top/60% 100%, -o-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #dc4219 1.7em, #dc4219 100%) no-repeat right top/60% 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #dc4219 1.7em, #dc4219 100%) no-repeat left top/60% 100%, linear-gradient(-135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #dc4219 1.7em, #dc4219 100%) no-repeat right top/60% 100%;
}

.ribon-color-game2 {
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e86d20 1.7em, #e86d20 100%) no-repeat left top/60% 100%, -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e86d20 1.7em, #e86d20 100%) no-repeat right top/60% 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e86d20 1.7em, #e86d20 100%) no-repeat left top/60% 100%, -o-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e86d20 1.7em, #e86d20 100%) no-repeat right top/60% 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e86d20 1.7em, #e86d20 100%) no-repeat left top/60% 100%, linear-gradient(-135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e86d20 1.7em, #e86d20 100%) no-repeat right top/60% 100%;
}

.ribon-color-anil3 {
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e25065 1.7em, #e25065 100%) no-repeat left top/60% 100%, -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e25065 1.7em, #e25065 100%) no-repeat right top/60% 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e25065 1.7em, #e25065 100%) no-repeat left top/60% 100%, -o-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e25065 1.7em, #e25065 100%) no-repeat right top/60% 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e25065 1.7em, #e25065 100%) no-repeat left top/60% 100%, linear-gradient(-135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e25065 1.7em, #e25065 100%) no-repeat right top/60% 100%;
}

.ribon-color-anil2 {
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e96583 1.7em, #e96583 100%) no-repeat left top/60% 100%, -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e96583 1.7em, #e96583 100%) no-repeat right top/60% 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e96583 1.7em, #e96583 100%) no-repeat left top/60% 100%, -o-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e96583 1.7em, #e96583 100%) no-repeat right top/60% 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e96583 1.7em, #e96583 100%) no-repeat left top/60% 100%, linear-gradient(-135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e96583 1.7em, #e96583 100%) no-repeat right top/60% 100%;
}

.ribon-color-cg4 {
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #d9560b 1.7em, #d9560b 100%) no-repeat left top/60% 100%, -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #d9560b 1.7em, #d9560b 100%) no-repeat right top/60% 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #d9560b 1.7em, #d9560b 100%) no-repeat left top/60% 100%, -o-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #d9560b 1.7em, #d9560b 100%) no-repeat right top/60% 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #d9560b 1.7em, #d9560b 100%) no-repeat left top/60% 100%, linear-gradient(-135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #d9560b 1.7em, #d9560b 100%) no-repeat right top/60% 100%;
}

.ribon-color-cg3 {
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e06707 1.7em, #e06707 100%) no-repeat left top/60% 100%, -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e06707 1.7em, #e06707 100%) no-repeat right top/60% 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e06707 1.7em, #e06707 100%) no-repeat left top/60% 100%, -o-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e06707 1.7em, #e06707 100%) no-repeat right top/60% 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e06707 1.7em, #e06707 100%) no-repeat left top/60% 100%, linear-gradient(-135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #e06707 1.7em, #e06707 100%) no-repeat right top/60% 100%;
}

.ribon-color-cg2 {
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #ed8800 1.7em, #ed8800 100%) no-repeat left top/60% 100%, -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #ed8800 1.7em, #ed8800 100%) no-repeat right top/60% 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #ed8800 1.7em, #ed8800 100%) no-repeat left top/60% 100%, -o-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #ed8800 1.7em, #ed8800 100%) no-repeat right top/60% 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #ed8800 1.7em, #ed8800 100%) no-repeat left top/60% 100%, linear-gradient(-135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #ed8800 1.7em, #ed8800 100%) no-repeat right top/60% 100%;
}

.ribon-color-designweb4 {
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #5b4079 1.7em, #5b4079 100%) no-repeat left top/60% 100%, -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #5b4079 1.7em, #5b4079 100%) no-repeat right top/60% 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #5b4079 1.7em, #5b4079 100%) no-repeat left top/60% 100%, -o-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #5b4079 1.7em, #5b4079 100%) no-repeat right top/60% 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #5b4079 1.7em, #5b4079 100%) no-repeat left top/60% 100%, linear-gradient(-135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #5b4079 1.7em, #5b4079 100%) no-repeat right top/60% 100%;
}

.ribon-color-designweb3 {
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #76479a 1.7em, #76479a 100%) no-repeat left top/60% 100%, -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #76479a 1.7em, #76479a 100%) no-repeat right top/60% 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #76479a 1.7em, #76479a 100%) no-repeat left top/60% 100%, -o-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #76479a 1.7em, #76479a 100%) no-repeat right top/60% 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #76479a 1.7em, #76479a 100%) no-repeat left top/60% 100%, linear-gradient(-135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #76479a 1.7em, #76479a 100%) no-repeat right top/60% 100%;
}

.ribon-color-designweb2 {
	background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #605ca9 1.7em, #605ca9 100%) no-repeat left top/60% 100%, -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #605ca9 1.7em, #605ca9 100%) no-repeat right top/60% 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #605ca9 1.7em, #605ca9 100%) no-repeat left top/60% 100%, -o-linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #605ca9 1.7em, #605ca9 100%) no-repeat right top/60% 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #605ca9 1.7em, #605ca9 100%) no-repeat left top/60% 100%, linear-gradient(-135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.7em, #605ca9 1.7em, #605ca9 100%) no-repeat right top/60% 100%;
}

.course-index-head {
	margin-top: 20px;
	padding-bottom: 80px;
}

.course-index-head__main {
	position: relative;
	padding-bottom: 40px;
}

.course-index-head__main:before {
	content: "";
	display: block;
	background: url(../img/deco_particle.png) repeat-x right center/483px auto;
	width: calc(100% - 20px);
	height: 250px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.course-index-head__main--it:before { background-color: #0079c3; }
.course-index-head__main--business:before { background-color: #3b82c5; }
.course-index-head__main--game:before { background-color: #e83820; }
.course-index-head__main--anil:before { background-color: #e95383; }
.course-index-head__main--cg:before { background-color: #ed6c00; }
.course-index-head__main--designweb:before { background-color: #7b59a3; }

.course-index-head__image {
	position: relative;
	width: calc(100% - 40px);
	margin-left: auto;
}

.course-index-head__image img {
	display: block;
}

.course-index-head__heading {
	margin-top: -23px;
	position: relative;
}

.course-index-head__title {
	font-weight: 700;
	font-size: 4.0rem;
	font-style: italic;
	color: #FFFFFF;
}

.course-index-head__lead {
	margin-top: 19px;
}

.course-index-head__lead span {
	display: inline-block;
	padding: 8px;
	background: #FFFFFF;
	letter-spacing: 0.05em;
}

.course-index-head__lead span:not(:last-child) {
	margin-bottom: 5px;
}

.course-index-head__sub {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 30px;
	text-align: justify;
}

.point { position: relative; padding-bottom: 10px; }
.point:before { position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: block; width: 100vw; height: 100%; background-repeat: repeat; background-position: left top; background-size: 30px auto; content: ""; }
.point--blue:before { background-image: url(../img/bg_blue.png); }
.point--dblue:before { background-image: url(../img/bg_dblue.png); }
.point--purple:before { background-image: url(../img/bg_purple.png); }
.point--orange:before { background-image: url(../img/bg_orange.png); }
.point--orangelight:before { background-image: url(../img/bg_orangelight.png); }
.point--pink:before { background-image: url(../img/bg_pink.png); }

.point__heading {
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.point__heading__en {
	font: 500 italic 3.6rem "Jost", sans-serif;
	line-height: 1;
}

.point__heading__jp {
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 4px;
}

.point__inner {
	padding: 66px 0 0;
}

.point__item {
	position: relative;
	width: calc(100% - 10px);
	margin-bottom: 30px;
}

.point__item:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 10px;
	opacity: 0.5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.point__item__inner {
	background: #FFFFFF;
	position: relative;
	padding: 25px 20px;
}

.point--blue .point__item:before { border: 2px solid #0079c3; }
.point--dblue .point__item:before { border: 2px solid #3b82c5; }
.point--purple .point__item:before { border: 2px solid #7b59a3; }
.point--orange .point__item:before { border: 2px solid #e83820; }
.point--orangelight .point__item:before { border: 2px solid #ed6c00; }
.point--pink .point__item:before { border: 2px solid #e95383; }
.point--purple .point__item:before { border: 2px solid #7b59a3; }

.point__label {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.55;
	margin-bottom: 17px;
}

.point__label--narrow {
	letter-spacing: -0.02em;
}

.point--blue .point__label { color: #0079c3; }
.point--dblue .point__label { color: #3b82c5; }
.point--orange .point__label { color: #e83820; }
.point--pink .point__label { color: #e95383; }
.point--purple .point__label { color: #7b59a3; }
.point--orangelight .point__label { color: #ed6c00; }

.point__text {
	font-size: 1.3rem;
	line-height: 1.72;
	text-align: justify;
}

.course-list-2__item {
	background: #f9f9f9;
	position: relative;
}

.course-list-2__item:not(:last-child) {
	margin-bottom: 23px;
}

.course-list-2__item a {
	display: block;
	padding: 30px 20px 26px;
}

.course-list-2__head {
	position: relative;
	margin-bottom: 13px;
}

.course-list-2__name__sm {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 5px;
}

.course-list-2__name__lg {
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 1.4;
}

.course-list-2__tag {
	background: #000000;
	color: #FFFFFF;
	display: block;
	padding: 7px;
	font-size: 1.0rem;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	top: 20px;
	right: 0;
}

.course-list-2__content {
	position: relative;
	padding-top: 13px;
}

.course-list-2__content:before {
	content: "";
	display: block;
	width: calc(100% + 40px);
	border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.course-list-2__text {
	line-height: 1.65;
}

.course-list-2__detail {
	display: none;
}

.course-list-2__label {
	font-size: 1.1rem;
	position: absolute;
	top: 6px;
	right: -26px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	font-weight: 700;
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding: 7px 0 6px;
	width: 88px;
	text-align: center;
}

.course-list-2__label:before,
.course-list-2__label:after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 100%;
}

.course-list-2__label:before {
	background: -webkit-gradient(linear, left top, right bottom, from(#000), color-stop(50%, #000), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left top, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left top, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right bottom, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	left: 3px;
}

.course-list-2__label:after {
	background: -webkit-gradient(linear, right top, left bottom, from(#000), color-stop(50%, #000), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(right top, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(right top, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to left bottom, #000 0%, #000 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	right: 3px;
}

.target {
	padding: 30px 0;
}

.target--it { background: #e6f2f8; }
.target--business { background: #e1eef4; }
.target--anil { background: #fff4f4; }
.target--game { background: #fbedea; }
.target--cg { background: #fcf3eb; }
.target--designweb { background: #f7f3ff; }

.target__item:not(:last-child) {
	margin-bottom: 25px;
}

.target__heading {
	background: #FFFFFF;
	height: 50px;
	border-radius: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 23px;
}

.target__content {
	padding-top: 4px;
	line-height: 1.72;
}

.taskbase-curriculum {
	position: relative;
}

.taskbase-curriculum__heading {
	background: #000;
	color: #FFFFFF;
	font-size: 1.3rem;
	line-height: 1.4;
	padding: 9px 0;
	text-align: center;
}

.taskbase-curriculum__content {
	background: #FFFFFF;
	border: 1px solid #e2e2e2;
	padding: 16px;
}

.taskbase-curriculum img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.presentation__main {
	margin-bottom: 24px;
}

.presentation__heading {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 14px 24px;
	margin-bottom: 13px;
	position: relative;
}

.presentation__heading:before,
.presentation__heading:after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

.presentation__heading:before {
	width: 18px;
	height: 18px;
	background: #51a1aa;
	border-radius: 50%;
}

.presentation__heading:after {
	width: 0;
	height: 0;
	border-left: 4px solid #FFFFFF;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	margin-top: 7px;
	margin-left: 8px;
}

.presentation__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.presentation__image img {
	display: block;
	width: calc((100% - 7px) / 2);
}

.program-detail__item:not(:last-child) {
	margin-bottom: 25px;
}

.program-detail__image {
	margin-bottom: 12px;
}

.program-detail__image img {
	display: block;
	width: 100%;
}

.program-detail__heading {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.75;
	margin-bottom: 7px;
}

.program-detail__text {
	line-height: 2;
	text-align: justify;
}

.links-wrap { display: flex; width: 100vw; position: relative; left: 50%; transform: translateX(-50%); z-index: 50; }
.links-wrap:not(.slick-slider) { width: 1050px; }
.links-wrap .slick-arrow { width: 50px; height: 50px; top: calc((100% - 28px) / 2); }
.links-wrap .slick-dots { position: absolute; top: -48px; right: 0; padding-right: 5.35vw; text-align: right; height: auto; pointer-events: none; width: calc(100% - 120px); }
.links-wrap .slick-dots li { pointer-events: auto; }
.links-wrap .slick-dots li { width: 6px; height: 6px; margin-left: 6px; margin-right: 0; }
.links-wrap .slick-dots li:last-child { margin-right: 0; }

.links-wrap--it .slick-dots li.slick-active button { background: #0079c3; }
.links-wrap--business .slick-dots li.slick-active button { background: #3b82c5; }
.links-wrap--game .slick-dots li.slick-active button { background: #e83820; }

.links-wrap--cg .slick-dots li.slick-active button { background: #ed6c00; }
.links-wrap--designweb .slick-dots li.slick-active button { background: #7b59a3; }

.sl-wrap--anil .links-wrap .slick-dots li.slick-active button { background: #e95383; }

.links { width: 290px; padding: 0 10px; outline: none; }
.links a { display: block; }
.links__main { padding: 10px; background: #f9f9f9; }
.links__image { overflow: hidden; }
.links__image img { display: block; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
.links__label { color: #FFFFFF; font-weight: 700; padding: 8px 10px; width: calc(100% + 25px); transform: translateX(-25px); font-size: 1.3rem; margin-top: -6px; margin-bottom: 14px; }

.sl-wrap--it .links__label { background: #0079c3; }
.sl-wrap--business .links__label { background: #3b82c5; }
.sl-wrap--game .links__label { background: #e83820; }
.sl-wrap--anil .links__label { background: #e95383; }
.sl-wrap--cg .links__label { background: #ed6c00; }
.sl-wrap--designweb .links__label { background: #7b59a3; }

.sl-wrap--it .links__heading { color: #0079c3; }
.sl-wrap--business .links__heading { color: #3b82c5; }
.sl-wrap--game .links__heading { color: #e83820; }
.sl-wrap--anil .links__heading { color: #e95383; }
.sl-wrap--cg .links__heading { color: #ed6c00; }
.sl-wrap--designweb .links__heading { color: #7b59a3; }

.links__content { padding: 0 10px 20px; }
.links__heading { font-weight: 700; margin-bottom: 13px; line-height: 1.5; }
.links__name { font-size: 1.1rem; margin-bottom: 5px; }
.links__name span { font-size: 1.3rem; font-weight: 700; }
.links__text { font-size: 1.1rem; line-height: 1.4; }
.links__detail { margin-top: 13px; text-align: right; font: 500 italic 1rem "Jost", sans-serif; letter-spacing: 0.1em; }
.links__detail svg { margin-left: 6px; }
.links__detail svg path { fill: none; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; stroke: #898989; }

.game-type {
	position: relative;
}

.game-type:before {
	content: "";
	display: block;
	width: 100vw;
	height: calc(100% - 80px);
	background: #e83820;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.game-type__image {
	position: relative;
	z-index: 5;
}

.game-type__image img {
	display: block;
}

.game-type__main {
	position: relative;
	color: #FFFFFF;
	padding-bottom: 34px;
}

.game-type__label {
	position: relative;
	color: #FFFFFF;
	background: #000;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 3px 5.35%;
	margin-bottom: 24px;
}

.game-type__label__en {
	font: 500 italic 3rem "Jost", sans-serif;
}

.game-type__label__jp {
	font-size: 1.1rem;
	font-weight: 700;
	margin-left: 10px;
	display: inline-block;
}

.game-type__heading {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.7;
	margin-bottom: 17px;
	text-align: justify;
}

.game-curriculum {
	margin-bottom: -37px;
}

.game-curriculum__item {
	margin-bottom: 37px;
}

.game-curriculum__main {
	margin-bottom: 22px;
}

.game-curriculum__image img {
	display: block;
}

.game-curriculum__heading {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 14px 24px;
	margin-bottom: 13px;
	position: relative;
}

.game-curriculum__heading:before,
.game-curriculum__heading:after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

.game-curriculum__heading:before {
	width: 18px;
	height: 18px;
	background: #e83820;
	border-radius: 50%;
}

.game-curriculum__heading:after {
	width: 0;
	height: 0;
	border-left: 4px solid #FFFFFF;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	margin-top: 7px;
	margin-left: 8px;
}

.game-curriculum__text {
	line-height: 2;
	text-align: justify;
}

.about-motion {
	background: #f9f9f9;
	padding: 30px 20px;
	margin-bottom: 36px;
}

.about-motion__main {
	margin-bottom: 20px;
}

.about-motion__heading {
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.about-motion__text {
	font-size: 1.3rem;
	line-height: 1.85;
	text-align: justify;
}

.about-motion__image img {
	display: block;
}

.motion-design {
	margin-bottom: 35px;
}

.motion-design__item {
	margin-bottom: 25px;
}

.motion-design__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px;
}

.motion-design__image {
	width: 120px;
}

.motion-design__image img {
	display: block;
}

.motion-design__heading {
	color: #FFFFFF;
	width: calc(100% - 120px);
	padding: 22px 0 22px 20px;
}

.motion-design__heading--1 {
	background: #e88e13;
}

.motion-design__heading--2 {
	background: #cc590c;
}

.motion-design__heading--3 {
	background: #e83820;
}

.motion-design__heading__jp {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 7px;
	display: block;
}

.motion-design__heading__en {
	font-size: 1.2rem;
	display: block;
}

.motion-design__text {
	font-size: 1.3rem;
	line-height: 1.85;
	text-align: justify;
}

.about-animation {
	position: relative;
	padding: 32px 0 0;
}

.about-animation:before {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: #f2f2f2;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.about-animation__main {
	margin-bottom: 20px;
}

.about-animation__heading {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.78;
	text-align: justify;
	margin-bottom: 18px;
}

.about-animation__image img {
	display: block;
}

.common-course { position: relative; }
.common-course:not(:last-child) { margin-bottom: 50px; }
.common-course__main { margin-bottom: 24px; }
.common-course__heading { position: relative; padding: 0 0 22px; margin-bottom: 12px; }
.common-course__heading:after { width: 100vw; height: 1px; background: #e2e2e2; content: ""; position: absolute; bottom: 0; left: 50%; transform: translate(-50%); }
.common-course__heading__en { display: block; font: 500 italic 4rem "Jost", sans-serif; }

.common-course__heading__jp { display: block; font-weight: 700; margin-top: 5px; }
.common-course__lead { font-size: 1.8rem; font-weight: 700; line-height: 1.67; text-align: justify; margin-bottom: 18px; }
.common-course__image { position: relative; }
.common-course__image img { display: block; }

.common-course--anil {  }
.common-course--anil .common-course__heading__en:first-letter { color: #e95383; }
.common-course--designweb {  }
.common-course--designweb .common-course__heading__en:first-letter { color: #7b59a3; }

.cg-curriculum {
	position: relative;
}

.cg-curriculum:before {
	content: "";
	display: block;
	width: 100vw;
	height: 74%;
	position: absolute;
	top: 19%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #ed6c00;
}

.cg-curriculum--pink:before { background: #e95383; }
.cg-curriculum--purple:before { background: #7b59a3; }

.cg-curriculum__figure {
	position: relative;
	margin-bottom: 10px;
}

.cg-curriculum__figure img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



.cg-curriculum__teacher {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cg-curriculum__teacher__image {
	width: 136px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cg-curriculum__teacher__text {
	width: 200px;
	padding-top: 25px;
}

.cg-curriculum__teacher__comment {
	font-size: 1.2rem;
	line-height: 1.83;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 224px;
	height: 162px;
	margin-left: -24px;
	background: url(../img/bg_cg_curriculum_sp.svg) no-repeat center/contain;
	padding: 0 22px 0 42px;
	text-align: justify;
	margin-bottom: 22px;
}

.cg-curriculum__teacher__person {
	color: #FFFFFF;
}

.cg-curriculum__teacher__name {
	display: block;
	margin-bottom: 4px;
}

.cg-curriculum__teacher__name span {
	font-size: 1.2rem;
}

.cg-curriculum__teacher__role {
	line-height: 1.7;
	font-size: 1.2rem;
}

.cg-career:not(:last-child) {
	margin-bottom: 55px;
}

.cg-career__main {
	margin-bottom: 25px;
}

.cg-career__head {
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 10px;
}

.cg-career__head:after {
	width: 100vw;
	height: 1px;
	background: #e2e2e2;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.cg-career__head__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cg-career__label {
	color: #ed6c00;
	font: 500 italic 1.6rem "Jost", sans-serif;
	margin-bottom: 10px;
}

.cg-career__heading {
	font-weight: 700;
	font-size: 2.4rem;
}

.cg-career__tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.12rem;
	font-weight: 700;
}

.cg-career__tag__item {
	padding: 6px 9px;
	background: #ed6c00;
	color: #FFFFFF;
}

.cg-career__tag__item:not(:last-child) {
	margin-right: 5px;
}

.cg-career__image img {
	display: block;
}
.cg-course__heading__en:first-letter { color: #7b59a3; }

/*Animation Illust*/
.cg-career__label--pink { color: #e95383; }
.cg-career__tag__item--pink { background: #e95383; }


.designweb-course {
	position: relative;
}

.designweb-course:not(:last-child) {
	margin-bottom: 50px;
}

.designweb-course__main {
	margin-bottom: 24px;
}

.designweb-course__heading {
	position: relative;
	padding: 0 0 22px;
	margin-bottom: 12px;
}

.designweb-course__heading:after {
	width: 100vw;
	height: 1px;
	background: #e2e2e2;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.designweb-course__heading__en {
	display: block;
	font: 500 italic 4rem "Jost", sans-serif;
}

.designweb-course__heading__en:first-letter { color: #7b59a3; }

.designweb-course__heading__jp {
	display: block;
	font-weight: 700;
	margin-top: 5px;
}

.designweb-course__lead {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.67;
	text-align: justify;
	margin-bottom: 18px;
}

.designweb-course__image {
	position: relative;
}

.designweb-course__image img {
	display: block;
}

@media screen and (min-width: 681px) {

.course-head { /* md */
	height: 350px;
}

.course-head__main { /* md */
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 50px 70px 50px 50px;
}

.course-head__name__sm { /* md */
	font-size: 1.3rem;
	margin-bottom: 16px;
}

.course-head__name__lg { /* md */
	font-size: 3.0rem;
}

.course-head__tag { /* md */
	font-size: 1.1rem;
	margin-left: 40px;
	width: 70px;
	text-align: center;
}

.course-head__label { /* md */
	font-size: 1.818rem;
	width: 140px;
	top: 8px;
	right: -40px;
}

.course-head__label:before,
.course-head__label:after { /* md */
	width: 5px;
	height: 5px;
}

.course-head__label:before { /* md */
	left: 1px;
}

.course-head__label:after { /* md */
	right: 1px;
}

.future { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.future__item:not(:last-child) { /* md */
	margin-bottom: 55px;
}

.future__item--half { /* md */
	width: 47.5%;
}

.future__content { /* md */
	font-size: 1.5rem;
	line-height: 1.86;
}

.future__content--flex { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.future__content--flex .list { /* md */
	width: 47.5%;
}

.future__note { /* md */
	font-size: 1.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

	.curriculum__content::after { display: block; clear: both; content: ""; }
.curriculum__item { /* md */
	padding: 60px 0;
}

.curriculum__image { /* md */
	float: right;
	width: 42.16%;
	padding-top: 8px;
	margin-bottom: 40px;
}

.curriculum__text { /* md */
	float: left;
	width: 53%;
	margin-bottom: 32px;
}

.curriculum__main { /* md */
	width: 53%;
	float: left;
	margin-bottom: 40px;
}

.curriculum__main__heading { /* md */
	border-radius: 10px;
}

.voice { /* md */
	clear: both;
	width: 100%;
	border-radius: 10px;
	padding: 12px 30px 24px;
}

.voice:before,
.voice:after {
	content: "";
	display: table;
}

.voice:after {
	clear: both;
}

.voice__icon { /* md */
	width: 103px;
	margin-top: 20px;
	margin-right: 20px;
}

.voice__heading { /* md */
}

.voice__text { /* md */
	clear: none;
	float: right;
	width: calc(100% - 123px);
	padding-top: 8px;
}

.time-table__head { /* md */
	margin-bottom: 0;
}

.time-table__head__label { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 12px;
	border-right: 1px solid #e6e6e6;
	width: 150px;
}

.time-table__head__item { /* md */
	width: calc((100% - 150px) / 5);
	border-right: 1px solid #e6e6e6;
}

.time-table__head__item button { /* md */
	pointer-events: noen;
	background: none;
	color: inherit;
}

.time-table--it .time-table__head__item.is-current button { background: #00a5e3; }
.time-table--business .time-table__head__item.is-current button { background: #3b82c5; }
.time-table--game .time-table__head__item.is-current button { background: #e83820; }
.time-table--anil .time-table__head__item.is-current button { background: #e95383; }
.time-table--cg .time-table__head__item.is-current button { background: #ed6c00; }
.time-table--designweb .time-table__head__item.is-current button { background: #7b59a3; }

.time-table__time { /* md */
	width: 150px;
}

.time-table__time__label { /* md */
	width: 45px;
}

.time-table__time__detail { /* md */
	width: calc(100% - 45px);
}

.time-table__col { /* md */
	position: static;
	opacity: 1;
	width: calc((100% - 150px) / 5);
}

.time-table__col:not(:last-child) {
	border-right: 1px solid #e6e6e6;
}

.time-table-note { /* md */
	position: absolute;
	top: 27px;
	right: 0;
	margin-top: 0;
	font-size: 1.1rem;
}

.course-list-1 { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.course-list-1__item { /* md */
	width: 48%;
	margin-bottom: 29px;
}

.course-list-1__item a { /* md */
	transition: 0.4s;
}

.course-list-1__item--it a { /* md */ }

.course-list-1__item--it a:hover { color: #0079c3; }

.course-list-1__item--business a { /* md */ }
.course-list-1__item--business a:hover { color: #3b82c5; }
	
.course-list-1__item--anil a { /* md */ }
.course-list-1__item--anil a:hover { color: #e95383; }

.course-list-1__item--cg a { /* md */ }
.course-list-1__item--cg a:hover { color: #ed6c00; }
	
.course-list-1__item--game a { /* md */ }
.course-list-1__item--game a:hover { color: #e83820; }

.course-list-1__item--designweb a { /* md */ }
.course-list-1__item--designweb a:hover { color: #7b59a3; }

.course-index-head { /* md */
	margin-top: 0;
	padding-bottom: 120px;
}

.course-index-head__main:before { /* md */
	width: calc(100vw - 20px);
	left: -5.35vw;
	height: 210px;
}

.course-index-head__image { /* md */
	width: 70%;
	max-height: 400px;
}

.course-index-head__image img { /* md */
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.course-index-head__heading { /* md */
	margin-top: -50px;
}

.point:before { /* md */
	height: 300px;
}

.point__heading__en { /* md */
	font-size: 4.5rem;
}

.point__heading__jp { /* md */
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	margin-top: 6px;
}

.point__inner { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 100px 0 30px;
	width: calc(100% + 40px);
	margin-left: -20px;
}

.point__item { /* md */
	width: 300px;
	margin-left: 20px;
	margin-right: 20px;
}

.point__item--1col { /* md */
	max-width: 700px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.point__item__inner { /* md */
	padding: 35px 30px 25px;
}

.point__label { /* md */
	margin-bottom: 22px;
}

.course-list-2 { max-width: 700px; margin-left: auto; margin-right: auto; }
.course-list-2__item a { padding: 35px 45px 16px 35px; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
.course-list-2__item--it4 a {  }
.course-list-2__item--it4 a:hover { color: #0079c3; }
.course-list-2__item--it4 a:hover .course-list-2__tag { background: #0079c3; }
.course-list-2__item--it4 a:hover .course-list-2__detail svg path { stroke: #0079c3; }
.course-list-2__item--it3 a {  }
.course-list-2__item--it3 a:hover { color: #008fd3; }
.course-list-2__item--it3 a:hover .course-list-2__tag { background: #008fd3; }
.course-list-2__item--it3 a:hover .course-list-2__detail svg path { stroke: #008fd3; }
.course-list-2__item--it2 a {  }
.course-list-2__item--it2 a:hover { color: #139fde; }
.course-list-2__item--it2 a:hover .course-list-2__tag { background: #139fde; }
.course-list-2__item--it2 a:hover .course-list-2__detail svg path { stroke: #139fde; }
	
.course-list-2__item--business2 a {  }
.course-list-2__item--business2 a:hover { color: #005197; }
.course-list-2__item--business2 a:hover .course-list-2__tag { background: #005197; }
.course-list-2__item--business2 a:hover .course-list-2__detail svg path { stroke: #005197; }
	
.course-list-2__item--game4 a {  }
.course-list-2__item--game4 a:hover { color: #c3160c; }
.course-list-2__item--game4 a:hover .course-list-2__tag { background: #c3160c; }
.course-list-2__item--game4 a:hover .course-list-2__detail svg path { stroke: #c3160c; }
.course-list-2__item--game3 a {  }
.course-list-2__item--game3 a:hover { color: #dc4219; }
.course-list-2__item--game3 a:hover .course-list-2__tag { background: #dc4219; }
.course-list-2__item--game3 a:hover .course-list-2__detail svg path { stroke: #dc4219; }
.course-list-2__item--game2 a {  }
.course-list-2__item--game2 a:hover { color: #e86d20; }
.course-list-2__item--game2 a:hover .course-list-2__tag { background: #e86d20; }
.course-list-2__item--game2 a:hover .course-list-2__detail svg path { stroke: #e86d20; }
	
.course-list-2__item--cg4 a {  }
.course-list-2__item--cg4 a:hover { color: #d9560b; }
.course-list-2__item--cg4 a:hover .course-list-2__tag { background: #d9560b; }
.course-list-2__item--cg4 a:hover .course-list-2__detail svg path { stroke: #d9560b; }
.course-list-2__item--cg3 a {  }
.course-list-2__item--cg3 a:hover { color: #e06707; }
.course-list-2__item--cg3 a:hover .course-list-2__tag { background: #e06707; }
.course-list-2__item--cg3 a:hover .course-list-2__detail svg path { stroke: #e06707; }
.course-list-2__item--cg2 a {  }
.course-list-2__item--cg2 a:hover { color: #ed8800; }
.course-list-2__item--cg2 a:hover .course-list-2__tag { background: #ed8800; }
.course-list-2__item--cg2 a:hover .course-list-2__detail svg path { stroke: #ed8800; }

.course-list-2__item--anil3 a { /* md */ }
.course-list-2__item--anil3 a:hover { color: #cc6699; }
.course-list-2__item--anil3 a:hover .course-list-2__tag { background: #cc6699; }
.course-list-2__item--anil3 a:hover .course-list-2__detail svg path { stroke: #cc6699; }

.course-list-2__item--anil2 a { /* md */ }
.course-list-2__item--anil2 a:hover { color: #dd788b; }
.course-list-2__item--anil2 a:hover .course-list-2__tag { background: #dd788b; }
.course-list-2__item--anil2 a:hover .course-list-2__detail svg path { stroke: #dd788b; }
.course-list-2__item--designweb4 a { /* md */ }
.course-list-2__item--designweb4 a:hover { color: #5b4079; }
.course-list-2__item--designweb4 a:hover .course-list-2__tag { background: #5b4079; }
.course-list-2__item--designweb4 a:hover .course-list-2__detail svg path { stroke: #5b4079; }
	
.course-list-2__item--designweb3 a { /* md */ }
.course-list-2__item--designweb3 a:hover { color: #76479a; }
.course-list-2__item--designweb3 a:hover .course-list-2__tag { background: #76479a; }
.course-list-2__item--designweb3 a:hover .course-list-2__detail svg path { stroke: #76479a; }

.course-list-2__item--designweb2 a { /* md */ }
.course-list-2__item--designweb2 a:hover { color: #605ca9; }
.course-list-2__item--designweb2 a:hover .course-list-2__tag { background: #605ca9; }
.course-list-2__item--designweb2 a:hover .course-list-2__detail svg path { stroke: #605ca9; }

.course-list-2__head { /* md */
	margin-bottom: 18px;
}

.course-list-2__name__sm { /* md */
	font-size: 1.3rem;
	margin-bottom: 9px;
}

.course-list-2__name__lg { /* md */
	font-size: 2.2rem;
}

.course-list-2__tag { /* md */
	font-size: 1.1rem;
	margin-left: 40px;
	top: 25px;
	width: 70px;
	text-align: center;
}

.course-list-2__content { /* md */
	padding-top: 17px;
}

.course-list-2__content:before { /* md */
	width: calc(100% + 80px);
	margin-left: 5px;
}

.course-list-2__detail { /* md */
	display: block;
	text-align: right;
	font: 500 italic 1rem "Jost", sans-serif;
	margin-top: 3px;
	margin-right: -25px;
	letter-spacing: 0.1em;
}

.course-list-2__detail svg {
	margin-left: 5px;
}

.course-list-2__detail svg path {
	fill: none;
	stroke: #898989;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.course-list-2__label { /* md */
	font-size: 1.6rem;
	padding: 11px 0 11px;
	width: 127px;
	top: 8px;
	right: -36px;
}

.course-list-2__label:before,
.course-list-2__label:after { /* md */
	width: 6px;
	height: 6px;
}

.course-list-2__label:before { /* md */
	left: 0px;
}

.course-list-2__label:after { /* md */
	right: 0px;
}

.target { /* md */
	padding: 60px 0;
}

.target__inner { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.target__item { /* md */
	width: 47.5%;
}

.taskbase-curriculum { /* md */
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	margin-bottom: 76px;
}

.taskbase-curriculum__heading { /* md */
	position: absolute;
	top: 0;
	left: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 9px 18px;
	letter-spacing: 0.05em;
}

.taskbase-curriculum__content { /* md */
	padding: 47px 16px 30px;
}

.taskbase-curriculum img { /* md */
	width: 824px;
}

.presentation { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.presentation__main { /* md */
	margin-bottom: 0;
	width: 52.3%;
}

.presentation__heading { /* md */
	padding-bottom: 17px;
	margin-bottom: 23px;
}

.presentation__image { /* md */
	width: 45%;
}

.program-detail__item:not(:last-child) { /* md */
	margin-bottom: 38px;
}

.program-detail__content { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.program-detail__image { /* md */
	width: 34%;
}

.program-detail__main { /* md */
	width: 62%;
}

.program-detail__heading { /* md */
}

.links-wrap .slick-dots { /* md */
	top: -69px;
	padding-right: 0;
	width: 89.3%;
	max-width: 1000px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.links-wrap .slick-dots li { /* md */
	width: 8px;
	height: 8px;
	margin-right: 10px;
}

.links { /* md */
	width: 350px;
	padding: 0 25px;
}

.links a { /* md */
}

.links a:hover .links__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.links--it { /* md */
}
.links--it a:hover .links__detail { color: #00a5e3; }
.links--it a:hover .links__detail svg path { stroke: #00a5e3; }

.links--business { /* md */
}
.links--business a:hover .links__detail { color: #3b82c5; }
.links--business a:hover .links__detail svg path { stroke: #3b82c5; }

.links--game { /* md */
}
.links--game a:hover .links__detail { color: #e83820; }
.links--game a:hover .links__detail svg path { stroke: #e83820; }

.links--cg { /* md */
}
.links--cg a:hover .links__detail { color: #ed6c00; }
.links--cg a:hover .links__detail svg path { stroke: #ed6c00; }

.links--designweb { /* md */
}
.links--designweb a:hover .links__detail {
	color: #7b59a3;
}

.links--designweb a:hover .links__detail svg path {
	stroke: #7b59a3;
}

.links__main { /* md */
	padding: 20px;
}

.links__label { /* md */
	margin-top: -16px;
	width: 100%;
	margin-bottom: 17px;
	font-size: 1.4rem;
}

.links__content { /* md */
	padding: 0 0 10px;
}

.links__heading { /* md */
	margin-bottom: 15px;
}

.links__name { /* md */
	font-size: 1.2rem;
}

.links__name span { /* md */
	font-size: 1.4rem;
}

.links__text { /* md */
	font-size: 1.2rem;
}

.links__detail { /* md */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-top: 30px;
}

.game-type { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 80px;
}

.game-type:before { /* md */
	height: calc(100% - 74px);
}

.game-type__image { /* md */
	width: 45%;
}

.game-type__main { /* md */
	width: 50%;
	padding-top: 40px;
	padding-bottom: 54px;
}

.game-type__label { /* md */
	width: 114%;
	margin-left: -7%;
	margin-bottom: 34px;
	padding: 0 0 0 14%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.game-type__label__en { /* md */
	font-size: 4.7rem;
}

.game-type__label__jp { /* md */
	font-size: 1.4rem;
	margin-top: 3px;
}

.game-type__heading { /* md */
	margin-bottom: 21px;
}

.game-curriculum { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.game-curriculum__item { /* md */
	width: 47%;
}

.game-curriculum__heading { /* md */
	padding-bottom: 13px;
	margin-bottom: 15px;
}

.about-motion { /* md */
	padding: 40px 40px;
}

.about-motion__heading { /* md */
	font-size: 1.8rem;
}

.about-motion__text { /* md */
	font-size: 1.4rem;
	line-height: 2;
}

.motion-design { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(100% + 40px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.motion-design__item { /* md */
	width: 300px;
	margin-left: 20px;
	margin-right: 20px;
}

.motion-design__image { /* md */
	width: 140px;
}

.motion-design__heading { /* md */
	width: calc(100% - 140px);
}

.motion-design__text { /* md */
	line-height: 1.62;
}

.about-animation { /* md */
	padding: 60px 0 0;
}

.about-animation { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about-animation__main { /* md */
	width: 49%;
	margin-top: -8px;
	margin-bottom: 0;
}

.about-animation__heading { /* md */
	margin-bottom: 20px;
}

.about-animation__image { /* md */
	width: 45%;
}

.cg-curriculum:before { /* md */
}

.cg-curriculum { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cg-curriculum__figure { /* md */
	display: 442px;
	margin: 0 20px;
}

.cg-curriculum__teacher { /* md */
	margin: 30px 20px 0;
}

.cg-curriculum__teacher__image { /* md */
	margin-right: 32px;
}

.cg-curriculum__teacher__text { /* md */
	width: 240px;
	padding-top: 0;
}

.cg-curriculum__teacher__comment { /* md */
	width: 278px;
	height: 182px;
	padding: 0 32px 0 66px;
	margin-left: -38px;
	margin-bottom: 34px;
	background-image: url(../img/bg_cg_curriculum_pc.svg);
}

.cg-curriculum__teacher__person { /* md */
	font-size: 1.2rem;
}

.cg-career { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cg-career:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.cg-career:nth-child(even) .cg-career__head:after {
	left: auto;
	right: 0;
}

.cg-career:not(:last-child) { /* md */
	margin-bottom: 60px;
}

.cg-career__main { /* md */
	width: 50%;
	margin-bottom: 0;
}

.cg-career__head:after { /* md */
	width: 550px;
	left: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.cg-career__tag__item { /* md */
	padding: 8px 12px;
}

.cg-career__image { /* md */
	width: 45%;
	position: relative;
}
	.common-course:not(:last-child) { }
	.common-course { display: flex; justify-content: space-between; }
	.common-course:nth-child(even) { flex-direction: row-reverse; }
	.common-course:nth-child(even) .common-course__heading:after { left: auto; right: 0; }
	.common-course__main { width: 49%; }
	.common-course__heading:after { width: 550px; left: 0; transform: translate(0); }
	.common-course__heading__en { font-size: 5.0rem; }
	.common-course__image { width: 45%; }
}

@media screen and (min-width: 1100px) {

.future__content { /* lg */
	padding: 0 30px;
}

.future__content--flex .list { /* lg */
	width: auto;
}

.curriculum { /* lg */
	margin-bottom: 80px;
}

.curriculum:before {
	content: "";
	width: 1px;
	height: calc(100% - 80px);
	position: absolute;
	top: 80px;
	left: 131px;
	background: #e5e5e5;
	z-index: 1;
}

.curriculum:after {
	content: "";
	display: block;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 80px;
	left: 131px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.curriculum__item { /* lg */
	padding: 70px 0;
}

.curriculum__item:before,
.curriculum__item:after {
	content: "";
	display: table;
}

.curriculum__item:after {
	clear: both;
}

.curriculum__item:nth-child(even):before { /* lg */
}

.curriculum__heading { /* lg */
	float: left;
	font-size: 2.5rem;
}

.curriculum__heading:after { /* lg */
	content: none;
}

.curriculum__heading > span { /* lg */
	font-size: 8.0rem;
}

.curriculum__heading > span span { /* lg */
	font-size: 5.0rem;
}

.curriculum__content { /* lg */
	width: calc(100% - 170px);
	float: right;
}

.curriculum__main__content { /* lg */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.curriculum__main__content .list li { /* lg */
	display: inline-block;
	margin-right: 8px;
}

.time-table__head__label { /* lg */
	width: 192px;
	padding-left: 22px;
}

.time-table__head__item { /* lg */
	width: calc((100% - 192px) / 5);
}

.time-table__time { /* lg */
	width: 192px;
}

.time-table__time__label { /* lg */
	width: 70px;
}

.time-table__time__detail { /* lg */
	width: calc(100% - 70px);
}

.time-table__col { /* lg */
	width: calc((100% - 192px) / 5);
}

.course-list-1__item a { /* lg */
	padding: 0 32px;
}

.course-index-head { /* lg */
	padding-bottom: 180px;
}

.course-index-head__main { /* lg */
	height: 433px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding-bottom: 0;
}

.course-index-head__main:before { /* lg */
	background-size: 766px auto;
	width: calc(100vw - 50px);
	left: 50%;
	bottom: 50%;
	height: 304px;
	margin-bottom: -15px;
	margin-left: -25px;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.course-index-head__main { /* lg */
}

.course-index-head__image { /* lg */
	width: 650px;
	height: 433px;
	margin-left: 0;
}

.course-index-head__heading { /* lg */
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(100% - 650px);
}

.course-index-head__heading .l-sm-wrapper {
	width: 100%;
}

.course-index-head__title { /* lg */
	white-space: nowrap;
	font-size: 4.8rem;
}

.course-index-head__lead { /* lg */
	font-size: 1.6rem;
	margin-top: 40px;
}

.course-index-head__lead span:not(:last-child) { /* lg */
	margin-bottom: 8px;
}

.course-index-head__sub { /* lg */
	text-align: center;
	margin-top: 62px;
}

.point__inner { /* lg */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 0;
	width: 100%;
}

.point__item { /* lg */
	margin-left: 0;
	margin-right: 0;
}

.point__item--1col { /* lg */
	margin-left: auto;
	margin-right: auto;
}

.course-list-2 { /* lg */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
}

.course-list-2__item { /* lg */
	width: 47.5%;
}

.course-list-2__item:not(:last-child) { /* lg */
	margin-bottom: 50px;
}

.course-list-2__item { /* lg */
}

.course-list-2__item:last-child {
	margin-bottom: 50px;
}

.target__content { /* lg */
	font-size: 1.3rem;
	line-height: 1.7;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.target__content .list {
	width: 49%;
}

.presentation { /* lg */
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.program-detail { /* lg */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.program-detail__item { /* lg */
	width: 47%;
}

.program-detail__image { /* lg */
	width: 44.68%;
}

.program-detail__main { /* lg */
	width: 48.9%;
}

.program-detail__heading { /* lg */
	font-size: 1.5rem;
	margin-bottom: 9px;
}

.program-detail__text { /* lg */
	font-size: 1.3rem;
	line-height: 1.72;
}

.links-wrap { /* lg */
	width: calc(100% + 50px);
}

.links-wrap .slick-arrow { /* lg */
}

.links-wrap .slick-arrow.slick-prev {
	left: calc(-50vw + 525px);
}

.links-wrap .slick-arrow.slick-next {
	right: calc(-50vw + 525px);
}

.game-curriculum__item { /* lg */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.game-curriculum__item--no-image {
	display: block;
}

.game-curriculum__item--no-image .game-curriculum__heading {
	width: 100%;
}

.game-curriculum__main { /* lg */
	width: 45.7%;
	margin-bottom: 0;
	margin-top: -5px;
}

.game-curriculum__image { /* lg */
	width: 47.8%;
	position: relative;
}

.game-curriculum__heading { /* lg */
	width: 115%;
}

.game-curriculum__text { /* lg */
	font-size: 1.3rem;
	line-height: 1.7;
}

.motion-design { /* lg */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: auto;
	flex-wrap: auto;
	width: 100%;
}

.motion-design__item { /* lg */
	width: 30%;
	margin-left: 0;
	margin-right: 0;
}

.cg-curriculum:before { /* lg */
	height: 230px;
	top: 126px;
}

.cg-career { /* lg */
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cg-career__main { /* lg */
	padding-top: 26px;
}

.cg-career__head { /* lg */
	padding-bottom: 32px;
	margin-bottom: 22px;
}

.cg-career__head__wrapper { /* lg */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.cg-career__label { /* lg */
	font-size: 2.0rem;
	margin-bottom: 14px;
}

.cg-career__heading { /* lg */
	font-size: 3.0rem;
}

.cg-career__tag { /* lg */
	font-size: 1.4rem;
	margin-left: 20px;
}
	
	.common-course { align-items: center; }
	.common-course__heading { display: flex; align-items: center; padding-bottom: 16px; margin-bottom: 32px; }
	.common-course__heading__jp { margin-left: 20px; }

}

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

.cg-curriculum__teacher__comment { /* iPhone5s */
	width: 200px;
	padding: 0 10px 0 30px;
}

}


.cg-curriculum__deco { position: relative; }
@media screen and (max-width: 680px) {
	.cg-curriculum__deco { left: 50%; transform: translateX(-50%); width: 100vw; }
}
@media screen and (max-width: 1050px) {
	.cg-curriculum__deco img { max-width: 570px; }
}
@media screen and (min-width: 1051px) {
	.anil-curriculum { justify-content: flex-start; }
	.anil-curriculum .cg-curriculum__figure { margin: 0; z-index: 100; }
	.cg-curriculum__deco { position: absolute; top: 50%; transform: translateY(-50%); right: 0; z-index: 0; }
	.cg-curriculum__deco img { max-width: 679px; }
}
