@charset "utf-8";

.t_ttl01 {
	display: flex;
	flex-direction: column;
	margin-bottom: 4rem;
	padding: 3.3rem 0 6.4rem;
	background: url(../images/logo_symbol.svg) center top / 3.8rem no-repeat;
	position: relative;
	z-index: 10;
	text-align: center;
}

.t_ttl01:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 0.5px);
	width: 1px;
	height: 5rem;
	z-index: 1;
	background: var(--brown_00);
}

.t_ttl01 span {
	font-size: 2.4rem;
	font-weight: 700;
	font-family: var(--font-maru);
	line-height: 1.4;
	letter-spacing: 0.2em;
	position: relative;
	padding-left: 0.2em;
}

.t_ttl01 em {
	font-size: 1.4rem;
	margin-top: 0.8rem;
	color: var(--gold_01);
	line-height: 1.4;
	letter-spacing: 0.08em;
	font-family: var(--font-en);
}

.t_ttl02 {
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	width: fit-content;
}

.t_ttl02:before {
	content: '';
	display: block;
	position: absolute;
	top: -2.5rem;
	left: -4rem;
	width: 14rem;
	aspect-ratio: 5/4;
	z-index: 1;
	opacity: 0.14;
	background: url(../images/logo_symbol.svg) center / 100% no-repeat;
}

.t_ttl02 span {
	font-size: 2.1rem;
	font-family: var(--font-maru);
	font-weight: 700;
	line-height: 1.4;
	color: var(--gold_01);
}

.t_ttl02 em {
	position: relative;
	margin-left: 3.8rem;
	background: linear-gradient(90deg, #C79229 0%, #F1CC36 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: var(--font-en);
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	margin-top: 0.6rem;
}

.t_ttl02 em:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -3.8rem;
	width: 3rem;
	height: 1px;
	z-index: 1;
	transform: translateY(-50%);
	background: var(--gold_01);
}

.t_ttl03 {
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 1.4;
	font-family: var(--font-maru);
	color: var(--brown_02);
	padding: 0 0 2rem 4.2rem;
	background: url(../images/logo_symbol.svg) left top 0.25rem / 3rem no-repeat;
	position: relative;
}

.t_ttl03:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.5rem;
	z-index: 1;
	border-top: 1px solid var(--brown_01);
	border-bottom: 1px solid var(--brown_01);
}

.t_section_en {
	position: absolute;
	top: -3.5rem;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 1;
	font-size: 8rem;
	line-height: 1.4;
	letter-spacing: 0.15em;
	background: linear-gradient(180deg, #D3BD98 19.64%, rgba(211, 189, 152, 0.2) 84.9%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: var(--font-en);
	white-space: nowrap;
	padding-left: 0.15em;
	opacity: 0.6;
}

.t_section {
	position: relative;
	padding: 8rem 0;
}

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

.l_mv:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #000;
	opacity: 0.18;
}

.l_mv_slider {
	display: flex;
	width: 100vw;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	--speed: 200s;
	--gap: 0px;
}

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

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

.l_mv_slider_item .l_mv_img {
	width: 180rem;
	overflow: hidden;
	aspect-ratio: 3600/1200;
}

.l_mv_slider_item .l_mv_img img {
	display: block;
}

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

.l_mv_catch {
	color: #fff;
	padding: 0 2rem;
	position: absolute;
	bottom: 24.7rem;
	left: 0;
	z-index: 10;
	display: grid;
}

.l_mv_catch span {
	filter: drop-shadow(0px 0px 1.2rem rgba(25, 9, 2, 0.45));
	font-family: var(--font-maru);
	font-size: 3.8rem;
	line-height: 1.4;
	letter-spacing: 0.25em;
}

.l_mv_catch em {
	font-family: var(--font-en);
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	margin-top: 1rem;
}

.l_mv_en {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	bottom: 26.7rem;
}

