@charset "utf-8";

.t_ttl01 {
	display: flex;
	flex-direction: column;
	margin-bottom: 3rem;
	gap: 1.3rem;

	.txt01 {
		color: var(--blown_01, #40281D);
		font-family: var(--font-en-is);
		font-size: 5rem;
		line-height: 1;
		letter-spacing: 0.04em;
	}

	.txt02 {
		color: var(--brown_02, #856D60);
		font-family: var(--font-min);
		font-size: 1.7rem;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.08em;
	}
}

.t_ttl02 {
	display: flex;
	flex-direction: column;
	margin-bottom: 4rem;
	gap: 1.8rem;
	position: relative;
	text-align: center;

	.txt01 {
		color: var(--blown_01, #40281D);
		font-family: var(--font-min);
		font-size: 1.9rem;
		line-height: 1.6;
		letter-spacing: 0.08em;
		font-weight: 500;
	}

	.txt02 {
		color: var(--brown_02, #856D60);
		font-family: var(--font-en-is);
		font-size: 1.7rem;
		line-height: 1;
		letter-spacing: 0.04em;
	}
}

/*++++++++++++++++++++++++++++
l_mv
++++++++++++++++++++++++++++*/
#front_main {
	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 20;
		background: #fff;
		animation: opacityOff 1s linear 0.5s 1 both;
		pointer-events: none;
	}
}

.l_mv {
	position: relative;
}

.l_mv_slider_item {
	position: relative;
	z-index: 1;
}

.l_mv_img {
	width: 100%;
	height: 101.5vh;
	min-height: 50rem;
	margin-left: auto;
	aspect-ratio: auto;
	z-index: 1;
}

.l_mv_txt01 {
	position: absolute;
	left: 2.6rem;
	bottom: 25.3rem;
	z-index: 10;
	filter: drop-shadow(0px 0px 15.28px #584730B2);
	color: #fff;
	display: flex;
	flex-direction: column;
	animation: fadeInUp 1s ease 2s 1 both;

	span {
		font-size: 3.2rem;
		font-family: var(--font-min);
		font-weight: 500;
		line-height: 1.3;
		letter-spacing: 0.12em;
	}

	.txt02 {
		margin-top: 0.2rem;
		padding-left: 3.2rem;
		background: url(../images/top/mv_icon_check.svg) left 63.5% / 2.2rem no-repeat;
		margin-left: 2.8rem;
		font-size: 2.8rem;
	}

	.txt03 {
		margin-top: 1.2rem;
		padding-left: 3.2rem;
		background: url(../images/top/mv_icon_check.svg) left 63.5% / 2.2rem no-repeat;
		margin-left: 14.4rem;
		font-size: 2.8rem;
	}
}

.l_mv_txt02 {
	position: absolute;
	left: 1.4rem;
	bottom: 22.8rem;
	font-size: 5.7rem;
	line-height: 0.8;
	letter-spacing: -0.02em;
	color: #383838;
	font-weight: 500;
	font-family: var(--font-en-cg);
	z-index: 9;
	mix-blend-mode: soft-light;
	animation: fadeInUp 1s ease 2.5s 1 both;
}

.l_mv_txt03 {
	display: flex;
	flex-direction: column;
	font-family: var(--font-min);
	color: #fff;
	gap: 1.4rem;
	text-shadow: 0px 0px 11.73px #584730B2;
	font-weight: 500;
	position: absolute;
	left: 2.6rem;
	bottom: 7.4rem;
	z-index: 10;
	animation: fadeInUp 1s ease 2.2s 1 both;

	.txt01 {
		font-size: 2.1rem;
		letter-spacing: 0.12em;
		line-height: 1.8;
	}

	.txt02 {
		line-height: 1.6;
		letter-spacing: 0.14em;
		font-size: 1.5rem;
		position: relative;
		padding-left: 3.9rem;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 1.4rem;
			left: 0;
			width: 3rem;
			height: 1px;
			background: #fff;
			z-index: 1;
		}
	}
}

.l_mv .swiper-pagination {
	--stroke-width: 145;
	--progress: 1;
	position: absolute;
	top: auto;
	left: 2rem;
	bottom: 2.7rem;
	display: flex;
	gap: 0.6rem;
	margin-top: 0;
	margin-left: auto;
	width: fit-content;
	padding-right: 0;
}

.l_mv .swiper-pagination span {
	width: 1.8rem;
	aspect-ratio: 1/1;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: 0.5s;
	margin: 0 !important;
	background: none;
	line-height: 1;
	opacity: 1;
	font-size: 1.3rem;
	font-family: var(--font-en);
	color: var(--main-color);

	/* border: 1px solid rgba(255,255,255,0.6); */
	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 0.6rem;
		aspect-ratio: 1/1;
		z-index: 1;
		border-radius: 50%;
		background: #fff;
		opacity: 0.6;
	}
}

.l_mv .swiper-pagination .circle01,
.l_mv .swiper-pagination .circle02 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-90deg);
	opacity: 0;
}

.l_mv .swiper-pagination .circle01 .circle-animation {
	stroke-dasharray: var(--stroke-width);
	stroke-dashoffset: var(--stroke-width);
}

