@charset "utf-8";

.tFvTxt s {
	text-decoration: none !important;
	font-size: 22px !important;
	text-shadow: 0 5px 6px rgba(0, 0, 0, 0.5) !important;
}

.tReadTit {
	text-decoration-line: underline;
	text-decoration-thickness: 15px;
	text-decoration-color: var(--secondary);
	text-underline-offset: -5px
}

.tStrBannerBx {
	filter: drop-shadow(0 3px 3px #848484);
}

.tCalendarFl {
	gap: 10px;
}

.tCalendarFl>img {
	display: block;
	width: 100%;
}

.tCourseItem::before,
.tCourseItem::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	clip-path: polygon(100% 0, 100% 100%, 0% 100%);
	aspect-ratio: 1/1;
}

.tCourseItem::before {
	width: 49px;
	background: var(--sixth);
	z-index: 1;
}

.tCourseItem::after {
	width: 32px;
	background: var(--secondary);
	z-index: 2;
}

.tCourseImgBx::before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 18.5px;
	margin: 0 auto;
	background: var(--gradation01);
}

.tCourseTxtBx::before {
	content: "";
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
	width: 50px;
	height: 3px;
	margin: 0 auto;
	background: var(--secondary);
	transition: all .3s;
}

.tCourseItem:hover .tCourseTxtBx::before {
	width: 150px;
}

.tCourseImgBx {
	overflow: hidden;
}

.tCourseImg {
	transition: all .3s;
}

.tCourseItem:hover .tCourseImg {
	transform: scale(1.1);
}


.tServItemImgBx img {
	transition: all .3s;
}

.tServItem:hover .tServItemImgBx img {
	transform: scale(1.1);
}

.tServItemArrowHvr {
	opacity: 0;
	transition: all .3s;
}

.tServItem:hover .tServItemArrowHvr {
	opacity: 1;
}

.tCmpImg {
	display: block;
	position: relative;
}

.tCmpImg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #333;
	opacity: .38;
}

.tCmpTit s {
	text-decoration: none;
	font-size: 25px;
	font-family: var(--fontA);
	font-weight: 500;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

	.tFvTxt s {
		font-size: 30px !important;
	}

	.tReadTit {
		text-decoration-thickness: 23px;
	}


	.tCalendarFl>img {
		display: block;
		width: 49%;
	}

	.tCmpTit s {
		font-size: 45px;
	}

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

	.tFvTxt s {
		font-size: 51px !important;
	}

	.tCmpTit s {
		font-size: 55px;
	}

}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

	.tFvTxtBx {
		left: 86px !important;
	}

	.tStrBanner {
		width: 105.5px !important;
	}

	.tStrNum {
		font-size: 50px !important;
	}

	.tCourseTxtBx {
		height: 97px !important;
	}

	.tCourseTxt01 {
		font-size: 30px !important;
	}

	.tServItemTit {
		font-size: 30px !important;
	}

}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1440px) {

	.tFv {
		padding: 0 !important;
	}

	.tFvTxt br {
		display: none;
	}

	.tFvTxt {
		display: flex;
		align-items: center;
		margin: 70px 0 0 !important;
	}

	.tFvTxt.mt-2 {
		margin: .5rem 0 0 !important;
	}

	.tFvTxt s {
		margin: 0 20px 0 0;
	}

	.tCourseFl {
		margin: -10px -50px 0 0 !important;
	}

	.tCourseItem {
		margin: 70px 50px 0 0 !important;
	}

	.tCmpTit s {
		font-size: 65px;
	}

}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */