@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.orange {
	background-color: rgba(255, 135, 0, .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)
	}
}
.ko .lead .section__title {
	color: #ff4d01;
	margin-bottom: 12px
}
.ko .lead .section__subtitle {
	font-size: 18px;
	color: #000;
	display: inline;
	border-bottom: 2px dotted #000;
	padding-top: 0
}
.ko .lead .section__subtitle::before {
	content: none
}
.ko .lead .section__box-border {
	margin-bottom: 0
}
.ko .lead_text {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8
}
.ko .lead_image {
	padding: 32px 20px 20px;
	background-color: rgba(242, 236, 228, .3921568627);
	text-align: center
}
@media only screen and (max-width: 750px) {
	.ko .lead_image {
		padding: 26px 15px
	}
}
.ko .lead .courses .section__title-bold {
	margin-bottom: 0
}
.ko .lead .courses .pdf-dl a {
	color: #ff7b01;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: -0.1em;
	display: flex;
	flex-direction: column;
	align-items: center
}
.ko .lead .courses .pdf-dl img {
	width: 45px
}
.ko .pdc_image {
	background-color: rgba(242, 236, 228, .3921568627);
	text-align: center
}
@media only screen and (min-width: 751px) {
	.ko .pdc_image {
		border-radius: 12px;
		padding: 38px 20px
	}
}
@media only screen and (max-width: 750px) {
	.ko .pdc_image {
		margin: 0 -20px;
		padding: 32px 20px 48px
	}
}
.ko .pdc__section {
	padding: 32px 0 48px;
	border-top: 4px solid #f5f5f5
}
.ko .pdc__section:last-child {
	padding-bottom: 0
}
.ko .pdc__section-title {
	font-size: 28px;
	font-size: clamp(24px, 9.7142857143px + 1.9047619048vw, 28px);
	font-weight: 700;
	line-height: normal;
	margin-bottom: 16px
}
@media only screen and (max-width: 750px) {
	.ko .pdc__section-title {
		flex-direction: column;
		text-align: center
	}
}
.ko .pdc__section-title .circle {
	width: 96px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1/1;
	border: 3px solid #ff7b01;
	border-radius: 50%;
	font-size: 13px
}
.ko .pdc__section-title .circle span {
	font-size: 20px;
	font-weight: 900
}
.ko .pdc__section p {
	font-size: 15px
}
.ko .pdc__section .individual-instruction {
	padding: 18px 16px
}
@media only screen and (max-width: 750px) {
	.ko .pdc__section .individual-instruction {
		padding: 18px 0 30px
	}
}
.ko .pdc__section .individual-instruction figcaption {
	margin-left: 8px
}
@media only screen and (max-width: 750px) {
	.ko .pdc__section .individual-instruction figcaption {
		margin: 0 16px;
		padding-bottom: 12px
	}
}
.ko .pdc__section .individual-instruction figcaption span {
	color: #ff8700
}
@media only screen and (max-width: 750px) {
	.ko .pdc__section .exercise {
		border: 8px solid #f5f5f5;
		padding: 24px 12px
	}
}
.ko .pdc__section .exercise_title {
	font-size: 22px;
	line-height: normal
}
.ko .pdc__section .comment {
	color: #e60000;
	font-size: 12px;
	margin: 4px 0 12px
}
.ko .pdc__section .comment .tag__free {
	background-color: #ff4d01
}
.ko .pdc__section .comment .tag__free.fee {
	background-color: #949494
}