.l_mv .swiper-pagination .swiper-pagination-bullet-active {
	&:before {
		opacity: 1;
	}

	svg {
		opacity: 1 !important;
	}

	.circle02 {
		opacity: 0.4 !important;
	}
}

.l_mv .swiper-pagination-bullet-active .circle01 .circle-animation {
	stroke-dashoffset: calc(var(--stroke-width) * var(--progress));
}

.l_mv_scroll {
	position: absolute;
	z-index: 10;
	display: flex;
	justify-content: center;
	right: 0.95rem;
	bottom: 0;
	--height: 13.2rem;
	text-decoration: none;

	.l_mv_scroll_txt {
		text-decoration: none;
		position: relative;
		font-size: 1.3rem;
		letter-spacing: 0.04em;
		font-family: var(--font-en-cg);
		height: 17.2rem;
		display: flex;
		align-items: flex-start;
		line-height: 1;
		color: #fff;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;

		&:before {
			content: "";
			display: block;
			position: absolute;
			bottom: 0;
			left: 50%;
			width: 1px;
			height: var(--height);
			z-index: 1;
			background: #A1999966;
		}

		&:after {
			content: "";
			display: block;
			position: absolute;
			bottom: 0;
			left: 50%;
			width: 1px;
			height: 0px;
			z-index: 2;
			background: #fff;
			animation: lineAnimationBottom 2.4s ease infinite 0.5s normal;
		}
	}
}

@keyframes lineAnimationBottom {
	0% {
		height: 0;
		bottom: var(--height);
	}

	35% {
		height: var(--height);
		bottom: 0;
	}

	65% {
		height: var(--height);
		bottom: 0;
	}

	100% {
		height: 0;
		bottom: 0;
	}
}

@keyframes lineAnimationTop {
	0% {
		height: 0;
		top: 0;
	}

	35% {
		height: var(--height);
		top: 0;
	}

	65% {
		height: var(--height);
		top: 0;
	}

	100% {
		height: 0;
		top: var(--height);
	}
}

