@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
	}
}
.main.classroom {
	position: relative
}
.main.classroom.green {
	background-color: rgba(0, 153, 153, .8)
}
.main.classroom::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/common/parts-bg_kv-m_classroom.png) no-repeat;
	background-size: 100%;
	z-index: -1
}
@media only screen and (max-width: 750px) {
	.main.classroom::before {
		background-image: url(../images/common/parts-bg_kv-m_classroom_sp@2x.png)
	}
}
.main.classroom .pageheader .breadcrumb__item--current, .main.classroom .pageheader .breadcrumb__link, .main.classroom .pageheader .pageheader__title {
	color: #fff
}
.main.classroom .pageheader__title {
	margin: 50px 0 calc(50px + .8em)
}
@media only screen and (max-width: 750px) {
	.main.classroom .pageheader__title {
		margin: 25px 0 calc(25px + .8em)
	}
}
.section__subtitle, .section__intro-strongtext {
	color: #099
}
.section__subtitle:before {
	background-image: url(../images/common/line_dot-green.svg)
}
.section__title-borderleft {
	border-left-color: #099
}
.section__title-number--text {
	background-color: #099
}
.text_green {
	color: #099
}
.btn--circlearrow::after {
	background-color: #099
}
.private .link_underline {
	color: #099
}
.private .lead__intro-title {
	font-size: 28px;
	font-size: clamp(24px, 9.7142857143px + 1.9047619048vw, 28px);
	font-weight: 700;
	line-height: 1.4
}
.private .lead p {
	font-size: 15px
}
@media only screen and (max-width: 750px) {
	.private .lead figure {
		text-align: center
	}
	.private .lead figure img {
		width: 285px;
		text-align: center
	}
}
.private .lecture .section__box-border {
	padding: 24px 32px 32px;
	margin-bottom: 0;
	font-size: 15px
}
@media only screen and (max-width: 750px) {
	.private .lecture .section__box-border {
		padding-right: 12px;
		padding-left: 12px
	}
}
.private .lecture .section .read_more .btn--circlearrow {
	padding-top: 20px;
	padding-bottom: 20px
}
@media only screen and (min-width: 751px) {
	.private .lecture-content {
		position: relative
	}
	.private .lecture-content::before {
		content: "";
		position: absolute;
		top: -78px;
		right: 25px;
		width: 119px;
		height: 124px;
		background: url(../images/course/private/illust_students-left.png);
		background-size: cover
	}
}
.private .lecture-title {
	font-size: 28px;
	font-size: clamp(24px, 9.7142857143px + 1.9047619048vw, 28px);
	font-weight: 700;
	line-height: normal
}
.private .lecture-target {
	padding: 10px 22px;
	border: 2px solid #099;
	border-radius: 8px;
	align-items: baseline
}
.private .lecture-target dt {
	color: #099;
	font-size: 18px
}
.private .format .internal-link li {
	border-bottom: 1px solid #dadada
}
.private .format .internal-link li a {
	display: block;
	padding: 12px 24px 12px 0;
	background: url(../images/common/icon_arrow-bottom-green.svg) no-repeat right center;
	font-size: 24px;
	font-weight: 700
}
@media only screen and (max-width: 750px) {
	.private .format .internal-link li a {
		padding-top: 0
	}
}
.private .format .internal-link li a span {
	display: block;
	font-size: 15px
}
.private .format .section__title-number--title .for {
	font-size: 18px
}
.private .format .section__title-number--title .subtitle {
	font-size: 15px;
	font-weight: 400
}
.private .format .section__intro-min {
	font-size: 15px
}
.private .group .section__title {
	margin-bottom: 12px
}
.private .group .section__intro-text {
	display: inline;
	border-bottom: 2px dotted #777;
	font-size: 18px;
	letter-spacing: 0
}
@media only screen and (min-width: 751px) {
	.private .group .section__box-border {
		margin-bottom: 0
	}
}
@media only screen and (max-width: 750px) {
	.private .group .section__box-border {
		padding: 24px
	}
}
.private .group-icon {
	margin: -8px 0 8px
}
.private .group-title {
	min-height: 3em;
	display: grid;
	place-items: center flex-start;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5
}
.private .group-text {
	font-size: 13px;
	letter-spacing: .04em
}
.private .group .comment {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 13px
}
.private .video-lesson {
	padding: 22px 30px 30px;
	border: 2px solid #099;
	border-radius: 8px;
	background-color: #f7fcfc
}
@media only screen and (max-width: 750px) {
	.private .video-lesson {
		padding-right: 18px;
		padding-left: 18px
	}
}
.private .video-lesson p {
	font-size: 15px
}
.private .video-lesson p:not(:last-child) {
	margin-bottom: 12px
}
.private .video-lesson .btn {
	background-color: #099;
	width: 240px
}
.private .video-lesson .swiper-wrapper {
	grid-template-columns: repeat(3, minmax(0, 1fr))
}
.private .accordion-menu dt:after {
	right: 0;
	background-image: url(../images/common/icon_open-green.svg)
}
.private .accordion-menu dt.active:after {
	background-image: url(../images/common/icon_close-green.svg)
}
.private .q-a__list--item {
	background-image: url(../images/common/icon_left-speech-bubble-green.svg);
	display: grid;
	place-items: center flex-start
}