.l_mv_en span {
	display: block;
	background: linear-gradient(180deg, #D3BD98 19.64%, rgba(211, 189, 152, 0.2) 84.9%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: var(--font-en);
	letter-spacing: 0.15em;
	line-height: 1;
	font-size: 8.4rem;
	text-align: center;
	opacity: 0.4;
}

.l_mv_en span:nth-of-type(2) {
	margin-top: -1.1rem;
	position: relative;
	right: -5rem;
}

.l_mv_points {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	width: 100%;
	position: absolute;
	bottom: 2rem;
	left: 0;
	padding: 0 2rem;
	z-index: 10;
}

.l_mv_point {}

.l_mv_scroll {
	position: absolute;
	bottom: 23.6rem;
	right: 2rem;
	z-index: 15;
	width: 8.3rem;
}

.l_mv_scroll:before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 1.05rem);
	right: 2.5rem;
	width: 0.8rem;
	aspect-ratio: 8/21;
	z-index: 1;
	background: url(../images/mv_scroll_arrow.svg) center / 100% no-repeat;
	animation: arrowAnime 2.7s ease 0s infinite both;
}

@keyframes arrowAnime {
	0% {
		opacity: 0;
		transform: translateY(-50%);
	}

	50% {
		opacity: 1;
		transform: translateY(0%);
	}

	50% {
		opacity: 1;
		transform: translateY(0%);
	}

	100% {
		opacity: 0;
		transform: translateY(50%);
	}
}

/*++++++++++++++++++++++++++++
feature
++++++++++++++++++++++++++++*/
.t_feature {
	background: var(--lightbeige_01) url(../images/feature_bg01.png) center top / 100% no-repeat;
	padding-bottom: 6rem;
}

.t_feature_block {}

.t_feature_item {
	--img-gap: 0 calc(-1 * var(--inner-padding)) 0 0;
	--img-radius: 100rem 0 0 100rem;
	--num-inset: -7.5rem auto auto -6rem;
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

:where(.t_feature_item)+.t_feature_item {
	margin-top: 7rem;
}

.t_feature_item:nth-of-type(2n) {
	--img-gap: 0 0 0 calc(-1 * var(--inner-padding));
	--img-radius: 0 100rem 100rem 0;
	--num-inset: -7.5rem -6rem auto auto;
}

.t_feature_item02 {}

.t_feature_item02:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -11.7rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	aspect-ratio: 1200/900;
	z-index: -1;
	background: url(../images/feature_bg02.png) center / 100% no-repeat;
	pointer-events: none;
}

.t_feature_item03 {
	flex-direction: column-reverse;
	margin-top: 8.9rem;
}

.t_feature_item04:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -11.7rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	aspect-ratio: 1200/900;
	z-index: -1;
	background: url(../images/feature_bg03.png) center / 100% no-repeat;
	pointer-events: none;
}

.t_feature_item06:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -11.7rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	aspect-ratio: 1200/900;
	z-index: -1;
	background: url(../images/feature_bg04.png) center / 100% no-repeat;
	pointer-events: none;
}

.t_feature_item_img {
	overflow: hidden;
	height: 24rem;
	border-radius: var(--img-radius);
	margin: var(--img-gap);
}

.t_feature_item_map {
	position: relative;
}

.t_feature_item_map:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	border: 1px solid var(--brown_01);
}

.t_feature_item_map img {
	position: relative;
	z-index: 1;
}

.t_feature_item_ttl {
	position: relative;
	z-index: 10;
	isolation: isolate;
	display: flex;
	align-items: center;
	gap: 1.8rem;
	padding-bottom: 2rem;
}

.t_feature_item_ttl:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
	background: var(--brown_01);
}

.t_feature_item_ttl:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
	background: var(--brown_01);
}