/*++++++++++++++++++++++++++++
t_wrap01
++++++++++++++++++++++++++++*/
.t_wrap01 {
	background: linear-gradient(0deg, #F9F9F4 30.48%, #AF9B8F 75%, #351E14 97.58%);
}

/*++++++++++++++++++++++++++++
t_notice
++++++++++++++++++++++++++++*/
.t_notice {
	padding: 6rem 0 0;
	position: relative;
	z-index: 11;

	.inner {
		padding: 0 2rem;
	}

	.t_notice_ttl {
		position: relative;
		isolation: isolate;
		display: flex;
		flex-direction: column;
		gap: 1.3rem;
		z-index: 1;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%) rotate(0.22deg);
			z-index: -1;
			width: 21.0143rem;
			height: 15.5043rem;
			background: radial-gradient(50% 50% at 50% 50%, #F7E3CA 0%, #F4F1EC 100%);
			filter: blur(5rem);
		}

		.txt01 {
			color: var(--blown_01, #40281D);
			text-align: center;
			font-family: var(--font-min);
			font-size: 2rem;
			font-weight: 500;
			line-height: 1;
			letter-spacing: 0.16rem;
		}

		.txt02 {
			color: var(--brown_02, #856D60);
			text-align: center;
			font-family: var(--font-en-is);
			font-size: 1.6rem;
			font-weight: 400;
			line-height: 1;
			letter-spacing: 0.064rem;
		}
	}

	.t_notice_block {
		margin-top: 3rem;
		border-radius: 1rem;
		box-shadow: 0 0 30px 0 rgba(51, 48, 47, 0.10);
		display: grid;
		gap: 3.9rem;
		background: #FFF url(../images/top/notice_icon.png) right -5.2rem bottom 3rem / 26.2rem no-repeat;
		padding: 3rem 2.4rem 2.6rem;
		position: relative;
		z-index: 10;
	}

	.t_notice_sub_ttl {
		text-align: center;
		padding-bottom: 1.4rem;
		border-bottom: 1px solid var(--brown_02, #856D60);
		color: var(--brown_02);
		font-size: 1.8rem;
		line-height: 1.7;
		letter-spacing: 0.08em;
		margin-bottom: 3rem;
		font-family: var(--font-min);
	}

	.t_notice_txt {
		line-height: 1.75;
		letter-spacing: 0.08em;
	}
}

/*++++++++++++++++++++++++++++
t_news
++++++++++++++++++++++++++++*/
.t_news {
	position: relative;
	isolation: isolate;
	z-index: 10;
	padding: 6rem 0 0;

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: -10rem;
		right: 11.5rem;
		width: 47.6rem;
		height: 29.6rem;
		z-index: -1;
		border-radius: 0 50rem 50rem 0;
		background: linear-gradient(67.61deg, rgba(247, 244, 239, 0) 27.65%, #EBE1D7 92.75%);
	}

	&:after {
		content: '';
		display: block;
		position: absolute;
		top: -1rem;
		left: 4.8rem;
		width: 39.6rem;
		height: 29.6rem;
		z-index: -1;
		border-radius: 50rem 0 0 50rem;
		background: linear-gradient(-71.41deg, rgba(247, 244, 239, 0) 22.65%, #EBE1D7 93.19%);
	}

	.inner {
		padding: 0 2rem;
	}

	.t_news_btn {
		margin-top: 3rem;
	}
}

/*++++++++++++++++++++++++++++
t_blog
++++++++++++++++++++++++++++*/
.t_blog {
	padding: 6rem 0;
	position: relative;
	isolation: isolate;
	z-index: 1;

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 4.1rem;
		left: 6.8rem;
		width: 59.6rem;
		height: 43.4rem;
		z-index: -1;
		border-radius: 50rem 0 0 50rem;
		background: linear-gradient(297.97deg, rgba(247, 244, 239, 0) 7.26%, #EBE1D7 90.49%);
	}

	.inner {
		padding: 0 2rem;
	}

	.t_blog_list {
		margin-top: 3rem;
	}

	.t_blog_slider {
		.swiper {
			overflow: visible;
			width: 27rem;
			filter: drop-shadow(4px 4px 10px #33302F24);
			margin: 0;
		}

		.swiper-slide {
			height: auto;
		}

		.m_blog {
			height: 100%;
		}

		.swiper-pagination {
			position: relative;
			left: 0;
			bottom: 0;
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 1.2rem;
			--swiper-pagination-bullet-horizontal-gap: 0px;
			--swiper-pagination-bullet-vertical-gap: 0px;
			--swiper-pagination-bullet-size: 0.8rem;
			margin-top: 2.5rem;
			min-height: calc(var(--swiper-pagination-bullet-size) * 2);
		}

		.swiper-pagination-bullet {
			aspect-ratio: 1/1;
			background: #BABABA99;
			opacity: 1 !important;
			transition: var(--default-transition);
		}

		.swiper-pagination-bullet-active {
			background: var(--brown_02);
		}
	}

	.t_news_btn {
		margin-top: 2.7rem;
	}
}

/*++++++++++++++++++++++++++++
t_slider
++++++++++++++++++++++++++++*/
.t_slider {
	display: flex;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: 0;
	--speed: 300s;
	--gap: 0rem;
	margin-left: 0;
	margin-top: 0;

	.t_slider_item:first-child {
		-webkit-animation: loop var(--speed) calc(-1 * var(--speed) / 2) linear infinite;
		animation: loop var(--speed) calc(-1 * var(--speed) / 2) linear infinite;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: transform;
	}

	.t_slider_item {
		-webkit-animation: loop2 var(--speed) linear infinite;
		animation: loop2 var(--speed) linear infinite;
		display: flex;
		width: auto;
		gap: var(--gap);
		padding: 0 calc(var(--gap) / 2);
		height: 100%;
	}

	.t_slider_item figure {
		width: 36rem;
		overflow: hidden;
		aspect-ratio: 360/300;
	}

	.t_slider_item figure img {
		display: block;
		width: auto;
		height: 100%;
	}
}

/*++++++++++++++++++++++++++++
t_wrap02
++++++++++++++++++++++++++++*/
.t_wrap02 {
	background: linear-gradient(180deg, #3F352C 0%, #A58B73 100%);

	.t_slider {
		position: relative;
		z-index: 1;
	}
}

/*++++++++++++++++++++++++++++
t_info
++++++++++++++++++++++++++++*/
.t_info {
	position: relative;
	isolation: isolate;
	background: url(../images/top/info_bg01_sp.png) center top / 100% no-repeat;
	z-index: 10;
	padding: 0 0 0rem;

	&:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 28.7rem;
		aspect-ratio: 574/586;
		z-index: -1;
		background: url(../images/top/info_bg02_sp.jpg) center / cover no-repeat;
	}

	.inner {
		padding: 0 2rem;
	}

	.t_info_block {
		padding: 2.6rem 2rem 2.4rem;
		background: #fff url(../images/top/info_bg03_sp.png) center top / 100% no-repeat;
		border-radius: 0.5rem;
		position: relative;
		top: -6rem;
		margin-top: -0.5rem;
	}

	.t_info_head .oft {
		height: 19.2rem;
		overflow: hidden;
		border-radius: 0.5rem;
	}

	.t_info_body {
		margin-top: 3rem;
	}

	.t_ttl01 {
		gap: 1.2rem;

		.txt01 {
			font-size: 3.6rem;
		}

		.txt02 {
			font-size: 1.5rem;
		}
	}

	.l_info_address {
		margin-top: 2rem;

		.txt {
			line-height: 1.6;
			font-size: 1.5rem;
			letter-spacing: 0.08em;
			margin-top: 2rem;
		}

		p+p {
			margin-top: 0.6rem
		}
	}

	.l_info_tel {
		margin-top: 0.8rem;
		display: flex;
		align-items: center;
		font-size: 1.4rem;
		letter-spacing: 0.08em;
		gap: 1rem;

		.tel_link a,
		.tel_link {
			line-height: 1.8;
			letter-spacing: 0.08em;
			font-size: 1.9rem;
			text-decoration: none;
		}
	}

	.l_info_subject {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.6rem;
		margin-top: 1.6rem;

		dt {
			line-height: 1;
			padding: 0.4rem 0.6rem 0.4rem 0.8rem;
			color: #fff;
			font-size: 1.3rem;
			background: var(--brown_02);
			border-radius: 0.3rem;
		}

		dd {
			font-size: 1.5rem;
		}
	}

	.l_info_time_table {
		margin-top: 3rem;
	}
}

/*++++++++++++++++++++++++++++
t_wrap03
++++++++++++++++++++++++++++*/
.t_wrap03 {
	background: var(--bg_01) url(../images/top/intro_bg_sp.png) center top / 100% no-repeat;
	position: relative;
	isolation: isolate;

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 81.1rem;
		left: 0;
		width: 100%;
		aspect-ratio: 780/1253;
		z-index: -2;
		background: url(../images/top/intro_bg02_sp.png) center / 100% no-repeat;
	}

	&:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		aspect-ratio: 780/2517;
		z-index: -1;
		background: url(../images/top/intro_line_sp.png) center top / 100% no-repeat;
	}
}

/*++++++++++++++++++++++++++++
t_intro
++++++++++++++++++++++++++++*/
.t_intro {
	padding: 6rem 1rem 0;

	.t_ttl02 {
		padding-top: 6.8rem;
		background: url(../images/top/intro_icon.svg) center top / 5rem no-repeat;
	}

	.t_intro_block {
		display: grid;
		gap: 2.8rem;
	}

	.t_intro_item {
		text-decoration: none;
		position: relative;
		display: block;
	}

	.t_intro_img {
		height: 24rem;
		position: relative;
		z-index: 1;
	}

	.t_intro_ttl {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
		background: #fff;
		width: 17rem;
		height: 8.1rem;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		text-align: center;
		padding-top: 2rem;
		border-radius: 0.2rem 0.2rem 0 0;
		gap: 0.3rem;

		.txt01 {
			font-family: var(--font-min);
			font-size: 1.8rem;
			line-height: 1.5;
			letter-spacing: 0.14em;
			font-weight: 500;
		}

		.txt02 {
			color: var(--brown_02, #856D60);
			font-family: var(--font-en-cg);
			font-size: 1.2rem;
			line-height: 1.4;
			letter-spacing: 0.02em;
		}
	}
}

/*++++++++++++++++++++++++++++
t_about
++++++++++++++++++++++++++++*/
.t_about {
	padding: 8rem 0 6rem;

	.t_about_block {
		display: grid;
		gap: 1rem;
	}

	.t_about_item {
		text-decoration: none;
		display: flex;
		flex-direction: column;
		box-shadow: 0px 4px 10px 0px #33302F1A;
		background: #E3DAD2;
		border-radius: 0.5rem;
		overflow: hidden;
	}

	.t_about_item_content {
		padding: 1.8rem 1.8rem 3.3rem 2.8rem;
		position: relative;
		background: url(../images/top/about_illust_sp.png) center top 12.2rem / 100% no-repeat;
	}

	.t_about_item_num {
		border-bottom: 1px solid var(--brown_02);
		padding-bottom: 0.9rem;
		font-family: var(--font-num-pd);
		font-size: 2.4rem;
		line-height: 1;
		letter-spacing: 0.08em;
		color: var(--brown_02);
		width: fit-content;
	}

	.t_about_item_ttl {
		margin-top: 1.4rem;
		display: flex;
		flex-direction: column;
		gap: 0.8rem;

		.txt01 {
			color: var(--blown_01, #40281D);
			font-family: var(--font-min);
			font-size: 1.8rem;
			line-height: 1.7;
			letter-spacing: 0.08em;
			font-weight: 500;
		}

		.txt02 {
			color: var(--brown_02, #856D60);
			font-family: var(--font-en-cg);
			font-size: 1.4rem;
			line-height: 1.5;
			letter-spacing: 0.08em;
		}
	}

	.t_about_item_more {
		--icon-url: url(../images/icon_arrow.svg);
		--icon-color: #fff;
		--icon-size: 0.8rem;
		--circle-size: 2rem;
		--circle-color: #565B66;
		--icon-right: 0rem;
		position: absolute;
		bottom: 1.3rem;
		right: 1.8rem;
		width: fit-content;
		padding-right: 3rem;
		height: 2rem;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.04em;
		font-family: var(--font-en-cg);
		line-height: 1;
		display: flex;
		align-items: center;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			right: var(--icon-right);
			width: var(--circle-size);
			aspect-ratio: 1/1;
			-webkit-mask: var(--icon-url) center / var(--icon-size) no-repeat;
			mask: var(--icon-url) center / var(--icon-size) no-repeat;
			background: var(--icon-color);
			z-index: 2;
			transform: translateY(-50%);
		}

		&:after {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			right: var(--icon-right);
			width: var(--circle-size);
			aspect-ratio: 1/1;
			z-index: 1;
			border-radius: 50%;
			background: var(--circle-color);
			transform: translateY(-50%);
		}
	}

	.t_about_item_img {
		.oft {
			height: 12rem;
		}
	}
}

/*++++++++++++++++++++++++++++
.t_course
++++++++++++++++++++++++++++*/
.t_course {
	padding: 6rem 0;
	background: linear-gradient(0deg, #514845 0%, #514845 50%, #8B7E73 100%), linear-gradient(47deg, #665D5B -6.1%, #473D3A 48.14%, #281C1A 102.38%);
	position: relative;
	isolation: isolate;

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		aspect-ratio: 780/466;
		z-index: -1;
		background: url(../images/top/course_bg01_sp.png) center / 100% no-repeat;
	}

	.inner {
		position: static;

		&:before {
			content: '';
			display: block;
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			aspect-ratio: 780/2722;
			z-index: -1;
			background: url(../images/top/course_bg03_sp.png) center / 100% no-repeat;
		}

		&:after {
			content: '';
			display: block;
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			aspect-ratio: 780/3188;
			z-index: -2;
			background: url(../images/top/course_bg02_sp.png) center bottom / 100% no-repeat;
		}
	}

	.t_ttl01 {
		text-align: center;

		.txt01 {
			color: #fff;
		}

		.txt02 {
			color: #fff;
			margin-top: 0.4rem;
		}
	}

	.t_course_head {
		margin: 4rem -2rem 0;
		position: relative;
		padding: 8rem 1.6rem 0;
		isolation: isolate;
	}

	.t_course_head_img {
		height: 59.6rem;
		margin: 0 -1rem;
		border-radius: 1rem;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: calc(100% + 2rem);
	}

	.t_course_head_ttl {
		display: flex;
		flex-direction: column;
		gap: 1.4rem;
		position: relative;

		.txt01 {
			color: #fff;
			font-family: var(--font-min);
			font-size: 2.2rem;
			line-height: 1;
			letter-spacing: 0.14em;
			font-weight: 600;
		}

		.txt02 {
			color: #fff;
			font-family: var(--font-en-is);
			font-size: 1.4rem;
			line-height: 1;
			letter-spacing: 0.04em;
		}
	}

	.t_course_head_txt {
		color: #fff;
		margin-top: 3rem;
		line-height: 1.7;
		font-family: var(--font-min);
		font-weight: 500;
		font-size: 1.6rem;
	}

	.t_course_body {
		margin: 4rem -2rem 0;
		position: relative;
		z-index: 10;
	}

	.t_course_btns {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0.7rem;
	}

	.t_course_btn {
		height: 11.4rem;
		border-radius: 0.5rem 0.5rem 0 0;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-direction: column;
		gap: 0.8rem;
		filter: drop-shadow(0px 0px 12px #33302F40);
		background: #E3DAD2;
		position: relative;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: calc(100% - 0.6rem);
			left: 50%;
			width: 2.4rem;
			aspect-ratio: 24/16;
			transform: translateX(-50%);
			z-index: 1;
			background: #413D39;
			-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
			clip-path: polygon(50% 100%, 100% 0, 0 0);
			opacity: 0;
		}

		.icons {
			display: flex;
			gap: 0.6rem;

			img {
				width: 3.4rem;
			}
		}

		.txt {
			font-weight: 500;
			font-size: 1.6rem;
			line-height: 1.4;
			letter-spacing: 0.04em;
			font-family: var(--font-min);
			color: var(--main_txt);
		}

		&.on {
			background: #413D39;

			.txt {
				color: #fff;
			}

			&:before {
				opacity: 1;
			}
		}
	}

	.t_course_item {
		padding: 3rem 2rem;
		background: var(--bg_01);
		border-radius: 0 0 0.5rem 0.5rem;
		box-shadow: 0px 0px 30px 0px #33302F1A;
		margin-top: 0;
	}

	.t_course_item_ttl {
		border-bottom: 1px solid var(--brown_02);
		padding-bottom: 1.5rem;
		font-weight: 600;
		font-family: var(--font-min);
		font-size: 1.8rem;
		letter-spacing: 0.08em;
		line-height: 1;
	}

	.t_grid {
		margin-top: 3rem;
		gap: 2rem;
		display: grid;
	}

	.t_course_hc {
		background: var(--bg_01);
		box-shadow: 0px 0px 30px 0px #33302F1A;
		border-radius: 0.5rem;
		margin-top: 4rem;
		position: relative;
		isolation: isolate;
		overflow: hidden;

		&::before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			width: 27.6rem;
			aspect-ratio: 552/462;
			z-index: -1;
			background: url(../images/top/course_health_bg_sp.png) center / 100% no-repeat;
		}
	}

	.t_course_hc_head {
		padding: 4.9rem 2.5rem 3.5rem;
		border-bottom: 1px solid var(--brown_02);
	}

	.t_course_hc_ttl {
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
		position: relative;

		.txt01 {
			color: var(--blown_01, #40281D);
			font-family: var(--font-min);
			font-size: 1.8rem;
			line-height: 1;
			letter-spacing: 0.14em;
			font-weight: 600;
		}

		.txt02 {
			color: var(--brown_02, #856D60);
			font-family: var(--font-en-cg);
			font-size: 1.6rem;
			line-height: 1;
			letter-spacing: 0.08em;
		}
	}

	.t_course_hc_body {
		padding: 3rem 2rem;

		.t_grid {
			margin-top: 0;
		}
	}
}

.m_course {
	box-shadow: 0px 0px 30px 0px #33302F1A;
	background: #fff;
	padding: 2rem;
	border-radius: 0.5rem;

	.m_course_head {
		display: none;
	}

	.m_course_ttl {
		display: flex;
		align-items: center;
		gap: 1.8rem;

		.img {
			width: 9rem;
		}

		.txt {
			font-weight: 500;
			font-family: var(--font-min);
			font-size: 1.5rem;
			letter-spacing: 0.04em;
			line-height: 1.5;
		}
	}

	.m_course_terms {
		border-top: 1px dashed var(--brown_02, #856D60);
		border-bottom: 1px dashed var(--brown_02, #856D60);
		padding: 0.6rem 0 0.9rem;
		margin-top: 1.6rem;
	}

	.m_course_terms_ttl {
		text-align: center;
		line-height: 1.7;
		font-weight: 500;
		font-size: 1.2rem;
		letter-spacing: 0.08em;
		color: var(--brown_02);
	}

	.m_course_terms_list {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 0.8rem;
		margin-top: 0.6rem;

		li {
			padding: 0.2rem 0.5rem;
			font-size: 1.2rem;
			line-height: 1.4;
			letter-spacing: 0;
			background: var(--brown_03);
			border-radius: 0.2rem;
			text-align: center;
			display: flex;
			align-items: center;
			justify-content: center;
			grid-column: span 3;
		}

		li.mini {
			grid-column: span 2;
		}
	}

	.m_course_prices {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		padding-top: 1.6rem;
		gap: 0.8rem;

		.price {
			color: var(--brown_02);
			font-family: var(--font-num-lct);
			line-height: 1;
			letter-spacing: 0.02em;
			font-size: 2.3rem;
		}

		.pair {
			color: #fff;
			font-size: 1.2rem;
			letter-spacing: 0;
			line-height: 1.4;
			font-family: var(--font-main);
			padding: 0.2rem 0.4rem;
			border-radius: 0.3rem;
			background: linear-gradient(180deg, #C8A975 0%, #755116 100%);
			margin-right: 0.5rem;
			display: inline-block;
		}

		.yen {
			line-height: 1;
			letter-spacing: 0;
			font-size: 1.3rem;
			padding-bottom: 0.2rem;
			margin-right: 0.2rem;
			vertical-align: baseline;
		}

		.tax {
			font-family: var(--font-main);
			font-size: 1.2rem;
			letter-spacing: 0.08em;
			line-height: 1.7;
			font-weight: 500;
			margin-left: 0.2rem;
		}
	}

	.m_course_btn {
		--icon-url: url(../images/icon_arrow.svg);
		--icon-color: #fff;
		--icon-size: 0.8rem;
		--circle-size: 2rem;
		--circle-color: var(--beiju_02);
		--icon-right: 1.1rem;
		font-weight: 500;
		position: relative;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		text-decoration: none;
		width: fit-content;
		color: var(--blown_01);
		background: #fff;
		font-size: 1.5rem;
		line-height: 1;
		letter-spacing: 0.04em;
		padding: 0.5rem;
		width: 100%;
		min-height: 3.9rem;
		border-radius: 0.5rem;
		margin-top: 1rem;
		border: 1px solid var(--blown_01);
		font-family: var(--font-min);

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			right: var(--icon-right);
			width: var(--circle-size);
			aspect-ratio: 1/1;
			-webkit-mask: var(--icon-url) center / var(--icon-size) no-repeat;
			mask: var(--icon-url) center / var(--icon-size) no-repeat;
			background: var(--icon-color);
			z-index: 2;
			transform: translateY(-50%);
		}

		&:after {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			right: var(--icon-right);
			width: var(--circle-size);
			aspect-ratio: 1/1;
			z-index: 1;
			border-radius: 50%;
			background: var(--circle-color);
			transform: translateY(-50%);
		}
	}
}

/*++++++++++++++++++++++++++++
t_endoscopy
++++++++++++++++++++++++++++*/
.t_endoscopy {
	background: var(--bg_01) url(../images/top/endoscopy_bg01_sp.jpg) right top / 35rem no-repeat;
	padding: 30.8rem 0 6rem;
	position: relative;

	.t_endoscopy_en {
		color: var(--brown_03);
		font-family: var(--font-en-is);
		font-size: 1.8rem;
		line-height: 1;
		letter-spacing: 0.04em;
		position: absolute;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		padding-top: 7.3rem;
		left: 0.8rem;
		top: 0;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 50%;
			width: 1px;
			height: 6.3rem;
			z-index: 1;
			background: var(--brown_03);
		}
	}

	.t_endoscopy_block {
		margin: 0 -1rem;
		padding-left: 2rem;
	}

	.t_endoscopy_head {
		position: relative;
		isolation: isolate;
	}

	.t_endoscopy_ttl {
		.txt01 {
			font-size: 2.1rem;
			line-height: 1.18;
			letter-spacing: 0.08em;
			color: var(--blown_01);
			display: block;
			font-family: var(--font-min);
		}

		.txt02 {
			position: absolute;
			font-family: var(--font-en-is);
			font-size: 6.8rem;
			line-height: 0.9;
			letter-spacing: 0.04em;
			z-index: -1;
			bottom: -4.8rem;
			right: -3rem;
			display: flex;
			flex-direction: column;
			color: #EAE3D6;
		}

		.txt02 span {
			letter-spacing: 0.04em;
		}

		.txt02 em {
			letter-spacing: 0.04em;
			padding-left: 5rem;
		}
	}

	.t_endoscopy_txt {
		margin-top: 3rem;
		line-height: 2;
		letter-spacing: 0.04em;
		font-size: 1.5rem;
		font-family: var(--font-min);
	}

	.t_endoscopy_body {
		display: grid;
		gap: 5rem;
		margin-top: 5rem;
	}

	.t_endoscopy_box {
		border-radius: 0.5rem;
		background: linear-gradient(104deg, rgba(247, 244, 239, 0.00) 13.88%, #EBE1D7 84.58%);
		position: relative;
		isolation: isolate;
		overflow: hidden;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 3rem;
			right: 0;
			width: 100%;
			z-index: -1;
			aspect-ratio: 656/708;
			background: url(../images/top/endoscopy_kage01_sp.png) center / 100% no-repeat;
		}

		&:nth-of-type(2n) {
			background: linear-gradient(284deg, rgba(247, 244, 239, 0.00) 13.88%, #EBE1D7 84.58%);
		}

		&:nth-of-type(2n)::before {
			aspect-ratio: 660/702;
			background: url(../images/top/endoscopy_kage02_sp.png) center / 100% no-repeat;
			left: 0;
			right: auto;
		}
	}

	.t_endoscopy_box_head {
		padding: 4rem 0 0 2rem;

		.t_endoscopy_box:nth-of-type(2n) & {
			padding-left: 0;
			padding-right: 2rem;
		}
	}

	.t_endoscopy_box_body {
		padding: 3rem 2rem;
	}

	.t_endoscopy_box_ttl {
		display: flex;
		flex-direction: column;
		gap: 1.2rem;
		position: relative;

		.txt01 {
			color: var(--blown_01, #40281D);
			font-family: var(--font-min);
			font-size: 1.9rem;
			line-height: 1;
			letter-spacing: 0.08em;
			font-weight: 500;
		}

		.txt02 {
			color: var(--brown_02, #856D60);
			font-family: var(--font-en-cg);
			font-size: 1.4rem;
			line-height: 1;
			letter-spacing: 0.04em;
			font-weight: 600;
		}

		.t_endoscopy_box:nth-of-type(2n) & {
			text-align: right;
		}
	}

	.t_endoscopy_box_list {
		margin-top: 2.6rem;
		display: grid;
		gap: 0.8rem;

		a {
			--icon-url: url(../images/icon_arrow.svg);
			--icon-color: #fff;
			--icon-size: 0.8rem;
			--circle-size: 2rem;
			--circle-color: var(--brown_02);
			--icon-right: 1rem;
			font-weight: 500;
			position: relative;
			display: flex;
			align-items: center;
			text-decoration: none;
			color: var(--blown_01);
			background: #fff;
			font-size: 1.6rem;
			line-height: 1;
			letter-spacing: 0.02em;
			padding: 0.5rem 1.2rem;
			width: 100%;
			min-height: 4.2rem;
			border-radius: 0.5rem;
			font-family: var(--font-min);
			background: var(--brown_03);

			&:before {
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				right: var(--icon-right);
				width: var(--circle-size);
				aspect-ratio: 1/1;
				-webkit-mask: var(--icon-url) center / var(--icon-size) no-repeat;
				mask: var(--icon-url) center / var(--icon-size) no-repeat;
				background: var(--icon-color);
				z-index: 2;
				transform: translateY(-50%);
			}

			&:after {
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				right: var(--icon-right);
				width: var(--circle-size);
				aspect-ratio: 1/1;
				z-index: 1;
				border-radius: 50%;
				background: var(--circle-color);
				transform: translateY(-50%);
			}
		}
	}
}

/*++++++++++++++++++++++++++++

++++++++++++++++++++++++++++*/
.t_contact {
	padding: 10rem 0 4rem;
	position: relative;
	isolation: isolate;
	background: linear-gradient(0deg, #463C33 0.93%, #A58B73 97.33%);

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		aspect-ratio: 780/512;
		z-index: -1;
		background: url(../images/top/contact_bg01_sp.png) center top / 100% no-repeat;
	}

	&:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		aspect-ratio: 780/614;
		z-index: -1;
		background: url(../images/top/contact_bg02_sp.png) center bottom / 100% no-repeat;
	}

	.t_ttl01 {
		text-align: center;

		.txt01 {
			color: #fff;
		}

		.txt02 {
			color: #fff;
		}
	}

	.t_contact_btns {
		display: grid;
		gap: 1.8rem;
	}
}

/*++++++++++++++++++++++++++++
t_feature
++++++++++++++++++++++++++++*/
.t_feature {
	background: linear-gradient(180deg, #66605B -15.66%, #28201A 101.63%);
	position: relative;
	isolation: isolate;
	padding: 8rem 0 6rem;

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 36.2rem;
		aspect-ratio: 724/554;
		z-index: -1;
		background: url(../images/top/feature_bg_sp.png) left top / 100% no-repeat;
	}

	&:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		aspect-ratio: 780/1506;
		z-index: -1;
		background: url(../images/top/feature_bg02_sp.png) right bottom / 100% no-repeat;
	}

	.t_ttl01 {
		.txt01 {
			color: #fff;
		}

		.txt02 {
			color: #fff;
			line-height: 1.6;
		}
	}

	.t_feature_slider {
		margin-top: 4rem;
	}

	.swiper {
		overflow: visible;
		width: 29rem;
	}

	.swiper-slide {
		isolation: isolate;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: -1;
			border-radius: 1rem;
			box-shadow: 0px 0px 22.89px 0px #33302F1A;
			transition: var(--default-transition);
		}
	}

	.t_feature_nav {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 3rem;
	}

	.swiper-pagination {
		position: relative;
		margin: 0;
		display: flex;
		justify-content: flex-start;
		inset: auto;
		gap: 1.2rem;
		padding-left: 4rem;

		.swiper-pagination-bullet {
			margin: 0 !important;
			opacity: 0.6;
			background: #fff;
		}

		.swiper-pagination-bullet-active {
			background: #fff;
			opacity: 1;
		}
	}

	.t_feature_nav_btns {
		position: relative;
		margin: 0;
		display: flex;
		gap: 1.1rem;

		.swiper-button {
			inset: auto;
			position: relative;
			width: 4.9rem;
			height: auto;
			aspect-ratio: 1/1;
			border: 1px solid #fff;
			border-radius: 50%;
			transform: none;
			margin: 0;
			--arrow-url: url(../images/icon_arrow.svg);
			--arrow-color: var(--white);
			--arrow-size: 1rem;

			&:before {
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-webkit-mask: var(--arrow-url) center / var(--arrow-size) no-repeat;
				mask: var(--arrow-url) center / var(--arrow-size) no-repeat;
				background: var(--arrow-color);
				z-index: 2;
			}

			&.swiper-button-prev:before {
				transform: rotate(180deg);
			}

			&:after {
				display: none;
			}
		}
	}
}

.m_feature {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	--r: 1rem;
	border-radius: var(--r);
	-webkit-clip-path: inset(0 round var(--r));
	clip-path: inset(0 round var(--r));
	background: #E3DAD2;

	.m_feature_head {
		position: relative;

		&:before {
			content: '';
			display: block;
			position: absolute;
			bottom: -2.5rem;
			left: 0;
			width: 100%;
			aspect-ratio: 700/255;
			z-index: 5;
			background: url(../images/top/feature_wave.png) center / 100% no-repeat;
		}
	}

	.m_feature_img {
		height: 35rem;
		z-index: 1;
	}

	.m_feature_body {
		padding: 3.5rem 2.8rem;
		min-height: 23.6rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
		--arrow-url: url(../images/icon_arrow.svg);
		--arrow-color: var(--white);
		--arrow-size: 0.9rem;
		--circle-width: 4rem;
		--circle-height: 4rem;
		--circle-color: var(--main_txt);

		&:before {
			content: '';
			display: block;
			position: absolute;
			bottom: -0.3rem;
			right: -0.3rem;
			width: var(--circle-width);
			height: var(--circle-height);
			-webkit-mask: var(--arrow-url) center / var(--arrow-size) no-repeat;
			mask: var(--arrow-url) center / var(--arrow-size) no-repeat;
			background: var(--arrow-color);
			z-index: 2;
		}

		&:after {
			content: '';
			display: block;
			position: absolute;
			bottom: -1px;
			right: -1px;
			width: var(--circle-width);
			height: var(--circle-height);
			z-index: 1;
			border-radius: 3.2rem 0 0 0;
			background: var(--circle-color);
		}
	}

	.m_feature_ttl {
		display: flex;
		flex-direction: column;
		gap: 0.7rem;

		.txt01 {
			font-family: var(--font-min);
			font-size: 1.7rem;
			line-height: 1.7;
			letter-spacing: 0.08em;
			font-weight: 500;
		}

		.txt02 {
			font-family: var(--font-en-cg);
			font-size: 1.3rem;
			line-height: 1.5;
			letter-spacing: 0.08em;
			color: var(--brown_02);
		}
	}

	.m_feature_num {
		font-family: var(--font-num-pd);
		font-size: 5.4rem;
		line-height: 1;
		letter-spacing: 0.03em;
		color: var(--brown_02);
		border-bottom: 1px solid var(--brown_02);
		padding-bottom: 0.7rem;
		width: fit-content;
	}
}