@charset "utf-8";
.blog-flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog-flex-content {
	width: 350px;
	margin: 0 0 25px 0;
}
.blog-flex-content img {
	width: 100%;
	margin: 0 0 5px 0;
}
.blog-content-text {
	border-left: 5px solid #aed2df;
	padding: 0 0 0 5px;
	margin: 35px 0 20px 0;
}
.box-line {
	border-left: 3px solid #aed2df;
}

.box-line span {
	margin: 0 0 0 5px;
	word-break: break-all;
}

.toc_list li:before {
	content: none !important;
}

/* toc_container */
#toc_container {
	color: #595858;
	background: #f9f9f9;
	border: none;
	width: 100% !important;
	margin-block: 3rem;
	padding: 2rem 1rem;
}
#toc_container a {
	color: #595858 !important;
}
#toc_container p.toc_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	font-size: 1.15rem;
	line-height: 1;
}
#toc_container span.toc_toggle {
	color: transparent;
	font-size: 0.75rem;
}
#toc_container span.toc_toggle a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	padding: 0.5em 1em 0.5em 1rem;
	background: #ffffff;
	line-height: 1;
}
#toc_container span.toc_toggle a::before,
#toc_container span.toc_toggle a::after {
	content: '';
	display: block;
	width: 9px;
	height: 1px;
	border-bottom: 1px solid;
}
#toc_container span.toc_toggle a::after {
	position: absolute;
	width: 1px;
	height: 9px;
	margin-left: 4px;
	border-right: 1px solid;
	opacity: 0;
}
#toc_container.contracted span.toc_toggle a::after {
	opacity: 1;
}
#toc_container .toc_list li:not(:last-child) {
	border-bottom: 2px dotted #dadada;
}
#toc_container .toc_list a {
	display: block;
	padding-block: 0.5em;
	font-size: 0.875rem;
}

#toc_container .toc_number::after {
	content: '.';
}
.archive-event {
	padding-top: 64px;
}
@media screen and (max-width: 767px) {
	.archive-event {
		padding-top: 42px;
	}

	body.page-contact #contact {
		padding-bottom: 80px;
	}
}

ul.course_list._pt2 li:nth-child(3)::before {
	background-image: url(../images/icon04.webp);
	width: 128px;
	height: 43px;
}
ul.course_list._pt2 li:nth-child(4)::before {
	background-image: url(../images/icon05.webp);
	width: 75px;
	height: 55px;
}
ul.course_list._pt2 li:nth-child(5)::before {
	background-image: url(../images/icon06.webp);
	width: 100px;
	left: 65px;
}
ul.course_list._pt2 li:nth-child(6)::before {
	background-image: url(../images/icon07.webp);
	width: 75px;
	height: 55px;
}
ul.course_list._pt2 li:nth-child(7)::before {
	background-image: url(../images/icon08.webp);
	width: 75px;
	height: 55px;
}
ul.course_list._pt2 li:nth-child(8)::before {
	background-image: url(../images/icon09.webp);
	width: 100px;
	height: 55px;
}
ul.course_list._pt2 li:nth-child(9)::before {
	background-image: url(../images/icon10.webp);
	width: 75px;
	height: 55px;
}
ul.course_list._pt2 li:nth-child(10)::before {
	background-image: url(../images/icon11.webp);
	width: 109px;
	height: 55px;
}
ul.course_list._pt2 li:nth-child(11)::before {
	background-image: url(../images/icon12.webp);
	width: 101px;
	height: 55px;
}

.studio-list.calendar {
	grid-template-columns: 1fr;
	gap: 20px;
}

.studio-list-item-calendar {
	position: relative;
	display: grid;
	grid-template-columns: 225px 1fr;
	gap: 20px 25px;
	padding: 20px 20px 10px;
	background: #fff;
	border-radius: 10px;
}

.studio-list-item-calendar .studio-ttl {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	font-size: 23px;
}

.studio-list-item-calendar .studio-ttl a::before {
	display: none;
}

.studio-list-item-calendar .img-area {
	align-self: start;
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	border-radius: 5px;
}

.studio-list-item-calendar .area-list {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 15px 10px;
}

.studio-list-item-calendar .area-list dt {
	align-self: start;
	border: 2px solid #e8eaed;
	border-radius: 40px;
	font-size: 14px;
	text-align: center;
}

.studio-list-item-calendar .area-list dd {
	font-size: 15px;
	line-height: 1.5;
}

.studio-list-item-calendar .btn {
	position: absolute;
	top: 20px;
	right: 20px;
}

.studio-list-item-calendar .btn a {
	width: 153px;
	min-width: unset;
	padding: 5px 0 3px;
	font-size: 13px;
	line-height: 1.5;
	vertical-align: middle;
	background: url(../images/common/arrow_blue.svg) no-repeat center right 13px / 4px auto, transparent;
	border: 2px solid #b8d9e6;
	border-radius: 100px;
	color: #4ca1bf;
}

.studio-list-item-calendar .calendar-wrapper {
	grid-column: 1 / 3;
	grid-row: 3 / 4;
}

.studio-list-item-calendar .calendar-inner {
	display: flex;
	border: 1px solid #c5ccd6;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}

.studio-list-item-calendar .calendar .head {
	align-self: stretch;
	display: grid;
	place-content: center;
	width: 150px;
	text-align: center;
	background: #dae4e6;
}

.studio-list-item-calendar .calendar .cell {
	flex-grow: 1;
	flex-shrink: 0;
	width: 58px;
	height: 88px;
	border-left: 1px solid #c5ccd6;
	text-align: center;
	font-size: 14px;
	transition: 0.3s;
}

.studio-list-item-calendar .calendar .cell:hover {
	color: inherit;
	background: rgba(230, 92, 92, 0.1);
}

.studio-list-item-calendar .calendar .cell.close {
	color: #c5ccd6;
}

.studio-list-item-calendar .calendar .cell.red {
	color: #e65c5c;
}

.studio-list-item-calendar .calendar .cell.blue {
	color: #24acf0;
}

.studio-list-item-calendar .calendar .weekday {
	display: grid;
	place-content: center;
	height: 24px;
	border-bottom: 1px solid #c5ccd6;
	background: #f5f5f5;
}

.studio-list-item-calendar .calendar .date {
	margin-top: 3px;
}

.studio-list-item-calendar .calendar .btn-box {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-top: 8px;
	border: 1px solid #e65c5c;
	border-radius: 50%;
}

.studio-list-item-calendar .calendar .close-text {
	margin-top: 2px;
}

.studio-list-item-calendar .calendar-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 4px;
}

.studio-list-item-calendar .calendar-info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.3em;
}

.studio-list-item-calendar .calendar-info::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #e65c5c;
	border-radius: 50%;
}

@media screen and (max-width: 767px) {
	.studio-list.calendar {
		display: grid;
		gap: 15px;
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}

	.studio-list-item-calendar {
		position: relative;
		display: block;
		padding: 10px 20px;
		border-radius: 0;
		width: 100vw;
	}

	.studio-list-item-calendar .studio-ttl {
		font-size: 17px;
		width: 100%;
	}

	.studio-list-item-calendar .img-area {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 2px;
		border-radius: 0;
		width: 100%;
		margin-top: 10px;
	}

	.studio-list-item-calendar .area-list {
		gap: 5px 7px;
		margin-top: 15px;
		width: 100%;
	}

	.studio-list-item-calendar .area-list dt {
		font-size: 12px;
		text-align: center;
	}

	.studio-list-item-calendar .area-list dd {
		font-size: 13px;
		line-height: 1.4;
	}

	.studio-list-item-calendar .btn {
		position: static;
		margin-top: 14px;
	}

	.studio-list-item-calendar .btn a {
		width: 100%;
		min-width: unset;
		padding: 5px 0 3px;
		font-size: 14px;
		border: 2px solid #b8d9e6;
	}

	.studio-list-item-calendar .calendar-wrapper {
		margin-top: 10px;
		width: 100%;
		overflow-x: auto;
	}

	.studio-list-item-calendar .calendar-inner {
		display: flex;
		border-radius: 0;
		width: max-content;
	}

	.studio-list-item-calendar .calendar {
		width: 100%;
		border-radius: 0;
		margin-top: 7px;
		padding-bottom: 8px;
		overflow: auto;
	}

	.studio-list-item-calendar .calendar .head {
		display: none;
	}

	.studio-list-item-calendar .calendar-head {
		display: flex;
		justify-content: space-between;
	}

	.studio-list-item-calendar .calendar .cell {
		width: 54px;
		height: 78px;
		font-size: 13px;
	}

	.studio-list-item-calendar .calendar .head + .cell {
		border-left: 0;
	}

	.studio-list-item-calendar .calendar .weekday {
		height: 22px;
	}

	.studio-list-item-calendar .calendar .date {
		margin-top: 3px;
	}

	.studio-list-item-calendar .calendar .btn-box {
		margin-top: 8px;
	}

	.studio-list-item-calendar .calendar-bottom {
		display: flex;
		justify-content: space-between;
		margin-top: 4px;
	}

	.studio-list-item-calendar .calendar-info {
		display: none;
	}

	.studio-list-item-calendar .calendar-info::before {
		width: 11px;
		height: 11px;
	}
}
@media screen and (min-width: 768px) {
	.studio-list-item-calendar .img-area img:not(:first-child) {
		display: none;
	}
}