.t_feature_item_ttl .num {
	background: linear-gradient(180deg, #FFFFFF 23.14%, #FDF6E9 40.23%, #EFE4D0 80.12%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18rem;
	line-height: 1.4;
	position: absolute;
	z-index: -1;
	inset: var(--num-inset);
	font-family: var(--font-en);
	letter-spacing: 0;
}

.t_feature_item_ttl .en {
	display: flex;
	flex-direction: column;
	text-align: center;
	font-family: var(--font-en);
}

.t_feature_item_ttl .en span {
	color: var(--gold_01);
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
}

.t_feature_item_ttl .en em {
	font-size: 5rem;
	letter-spacing: 0;
	line-height: 1;
	background: linear-gradient(180deg, #C89633 0%, #E6BB1D 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.t_feature_item_ttl .txt {
	font-family: var(--font-maru);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	color: var(--brown_02);
	font-size: 2rem;
}

.t_feature_item_txt {
	position: relative;
	z-index: 11;
	margin-top: 2.5rem;
	font-size: 1.4rem;
}

.t_feature_item_list {
	padding: 1.5rem 2rem;
	background: #fff;
	border: 3px solid rgba(185, 165, 126, 0.15);
	border-radius: 0.6rem;
	display: grid;
	gap: 0.4rem;
	margin: 2.2rem -0.3rem -0.3rem;
}

.t_feature_item_list li {
	padding-left: 1.3rem;
	position: relative;
	font-size: 1.4rem;
}

.t_feature_item_list li:before {
	content: '';
	display: block;
	position: absolute;
	top: 1.2rem;
	left: 0;
	width: 0.5rem;
	aspect-ratio: 1/1;
	z-index: 1;
	border-radius: 50%;
	background: var(--gold_01);
}

.t_feature_item_btn {
	margin-top: 2.5rem;
	display: grid;
	gap: 1rem;
}

.t_feature_item_time {
	margin-top: 0.9rem;
}

/*++++++++++++++++++++++++++++
t_contact
++++++++++++++++++++++++++++*/
.t_contact {
	background: var(--brown_02) url(../images/contact_bg_sp.jpg) center / cover no-repeat;
	padding: 4rem 0;
}

.t_contact_block {}

.t_contact_head {}

.t_contact_ttl {
	position: relative;
	display: flex;
	flex-direction: column;
	color: #fff;
	padding-bottom: 2.6rem;
}

.t_contact_ttl:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	z-index: 1;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.t_contact_ttl span {
	font-family: var(--font-en);
	font-size: 3.6rem;
	letter-spacing: 0.08em;
	line-height: 1.3;
}

.t_contact_ttl em {
	font-family: var(--font-maru);
	font-size: 1.7rem;
	line-height: 1.4;
	margin-top: 0.1rem;
}

.t_contact_catch {
	margin-top: 2rem;
	filter: drop-shadow(0px 0px 1.2rem rgba(25, 9, 2, 0.45));
	color: #fff;
	font-family: var(--font-maru);
	display: grid;
}

.t_contact_catch span {
	font-size: 1.7rem;
	line-height: 1.6;
}

.t_contact_catch em {
	font-size: 2.2rem;
	line-height: 1.6;
	margin-top: 0.3rem;
	letter-spacing: 0.12em;
}

.t_contact_body {
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.2);
	padding: 3rem 2rem;
	border-radius: 1rem;
	margin-top: 3rem;
}

.t_contact_tel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
}

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

.t_contact_tel .txt02 {
	margin-top: 0.8rem;
	font-family: var(--font-en);
	gap: 1rem;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.t_contact_tel .txt02 span {
	background: #fff;
	color: var(--brown_01);
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	line-height: 1;
	width: 4.6rem;
	height: 2.7rem;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.t_contact_tel .txt02 em {
	font-size: 2.6rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
}

.t_contact_btns {
	margin-top: 2rem;
	display: grid;
	gap: 1.6rem;
}

.t_contact_btn .ttl {
	width: fit-content;
	padding: 0 1.2rem;
	position: relative;
	margin: 0 auto;
	color: #fff;
	font-family: var(--font-maru);
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.14em;
}

.t_contact_btn .ttl:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 2rem;
	z-index: 1;
	transform: translateY(-50%) rotate(-20deg);
	background: #fff;
}

.t_contact_btn .ttl:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 2rem;
	z-index: 1;
	transform: translateY(-50%) rotate(20deg);
	background: #fff;
}

.t_contact_btn .btn {
	border-radius: 0.6rem;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background: var(--orange);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 7.6rem;
	overflow: hidden;
	font-weight: 700;
	color: #fff;
	--icon-url: url(../images/icon_web.svg);
	--icon-color: #fff;
	--icon-size: 3.2rem;
	position: relative;
	isolation: isolate;
	margin-top: 0.6rem;
}

.t_contact_btn .btn:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #DE6C19 0%, rgba(222, 108, 25, 0) 100%);
	-webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
	opacity: 0.5;
}

.t_contact_btn_line .btn {
	--icon-url: url(../images/icon_line.svg);
	background: var(--line_green);
}

.t_contact_btn_line .btn:before {
	background: linear-gradient(180deg, #00A344 0%, rgba(0, 163, 68, 0) 100%);
}

.t_contact_btn .btn span {
	font-size: 1.7rem;
	letter-spacing: 0.08em;
	position: relative;
	padding-left: 3.7rem;
	font-weight: 700;
	line-height: 1.4;
	font-family: var(--font-maru);
}

.t_contact_btn .btn span:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: var(--icon-size);
	aspect-ratio: 1/1;
	-webkit-mask: var(--icon-url) center / 100% no-repeat;
	mask: var(--icon-url) center / 100% no-repeat;
	background: var(--icon-color);
	z-index: 1;
}

/*++++++++++++++++++++++++++++
treatment
++++++++++++++++++++++++++++*/
.t_treatment {
	background: url(../images/treatment_bg_sp.jpg) center / cover no-repeat;
}

.t_treatment_about {
	margin-left: auto;
	margin-bottom: 3.6rem;
}

.t_treatment .t_ttl02 {
	margin-top: -0.1rem;
}

.t_treatment_item+.t_treatment_item {
	margin-top: 7rem;
}

.t_treatment_item_img {
	height: 24rem;
	border-radius: 0 1rem 1rem 0;
	margin-left: calc(-1 * var(--inner-padding));
}

.t_treatment_item_type01:nth-of-type(2n) .t_treatment_item_img {
	border-radius: 1rem 0 0 1rem;
	margin-right: calc(-1 * var(--inner-padding));
	margin-left: 0;
}

.t_treatment_item_body {
	margin-top: 2.5rem;
}

.t_treatment_item_ttl .num {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	font-family: var(--font-en);
	color: var(--gold_01);
}

.t_treatment_item_ttl .num:before {
	content: '';
	display: block;
	position: relative;
	width: 1.5rem;
	height: 1px;
	z-index: 1;
	background: var(--gold_01);
	order: 2;
}

.t_treatment_item_ttl .num span {
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.08em;
	order: 1;
}

.t_treatment_item_ttl .num em {
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	order: 3;
}

.t_treatment_item_ttl .ttl {
	margin-top: 1.2rem;
	font-family: var(--font-maru);
	line-height: 1.4;
	padding-bottom: 2rem;
	color: var(--brown_02);
	font-weight: 700;
	position: relative;
	font-size: 2rem;
}

.t_treatment_item_ttl .ttl:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
	background: var(--brown_01);
}

.t_treatment_item_ttl .ttl:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
	background: var(--brown_01);
}

.t_treatment_item_txt {
	margin-top: 2.5rem;
	font-size: 1.4rem;
}

.t_treatment_item_txt strong {
	color: var(--gold_01);
	font-weight: 400;
}

.t_treatment_item_type02 .t_treatment_item_img {
	margin: 0;
	border-radius: 1rem;
	overflow: hidden;
	height: auto;
}

/*++++++++++++++++++++++++++++
t_symptoms
++++++++++++++++++++++++++++*/
.t_symptoms {
	background: url(../images/symptoms_bg_sp.jpg) center / cover no-repeat;
	position: relative;
	isolation: isolate;
	padding: 6rem 0;
}

.t_symptoms:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 9.5rem;
	height: 100%;
	z-index: -5;
	background: #9A8E78;
	opacity: 0.1;
}

.t_symptoms_en {
	background: linear-gradient(180deg, #D3BD98 19.64%, rgba(211, 189, 152, 0) 84.9%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: var(--font-en);
	font-size: 6rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
	position: absolute;
	top: -4.8rem;
	left: 7rem;
	z-index: -1;
}

.t_symptoms_ttl {
	font-family: var(--font-maru);
	font-weight: 700;
	color: var(--brown_02);
	font-size: 2.2rem;
	line-height: 1.6;
	position: relative;
	isolation: isolate;
}

.t_symptoms_ttl:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2.4rem;
	left: -4rem;
	width: 23.1rem;
	aspect-ratio: 231/29;
	z-index: 1;
	background: url(../images/symptoms_line.svg) center / 100% no-repeat;
}

.t_symptoms_ttl:after {
	content: '';
	display: block;
	position: absolute;
	width: 26rem;
	aspect-ratio: 1/1;
	left: -9.6rem;
	top: 2rem;
	background: linear-gradient(90deg, #C79229 0%, #F1CC36 100%);
	opacity: 0.2;
	filter: blur(70.9091px);
	z-index: -1;
}

.t_symptoms_ttl strong {
	color: var(--gold_01);
}

.t_symptoms_catch {
	margin-top: 2.5rem;
	font-size: 1.4rem;
}

.t_symptoms_head_btn {
	margin-top: 3rem;
}

.t_symptoms_body {
	position: relative;
	padding: 2.2rem 0 3.9rem 1.5rem;
	margin-top: 2.8rem;
}

.t_symptoms_body:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -1rem;
	width: calc(100% + var(--inner-padding) + 1rem);
	height: calc(100% + 4.6rem);
	z-index: -5;
	background: #fff;
	border-radius: 1rem 0 0 1rem;
}

