@charset "utf-8";

.t_ttl01 {
	padding-top: 5.1rem;
	background: url(../images/top/features_icon.svg) center top / 4.4rem no-repeat;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.t_ttl01 span {
	font-family: var(--font-en);
	color: var(--gold);
	font-size: 3rem;
	letter-spacing: 0.2em;
	line-height: calc(35/30);
}

.t_ttl01 em {
	margin-top: 1rem;
	color: var(--txt-color02);
	font-weight: 600;
	letter-spacing: 0.15em;
	font-size: 1.7rem;
	line-height: calc(20/17);
}

/*++++++++++++++++++++++++++++
l_mv
++++++++++++++++++++++++++++*/
.l_mv {
	position: relative;
	isolation: isolate;
	background: var(--beige_bg_light);
}

.l_mv:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 27.7rem;
	aspect-ratio: 544/242;
	z-index: -1;
	background: url(../images/top/mv_scales01_sp.png) center / 100% no-repeat;
}

.l_mv:after {
	content: '';
	display: block;
	position: absolute;
	top: 30rem;
	left: 0;
	width: 17rem;
	aspect-ratio: 340/618;
	z-index: -1;
	background: url(../images/top/mv_scales02_sp.png) center / 100% no-repeat;
}

.l_mv_inner:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 1.9rem;
	right: 0;
	width: 27.7rem;
	aspect-ratio: 544/310;
	z-index: -5;
	background: url(../images/top/mv_scales03_sp.png) center / 100% no-repeat;
}

.l_mv_inner:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30.5rem;
	aspect-ratio: 610/190;
	z-index: -1;
	background: url(../images/top/news_obj_sp.png?01) center / 100% no-repeat;
}

.l_mv_slider_item {
	position: relative;
	z-index: 1;
	padding-top: 8.5rem;
	min-height: 84.4rem;
}

.l_mv_img {
	width: 100%;
	height: 26rem;
	margin-left: auto;
	aspect-ratio: auto;
	z-index: 1;
	display: block;
}

.l_mv_img::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 14.1rem;
	aspect-ratio: 145/260;
	-webkit-mask: url(../images/top/mv_triangle01_sp.svg) center / 100% no-repeat;
	mask: url(../images/top/mv_triangle01_sp.svg) center / 100% no-repeat;
	background: #FFFDF1;
	opacity: 0.5;
	/* transform: scale(1,-1); */
}

.l_mv_img::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 14.5rem;
	aspect-ratio: 145/260;
	-webkit-mask: url(../images/top/mv_triangle02_sp.svg) center / 100% no-repeat;
	mask: url(../images/top/mv_triangle02_sp.svg) center / 100% no-repeat;
	background: rgba(99, 145, 82, 0.25);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.l_mv_img img {
	z-index: 0;
}

.l_mv .swiper-slide-active-prev .l_mv_img img,
.l_mv .swiper-slide-active .l_mv_img img {
	animation: zoomUp 10s linear 0s 1 normal both;
}

.l_mv_point {
	position: absolute;
	bottom: 28.3rem;
	left: 0.9rem;
	z-index: 20;
}

.l_mv_bottom_img {
	width: 17rem;
	height: 18.5rem;
	overflow: hidden;
	border-radius: 0.5rem 0 0 0.5rem;
	margin-top: 3.1rem;
	margin-left: auto;
	display: block;
}

.l_mv_bottom_txt {
	margin-top: 2.1rem;
	padding: 0 1.8rem;
	display: block;
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}

/*++++++++++++++++++++++++++++
t_freespace
++++++++++++++++++++++++++++*/
.t_freespace {
	padding: 5rem 0 0;
	background: var(--beige_bg_light);
}

.t_freespace_content {
	background: #fff;
	padding: 3rem;

	>*:first-child {
		margin-top: 0 !important;
	}

	.m_kakomi {
		background: var(--beige_bg);
		margin-top: 2.5rem;
	}

	h2 {
		margin: 5rem 0 2.5rem;
	}
}

/*++++++++++++++++++++++++++++
t_wrap01
++++++++++++++++++++++++++++*/
.t_wrap01 {
	position: relative;
	isolation: isolate;
	background: var(--beige_bg_light);
}

.t_wrap01:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 21rem;
	aspect-ratio: 21/9;
	z-index: -1;
	background: url(../images/top/news_scales_sp.png) center / cover no-repeat;
}

.t_post {
	padding: 5rem 0 13rem;
}

.t_post_block {
	margin: 0 -0.5rem;
}

.t_post_item {
	--post-color: var(--brown);
	position: relative;
	padding: 3.5rem 0 0 3rem;
	isolation: isolate;
}

.t_post_item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6rem;
	border: 1px solid var(--post-color);
	border-right: 0;
	border-radius: 10rem 0 0 10rem;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
	clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
	z-index: -1;
}

.t_post_ttl {
	display: flex;
	flex-direction: column;
}

.t_post_ttl span {
	font-family: var(--font-en);
	color: var(--post-color);
	font-size: 4rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.t_post_ttl em {
	margin-top: 0.4rem;
	padding-left: 0.5rem;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.15em;
	color: var(--txt-color02);
}

.t_post_btn {
	width: 23.5rem;
	margin-top: 1.4rem;
}

.t_post_blog {
	--post-color: var(--green);
	margin-top: 6rem;
}

.t_post_blog .l_news_item02 {
	border-color: var(--post-color);
}

.t_post_blog .m_btn01 {
	background: var(--post-color);
	--icon-color: var(--post-color);
}

/*++++++++++++++++++++++++++++
t_features
++++++++++++++++++++++++++++*/
.t_features {
	padding: 3.5rem 0 6rem;
}

.t_feature {
	position: relative;
	margin-top: 3.5rem;
}

.t_feature+.t_feature {
	margin-top: 8rem;
}

.t_feature_head {
	margin: 0 -2.5rem;
	background: var(--beige_bg);
	position: relative;
	isolation: isolate;
	z-index: 1;
}

.t_feature_head:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -7.2rem;
	right: 0rem;
	width: 35rem;
	aspect-ratio: 700/620;
	z-index: 1;
	background: url(../images/top/feature01_bg01_sp.png) center / 100% no-repeat;
}

.t_feature_head_desc {
	position: absolute;
	z-index: 10;
	left: 1.7rem;
	bottom: 3.3rem;
}

.t_feature_head_num {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: var(--font-en);
	position: relative;
	color: var(--white);
	padding-bottom: 1.1rem;
	width: fit-content;
	min-width: 7rem;
}

.t_feature_head_num:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0.2rem;
	left: 0.2rem;
	width: 0.7rem;
	aspect-ratio: 1/1;
	z-index: 1;
	rotate: 45deg;
	background: var(--white);
}

.t_feature_head_num:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0.5rem;
	right: 0;
	width: 5.3rem;
	height: 1px;
	z-index: 1;
	background: var(--white);
}

.t_feature_head_num span {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	line-height: 1;
	font-weight: 400;
}

.t_feature_head_num em {
	color: #fff;
	line-height: 1;
	letter-spacing: 0;
	font-size: 6rem;
	margin-top: 0.5rem;
}

.t_feature_head_ttl {
	margin-top: 1rem;
}

.t_feature_head_ttl span {
	background: rgba(255, 255, 255, 0.95);
	letter-spacing: 0.12em;
	padding: 0.08em 0.5em 0.13em 0.6em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 2;
	font-size: 2.2rem;
	border-radius: 0.2rem;
	font-weight: 600;
}

.t_feature_head_ttl strong {
	color: var(--green);
}

.t_feature_head_img {
	height: 46.5rem;
	border-radius: 0 0.5rem 0.5rem 0;
	overflow: hidden;
	width: 34rem;
	/* margin-left: -0.5rem; */
	z-index: 5;
	position: relative;
}

.t_feature_head_en {
	position: absolute;
	top: 11.6rem;
	right: -2.3rem;
	font-family: var(--font-en);
	color: #E8B357;
	font-size: 4rem;
	letter-spacing: 0.055em;
	line-height: calc(40/30);
	mix-blend-mode: screen;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 20;
}

.t_feature_body {
	margin-top: 10.7rem;
	display: grid;
	gap: 3rem;
}

.t_feature_item {
	text-decoration: none;
	display: block;
	background: #fff;
	box-shadow: 0px 0px 3rem 0px rgba(115, 92, 69, 0.1);
	padding: 0 1.8rem 2.1rem;
}

.t_feature_item_img {
	height: 20.5rem;
}

.t_feature_item_body {
	position: relative;
	padding-bottom: 1.8rem;
	margin-top: 1.5rem;
}

.t_feature_item_body:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0.2rem;
	left: 0.4rem;
	width: 0.7rem;
	aspect-ratio: 1/1;
	z-index: 1;
	rotate: 45deg;
	background: var(--brown);
}

.t_feature_item_body:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0.5rem;
	left: 1.7rem;
	width: 15rem;
	height: 1px;
	z-index: 1;
	background: var(--brown);
}

.t_feature_item_ttl {
	--icon-url: url(../images/icon_arrow03.svg);
	--icon-color: var(--gold);
	--icon-size: 0.6rem;
	--circle-size: 4rem;
	--circle-color: var(--gold);
	--icon-right: 0rem;
	font-weight: 600;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: calc(30/18);
	padding-right: 4.5rem;
}

.t_feature_item_ttl_narrow {
	line-height: calc(25/18);
}

.t_feature_item_ttl em:before {
	content: '';
	display: block;
	position: absolute;
	top: 1.4rem;
	right: calc(1.7rem + var(--icon-right));
	width: var(--icon-size);
	aspect-ratio: 6/11;
	-webkit-mask: var(--icon-url) center / 100% no-repeat;
	mask: var(--icon-url) center / 100% no-repeat;
	background: var(--icon-color);
	z-index: 2;
}

.t_feature_item_ttl em:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: var(--icon-right);
	width: var(--circle-size);
	aspect-ratio: 1/1;
	z-index: 1;
	border-radius: 50%;
	border: 1px solid var(--circle-color);
}

.t_feature_item_ttl em {
	color: var(--gold);
}

.t_feature02 .t_feature_head:before {
	right: auto;
	left: 0;
	width: 35rem;
	background: url(../images/top/feature02_bg01_sp.png) center / 100% no-repeat;
}

.t_feature02 .t_feature_head_desc {
	left: 6.7rem;
}

.t_feature02 .t_feature_head_img {
	border-radius: 0.5rem 0 0 0.5rem;
	margin-left: auto;
	margin-right: 0;
}

.t_feature02 .t_feature_head_en {
	left: -2.8rem;
	top: 18.8rem;
	right: auto;
	letter-spacing: 0.095em;
}

/*++++++++++++++++++++++++++++
t_wrap02
++++++++++++++++++++++++++++*/
.t_wrap02 {
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	isolation: isolate;
}

.t_wrap02:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	height: 100lvh;
	background-image: url(../images/top/wrap02_bg_sp.png);
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.t_wrap02_in {
	position: relative;
	z-index: 10;
}

.t_wrap02_in:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.5rem;
	aspect-ratio: 50/4200;
	z-index: 1;
	background: url(../images/top/wrap02_left_sp.png) center / 100% no-repeat;
}

.t_wrap02_in:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 2.5rem;
	aspect-ratio: 50/3524;
	z-index: 1;
	background: url(../images/top/wrap02_right_sp.png) center / 100% no-repeat;
}

/*++++++++++++++++++++++++++++
t_clinic
++++++++++++++++++++++++++++*/
.t_clinic {
	padding: 4.1rem 0 4rem;
}

.t_clinic_block {
	margin-top: 4.1rem;
	padding: 0 1.5rem;
}

.t_clinic_data {
	display: flex;
	box-shadow: 5px 5px 10px 0px rgba(183, 169, 161, 0.1);
	border-radius: 0.5rem;
	overflow: hidden;
	border: 1px solid #fff;
}

.t_clinic_data+.t_clinic_data {
	margin-top: 1.7rem;
}

.t_clinic_data dt {
	background: #DFD6C5;
	color: var(--txt-brown);
	font-size: 1.5rem;
	letter-spacing: 0.14em;
	line-height: calc(20/15);
	background: #DFD6C5;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 9rem;
}

.t_clinic_data dd {
	min-height: 9.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.5rem 1.2rem 1.5rem 1.5rem;
	background: rgba(255, 255, 255, 0.7);
	flex: 1;
}

.t_clinic_data_subject {
	font-size: 1.5rem;
	line-height: calc(25/15);
	letter-spacing: 0.15em;
}

.t_clinic_data_tel {
	display: flex;
	gap: 0.2rem;
	align-items: center;
	margin-right: -1.2rem;
}

.t_clinic_data_tel span {
	font-family: var(--font-en);
	font-size: 1.4rem;
	letter-spacing: 0.14em;
	line-height: calc(20/14);
	font-weight: 700;
}

.t_clinic_data_tel em {
	font-family: var(--font-en);
	font-size: 2.2rem;
	letter-spacing: 0.08em;
	line-height: calc(30/22);
}

.t_clinic_data_address {
	line-height: calc(20/15);
	margin-top: 0.4rem;
	font-weight: 600;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.t_clinic_table {
	margin-top: 3rem;
}

.t_clinic_body {
	margin-top: 4rem;
}

.t_clinic_map .m_map {
	height: 23rem;
}

.t_clinic_map_link {
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	font-family: var(--font-en);
	line-height: calc(30/17);
	color: var(--brown);
	text-decoration: none;
	gap: 1rem;
	min-height: 7rem;
	margin-top: 2rem;
	padding: 1.1rem 0 0.5rem;
}

.t_clinic_map_link:before {
	content: '';
	display: inline-block;
	width: 1.8rem;
	aspect-ratio: 24/33;
	background: url(../images/icon_pin.svg) center / 100% no-repeat;
	position: relative;
	top: -0.4rem;
}

/*++++++++++++++++++++++++++++
t_endoscopies
++++++++++++++++++++++++++++*/
.t_endoscopies {
	padding: 5rem 0 0;
}

.t_endoscopies_ttl {
	position: relative;
	padding-left: 3.6rem;
	display: flex;
	flex-direction: column;
	margin-left: 0.9rem;
}

.t_endoscopies_ttl:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3.1rem;
	aspect-ratio: 31/34;
	background: url(../images/icon_logo.svg) center / 100% no-repeat;
	z-index: 1;
}

.t_endoscopies_ttl span {
	font-family: var(--font-en);
	color: var(--brown);
	font-size: 4rem;
	letter-spacing: 0.1em;
	line-height: calc(30/40);
}

.t_endoscopies_ttl em {
	color: var(--txt-color02);
	margin-top: 0.5rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	font-size: 1.7rem;
	line-height: 1;
	padding-left: 0.3rem;
}

.t_endoscopies_head {
	padding: 0 2.5rem 0 1.5rem;
}

.t_endoscopies_catch {
	margin-top: 4rem;
	letter-spacing: 0.07em;
	line-height: calc(35/20);
	font-weight: 600;
	font-size: 2rem;
}

.t_endoscopies_catch span {
	color: var(--gold);
}

.t_endoscopies_txt {
	color: var(--txt-color02);
	line-height: 2;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	margin-top: 2.5rem;
}

.t_endoscopies_body {
	margin-top: 4rem;
	position: relative;
	margin-left: 1.9rem;
}

.t_endoscopies_body:before {
	content: '';
	display: block;
	position: absolute;
	top: 5.7rem;
	left: 6.5rem;
	width: 0.8rem;
	aspect-ratio: 1/1;
	z-index: 11;
	rotate: 45deg;
	background: var(--gold);
}

.t_endoscopies_body:after {
	content: '';
	display: block;
	position: absolute;
	top: 6rem;
	left: -4.4rem;
	width: 10rem;
	height: 1px;
	z-index: 11;
	background: var(--gold);
}

.t_endoscopies_img {
	--triangle-width: 10.6rem;
	position: relative;
	height: 39.5rem;
	border-radius: 0.5rem 0 0 0.5rem;
	z-index: 1;
	margin-right: -2.5rem;
}

.t_endoscopies_img::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: var(--triangle-width);
	aspect-ratio: 104/394;
	-webkit-mask: url(../images/top/endoscopies_clip02_sp.svg) center / 100% no-repeat;
	mask: url(../images/top/endoscopies_clip02_sp.svg) center / 100% no-repeat;
	background: #FFFDF1;
	opacity: 0.5;
	transform: scale(1, -1);
}

.t_endoscopies_img::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: var(--triangle-width);
	aspect-ratio: 104/394;
	-webkit-mask: url(../images/top/endoscopies_clip02_sp.svg) center / 100% no-repeat;
	mask: url(../images/top/endoscopies_clip02_sp.svg) center / 100% no-repeat;
	background: rgba(100, 75, 60, 0.25);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.t_endoscopies_btns {
	position: absolute;
	bottom: 2.2rem;
	left: 0;
	z-index: 10;
}

.t_endoscopies_btn {
	--icon-url: url(../images/icon_arrow03.svg);
	--icon-color: var(--gold);
	--icon-size: 0.6rem;
	--circle-size: 2rem;
	--circle-color: var(--white);
	--icon-right: 2rem;
	font-weight: 600;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	text-decoration: none;
	width: 100%;
	color: #fff;
	background: rgba(255, 253, 241, 0.4);
	font-size: 1.5rem;
	line-height: calc(27/17);
	letter-spacing: 0.15em;
	padding: 1rem 1.4rem 1rem 1rem;
	min-height: 6rem;
	margin: var(--under-btn-mt, 0px) auto 0;
	border-radius: 0 0.3rem 0.3rem 0;
	border-bottom: 2px solid var(--white);
	width: 26rem;
	-webkit-backdrop-filter: blur(2rem);
	backdrop-filter: blur(2rem);
	margin-top: 2rem;
}

.t_endoscopies_btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: calc(0.6rem + var(--icon-right));
	width: var(--icon-size);
	aspect-ratio: 6/11;
	-webkit-mask: var(--icon-url) center / 100% no-repeat;
	mask: var(--icon-url) center / 100% no-repeat;
	background: var(--icon-color);
	z-index: 2;
	transform: translateY(-50%);
}

.t_endoscopies_btn: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 {
	margin-top: 6.1rem;
	padding: 0 0.5rem;
}

.t_endoscopy+.t_endoscopy {
	margin-top: 8.2rem;
}

.t_endoscopy_head {
	position: relative;
	padding-left: 1.5rem;
}

.t_endoscopy_head:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2.2rem;
	left: -3rem;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 0 0 4.6rem 0;
	background: rgba(169, 160, 151, 0.2);
}

.t_endoscopy_head:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 1.2rem;
	left: -2.2rem;
	width: 18.1rem;
	aspect-ratio: 181/69;
	z-index: 11;
	background: url(../images/top/gastro_line_sp.svg) center / 100% no-repeat;
}

.t_endoscopy_img {
	position: relative;
	z-index: 10;
	height: 23rem;
}

.t_endoscopy_img:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 2.6rem;
	height: 1.4rem;
	z-index: 10;
	background: var(--green);
}

.t_endoscopy_img img {
	border-radius: 0.2rem 0 4.6rem 0.2rem;
	z-index: 1;
}

.t_endoscopy_ttl {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-left: 6rem;
	margin-top: 6.2rem;
}

.t_endoscopy_ttl:before {
	content: '';
	display: block;
	position: absolute;
	top: 1.2rem;
	left: 0;
	width: 0.8rem;
	aspect-ratio: 1/1;
	z-index: 11;
	rotate: 45deg;
	background: var(--green);
}

.t_endoscopy_ttl:after {
	content: '';
	display: block;
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	width: 3.5rem;
	height: 1px;
	z-index: 11;
	background: var(--green);
}

.t_endoscopy_ttl span {
	font-family: var(--font-en);
	color: var(--green);
	font-size: 3.3rem;
	letter-spacing: 0.05em;
	line-height: calc(35/33);
}

.t_endoscopy_ttl em {
	font-size: 1.7rem;
	letter-spacing: 0.15em;
	line-height: calc(20/17);
	font-weight: 600;
	margin-top: 0.2rem;
	padding-left: 0.5rem;
}

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

.t_endoscopy_list_item a {
	text-decoration: none;
	text-align: center;
	height: 7rem;
	background: #FBF9F3;
	border-bottom: 2px solid var(--green);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 2.9rem 0 0.7rem;
	font-size: 1.45rem;
	letter-spacing: 0.15em;
	line-height: calc(18/14.5);
	font-weight: 600;
	border-radius: 0 0.3rem 0.3rem 0;
	position: relative;
	--icon-url: url(../images/icon_arrow03.svg);
	--icon-color: var(--white);
	--icon-size: 0.6rem;
	--circle-size: 1.8rem;
	--circle-color: var(--green);
	--icon-right: 0.8rem;
}

.t_endoscopy_list_item a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: calc(0.55rem + var(--icon-right));
	width: var(--icon-size);
	aspect-ratio: 6/11;
	-webkit-mask: var(--icon-url) center / 100% no-repeat;
	mask: var(--icon-url) center / 100% no-repeat;
	background: var(--icon-color);
	z-index: 2;
	transform: translateY(-50%);
}

.t_endoscopy_list_item a: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_colon .t_endoscopy_head:before {
	right: -3rem;
	left: auto;
	border-radius: 0 0 0 4.6rem;
	background: rgba(169, 160, 151, 0.2);
}

.t_endoscopy_colon .t_endoscopy_head:after {
	bottom: -2.8rem;
	left: auto;
	right: -2.8rem;
	width: 19.9rem;
	aspect-ratio: 199/74;
	background: url(../images/top/colon_line_sp.svg) center / 100% no-repeat;
}

.t_endoscopy_colon .t_endoscopy_img img {
	border-radius: 0.2rem 0 0.2rem 4.6rem;
	z-index: 1;
}

.t_endoscopy_colon .t_endoscopy_img:before {
	background: var(--gold);
}

.t_endoscopy_colon .t_endoscopy_ttl {
	padding-left: 0;
}

.t_endoscopy_colon .t_endoscopy_ttl:before {
	right: 0;
	left: auto;
	background: var(--gold);
}

.t_endoscopy_colon .t_endoscopy_ttl:after {
	right: 1.5rem;
	left: auto;
	background: var(--gold);
}

.t_endoscopy_colon .t_endoscopy_ttl span {
	color: var(--gold);
}

.t_endoscopy_colon .t_endoscopy_list_item a {
	--circle-color: var(--gold);
	border-color: var(--gold);
}

/*++++++++++++++++++++++++++++
t_wrap03
++++++++++++++++++++++++++++*/
.t_wrap03 {
	background: var(--beige_bg_light);
	margin-top: 4.5rem;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	isolation: isolate;
}

.t_wrap03:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	height: 100lvh;
	background-image: url(../images/top/wrap03_bg_sp.png);
	background-size: cover;
	background-position: center;
	z-index: -1;
}

/*++++++++++++++++++++++++++++
t_menu
++++++++++++++++++++++++++++*/
.t_menu {
	padding: 4.5rem 0 5rem;
	background: linear-gradient(180deg, #FFFDF1 0%, rgba(255, 253, 241, 0) 100%);
	position: relative;
	isolation: isolate;
}

.t_menu:before {
	content: '';
	display: block;
	position: absolute;
	top: -2rem;
	right: 0;
	width: 16.8rem;
	aspect-ratio: 332/220;
	z-index: -1;
	background: url(../images/top/wrap03_scale01_sp.png) center / 100% no-repeat;
}

.t_menu:after {
	content: '';
	display: block;
	position: absolute;
	top: 13rem;
	left: 0;
	width: 12.9rem;
	aspect-ratio: 358/286;
	z-index: -1;
	background: url(../images/top/wrap03_scale02_sp.png) center / 100% no-repeat;
}

.t_menu_block {
	display: grid;
	width: 28.5rem;
	margin: 3rem auto 0;
	gap: 2rem;
}

.t_menu_item {
	text-decoration: none;
	border: 1px solid var(--gold);
	padding: 2rem 0 1.2rem;
	background: #FEFCF3;
}

.t_menu_item_img {
	height: 15.4rem;
	width: 24.5rem;
	display: block;
	margin: 0 auto;
}

.t_menu_item_ttl {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	line-height: calc(30/18);
	font-weight: 600;
	position: relative;
	max-width: 25.7rem;
	margin: 0.7rem auto 0;
	padding-bottom: 1.3rem;
}

.t_menu_item_ttl:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0.3rem;
	width: 0.7rem;
	aspect-ratio: 1/1;
	z-index: 11;
	rotate: 45deg;
	background: var(--brown);
}

.t_menu_item_ttl:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0.3rem;
	left: 1.7rem;
	width: calc(100% - 1.7rem);
	height: 1px;
	z-index: 11;
	background: var(--brown);
}

