@charset "UTF-8";
/*----------
	afterschool
----------*/
/* コンテンツヘッダー */
.education-content-header {
	height: 300px;
	position: relative;
}
.education-content-header__kv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.education-content-header__kv img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.education-content-header > h1 {
	display: inline-block;
	max-width: 89.3333333333%;
	padding: 34px 20px 20px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(270deg, #B3CC00 0%, #26BFA2 100%);
	font-weight: bold;
	line-height: var(--line-height-s);
	letter-spacing: 0;
	color: #fff;
}
.education-content-header > h1 em {
	display: block;
	font-size: 2.8rem;
}
.education-content-header__sub {
	display: block;
	margin-top: 10px;
	padding-left: 34px;
	position: relative;
	font-size: 1.3rem;
	line-height: var(--line-height-s);
	color: #fff;
}
.education-content-header__sub::before {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
}
.education-content-header__tag {
	display: block;
	height: 38px;
	padding: 0 10px 0 20px;
	position: absolute;
	top: -20px;
	left: 0;
	background-color: #2E3133;
	font-size: 1.6rem;
	line-height: 38px;
}
@media (min-width: 768px) {
	.education-content-header {
		height: 400px;
	}
	.education-content-header > h1 {
		max-width: none;
		padding: 44px 50px 30px 60px;
		bottom: 48%;
		left: 0;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
	.education-content-header > h1 em {
		font-size: 4rem;
	}
	.education-content-header__tag {
		height: 52px;
		padding: 0 30px 0 60px;
		top: -26px;
		font-size: 2.4rem;
		line-height: 52px;
	}
}

.afterschool-content__text {
	max-width: 80%;
	margin: 0 auto;
}


/* このような方にオススメ */
.afterschool-recommend {
	width: 100%;
	margin-top: 40px;
	background-image: linear-gradient(90deg, #f9cfce 0%, #fce6cd 100%);
}
.afterschool-recommend > dt {
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	line-height: var(--line-height-s);
	letter-spacing: 0;
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px);
}
.afterschool-recommend > dd > ul > li > figure {
	display: block;
	width: 200px;
	margin: 0 auto;
}
.afterschool-recommend > dd > ul > li > p {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: var(--line-height-s);
}
@media (max-width: 767px) {
	.afterschool-recommend {
		padding: 40px 5.3333333333%;
	}
	.afterschool-recommend > dd > ul > li + li {
		margin-top: 40px;
	}
}
@media (min-width: 768px) {
	.afterschool-recommend {
		width: 1160px;
		margin-left: auto;
		margin-right: auto;
	}
	.afterschool-recommend > dt {
		font-size: 4rem;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	.afterschool-recommend > dd {
		padding: 48px 120px 72px;
	}
	.afterschool-recommend > dd > ul {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}

.afterschool-top-recommend {
	margin-top: 80px;
}
@media (min-width: 768px) {
	.afterschool-top-recommend {
		margin-top: 100px;
	}
}

.c-iconset-photo {
	max-width: 200px;
	margin: 0 auto;
}
/* コンテンツヘッダー */
.education-content-header > h1 {
	background-image: linear-gradient(270deg, #9957F6 0%, #C502B6 100%);
}
@media (max-width: 767px) {
	.c-heading-prim--small {
		font-size: 1.8rem;
	}
	.education-content-header > h1 em {
		font-size: 2.6rem;
	}
}



/* afterschool-extracontent */
.afterschool-extracontent__inner {
	display: block;
	padding: 40px 20px 40px;
	position: relative;
	text-decoration: none;
	color: var(--color-text);
	background-image: linear-gradient(90deg, #f9cfce 0%, #fce6cd 100%);
}
.afterschool-extracontent__title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: var(--line-height-s);
}
.afterschool-extracontent__title > span {
	display: block;
}
.afterschool-extracontent__detail {
	font-size: 1.6rem;
}
@media (max-width: 767px) {
	.afterschool-extracontent__image {
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) {
	.afterschool-extracontent__inner {
		padding-right: 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-height: 360px;
		margin-left: 100px;
		transition: color 0.2s;
	}
	.afterschool-extracontent__image {
		width: 390px;
		margin: 0 60px 0 -120px;
	}
	.afterschool-extracontent__title {
		font-size: 2.5rem;
	}
	.afterschool-extracontent__title > span {
		margin-top: 16px;
		font-size: 1.6rem;
	}
	.afterschool-extracontent__detail {
		flex: 1;
	}
}

/* activity-detail-case */
.activity-detail-case {
	margin-top: 40px;
}
.activity-detail-case__inner {
	overflow: visible !important;
	width: 89.3333333333%;
	margin: 0 auto;
}
.activity-detail-case__slide {
	width: 260px;
}
.activity-detail-case__slide + .activity-detail-case__slide {
	margin-left: 20px;
}
.activity-detail-case__prev, .activity-detail-case__next {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 58px;
	z-index: 1;
	opacity: 1;
	background-color: #2E3133;
	cursor: pointer;
	transition: opacity 0.2s;
	text-align: center;
	font-size: 1.6rem;
	line-height: 30px;
	color: #fff;
}
.activity-detail-case__prev[class*=-disabled], .activity-detail-case__next[class*=-disabled] {
	opacity: 0;
}
.activity-detail-case__prev {
	left: -16px;
}
.activity-detail-case__next {
	right: -16px;
}
@media (min-width: 768px) {
	.activity-detail-case {
		margin-top: 90px;
	}
	.activity-detail-case__inner {
		width: 1240px;
		padding: 0 40px;
		overflow: hidden !important;
	}
	.activity-detail-case__slide + .activity-detail-case__slide {
		margin-left: 40px;
	}
	.activity-detail-case__prev:hover:not([class*=-disabled]), .activity-detail-case__next:hover:not([class*=-disabled]) {
		opacity: 0.6;
	}
	.activity-detail-case__prev {
		left: 0;
	}
	.activity-detail-case__next {
		right: 0;
	}
}


/* support-sequence */
.support-sequence > li {
	padding: 10px 10px 10px 45px;
	position: relative;
	background-color: #F1F6F6;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: var(--line-height-s);
	counter-increment: chapter;
}
.support-sequence > li:not(:last-child)::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: 0;
	right: 50%;
	z-index: -1;
	background-color: #F1F6F6;
	-webkit-transform: rotate(45deg) translate(10px, -2px);
	transform: rotate(45deg) translate(10px, -2px);
}
.support-sequence > li::after {
	content: counter(chapter);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #2E3133;
	padding: 8px 11px;
	height: 100%;
}
.support-sequence > li > span {
	display: inline-block;
	margin-right: 16px;
}
.support-sequence > li + li {
	margin-top: 10px;
}
@media (min-width: 768px) {
	.support-sequence {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.support-sequence > li {
		padding: 40px 16px;
		flex: 0 0 215px;
		text-align: center;
		position: relative;
	}
	.support-sequence > li:not(:last-child)::before {
		width: 16px;
		height: 16px;
		bottom: 50%;
		right: 0;
	}
	.support-sequence > li::after {
		top: -10px;
		left: 10px;
		padding: 5px 19px;
		height: auto;
	}
	.support-sequence > li > span {
		display: block;
		margin-right: 0;
	}
	.support-sequence > li + li {
		margin-top: 0;
	}
}

/* notice */
.notice {
	margin-top: 30px;
	padding: 20px;
	position: relative;
	background-color: #F2F6F7;
	overflow: hidden;
}
.notice::after {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color-prim);
	-webkit-transform: rotate(45deg) translateX(-14px);
	transform: rotate(45deg) translateX(-14px);
}
.c-list__link .c-icontext {
	text-indent: 0;
}
@media (min-width: 768px) {
	.c-list__link {
		width: calc(100% - 0.25em);
		display: inline-flex;
		text-indent: 0;
	}
	.c-list__link .txt {
		width: 50%;
	}
	.notice .sml-txt {
		display: inline-block;
	}
}
.gray-text {
	font-size: 1.4rem;
	color: var(--color-border);
}
.imageset__title-line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid var(--color-prim);
}
.c-imageset-small__inner .imageset__title-line {
	margin-bottom: 0;
}
.c-imageset-small__inner .imageset__title-line small {
	display: block;
	margin-bottom: 5px;
	font-size: 1.6rem;
}
.text-area {
	padding: 90px 20px 50px;
	text-align: center;
	font-size: 3rem;
	position: relative;
	z-index: 2;
	font-weight: bold;
	background-color: #FFF;
}
.text-area p > span {
	display: inline-block;
	position: relative;
}
.text-area p > span:after {
	width: 100%;
	height: 20px;
	background: linear-gradient(to right, #E21512 20%,  #F18A01 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: "";
}
.c-iconset-photo {
	margin: 0 auto;
	max-width: 200px;
}
.c-tag--red > span {
	border-color: #C2272D;
	background-color: #C2272D;
}

@media (max-width: 767px) {
	.text-area {
		line-height: 1.6;
		font-size: 2.0rem;
	}
	.text-area p > span:after {
		height: 10px;
	}
}

.engineer-separator {
	display: block;
	margin: 20px auto 0;
	border-top: 3px solid var(--color-prim);
}

.afterschool-text {
	display: inline;
}
@media (min-width: 768px) {
	.afterschool-text > span {
		display: inline-block;
		margin-left: 146px;
	}
}

/* curriculum imageset tag */
@media (min-width: 768px) {
	.curriculum-imageset-tag {
		top: 0;
		left: -610px;
	}
}