.t_symptoms_body:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 3.1rem;
	left: 7rem;
	width: 43.3rem;
	aspect-ratio: 5/4;
	z-index: -1;
	background: url(../images/logo_symbol.svg) center / 100% no-repeat;
	opacity: 0.1;
}

.t_symptoms_list li {
	padding: 0.8rem 0 0.7rem 1.3rem;
	position: relative;
	border-bottom: 1px dashed rgba(185, 165, 126, 1);
	font-size: 1.4rem;
}

.t_symptoms_list li:before {
	content: '';
	display: block;
	position: absolute;
	top: 1.95rem;
	left: 0;
	width: 0.5rem;
	aspect-ratio: 1/1;
	border-radius: 50%;
	z-index: 1;
	background: var(--gold_01);
}

.t_disease {
	background: #E7E3D3;
	border-radius: 0.6rem;
	border: 1px solid var(--brown_01);
	padding: 2.5rem 2rem;
}

.t_disease_ttl {
	color: var(--brown_02);
	line-height: 1.4;
	font-size: 1.7rem;
	font-weight: 700;
	font-family: var(--font-maru);
	text-align: center;
	padding-bottom: 1.3rem;
	border-bottom: 1px dashed var(--brown_01);
}

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

.t_disease_list li {
	border-radius: 0.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 5.6rem;
	text-align: center;
	border: 1px solid var(--brown_00);
	background: #fff;
	font-size: 1.3rem;
	line-height: 1.4;
	padding: 0 0.5rem;
}

.t_disease_list li a {
	color: var(--brown_02);
}

.t_disease_ttl_sub {
	color: var(--brown_02);
	line-height: 1.5;
	font-size: 1.7rem;
	font-weight: 700;
	font-family: var(--font-maru);
	text-align: center;
	margin-top: 2rem;
}

.t_disease_list02 {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2rem;

	&:after {
		content: 'など';
		font-size: 1.4rem;
	}

	li {
		a {
			text-decoration: none;
			position: relative;
			border: 1px solid var(--brown_00);
			display: flex;
			padding: 0.7rem 2rem 0.7rem 2.3rem;
			background: #fff;
			border-radius: 3rem;
			font-size: 1.4rem;

			&:before {
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				left: 1rem;
				width: 0.7rem;
				aspect-ratio: 1/1;
				z-index: 1;
				border-radius: 50%;
				background: var(--gold_01);
				transform: translateY(-50%);
			}

			&:after {
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				right: 1.4rem;
				width: 0.6rem;
				aspect-ratio: 1/1;
				z-index: 1;
				transform: translateY(-50%) rotate(45deg);
				border-top: 1px solid var(--gold_01);
				border-right: 1px solid var(--gold_01);
			}
		}
	}
}

.t_disease_txt {
	font-size: 1.4rem;
	margin-top: 2.5rem;
}

/*++++++++++++++++++++++++++++
t_inspection
++++++++++++++++++++++++++++*/
.t_inspection {
	background: var(--brown_00) url(../images/inspection_bg_sp.png) center / cover no-repeat;
	padding: 5.8rem 0 6rem;
}

.t_inspection .t_ttl02:before {
	background-image: url(../images/logo_symbol02.svg);
	opacity: 1;
}

.t_inspection .t_ttl02 span {
	color: #fff;
}

.t_inspection .t_ttl02 em {
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	background: none;
	color: #fff;
}

.t_inspection .t_ttl02 em:before {
	background: #fff;
}

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

.t_inspection_item {
	text-decoration: none;
	border-radius: 0.6rem;
	background: #fff;
	padding: 0.8rem;
	display: flex;
}

.t_inspection_item_in {
	border: 1px solid rgba(185, 165, 126, 0.5);
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
	min-height: 10.4rem;
}

.t_inspection_item_in:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 1.2rem;
	aspect-ratio: 1 / 1;
	background: var(--brown_00);
	-webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
	opacity: 0.9;
}