.t_menu_item_more {
	position: relative;
	font-family: var(--font-en);
	color: var(--gold);
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: calc(30/17);
	font-weight: 400;
	--icon-url: url(../images/icon_arrow03.svg);
	--icon-color: var(--gold);
	--icon-size: 0.6rem;
	--circle-size: 3.2rem;
	--circle-color: var(--gold);
	--icon-right: 4.8rem;
	text-align: center;
	margin-top: 0.7rem;
	padding-right: 0.4rem;
}

.t_menu_item_more:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: calc(1.15rem + var(--icon-right));
	width: var(--icon-size);
	aspect-ratio: 6/11;
	-webkit-mask: var(--icon-url) center / 100% no-repeat;
	mask: var(--icon-url) center / 100% no-repeat;
	background: var(--icon-color);
	z-index: 2;
	transform: translateY(-50%);
}

.t_menu_item_more: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%;
	border: 1px solid var(--circle-color);
	transform: translateY(-50%);
}

/*++++++++++++++++++++++++++++
t_symptom
++++++++++++++++++++++++++++*/
.t_symptom {
	padding: 2.5rem 0 5rem;
}

.t_symptom_ttl {
	display: flex;
	flex-direction: column;
	padding-left: 3.6rem;
	position: relative;
	background: url(../images/icon_logo.svg) left top / 3.1rem no-repeat;
	width: fit-content;
	margin: 0 auto;
}

.t_symptom_ttl span {
	font-family: var(--font-en);
	color: var(--brown);
	font-size: 4rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.t_symptom_ttl em {
	line-height: 1;
	font-size: 1.7rem;
	letter-spacing: 0.15em;
	font-weight: 600;
	margin-top: 0.5rem;
}

.t_symptom_tabs {
	margin-top: 3.8rem;
}

.t_symptom_tabs_btns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background: #fff;
	border-radius: 0.6rem 0 0 0.6rem;
	margin: 0 -1rem;
}

.t_symptom_tabs_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.45rem;
	line-height: calc(19/14.5);
	letter-spacing: 0.1em;
	height: 6rem;
	border: 1px solid var(--gold);
	border-right: 0;
	font-weight: 600;
	position: relative;
	color: var(--main-font-color);
	cursor: pointer;
}

.t_symptom_tabs_btn:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -1.6rem;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0);
	width: 2.1rem;
	aspect-ratio: 15 / 6;
	background: var(--green);
	-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	opacity: 0;
}

.t_symptom_tabs_btn:first-of-type {
	border-radius: 0.6rem 0 0 0.6rem;
}

.t_symptom_tabs_btn:last-of-type {
	border-right: 1px solid var(--gold);
	border-radius: 0 0.6rem 0.6rem 0;
}

.t_symptom_tabs_btn.on:before {
	opacity: 1;
}

.t_symptom_tabs_btn.on {
	background: var(--green);
	color: #fff;
}

.t_symptom_tabs_content {
	margin-top: 3.3rem;
}

.t_symptom_tabs_panel {
	display: none;
}

.t_symptom_tabs_panel.on {
	display: block;
}

.t_symptom_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.4rem;
}

.t_symptom_list_item a {
	text-decoration: none;
	text-align: center;
	height: 6.5rem;
	background: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid var(--gold);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem 0.1rem 0;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: calc(21/16);
	font-weight: 600;
	position: relative;
	--icon-url: url(../images/icon_arrow04.svg);
	--icon-color: var(--white);
	--icon-size: 1rem;
	--circle-size: 2rem;
	--circle-color: var(--green);
	--icon-right: 1.5rem;
}

.t_symptom_list_item a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: calc(0.55rem + var(--icon-right));
	width: var(--icon-size);
	aspect-ratio: 10/11;
	-webkit-mask: var(--icon-url) center / 100% no-repeat;
	mask: var(--icon-url) center / 100% no-repeat;
	background: var(--icon-color);
	z-index: 2;
	transform: translateY(-50%);
}

.t_symptom_list_item a: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_slider
++++++++++++++++++++++++++++*/
.t_slider {
	display: flex;
	width: 100vw;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	--speed: 140s;
	--gap: 1rem;
}

.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);
}

.t_slider_item picture {
	width: 13rem;
	overflow: hidden;
	aspect-ratio: 13/18;
}

.t_slider_item picture img {
	display: block;
}

@-webkit-keyframes loop {
	0% {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

@keyframes loop {
	0% {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

@-webkit-keyframes loop2 {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-200%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-200%);
	}
}