@import"https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap";
@media only screen and (max-width: 750px) {
	.readmore {
		position: relative
	}
	.readmore__content {
		position: relative;
		height: auto;
		max-height: 135px;
		overflow: hidden;
		transition: max-height 1s
	}
	.readmore__content:not(.open) {
		max-height: 96px !important
	}
	.readmore__content::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: block;
		width: 100%;
		height: 100%;
		transition: 1s;
		background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, #fff 100%)
	}
	.readmore__content.open {
		margin-bottom: 2em
	}
	.readmore__content.open::after {
		z-index: -1;
		opacity: 0
	}
	.readmore__content.open + .readmore__btn {
		bottom: -2em
	}
	.readmore__btn {
		position: absolute;
		bottom: 38px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		display: block !important;
		text-align: center;
		border: 0;
		background: none;
		color: #ff4d01;
		font-size: 15px;
		font-weight: 700;
		text-decoration: underline !important;
		cursor: pointer;
		transition: bottom 1s
	}
}
@media only screen and (min-width: 751px) {
	.readmore-pc .readmore {
		position: relative
	}
	.readmore-pc .readmore__content {
		position: relative;
		height: auto;
		max-height: 135px;
		overflow: hidden;
		transition: max-height 1s
	}
	.readmore-pc .readmore__content:not(.open) {
		max-height: 96px !important
	}
	.readmore-pc .readmore__content::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: block;
		width: 100%;
		height: 100%;
		transition: 1s;
		background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, #fff 100%)
	}
	.readmore-pc .readmore__content.open {
		margin-bottom: 2em
	}
	.readmore-pc .readmore__content.open::after {
		z-index: -1;
		opacity: 0
	}
	.readmore-pc .readmore__content.open + .readmore__btn {
		bottom: -2em
	}
	.readmore-pc .readmore__btn {
		position: absolute;
		bottom: 38px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		display: block !important;
		text-align: center;
		border: 0;
		background: none;
		color: #ff4d01;
		font-size: 15px;
		font-weight: 700;
		text-decoration: underline !important;
		cursor: pointer;
		transition: bottom 1s
	}
}
.swiper-images {
	overflow: hidden
}
.swiper-images img {
	width: 100%
}
@media only screen and (min-width: 751px) {
	.swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px
	}
	.swiper-slide {
		grid-column: span 1/span 1
	}
}
.ncurriculum .lead__intro-subtitle {
	font-size: 20px
}
.ncurriculum .lead__intro-title {
	font-size: 28px;
	line-height: 1.5
}
.ncurriculum .lead .section__title-borderleftwide::before {
	top: .7em;
	bottom: auto
}
.ncurriculum .lead_content p {
	font-size: 15px
}
.ncurriculum .lead table {
	margin-bottom: 12px;
	width: 100%;
	table-layout: fixed;
	font-size: 15px;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada
}
.ncurriculum .lead table th, .ncurriculum .lead table td {
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada
}
.ncurriculum .lead table th {
	padding: 9px 10px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold
}
.ncurriculum .lead table th:first-child {
	width: 4em;
	border: 0
}
@media only screen and (max-width: 750px) {
	.ncurriculum .lead table th:first-child {
		width: 3em
	}
}
.ncurriculum .lead table th:nth-child(2) {
	background-color: #5192c0
}
.ncurriculum .lead table th:last-child {
	background-color: #8f7eb9
}
.ncurriculum .lead table td {
	padding: 12px 10px
}
@media only screen and (max-width: 750px) {
	.ncurriculum .lead table td {
		padding: 0 10px;
		height: 3.5em
	}
}
.ncurriculum .lead table td:nth-child(2) {
	background-color: #dfe8f3
}
.ncurriculum .lead table td:last-child {
	background-color: #e8e5f2
}
.ncurriculum .lead table td.shape {
	position: relative
}
.ncurriculum .lead table td.shape::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 10px);
	height: calc(100% + 1px);
	border-right: 3px solid #ff7b01;
	border-left: 3px solid #ff7b01
}
.ncurriculum .lead table td.shape-top::before {
	top: 3px;
	height: calc(100% - 2px);
	border-top: 3px solid #ff7b01;
	border-radius: 8px 8px 0 0
}
.ncurriculum .lead table td.shape-bottom::before {
	height: calc(100% - 3px);
	border-bottom: 3px solid #ff7b01;
	border-radius: 0 0 8px 8px
}
.ncurriculum .lead .target {
	padding: 10px 22px;
	border: 2px solid #ff7b01;
	border-radius: 8px;
	font-size: 15px
}
@media only screen and (max-width: 750px) {
	.ncurriculum .lead .target.sp_only {
		display: block !important;
		padding: 14px 18px
	}
}
.ncurriculum .lead .target dt {
	width: 2.25em
}
@media only screen and (min-width: 751px) {
	.ncurriculum .lead .target dt {
		font-size: 18px
	}
}
.ncurriculum .features .section {
	padding: 32px 56px 40px;
	border-radius: 12px;
	background-color: #ffeeb0
}
@media only screen and (max-width: 750px) {
	.ncurriculum .features .section {
		padding: 48px 20px 64px
	}
}
.ncurriculum .features .section__title {
	font-style: 32px
}
.ncurriculum .features .internal-link a {
	display: block;
	padding: 12px 40px 12px 22px;
	border: 2px solid #ff4d01;
	border-radius: 999px;
	background: #fff url(../images/common/icon_arrow-bottom.svg) no-repeat calc(100% - 24px) 50%;
	font-size: 20px;
	font-weight: 500;
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, .1);
	transition: all .3s
}
.ncurriculum .features .internal-link a:hover {
	box-shadow: none;
	transform: translateY(4px)
}
.ncurriculum .features_box {
	padding: 80px 40px 64px;
	border-radius: 16px;
	background-color: #fff;
	position: relative
}
@media only screen and (max-width: 750px) {
	.ncurriculum .features_box {
		padding: 64px 20px 32px
	}
}
@media only screen and (min-width: 751px) {
	.ncurriculum .features_box .subject {
		left: 16px;
		height: auto;
		padding: 12px 12px 4px;
		border-radius: 0 0 8px 8px;
		font-size: 28px
	}
}
.ncurriculum .features_box p {
	font-size: 15px
}
@media only screen and (min-width: 751px) {
	.ncurriculum .features_box .text {
		width: 52%
	}
}
.ncurriculum .features_box .text p:not(:last-child) {
	margin-bottom: 12px
}
@media only screen and (min-width: 751px) {
	.ncurriculum .features_box .image {
		width: 48%
	}
}
.ncurriculum .features_box .image strong {
	border-bottom: 2px dotted #ff4d01
}
.ncurriculum .features_box .readmore__content:not(.open) + .readmore__btn {
	bottom: 20px
}
.ncurriculum .schedule .accordion-menu {
	border: 0;
	padding: 0;
	margin-bottom: 0
}
.ncurriculum .schedule .accordion-menu dt {
	padding: 8px 16px;
	border: 2px solid #ccc;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	background-color: #dad4d3
}
@media only screen and (min-width: 751px) {
	.ncurriculum .schedule .accordion-menu dt {
		cursor: auto
	}
}
.ncurriculum .schedule .accordion-menu dt span {
	font-size: 24px
}
.ncurriculum .schedule .accordion-menu dt::after {
	right: 16px;
	background-image: url(../images/course/private/ncurriculum/icon_open-glay.svg)
}
@media only screen and (min-width: 751px) {
	.ncurriculum .schedule .accordion-menu dt::after {
		content: none
	}
}
@media only screen and (max-width: 750px) {
	.ncurriculum .schedule .accordion-menu dt.active {
		border-bottom: 2px solid #ccc
	}
}
.ncurriculum .schedule .accordion-menu dt.active::after {
	background-image: url(../images/course/private/ncurriculum/icon_close-glay.svg)
}
.ncurriculum .schedule_section-body {
	padding: 0 16px;
	border: 2px solid #ccc;
	border-top: 0;
	border-radius: 0 0 4px 4px
}
.ncurriculum .schedule_section-body > div:first-of-type {
	border-bottom: 1px dashed #ccc
}
.ncurriculum .schedule_section-body p {
	font-size: 13px
}
.ncurriculum .schedule_section-body .schedule-list * {
	font-size: 15px
}
.ncurriculum .schedule_section-body .schedule-list .season {
	margin-left: .5em;
	font-size: 13px;
	font-weight: 400
}
.ncurriculum .schedule_section-body .schedule-list li {
	min-width: 15em;
	padding: -8px 0 0 16px
}
@media only screen and (min-width: 751px) {
	.ncurriculum .schedule_section-body {
		max-height: none !important
	}
}
.ncurriculum .materials {
	font-size: 13px
}
.ncurriculum .materials-main-item {
	padding: 16px;
	border-radius: 8px;
	background-color: #fcfaea
}
.ncurriculum .materials-name {
	margin: 12px 0 4px;
	font-size: 15px;
	font-weight: 700
}