.t_inspection_item_num {
	position: absolute;
	top: 0.7rem;
	left: 1rem;
	z-index: 10;
	font-family: var(--font-en);
	color: var(--gold_01);
	line-height: 1.4;
	letter-spacing: 0.08em;
	font-size: 1.3rem;
}

.t_inspection_item_ttl {
	--icon-url: url(../images/logo_symbol.svg);
	--icon-color: var(--brown_00);
	--icon-size: 2rem;
	position: relative;
	padding-top: 2.2rem;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}

.t_inspection_item_ttl:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: var(--icon-size);
	aspect-ratio: 1/1;
	-webkit-mask: var(--icon-url) center / 100% no-repeat;
	mask: var(--icon-url) center / 100% no-repeat;
	background: var(--icon-color);
	z-index: 1;
}

.t_inspection_item_ttl span {
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 500;
	color: var(--brown_02);
}

.t_inspection_item_ttl em {
	color: var(--gold_01);
	line-height: 1.4;
	font-size: 1.2rem;
	margin-top: 0.6rem;
}

/*++++++++++++++++++++++++++++
difficult
++++++++++++++++++++++++++++*/
.t_difficult {
	background: var(--lightbeige_03);
	padding: 6rem 0;
}

.t_difficult_block {
	background: #fff;
	border-radius: 0.6rem;
	border: 1px solid var(--brown_01);
	padding: 2.5rem 2rem;
}

.t_difficult_ttl {
	color: var(--brown_02);
	line-height: 1.4;
	font-size: 1.7rem;
	font-weight: 700;
	font-family: var(--font-maru);
	text-align: center;
	padding-bottom: 1.3rem;
	border-bottom: 1px dashed var(--brown_01);
}

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

.t_difficult_list li {
	background: var(--lightbeige_01);
	border: 1px solid var(--brown_00);
	border-radius: 0.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.4;
	padding: 0.5rem;
	min-height: 5.6rem;
}

.t_difficult_txt {
	margin-top: 2.5rem;
	font-size: 1.4rem;
}

/*++++++++++++++++++++++++++++
flow
++++++++++++++++++++++++++++*/
.t_flow_box+.t_flow_box {
	margin-top: 7rem;
}

.t_flow_step {
	--gap: 4.2rem;
	display: grid;
	gap: var(--gap);
	margin-top: 2.9rem;
}

.t_step {
	border: 1px solid var(--brown_01);
	border-radius: 0.6rem;
	background: #fff;
	position: relative;
}

.t_step:before {
	content: '';
	display: block;
	position: absolute;
	top: calc(-1 * var(--gap) / 2);
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 1.8rem;
	aspect-ratio: 18 / 12;
	background: var(--brown_01);
	-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	display: none;
}

.t_step:nth-of-type(n+2):before {
	display: block;
}

.t_step_head {
	border-radius: 0.6rem 0.6rem 0 0;
	background: var(--lightbeige_02);
	display: flex;
	border-bottom: 1px solid var(--brown_01);
}

.t_step_num {
	width: 7rem;
	min-height: 6.9rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: var(--font-en);
	color: var(--brown_02);
	border-right: 1px solid var(--brown_01);
}

.t_step_num span {
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
}

.t_step_num em {
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: 0;
}

.t_step_ttl {
	flex: 1;
	padding: 1.1rem 1.2rem;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 700;
	font-family: var(--font-maru);
	color: var(--brown_02);
	display: flex;
	align-items: center;
}

.t_step_body {
	padding: 2rem;
}

.t_step_content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.t_step_txt {
	font-size: 1.4rem;
}

.t_step_btn {
	margin-top: 2.5rem;
}

.t_step_notice {
	background: var(--lightbeige_03);
	padding: 2rem;
	border-radius: 0.6rem;
	margin-top: 3rem;
}

.t_step_notice_ttl {
	font-family: var(--font-maru);
	padding: 0.8rem;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 700;
	background: #fff;
	color: var(--gold_01);
	border-radius: 0.4rem;
	width: fit-content;
}

.t_step_notice_txt {
	font-size: 1.4rem;
	margin-top: 1.5rem;
}

.t_step_content_img {
	border-radius: 1rem;
	overflow: hidden;
}

.t_flow_content {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin-top: 3rem;
}

