@charset "utf-8";

.t_ttl01 {
	margin-bottom: 0;
	gap: 1.3rem;

	.txt01 {
		font-size: 7rem;
	}

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

.t_ttl02 {
	margin-bottom: 0;
	gap: 2.3rem;

	.txt01 {
		font-size: 3rem;
		line-height: 1;
	}

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

#front_main {
	position: relative;
	background: #351E14;
	z-index: 10;
}

/*++++++++++++++++++++++++++++
l_mv
++++++++++++++++++++++++++++*/
.l_mv {
	position: relative;
}

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

.l_mv_img {
	width: 100%;
	height: 100vh;
	-webkit-mask: url(../images/top/mv_mask.png) center / 100% 100% no-repeat;
	mask: url(../images/top/mv_mask.png) center / 100% 100% no-repeat;
	z-index: 1;
	min-height: 68rem;

	img {
		object-position: center top;
	}
}

.l_mv_txt01 {
	left: 20rem;
	bottom: 31.2rem;

	span {
		font-size: 5.2rem;
		line-height: 1.8;
	}

	.txt01 {}

	.txt02 {
		margin-top: -3.4rem;
		padding-left: 5.5rem;
		background: url(../images/top/mv_icon_check.svg) left 63.5% / 4rem no-repeat;
		margin-left: 5rem;
		font-size: 4.8rem;
	}

	.txt03 {
		margin-top: -1.8rem;
		padding-left: 5.5rem;
		background: url(../images/top/mv_icon_check.svg) left 63.5% / 4rem no-repeat;
		margin-left: 25.2rem;
		font-size: 4.8rem;
	}
}

.l_mv_txt02 {
	bottom: 3.8%;
	font-size: max(10.6rem, 9.2vw);
	line-height: 1;
	letter-spacing: -0.02em;
	left: 4.5%;
}

.l_mv_txt03 {
	gap: 0.5rem;
	left: 20rem;
	bottom: 20.1rem;

	.txt01 {
		font-size: 3.7rem;
		letter-spacing: 0.04em;
	}

	.txt02 {
		line-height: 1.8;
		font-size: 2rem;
		padding-left: 5.1rem;
		margin-left: 15.5rem;
		letter-spacing: 0.06em;

		&:before {
			top: 1.8rem;
			width: 4.3rem;
		}
	}
}

.l_mv .swiper-pagination {
	position: absolute;
	top: auto;
	left: auto;
	right: 2.2rem;
	bottom: 13.6rem;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	margin-top: 0;
	margin-left: auto;
	width: fit-content;
	padding-right: 0;
}

.l_mv .swiper-pagination span {
	width: 2.4rem;

	&:before {
		width: 0.8rem;
	}
}

.l_mv_scroll {
	left: 1.8rem;
	right: auto;
	bottom: 1.4rem;
	--height: 13.2rem;
	text-decoration: none;

	.l_mv_scroll_txt {
		font-size: 1.3rem;
		height: 16.9rem;
	}
}

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

/*++++++++++++++++++++++++++++
t_notice
++++++++++++++++++++++++++++*/
.t_notice {
	padding: 6.6rem 0 0;
	position: static;

	.inner {
		padding: 0 var(--inner-padding);
		max-width: var(--inner-width03);
		position: static;
	}

	.t_notice_ttl {
		gap: 1.3rem;
		z-index: 0;

		&:before {
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%) rotate(0.22deg);
			width: 45.0774rem;
			height: 45.0774rem;
			background: radial-gradient(50% 50% at 50% 50%, #F7E3CA 0%, #F4F1EC 100%);
			filter: blur(100px);
		}

		.txt01 {
			font-size: 3rem;
			font-weight: 500;
			line-height: 1;
			letter-spacing: 0.08em;
		}

		.txt02 {
			font-size: 2.4rem;
			letter-spacing: 0.04em;
		}
	}

	.t_notice_block {
		margin: 5rem auto 0;
		box-shadow: 0px 0px 30px 0px #33302F1A;
		gap: 6.2rem;
		background: #FFF url(../images/top/notice_icon.png) right 1.9rem bottom -3.9rem / 31.4rem no-repeat;
		padding: 4.5rem 5rem;
		max-width: 114rem;
	}

	.t_notice_box {}

	.t_notice_sub_ttl {
		padding-bottom: 1.2rem;
		font-size: 2.3rem;
		margin-bottom: 3rem;
	}

	.t_notice_txt {
		p {
			font-size: 1.6rem;
		}
	}
}

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

	&:before {
		top: -4rem;
		right: auto;
		left: calc(50% - 96rem);
		width: 69.8rem;
		height: 43.4rem;
		background: linear-gradient(67.61deg, rgba(247, 244, 239, 0) 27.65%, #EBE1D7 92.75%);
	}

	&:after {
		top: 22rem;
		left: calc(50% + -77.1rem);
		width: 85.9rem;
		height: 43.4rem;
		background: linear-gradient(-71.41deg, rgba(247, 244, 239, 0) 22.65%, #EBE1D7 93.19%);
	}

	.inner {
		padding: 0 var(--inner-padding);
		max-width: var(--inner-width03);
	}

	.t_news_block {
		display: flex;
		align-items: center;
		gap: 10rem;
		max-width: 114rem;
		margin: 0 auto;
	}

	.t_news_head {
		width: 23rem;
	}

	.t_news_btn {
		margin-top: 4.9rem;

		.m_btn01 {
			margin: 0;
			min-width: 23rem;
		}
	}

	.t_news_body {
		flex: 1;
		overflow: hidden;
	}

	.t_news_list {}
}

/*++++++++++++++++++++++++++++
t_blog
++++++++++++++++++++++++++++*/
.t_blog {
	padding: 10rem 0 8rem;

	&:before {
		top: 38.1rem;
		left: auto;
		right: 0;
		width: 59.6rem;
		height: 43.4rem;
	}

	.inner {
		padding: 0 var(--inner-padding);
		max-width: var(--inner-width03);
	}

	.t_blog_block {
		max-width: 114rem;
		margin: 0 auto;
	}

	.t_blog_head {
		display: flex;
		justify-content: space-between;
		align-items: center;

		.t_ttl01 {
			flex-direction: row;
			align-items: center;

			.txt02 {
				position: relative;
				top: 0.4rem;
			}
		}
	}

	.t_blog_list {
		margin-top: 4rem;
	}

	.t_blog_slider {
		.swiper {
			width: 100%;
		}

		.swiper-wrapper {
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			gap: 2rem;
		}

		.swiper-slide {
			height: auto;
			width: auto;
		}

		.m_blog {
			height: 100%;
		}

		.swiper-pagination {
			display: none !important;
		}
	}

	.t_news_btn {
		margin-top: 0;

		.m_btn01 {
			min-width: 23rem;
		}
	}
}

/*++++++++++++++++++++++++++++
t_slider
++++++++++++++++++++++++++++*/
.t_slider {
	--speed: 300s;
	--gap: 0rem;
	margin-left: 0;
	margin-top: 0;

	.t_slider_item figure {
		width: 70rem;
		aspect-ratio: 700/530;
	}
}

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

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

/*++++++++++++++++++++++++++++
t_info
++++++++++++++++++++++++++++*/
.t_info {
	background: url(../images/top/info_bg01.png) center top / 100% no-repeat;
	padding: 0 0 2.9rem;

	&:before {
		width: 58.8rem;
		aspect-ratio: 588/463;
		background: url(../images/top/info_bg02.jpg) center / cover no-repeat;
	}

	.inner {
		padding: 0 var(--inner-padding);
		max-width: var(--inner-width03);
	}

	.t_info_block {
		padding: 10rem 10rem 8rem;
		background: #fff url(../images/top/info_bg03.png) center top / 100% no-repeat;
		top: -10.9rem;
		margin: 0 -6rem;
		display: flex;
		gap: 10rem;
	}

	.t_info_head {
		width: 58rem;
	}

	.t_info_head .oft {
		height: 100%;
	}

	.t_info_body {
		margin-top: 0;
		flex: 1;
	}

	.t_ttl01 {
		gap: 1.4rem;

		.txt01 {
			font-size: 6rem;
		}

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

	.l_info_address {
		margin-top: 4rem;

		.txt {
			font-size: 1.6rem;
			margin-top: 0;
		}

		p+p {
			margin-top: 0.8rem;
		}
	}

	.l_info_tel {
		margin-top: 0.8rem;
		font-size: 1.6rem;
		gap: 1rem;

		.tel_link a,
		.tel_link {
			font-size: 2.3rem;
		}
	}

	.l_info_subject {
		gap: 1.4rem;
		margin-top: 1.6rem;
		flex-direction: row;

		dt {
			padding: 0.2rem 1rem 0.2rem 1rem;
			font-size: 1.6rem;
			line-height: 1.8;
		}

		dd {
			font-size: 1.6rem;
		}
	}

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

/*++++++++++++++++++++++++++++
t_wrap03
++++++++++++++++++++++++++++*/
.t_wrap03 {
	background: var(--bg_01) url(../images/top/intro_bg.png) center top / 100% no-repeat;

	&:before {
		display: none;
	}

	&:after {
		aspect-ratio: 3840/2739;
		background: url(../images/top/intro_line.png) center top 14rem / 100% no-repeat;
	}
}

/*++++++++++++++++++++++++++++
t_intro
++++++++++++++++++++++++++++*/
.t_intro {
	padding: 14rem 0 0;

	.inner {
		max-width: var(--inner-width03);
	}

	.t_ttl02 {
		padding-top: 9.3rem;
		background-size: 7rem;
	}

	.t_intro_block {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0px;
		margin: 8rem var(--over-margin03) 0;

		&:has(.t_intro_item:hover) {
			.t_intro_item {
				&:before {
					opacity: 1;
				}
			}
		}

		&:has(.t_intro_item:nth-of-type(2):hover) {
			.t_intro_item {
				--url: url(../images/top/intro_big02.jpg);
			}
		}

		&:has(.t_intro_item:nth-of-type(3):hover) {
			.t_intro_item {
				--url: url(../images/top/intro_big03.jpg);
			}
		}
	}

	.t_intro_item {
		border-right: 1px solid #fff;
		overflow: hidden;
		--url: url(../images/top/intro_big01.jpg);

		&:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 3;
			background: #B9B5B0;
			mix-blend-mode: multiply;
			opacity: 0;
		}

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: max(100vw, 128rem);
			height: 100%;
			z-index: 2;
			opacity: 0;
			background: var(--url) center / cover no-repeat;
		}

		&:hover {
			opacity: 1;
		}
	}

	.t_intro_item:nth-of-type(1) {
		&:hover {
			&:after {
				opacity: 1;
			}
		}
	}

	.t_intro_item:nth-of-type(2) {
		&:before {
			left: 50%;
			transform: translateX(-50%);
			background-position: center;
		}

		&:hover {
			&:after {
				opacity: 1;
			}
		}
	}

	.t_intro_item:nth-of-type(3) {
		&:before {
			left: auto;
			right: 0;
			background-position: center;
		}

		&:hover {
			&:after {
				opacity: 1;
			}
		}
	}

	.t_intro_img {
		height: 50rem;
	}

	.t_intro_ttl {
		width: 25rem;
		height: 13.3rem;
		padding-top: 3.25rem;
		border-radius: 0.5rem 0.5rem 0 0;
		gap: 1rem;

		.txt01 {
			font-size: 2.4rem;
		}

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

/*++++++++++++++++++++++++++++
t_about
++++++++++++++++++++++++++++*/
.t_about {
	padding: 10rem 0 13.9rem;

	.inner {
		max-width: var(--inner-width03);
	}

	.t_ttl02 {}

	.t_about_block {
		display: grid;
		gap: 2rem;
		grid-template-columns: repeat(6, 1fr);
		margin-top: 6rem;
	}

	.t_about_item {
		grid-column: span 2;

		&:hover {
			opacity: 1;
			background: var(--brown_04);

			.t_about_item_content {
				background-image: url(../images/top/about_illust_on.png);
			}

			&.t_about_item_big .t_about_item_content {
				background-image: url(../images/top/about_illust_big_on.png);
			}

			.t_about_item_num {
				color: var(--beiju_01);
				border-color: var(--beiju_01);
			}

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

				.txt02 {
					color: var(--beiju_01);
				}
			}

			.t_about_item_img {
				&:after {
					opacity: 1;
				}

				img {
					scale: 1.1;
				}
			}

			.t_about_item_more {
								--icon-color: var(--white);
				--circle-color: var(--beiju_01);
				color: var(--white);

				&:before {
					animation: arrowMaskAnime 0.3s linear 0s 1 both;
				}
}
		}
	}

	.t_about_item_big {
		grid-column: span 3;
	}

	.t_about_item_big {}

	.t_about_item_content {
		height: 100%;
		padding: 3rem 3rem 5.5rem 4rem;
		position: relative;
		background: url(../images/top/about_illust.png) center top 15.2rem / 100% no-repeat;

		.t_about_item_big & {
			background: url(../images/top/about_illust_big.png) center top 15rem / 100% no-repeat;
		}
	}

	.t_about_item_num {
		padding-bottom: 0.9rem;
		font-size: 3.2rem;
	}

	.t_about_item_ttl {
		margin-top: 1.4rem;
		gap: 0.8rem;

		.txt01 {
			font-size: 2.2rem;
		}

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

	.t_about_item_more {
		--icon-size: 0.8rem;
		--circle-size: 2.4rem;
		bottom: 2rem;
		right: 3rem;
		padding-right: 3.4rem;
		height: 2.4rem;
		font-size: 1.7rem;
		padding-bottom: 0.7rem;
	}

	.t_about_item_img {
		position: relative;

		&:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 10;
			background: #B7B6B5;
			mix-blend-mode: multiply;
			opacity: 0;
		}

		.oft {
			height: 19.1rem;
		}
	}
}

/*++++++++++++++++++++++++++++
.t_course
++++++++++++++++++++++++++++*/
.t_course {
	padding: 12rem 0 14.3rem;
	overflow: hidden;

	&:before {
		top: 0;
		left: auto;
		right: 0;
		width: 141rem;
		aspect-ratio: 2820/1246;
		background: url(../images/top/course_bg01.png) center / 100% no-repeat;
	}

	.inner {
		position: static;
		max-width: var(--inner-width03);

		&:before {
			aspect-ratio: 3840/2722;
			background: url(../images/top/course_bg03.png) center / 100% no-repeat;
		}

		&:after {
			bottom: 0;
			left: 0;
			width: 100%;
			aspect-ratio: 3840/3192;
			background: url(../images/top/course_bg02.png) center bottom / 100% no-repeat;
		}
	}

	.t_ttl01 {
		.txt01 {
			font-size: 9rem;
		}

		.txt02 {
			margin-top: 0.4rem;
			font-size: 2.4rem;
		}
	}

	.t_course_head {
		margin: 10rem 0 0;
		padding: 17rem 0 0;
	}

	.t_course_head_img {
		height: 66.6rem;
		margin: 0;
		border-radius: 1rem;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: calc(var(--over-margin03) + 4rem);
		z-index: -1;
		width: calc(100% - calc(var(--over-margin03)) * 2 - 8rem);
	}

	.t_course_head_img img {}

	.t_course_head_ttl {
		gap: 2.1rem;

		.txt01 {
			font-size: 4.6rem;
		}

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

	.t_course_head_txt {
		margin-top: 4rem;
		font-size: 1.8rem;
	}

	.t_course_body {
		margin: 4rem 0 0;
	}

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

	.t_course_btn {
		height: 6.8rem;
		flex-direction: row;
		justify-content: flex-start;
		gap: 1.7rem;
		padding-left: 1.4rem;
		cursor: pointer;
		transition: var(--default-transition);

		&:before {
			top: calc(100% - 0.2rem);
			width: 2.4rem;
		}

		.icons {
			gap: 0.6rem;

			img {
				width: 4rem;
			}
		}

		.txt {
			font-size: 1.8rem;
			line-height: 1.4;
		}

		&:hover {
			background: #413D39;
			.txt {
				color: #fff;
			}
		}
	}

	.t_course_item {
		padding: 6rem 10rem;
		margin: 0 -10rem;
		border-radius: 0.5rem;
	}

	.t_course_item_ttl {
		padding-bottom: 1.5rem;
		font-size: 2.6rem;
	}

	.t_grid {
		margin-top: 4rem;
		gap: 4rem 2rem;
		grid-template-columns: repeat(3, 1fr);

		&.t_grid_col02 {
			grid-template-columns: repeat(2, 1fr);
		}
	}

	.t_course_hc {
		margin: 8rem -10rem 0;

		&::before {
			width: 63.6rem;
			aspect-ratio: 1272/730;
			background: url(../images/top/course_health_bg.png) center / 100% no-repeat;
		}
	}

	.t_course_hc_head {
		padding: 8.3rem 10rem 6.8rem;
		background: linear-gradient(90deg, #FFFFFF 0%, rgba(153, 153, 153, 0) 100%);
	}

	.t_course_hc_ttl {
		flex-direction: row;
		gap: 2.2rem;
		align-items: flex-end;

		.txt01 {
			font-size: 2.8rem;
		}

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

	.t_course_hc_body {
		padding: 6rem 10rem;

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

.m_course {
	padding: 0;
	overflow: hidden;

	.m_course_head {
		display: block;
	}

	.m_course_head figure {
		height: 22rem;
	}

	.m_course_body {
		padding: 2.4rem 3rem;
	}

	.m_course_ttl {
		justify-content: center;
		gap: 1.8rem;

		.img {
			display: none;
		}

		.txt {
			font-size: 1.9rem;
			letter-spacing: 0.08em;
			line-height: 1.7;
			text-align: center;
		}
	}

	.m_course_terms {
		padding: 0.9rem 0 1.9rem;
		margin-top: 0.9rem;
	}

	.m_course_terms_ttl {
		font-size: 1.4rem;
	}

	.m_course_terms_list {
		margin-top: 0.8rem;

		li {
			padding: 0.4rem 0.8rem;
			font-size: 1.4rem;
			border-radius: 0.5rem;
		}

		&.m_course_terms_list_col03_pc {
			li {
				grid-column: span 2;
			}
		}
	}

	.m_course_prices {
		padding-top: 1.7rem;
		gap: 0.8rem;

		.price {
			font-size: 3.2rem;
		}

		.pair {
			font-size: 1.2rem;
			padding: 0.2rem 0.6rem;
			margin-right: 0.8rem;
			position: relative;
			top: -0.5rem;
		}

		.yen {
			font-size: 2.4rem;
			padding-bottom: 0.2rem;
			margin-right: 0.6rem;
		}

		.tax {
			font-size: 1.4rem;
			margin-left: 0.2rem;
		}
	}

	.m_course_btn {
		--icon-size: 0.8rem;
		--circle-size: 2.4rem;
		--icon-right: 0.9rem;
		font-size: 1.7rem;
		min-height: 4.5rem;
		margin-top: 2rem;
		border-color: var(--brown_02);

		&:hover {
			opacity: 1;
			--icon-color: var(--beiju_02);
			--circle-color: var(--white);
			color: #fff;
			background: var(--brown_02);

			em {
				&:before {
					transform: translateX(0%);
				}
			}

			&:before {
				animation: arrowMaskAnime 0.3s linear 0s 1 both;
			}
		}
	}
}

/*++++++++++++++++++++++++++++
t_endoscopy
++++++++++++++++++++++++++++*/
.t_endoscopy {
	background: var(--bg_01) url(../images/top/endoscopy_bg01.png) left bottom /76rem no-repeat;
	padding: 16.6rem 0 10rem;

	.inner {
		max-width: var(--inner-width03);
	}

	.t_endoscopy_en {
		display: none;
	}

	.t_endoscopy_block {
		margin: 0;
		padding-left: 22.6rem;
		position: relative;
	}

	.t_endoscopy_head {
		position: static;
	}

	.t_endoscopy_ttl {
		position: absolute;
		left: -3.7rem;
		top: 0;
		width: 10rem;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 25rem;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: -16.6rem;
			left: calc(50% - 0.6rem);
			/* transform: translateX(-50%); */
			width: 1px;
			height: 14rem;
			z-index: 1;
			background: var(--brown_03);
		}

		.txt01 {
			font-size: 3rem;
			line-height: 1.18;
			letter-spacing: 0.175em;
			-webkit-writing-mode: vertical-rl;
			writing-mode: vertical-rl;
		}

		.txt02 {
			position: absolute;
			font-size: 9.7rem;
			line-height: 1;
			bottom: auto;
			right: 0;
			top: 0;
			display: flex;
			flex-direction: column;
			-webkit-writing-mode: vertical-rl;
			writing-mode: vertical-rl;
		}

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

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

	.t_endoscopy_txt {
		margin-top: 0;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
	}

	.t_endoscopy_body {
		gap: 6rem;
		margin-top: 6rem;
	}

	.t_endoscopy_box {
		display: flex;
		flex-direction: row-reverse;
		gap: 6rem;
		padding-right: 6rem;

		&:before {
			top: 6rem;
			right: 0;
			width: 45.2rem;
			aspect-ratio: 904/932;
			background: url(../images/top/endoscopy_kage01.png) center / 100% no-repeat;
		}

		&:nth-of-type(2n) {
			flex-direction: row;
			background: linear-gradient(283.5deg, rgba(247, 244, 239, 0) 15.42%, rgba(235, 225, 215, 0.95) 86.12%);
			padding-left: 6rem;
			padding-right: 0;
		}

		&:nth-of-type(2n)::before {
			width: 50rem;
			aspect-ratio: 1000/1002;
			background: url(../images/top/endoscopy_kage02.png) center / 100% no-repeat;
			left: 3rem;
			right: auto;
		}
	}

	.t_endoscopy_box_head {
		padding: 7rem 0 5rem 0rem;
		width: 40rem;

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

	.t_endoscopy_box_img {}

	.t_endoscopy_box_img img {}

	.t_endoscopy_box_body {
		padding: 4rem 0rem 3rem 0rem;
		flex: 1;

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

	.t_endoscopy_box_ttl {
		gap: 1.2rem;

		.txt01 {
			font-size: 2.8rem;
		}

		.txt02 {
			font-size: 1.8rem;
		}

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

	.t_endoscopy_box_list {
		margin-top: 3rem;

		a {
			--icon-size: 0.8rem;
			--circle-size: 2.4rem;
			--icon-right: 1rem;
			font-size: 1.8rem;
			padding: 1rem 1.6rem;
			min-height: 5.3rem;
			border-radius: 0.5rem;

			&:hover {
				opacity: 1;
				--icon-color: var(--white);
				--circle-color: var(--brown_03);
				background: #EFE8DC;

				em {
					&:before {
						transform: translateX(0%);
					}
				}

				&:before {
					animation: arrowMaskAnime 0.3s linear 0s 1 both;
				}
			}
		}
	}
}

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

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

	&:before {
		width: 129.8rem;
		aspect-ratio: 2596/758;
		background: url(../images/top/contact_bg01.png) center top / 100% no-repeat;
		left: 0;
		right: auto;
	}

	&:after {
		left: auto;
		right: 0;
		top: 0;
		bottom: auto;
		width: 117.3rem;
		aspect-ratio: 2346/758;
		background: url(../images/top/contact_bg02.png) center top / 100% no-repeat;
	}

	.inner {}

	.t_ttl01 {
		text-align: center;

		.txt01 {
			color: #fff;
			font-size: 5rem;
		}

		.txt02 {
			color: #E7D9BF;
			font-size: 2.2rem;
		}
	}

	.t_contact_btns {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 3rem;
		width: 97.6rem;
		margin: 4rem auto 0;
	}
}

/*++++++++++++++++++++++++++++
t_feature
++++++++++++++++++++++++++++*/
.t_feature {
	background: linear-gradient(180deg, #66605B -15.66%, #28201A 101.63%);
	padding: 14rem 0 12rem;

	&:before {
		width: 86.7rem;
		aspect-ratio: 1734/1522;
		background: url(../images/top/feature_bg.png) left top / 100% no-repeat;
	}

	&:after {
		bottom: 0;
		right: 0;
		left: auto;
		width: 79.8rem;
		aspect-ratio: 1796/2018;
		z-index: -1;
		background: url(../images/top/feature_bg02.png) right bottom / 100% no-repeat;
	}

	.inner {
		max-width: var(--inner-width03);
	}

	.t_ttl01 {
		gap: 1.1rem;

		.txt01 {
			font-size: 9rem;
		}

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

	.t_feature_slider {
		margin-top: 5.3rem;
		margin-right: var(--over-margin03);
		overflow: hidden;
		padding-left: 3rem;
	}

	.swiper {
		--slide-size: 35rem;
		--gutter: 5.3rem;
		width: calc(var(--slide-size) * 5 + var(--gutter) * 4);
		margin: 0;
	}

	.swiper-slide-active.swiper-slide {

		&:before {
		transform: scale(1.09);
		transform-origin: right top;
		}
	}

	.swiper-slide-active .m_feature {
		transform: scale(1.09);
		transform-origin: right top;
	}

	.t_feature_nav {
		margin-top: 6.6rem;
		justify-content: flex-end;
		gap: 3rem;
		/* width: fit-content; */
		margin-left: 0;
		max-width: 117rem;
	}

	.swiper-pagination {
		gap: 1.6rem;
		padding-left: 0;
		flex: 1;
		width: fit-content;
		justify-content: flex-end;

		.swiper-pagination-bullet {
			width: 0.8rem;
			height: 0.8rem;
		}
	}

	.t_feature_nav_btns {
		gap: 1.4rem;

		.swiper-button {
			width: 5.6rem;
			--arrow-size: 1.1rem;
			transition: var(--default-transition);

			&:before {
				transition: var(--default-transition);
			}

			&:hover {
				background: #D3CBC9;
				border-color: #D3CBC9;

				&:before {
					mask-position: 66% 50%;
				}
			}
		}
	}
}

.m_feature {
	&:hover {
		opacity: 1;
		background: #63584C;

		.m_feature_body {
			opacity: 1;
			--arrow-color: var(--beiju_02);
			--circle-color: var(--brown_03);

			&:before {
				animation: arrowMaskAnime 0.3s linear 0s 1 both;
			}
		}

		.m_feature_head {
			&:before {
				background-image: url(../images/top/feature_wave_on.png);
			}

			&:after {
				opacity: 1;
			}

			img {
				scale: 1.1;
			}
		}

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

			.txt02 {
				color: var(--beiju_01);
			}
		}

		.m_feature_num {
			color: var(--beiju_01);
			border-color: var(--beiju_01);
		}
	}

	.m_feature_head {
		position: relative;

		&:before {
			bottom: -3.3rem;
			width: 100%;
		}

		&:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 1;
			background: #B7B6B5;
			mix-blend-mode: multiply;
			opacity: 0;
		}
	}

	.m_feature_img {
		height: 42.4rem;
	}

	.m_feature_body {
		padding: 4.2rem 2.8rem 4.4rem 3.6rem;
		min-height: 32.2rem;
		--arrow-size: 1rem;
		--circle-width: 4.5rem;
		--circle-height: 4.5rem;

		&:before {
			bottom: -0.3rem;
			right: -0.3rem;
		}

		&:after {
			border-radius: 3.8rem 0 0 0;
		}
	}

	.m_feature_ttl {
		gap: 0.7rem;

		.txt01 {
			font-size: 2rem;
		}

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

	.m_feature_num {
		font-size: 7.3rem;
		padding-bottom: 0.7rem;
	}
}