.contact-form_content {
	position: relative;
}

.contact-form_content.is-inputed select,
.contact-form_content.is-inputed input,
.contact-form_content.is-inputed textarea {
	border-color: #03af00;
}

.contact-form_content.is-inputed::after {
	content: '';
	position: absolute;
	top: 16px;
	left: -48px;
	width: 32px;
	height: 32px;
	background: url(../images/common/check.svg) no-repeat center / contain;
	animation: bounce 0.5s ease forwards;
}

@media screen and (max-width: 767px) {
	.contact-form_content.is-inputed::after {
		left: auto;
		right: 6px;
		top: -24px;
	}
}

.contact-form_body.is-inputed .contact-form_required-icon {
	opacity: 0;
}

.contact-form_required-icon.any {
	background: #ccc;
}

@keyframes bounce {
	0% {
		transform: translate(0, -50%);
	}
	50% {
		transform: translate(0, -60%);
	}
	80% {
		transform: translate(0, -45%);
	}
	100% {
		transform: translate(0, -50%);
	}
}

/* 20250814 add TOP PAGE instructors slider */
#top .instructors-slider-wrapper {
	position: relative;
	z-index: 2;
}
#top .region-filter {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
#top .region-tab {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 35px;
	width: 120px;
	height: 34px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #999;
	white-space: nowrap;
	cursor: pointer;
}
#top .region-tab.active {
	background: #a3c5d0;
	color: #333;
	border-color: #a3c5d0;
}
#top .region-tab:focus-visible {
	outline: none;
	border: none;
}
#top .genre-filter {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
#top .genre-tab {
	padding: 0 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 35px;
	min-width: 120px;
	height: 34px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #999;
	white-space: nowrap;
	cursor: pointer;
}
#top .genre-tab.active {
	background: #a3c5d0;
	color: #333;
	border-color: #a3c5d0;
}
#top .genre-tab:focus-visible {
	outline: none;
	border: none;
}

#top .instructors-slider {
	/* display: flex;
	overflow-x: auto;
	padding: 20px 0; */
	padding-inline: 50px;
}
#top .slider-arrow {
	position: absolute;
	z-index: 1;
	top: 55%;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
	font-size: 20px;
	color: #fff;
	background: #abd6e4;
}
#top .slider-arrow:focus-visible {
	outline: none;
	border: none;
}

#top .instructors-slider .slider-arrow.prev-arrow {
	left: 0;
}
#top .instructors-slider .slider-arrow.next-arrow {
	right: 0;
}
#top .instructors-slider .teacher-list {
	margin-top: 40px;
}
#top .instructors-slider .teacher-item {
	width: 20%;
	margin-inline: 10px;
	text-align: center;
}
#top .instructors-slider .teacher-image {
	aspect-ratio: 1;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 15px;
}
#top .instructors-slider .teacher-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* #top .instructors-slider .teacher-info {
} */
#top .instructors-slider .teacher-name-jp {
	font-size: 20px;
	font-weight: bold;
}
#top .instructors-slider .teacher-name-en {
	font-size: 14px;
	color: #a3c5d0;
	margin-top: 2px;
}
#top .instructors-slider .teacher-comment {
	font-size: 12px;
	color: #333;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 5px;
}
#top .instructors-slider .slider-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 20px;
	margin-bottom: 40px;
}
#top .instructors-slider .slider-dots .dot {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ddd;
	cursor: pointer;
}
#top .instructors-slider .slider-dots .slick-active .dot {
	background: #a3c5d0;
}
@media screen and (max-width: 767px) {
	#top .region-filter {
		margin-top: 30px;
	}
	#top .genre-filter {
		margin-top: 25px;
		gap: 6px;
	}
	#top .genre-tab {
		padding: 0 16px;
		/* min-width: 120px; */
		width: 49%;
		font-size: 13px;
		letter-spacing: 0em;
	}
	#top .instructors-slider {
		padding-inline: 36px;
	}
	#top .slider-arrow {
		top: 55%;
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
	#top .instructors-slider .teacher-list {
		margin-top: 30px;
	}
}