.t_flow_content_txt {
	font-size: 1.4rem;
}

.t_flow_content_btn {
	margin-top: 2.5rem;
}

.t_flow_content_img {
	border-radius: 1rem;
	overflow: hidden;
}

/*++++++++++++++++++++++++++++
t_price
++++++++++++++++++++++++++++*/
.t_price {
	background: var(--lightbeige_02);
}

.t_price_box+.t_price_box {
	margin-top: 7rem;
}

.t_price_costs {
	display: grid;
	gap: 1.5rem;
	margin-top: 3rem;
}

.t_price_cost {
	padding: 2.5rem 2rem 2.3rem;
	border-radius: 0.6rem;
	border: 1px solid var(--brown_01);
	background: #fff;
}

.t_price_cost_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	color: var(--brown_02);
	font-family: var(--font-maru);
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom: 1.5rem;
	position: relative;
}

.t_price_cost_ttl:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.5rem;
	z-index: 1;
	border-top: 1px solid var(--brown_00);
	border-bottom: 1px solid var(--brown_00);
}

.t_price_cost_ttl .type {
	background: var(--gold_01);
	padding: 0.5rem 1rem;
	line-height: 1.4;
	font-size: 1.6rem;
	border-radius: 0.5rem;
	color: #fff;
}

.t_price_cost_ttl .type02 {
	background: var(--brown_02);
}

.t_price_cost_ttl .num {
	font-family: var(--font-en);
	font-size: 3.2rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	font-weight: 400;
}

.t_price_cost_txt {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.t_price_cost_hosoku {
	background: var(--lightbeige_03);
	border-radius: 0.6rem;
	padding: 2rem;
	margin-top: 3rem;
}

.t_price_cost_hosoku_txt {
	font-size: 1.4rem;
}

.t_price_cost_list {
	margin-top: 1rem;
}

.t_price_cost_list li {
	counter-increment: cost_counter;
	padding: 0.8rem 0 0.7rem 3.2rem;
	position: relative;
	font-size: 1.4rem;
	border-bottom: 1px dashed var(--brown_00);
}

.t_price_cost_list li:before {
	content: counter(cost_counter);
	width: 2.2rem;
	aspect-ratio: 1/1;
	background: var(--gold_01);
	border-radius: 50%;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0;
	top: 1.1rem;
	left: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

.t_price_btn {
	margin-top: 2.5rem;
}

/*++++++++++++++++++++++++++++
.faq
++++++++++++++++++++++++++++*/
.t_faq {
	background: var(--brown_00);
	position: relative;
	isolation: isolate;
}

.t_faq:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 11rem;
	height: 100%;
	z-index: -1;
	background: #987C45;
	opacity: 0.2;
}

.t_faq .t_section_en {
	background: linear-gradient(180deg, #E5DCCB 19.64%, rgba(229, 220, 203, 0.2) 84.9%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.t_faq .t_ttl01 {
	background-image: url(../images/logo_symbol_white.svg);
}

.t_faq .t_ttl01 span {
	color: #fff;
}

.t_faq .t_ttl01 em {
	color: #fff;
}

.t_faq .t_ttl01:before {
	background: #fff;
}

.t_faq_box+.t_faq_box {
	margin-top: 1.5rem;
}

.t_faq_box {
	border: 1px solid var(--brown_01);
	border-radius: 0.6rem;
	background: #fff;
	overflow: hidden;
}

.t_faq_box_head {
	position: relative;
	display: flex;
	padding-right: 6rem;
}

.t_faq_box_head:before,
.t_faq_box_head:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	width: 1.8rem;
	height: 1px;
	z-index: 1;
	transition: var(--default-transition);
	background: var(--brown_01);
}

.t_faq_box_head:after {
	transform: rotate(90deg);
}

.t_faq_box.on .t_faq_box_head:after {
	transform: rotate(0deg);
}

.t_faq_box_q {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5rem;
	border-right: 1px solid var(--brown_01);
	min-height: 5.7rem;
	font-family: var(--font-en);
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0;
	color: var(--gold_01);
}

.t_faq_box_ttl {
	flex: 1;
	padding: 1.1rem 0 1.1rem 1.2rem;
	font-family: var(--font-maru);
	color: var(--brown_02);
	font-weight: 700;
	line-height: 1.4;
	display: flex;
	align-items: center;
	letter-spacing: 0.12em;
	font-size: 1.5rem;
}

.t_faq_box_body {
	display: none;
	background: var(--lightbeige_01);
	border-top: 1px solid var(--brown_01);
	padding: 2rem;
}

.t_faq_box_body p {
	font-size: 1.4rem;
}

.t_faq_box_body .m_btn01 {
	margin-top: 2.5rem;
}

.t_faq_btn {
	margin-top: 2.5rem;
}

/*++++++++++++++++++++++++++++
t_doctor
++++++++++++++++++++++++++++*/
.t_doctor {
	background: url(../images/doctor_bg01.png) left top / 100% no-repeat;
	position: relative;
	isolation: isolate;
}

.t_doctor:before {
	content: '';
	display: block;
	position: absolute;
	top: 20.5rem;
	right: 0;
	width: 13.1rem;
	aspect-ratio: 262/2361;
	z-index: -1;
	background: url(../images/doctor_bg02_sp.jpg) center / 100% no-repeat;
}

.t_doctor_block+.t_doctor_block {
	margin-top: 3rem;
}

.t_doctor_img {
	display: block;
	border-radius: 50%;
	overflow: hidden;
	width: 20.5rem;
	margin: 0 auto 1rem;
}

.t_doctor_ttl {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	position: relative;
	padding-bottom: 2rem;
}

.t_doctor_ttl:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.5rem;
	z-index: 1;
	border-top: 1px solid var(--brown_01);
	border-bottom: 1px solid var(--brown_01);
}

.t_doctor_ttl .en {
	width: 100%;
	font-size: 1.3rem;
	color: var(--gold_01);
	line-height: 1.4;
	letter-spacing: 0.08em;
	font-family: var(--font-en);
}

.t_doctor_ttl .name {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	line-height: 1.4;
	color: var(--brown_02);
	gap: 0.8rem;
	font-family: var(--font-maru);
	font-weight: 700;
}

.t_doctor_ttl .name em {
	color: var(--gold_01);
	line-height: 1.4;
	letter-spacing: 0.12em;
	font-size: 1.6rem;
}

.t_doctor_ttl .time {
	border: 1px solid var(--gold_01);
	padding: 0 0.8rem;
	font-size: 1.4rem;
	color: var(--gold_01);
	border-radius: 0.4rem;
	line-height: 1.9;
}

.t_doctor_profile {
	margin-top: 2rem;
	position: relative;
	isolation: isolate;
	padding: 2rem 1.5rem;
}

.t_doctor_profile:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -2.5rem;
	width: calc(100% + var(--inner-padding));
	height: 100%;
	z-index: -1;
	background: var(--lightbeige_02);
	border-radius: 0 1rem 1rem 0;
}

.t_doctor_profile_item+.t_doctor_profile_item {
	margin-top: 2rem;
}

.t_doctor_profile_ttl {
	width: fit-content;
	border-bottom: 1px solid var(--gold_01);
	padding-bottom: 0.5rem;
	font-family: var(--font-maru);
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 700;
	color: var(--gold_01);
}

.t_doctor_profile_list {
	margin-top: 1rem;
	display: grid;
	gap: 0.6rem;
}

.t_doctor_profile_list li {
	padding-left: 1.3rem;
	position: relative;
	font-size: 1.4rem;
	color: var(--brown_02);
}

.t_doctor_profile_list li:before {
	content: '';
	display: block;
	position: absolute;
	top: 1.15rem;
	left: 0;
	width: 0.5rem;
	aspect-ratio: 1/1;
	border-radius: 50%;
	z-index: 1;
	background: var(--gold_01);
}

.t_doctor_cols {
	margin-top: 3rem;
}

.t_doctor_cols .t_doctor_block {
	padding: 2.5rem 2rem;
	border-radius: 0.6rem;
	border: 1px solid var(--brown_01);
}

.t_doctor_cols .t_doctor_profile:before {
	width: 100%;
	border-radius: 0.6rem;
	left: 0;
}

/*++++++++++++++++++++++++++++
l_slider
++++++++++++++++++++++++++++*/
.l_slider {
	display: flex;
	width: 100vw;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	--speed: 200s;
	--gap: 0px;
}

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

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

.l_slider_item figure {
	width: 26.6rem;
	overflow: hidden;
	aspect-ratio: 8/6;
}

.l_slider_item figure img {
	display: block;
}

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

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

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

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