@charset "utf-8";

:root {
	/*-----------------------------
	common
	-----------------------------*/
	--vw: 1vw;
	--vh: 1vh;
	--inner-padding: 3rem;
	/* タブレット時はviewportを固定する */
	--tb-breakpoint: 1280px;
	--color-opacity: 1;
	--main-font-color: #292B2C;
	--main_txt: #333;
	--txt_gray: #292B2C;
	--gray-color: #cec9c6;
	--gray_01: #E6EAED;
	--main-color: #1090E5;
	--beige_bg: #FAF4EB;
	--white: #fff;
	--dark_blue: #2467A4;
	--blue: #1090E5;
	--blue_01: #579DDC;
	--blue_02: #568ED1;
	--blue_03: #226EB5;
	--blue_04: #1553B0;
	--blue_05: #01466F;
	--light_blue: #DCF2FF;
	--line_green: #377F48;
	--default-letter-spacing: 0.04em;
	--default-line-height: 2;
	--font-main: YakuHanJP, "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Hiragino Sans, "Osaka", "MS PGothic", -apple-system, BlinkMacSystemFont, arial, helvetica, sans-serif;
	--font-min: YakuHanMP, "Noto Serif JP", serif;
	--font-en: "Cormorant Garamond", serif;
	--font-en-mont: "Montserrat", serif;
	--font-en-crimson: "Crimson Text", serif;
	--font-en-manrope: "Manrope", serif;
	--font-en-playfair: "Playfair Display", serif;
	--font-gothic: var(--font-main);
	--default-transition: 0.4s;
	--default-font-size: 1.4rem;
}

.logged-in_only {
	display: none !important;
}

.logged-in .logged-in_only {
	display: block !important;
}

.inner {
	padding: var(--inner-padding-top, 0px) var(--inner-padding) var(--inner-padding-bottom, 0px);
	position: relative;
	z-index: 10;
}

body:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../images/fixed_bg_sp.jpg) center / cover no-repeat;
}

main {
	position: relative;
	z-index: 10;
}

.js_tabs_item {
	display: none;
}

.js_tabs_item.on {
	display: block;
}

.l_ttl01 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-top: 8rem;
	position: relative;
	background: url(../images/icon_logo.svg) 49% top / 10.8rem no-repeat;

	span {
		font-family: var(--font-en-mont);
		color: var(--blue);
		font-size: 2rem;
		letter-spacing: 0.05em;
		line-height: 1;
	}

	em {
		margin-top: 0.7rem;
		font-family: var(--font-min);
		color: var(--txt_gray);
		font-size: 2.6rem;
		letter-spacing: 0.14em;
		line-height: 1.8;
		font-weight: 600;
	}
}

/*++++++++++++++++++++++++++++
l_mv
++++++++++++++++++++++++++++*/
.l_mv {
	position: relative;
	isolation: isolate;
	z-index: 1;

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 114.4rem;
		z-index: -2;
		backdrop-filter: blur(4px);
		background: rgba(255, 255, 255, 0.2);
	}

	&:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 55rem;
		z-index: -1;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	}

	.l_mv_inner {
		padding-top: 8.2rem;
		padding-bottom: 4rem;
	}

	.l_mv_head {
		position: relative;
		width: 36rem;
		margin-left: auto;
		z-index: 1;
	}

	.l_mv_img {
		position: relative;
		z-index: 1;
		display: block;
	}

	.l_mv_en {
		position: absolute;
		left: 1.2rem;
		top: 8.8rem;
		width: 17.9rem;
		z-index: 10;
	}

	.l_mv_contents {
		background: linear-gradient(163.64deg, rgba(255, 255, 255, 0.6) 27.05%, rgba(255, 255, 255, 0.9) 51.73%);
		position: relative;
		z-index: 10;
		margin-top: -6rem;
		padding: 2.5rem 1.5rem 2.5rem 2.5rem;
		border-radius: 0 1rem 1rem 0;
		width: calc(100% - 2rem);
		transform: translate(0, 25px);
		opacity: 0;
		transition: 0.9s;
	}

	.l_mv_catch {
		display: flex;
		flex-direction: column;
		align-items: flex-start;

		.txt01 {
			color: var(--dark_blue);
			padding: 0.7rem 1rem 0.7rem 1.2rem;
			letter-spacing: 0.07em;
			line-height: 1.2;
			font-size: 3rem;
			font-weight: 600;
			font-family: var(--font-min);
			border-radius: 0.25rem;
			background: rgba(255, 255, 255, 0.7);
			box-shadow: 10.16px 10.16px 15.23px 0px #4452AE40;
		}

		.txt02 {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 0.5rem;
			padding-left: 0.25rem;
			filter: drop-shadow(5.08px 5.08px 10.16px #4452AE40);
			margin-top: 1.5rem;
		}

		.txt02 span {
			font-family: var(--font-min);
			color: #fff;
			font-size: 1.6rem;
			letter-spacing: 0.1em;
			line-height: 1;
			font-weight: 600;
			background: linear-gradient(269.96deg, #A4B4FC -9.75%, #0065C1 107.77%);
			padding: 0.5rem 0.6rem 0.7rem 1rem;

			&:nth-of-type(2) {
				font-size: 1.5rem;
				padding: 0.8rem 0.6rem 0.7rem 1rem;
			}
		}
	}

	.l_mv_list {
		padding: 2.3rem 0 0 1.2rem;
		position: relative;
		margin-top: 2.6rem;
		display: grid;
		gap: 0.3rem;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 1px;
			z-index: 1;
			background: linear-gradient(269.96deg, #0065C1 -9.75%, #A4B4FC 107.77%);
		}

		li {
			padding-left: 1.2rem;
			font-size: var(--default-font-size);
			letter-spacing: 0.12em;
			position: relative;
			line-height: 1.4;

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

		li:nth-of-type(2):before {
			background: var(--blue);
		}

		li span {
			font-weight: 500;
			color: var(--dark_blue);
		}

		li em {
			font-weight: 500;
			color: var(--blue);
		}
	}

	.l_mv_points {
		display: flex;
		gap: 0.6rem;
		justify-content: center;
		transform: translate(0, 25px);
		opacity: 0;
		transition: 0.9s 0.3s;
	}

	.l_mv_point {
		width: 15.1rem;
		height: 5.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		background: url(../images/mv_img01_sp.jpg) center / cover no-repeat;
		position: relative;
		isolation: isolate;
		color: #fff;
		font-size: 1.3rem;
		letter-spacing: 0.08em;
		line-height: 1.4;
		font-weight: 500;
		overflow: hidden;
		border-radius: 0.5rem;

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

		&:nth-of-type(2) {
			background-image: url(../images/mv_img02_sp.jpg);
		}
	}
}

.loaded {
	.l_mv_contents,
	.l_mv_points {
		opacity: 1;
		transform: none;
	}
}

.l_fixed {
	display: flex;
	position: fixed;
	z-index: 100;
	width: 33.5rem;
	left: 0;
	bottom: 0;

	.l_fixed_tel {
		background: rgba(255, 255, 255, 0.6);
		backdrop-filter: blur(12px);
		position: relative;
		height: 6rem;
		padding: 0 0 0 3.3rem;
		color: var(--dark_blue);
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		overflow: hidden;
		flex: 1;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			left: 1.5rem;
			width: 2.2rem;
			aspect-ratio: 1/1;
			transform: translateY(-50%);
			z-index: 1;
			-webkit-mask: url(../images/icon_tel.svg) center / 100% no-repeat;
			mask: url(../images/icon_tel.svg) center / 100% no-repeat;
			background: var(--blue);
		}

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

		.txt02 {
			position: relative;
			font-family: var(--font-en-manrope);
			font-size: 1.9rem;
			letter-spacing: 0.02em;
			line-height: 1;
			font-weight: 600;
			padding-top: 1rem;

			span {
				position: absolute;
				line-height: 1;
				top: 0.2rem;
				right: 0.2rem;
				font-family: var(--font-main);
				font-size: 0.9rem;
				letter-spacing: 0.03em;
				line-height: 1;
				font-weight: 500;
			}
		}
	}

	.l_fixed_item {
		background: linear-gradient(119.23deg, #0976B8 5.9%, #75CBF6 88.71%);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 6rem;
		position: relative;
		text-decoration: none;
		overflow: hidden;
		width: 8rem;

		&:before {
			content: '';
			display: block;
			width: 1.8rem;
			aspect-ratio: 18/15;
			z-index: 1;
			background: url(../images/icon_web.svg) center / 100% no-repeat;
		}

		.txt01 {
			font-size: 1.4rem;
			color: #fff;
			line-height: 1;
			letter-spacing: 0.02em;
			margin-top: 0.3rem;

			span {
				font-family: var(--font-en-mont);
				font-weight: 500;
			}
		}

		&.l_fixed_line {
			background: linear-gradient(297.58deg, #95E9B0 6.04%, #55B473 58.42%, #2F9A61 91.86%);
			border-radius: 0 1.5rem 0 0;

			&:before {
				background: url(../images/icon_line.svg) center / 100% no-repeat;
			}
		}
	}
}

.l_pagetop {
	position: fixed;
	z-index: 100;
	right: 0.5rem;
	bottom: 0.5rem;
	width: 4.2rem;
}

/*++++++++++++++++++++++++++++
.l_contact
++++++++++++++++++++++++++++*/
.l_contact {
	background: url(../images/contact_bg_sp.jpg) center / cover no-repeat;
	padding: 5.2rem 0 5rem;

	.inner {
		position: static;
	}

	.l_contact_ttl {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0.6rem;

		span {
			color: #DADBFF;
			font-family: var(--font-en);
			font-size: 5rem;
			letter-spacing: 0.07em;
			line-height: calc(45/50);
		}

		em {
			font-family: var(--font-min);
			font-size: 1.9rem;
			letter-spacing: 0.12em;
			line-height: calc(27/16);
			font-weight: 600;
			color: #fff;
		}
	}

	.l_contact_block {
		margin: 2.7rem auto 0;
		width: 30.5rem;
		display: grid;
		gap: 1.8rem;
	}

	.l_contact_tel {
		box-shadow: 3.54px 3.54px 8.85px 0px #394B5B40;
		position: relative;
		height: 8.6rem;
		padding: 0 4.4rem 0 7.4rem;
		color: var(--txt_gray);
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		border-radius: 0.5rem;
		overflow: hidden;
		isolation: isolate;
		text-align: center;

		&:before {
			border: 2px solid #C2E8FF;
			background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.65) 100%);
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: -1;
			backdrop-filter: blur(8px);
		}

		.txt01 {
			font-family: var(--font-min);
			font-size: 1.6rem;
			letter-spacing: 0.07em;
			line-height: 1;
			font-weight: 700;
			padding-right: 1.4rem;

			&:before {
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				left: 3.1rem;
				width: 3.7rem;
				aspect-ratio: 1/1;
				transform: translateY(-50%);
				z-index: 1;
				-webkit-mask: url(../images/icon_tel.svg) center / 100% no-repeat;
				mask: url(../images/icon_tel.svg) center / 100% no-repeat;
				background: var(--blue);
			}
		}

		.txt02 {
			position: relative;
			font-size: 2.7rem;
			letter-spacing: 0.02em;
			line-height: 1;
			font-weight: 600;
			padding-top: 1rem;
			color: var(--dark_blue);
			font-family: var(--font-min);

			span {
				position: absolute;
				line-height: 1;
				top: 0;
				right: 0.4rem;
				font-family: var(--font-main);
				font-size: 1.1rem;
				letter-spacing: 0.22em;
				line-height: 1;
				font-weight: 500;
			}
		}
	}

	.l_contact_btn {
		box-shadow: 3.54px 3.54px 8.85px 0px #394B5B40;
		border-radius: 0.5rem;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		height: 8.6rem;
		position: relative;
		text-decoration: none;
		overflow: hidden;
		isolation: isolate;
		padding-left: 3.3rem;
		gap: 1.2rem;

		&:before {
			content: '';
			display: block;
			width: 4.4rem;
			aspect-ratio: 18/15;
			z-index: 1;
			background: url(../images/icon_web.svg) center / 100% no-repeat;
		}

		.l_contact_btn_in {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;

			&:before,
			&:after {
				border: 2px solid #C2E8FF;
				border-radius: 0.5rem;
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: -1;
				backdrop-filter: blur(8px);
			}

			&:before {
				background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.65) 100%);
			}

			&:after {
				background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(35, 126, 211, 0.65) 100%);
				opacity: 0;
			}
		}

		.txt01 {
			font-size: 2.2rem;
			color: var(--dark_blue);
			line-height: 1;
			letter-spacing: 0.02em;
			font-family: var(--font-min);
			font-weight: 700;

			&:before {
				content: '';
				display: block;
				position: absolute;
				right: 0;
				top: 50%;
				transform: translateY(-50%);
				width: 2.9rem;
				height: 3.9rem;
				z-index: 1;
				border-radius: 3rem 0 0 3rem;
				background: #1090E5;
			}

			&:after {
				content: '';
				display: block;
				position: absolute;
				right: 0.7rem;
				top: 50%;
				transform: translateY(-50%);
				width: 0.9rem;
				aspect-ratio: 7/11;
				z-index: 2;
				-webkit-mask: url(../images/contact_arrow_sp.svg) center / 100% no-repeat;
				mask: url(../images/contact_arrow_sp.svg) center / 100% no-repeat;
				background: #fff;
			}
		}

		.txt02 {
			font-family: var(--font-min);
			font-weight: 500;
			font-size: 1.4rem;
			letter-spacing: 0.06em;
			line-height: 1;
			color: #fff;
			padding: 0.4rem 0.6rem;
			margin-top: 0.7rem;
			border-radius: 3rem;
			position: relative;
			isolation: isolate;
			overflow: hidden;
			text-align: center;
			width: 13.6rem;

			&:before {
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: -1;
				background: linear-gradient(90deg, #0976B8 0%, #2B98D4 52%, #62C0F0 100%);
			}
		}

		&.l_contact_btn_line {
			height: 8rem;
			gap: 1.5rem;

			.l_contact_btn_in {
				&:after {
					background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(113, 202, 134, 0.65) 100%);
				}
			}

			&:before {
				width: 4.6rem;
				background: url(../images/icon_line.svg) center / 100% no-repeat;
			}

			.txt01 {
				color: var(--line_green);

				&:before {
					background: #2F9A61;
				}

				&:after {
					background: var(--white);
				}
			}
		}
	}
}

/*++++++++++++++++++++++++++++
.l_symptoms
++++++++++++++++++++++++++++*/
.l_symptoms {
	padding: 4.5rem 0 0;
	background: linear-gradient(180deg, #DCF2FF 10.11%, #001F7C 100%);

	.inner {
		padding: 0 1.5rem;
	}

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

	.l_symptoms_ttl {
		span {
			color: var(--blue);
		}

		em {
			color: var(--txt_gray);
		}
	}

	.l_symptoms_parts_col01 {
		margin-top: 22.4rem;
	}

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

	.l_symptoms_parts_box {
		position: relative;
		--border-width: 3px;
		--border-radius: 1.5rem;
		padding: 1.3rem 7.3rem 1.3rem 2.7rem;
		min-height: 28.5rem;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: var(--border-width);
			left: var(--border-width);
			width: calc(100% - var(--border-width) * 2);
			height: calc(100% - var(--border-width) * 2);
			z-index: -1;
			border-radius: var(--border-radius);
			background: linear-gradient(218.36deg, #20578A 8.3%, #2467A4 56.02%);
		}

		&:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: -2;
			background: linear-gradient(90deg, #0976B8 0%, #2B98D4 52%, #62C0F0 100%);
			border-radius: var(--border-radius);
		}

		&.l_symptoms_stomach {
			padding-top: 6rem;
			padding-bottom: 8.3rem;
		}

		&.l_symptoms_checkup,
		&.l_symptoms_bowel {
			&:before {
				background: linear-gradient(218.36deg, #1850A3 8.3%, #486CC1 56.02%);
			}

			&:after {
				background: linear-gradient(269.96deg, #0065C1 -9.75%, #A4B4FC 107.77%);
			}
		}

		&.l_symptoms_checkup {
			padding: 3.2rem 7.3rem 1.3rem 2.7rem;
		}
	}

	.l_symptoms_parts_img {
		width: 34.8rem;
		position: absolute;
		top: -19.9rem;
		left: -1.5rem;
		z-index: 10;
	}

	.l_symptoms_parts_ttl {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		color: #fff;
		font-family: var(--font-min);
		font-size: 2.1rem;
		letter-spacing: 0.5em;
		line-height: 1.5;
		font-weight: 600;
		padding-top: 3.7rem;
		position: absolute;
		top: 7.3rem;
		right: 2rem;
		z-index: 10;
		display: flex;
		align-items: center;
		white-space: nowrap;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 48%;
			transform: translateX(-50%);
			width: 4.4rem;
			aspect-ratio: 100/60;
			z-index: 1;
			-webkit-mask: url(../images/icon_logo.svg) center / 100% no-repeat;
			mask: url(../images/icon_logo.svg) center / 100% no-repeat;
			background: #6A99DE;
		}

		span {
			font-size: 2.9rem;
			letter-spacing: 0.6em;
			color: #AFEAFF;
			margin-bottom: -0.3em;
		}

		.l_symptoms_bowel & {
			top: 2.7rem;
		}

		.l_symptoms_checkup & {
			top: 2.7rem;
		}
	}

	.l_symptoms_parts_list {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem 0;
		align-items: flex-start;
	}

	.l_symptoms_parts_list li {
		width: 50%;
		min-height: 12.7rem;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		isolation: isolate;

		&:nth-of-type(2n) {
			top: 5.8rem;

			.l_symptoms_bowel & {
				top: 6.8rem;
			}

			.l_symptoms_checkup & {
				top: 10rem;
			}
		}

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 100%;
			height: 100%;
			z-index: -1;
			background: linear-gradient(224.48deg, #0065C1 7.17%, #A4B4FC 87.27%);
			filter: blur(25px);
		}

		p {
			display: flex;
			flex-direction: column;
			align-items: flex-end;
		}

		span {
			border-bottom: 1px solid #fff;
			padding: 0 1rem 1rem 1rem;
			font-family: var(--font-min);
			color: var(--white);
			font-size: 1.9rem;
			letter-spacing: 0.15em;
			line-height: 1.2;
			font-weight: 600;
			text-align: center;
		}

		em {
			font-family: var(--font-min);
			color: var(--white);
			font-size: 1.5rem;
			letter-spacing: 0.1em;
			line-height: 1.2;
			font-weight: 600;
			margin-top: 0.7rem;
		}
	}

	.l_symptoms_bottom {
		--clip: polygon(0 7rem, 100% 0, 100% 100%, 0% 100%);
		padding: 16.1rem 0 7.4rem;
		position: relative;
		z-index: 1;
		background: var(--light_blue) url(../images/symptoms_bottom_bg_sp.png) center bottom / cover no-repeat;
		-webkit-clip-path: var(--clip);
		clip-path: var(--clip);
		margin-top: -10.5rem;

		.inner {
			padding: 0 1.9rem;
		}
	}

	.l_symptoms_bottom_ttl {
		font-family: var(--font-min);
		color: var(--txt_gray);
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		line-height: calc(20/16);
		font-weight: 600;

		.txt_white {
			display: inline-block;
			box-shadow: 6px 6px 20px 0px #4452AE40;
			border-radius: 0.3rem;
			background: rgba(255, 255, 255, 0.7);
			color: var(--blue);
			font-size: 1.7rem;
			line-height: calc(20/17);
			letter-spacing: 0.02em;
			padding: 0.8rem 0.2rem 0.8rem 0.7rem;
			vertical-align: baseline;
			margin-bottom: 1.3rem;
		}

		.txt03 {
			margin-left: 0.5rem;
			vertical-align: baseline;
		}

		.txt04 {
			margin-left: 0.5rem;
			vertical-align: baseline;
		}

		.txt_blue {
			display: inline-block;
			box-shadow: 6px 6px 20px 0px #4452AE40;
			border-radius: 0.3rem;
			background: linear-gradient(90deg, #0976B8 0%, #2B98D4 52%, #62C0F0 100%);
			color: var(--white);
			font-size: 1.7rem;
			line-height: calc(20/17);
			letter-spacing: 0.05em;
			padding: 0.8rem 0.7rem;
			vertical-align: baseline;
			margin-top: 0.9rem;
		}
	}

	.l_symptoms_about {
		box-shadow: 20px 20px 30px 0px #4482AE40;
		border: 3px solid #fff;
		border-radius: 1.5rem;
		padding: 2.9rem 1.7rem 2.2rem;
		background: rgba(255, 255, 255, 0.5);
		margin: 4.2rem auto 0;
		width: 34rem;

		.l_symptoms_about_ttl {
			position: relative;
			font-family: var(--font-min);
			color: var(--dark_blue);
			font-size: 2rem;
			letter-spacing: 0.1em;
			line-height: calc(30/20);
			font-weight: 600;
			padding-bottom: 1rem;
			text-align: center;

			&::before {
				content: '';
				display: block;
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				height: 2px;
				z-index: 1;
				background: linear-gradient(269.96deg, #0065C1 -9.75%, #A4B4FC 107.77%);
			}
		}

		.l_symptoms_about_txt {
			margin-top: 2rem;
			padding: 0 0.5rem;

			p {
				font-family: var(--font-min);
				color: var(--txt_gray);
				font-size: 1.4rem;
				letter-spacing: 0.1em;
				line-height: calc(29/14);
				font-weight: 600;
			}
		}

		.l_symptoms_about_img {
			width: 22rem;
			margin: 0.5rem auto;
			display: block;
		}
	}
}

/*++++++++++++++++++++++++++++
l_feature
++++++++++++++++++++++++++++*/
.l_feature {
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	position: relative;
	isolation: isolate;
	background: #D6EDF8;
	padding: 6rem 0 8.3rem;

	.inner {
		padding: 0 2.7rem;
	}

	&::before {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 37.5rem;
		height: 100%;
		z-index: -1;
		background: url(../images/feature_bg_sp.png) center / cover no-repeat;
	}

	.l_feature_ttl {
		span {
			color: var(--white);
		}

		em {
			color: var(--txt_gray);
		}
	}

	.l_feature_list {
		margin-top: 3.7rem;
		display: grid;
		gap: 3rem;
	}

	.l_feature_item {
		padding: 4rem 2rem 2rem;
		position: relative;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.665) 0%, rgba(255, 255, 255, 0.9025) 100%);
		box-shadow: 0px 0px 30px rgba(48, 134, 183, 0.5);
		border-radius: 1rem;

		.l_feature_item_num {
			width: 9.6rem;
			height: 6.4rem;
			position: absolute;
			top: 0.7rem;
			left: 0;
			z-index: 10;
			isolation: isolate;
			display: flex;
			flex-direction: column;
			align-items: flex-end;

			&::before {
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0.4rem;
				width: 9.2rem;
				aspect-ratio: 122/76;
				z-index: -1;
				background: url(../images/icon_logo02.svg) center / 100% no-repeat;
			}

			span,
			em {
				width: 6.2rem;
			}

			span {
				background: linear-gradient(135.95deg, #0065C1 23.46%, #ACB3F5 57.03%);
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
				text-align: center;
				font-family: var(--font-en-playfair);
				font-size: 5rem;
				letter-spacing: 0.04em;
				line-height: 1;
				font-weight: 500;

				&.num03 {
					padding-bottom: 0.3em;
					margin-bottom: -0.3em;
				}

				&.num05 {
					padding-bottom: 0.3em;
					margin-bottom: -0.3em;
				}
			}

			em {
				margin-top: 0.5rem;
				color: var(--blue_03);
				font-family: var(--font-en-mont);
				text-align: center;
				font-size: 1rem;
				letter-spacing: 0.04em;
				line-height: 1;
				font-weight: 500;
			}
		}

		.l_feature_item_img {
			display: block;
			border-radius: 0.8rem;
			overflow: hidden;
		}

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

		.l_feature_item_txt span {
			color: #FFF;
			font-size: 1.8rem;
			font-weight: 500;
			line-height: 1;
			letter-spacing: 0.04rem;
			background: linear-gradient(90.01deg, #2079CC 0.01%, #9DADFF 115.36%);
			padding: 0.3rem 0.4rem 0.5rem 0.6rem;
			margin: 0;
			display: inline-block;
			vertical-align: baseline;
			margin-right: 0.3rem;

			&.mini {
				font-size: 1.7rem;
			}
		}
	}
}

/*++++++++++++++++++++++++++++
l_commitment
++++++++++++++++++++++++++++*/
.l_commitment {
	padding: 4.6rem 0 0;

	.inner {
		padding: 0 2.3rem;
	}

	.l_commitment_ttl {
		padding-top: 8rem;
		position: relative;
		background: url(../images/icon_logo.svg) 48% top / 11rem no-repeat;
		width: fit-content;
		margin: 0 auto;
		padding: 8.8rem 0 0.7rem 7.6rem;
		display: flex;
		flex-direction: column;

		.txt01 {
			background: linear-gradient(90.01deg, #0065C1 0.01%, #E2DDFF 163.41%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-family: var(--font-en);
			font-size: 15rem;
			font-style: italic;
			letter-spacing: 0;
			line-height: 1;
			font-weight: 700;
			position: absolute;
			left: 0;
			bottom: -3rem;
		}

		.txt02 {
			font-family: var(--font-min);
			color: var(--blue_03);
			font-size: 1.8rem;
			letter-spacing: 0.12em;
			line-height: 1.8;
			font-weight: 600;

			span {
				letter-spacing: 0.12em;
				font-size: 2.2rem;
				vertical-align: baseline;
			}
		}

		.txt03 {
			font-family: var(--font-min);
			color: var(--blue_03);
			font-size: 1.9rem;
			letter-spacing: 0.12em;
			line-height: 1.4;
			font-weight: 600;

			span {
				font-size: 2.6rem;
				letter-spacing: 0.12em;
				vertical-align: baseline;
			}
		}
	}

	.l_commitment_catch {
		font-family: var(--font-min);
		color: var(--txt_gray);
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		line-height: calc(20 / 16);
		font-weight: 600;
		margin-top: 3.7rem;

		.txt_white {
			display: inline-block;
			box-shadow: 6px 6px 20px 0px #4452AE40;
			border-radius: 0.3rem;
			background: rgba(255, 255, 255, 0.7);
			font-size: 1.7rem;
			line-height: calc(20/17);
			letter-spacing: 0.05em;
			padding: 0.8rem 0.7rem 0.8rem 1rem;
			vertical-align: baseline;
			margin-bottom: 1rem;
		}

		.txt01 {
			margin-right: 0.5rem;

			span {
				background: linear-gradient(90deg, #0976B8 0%, #2B98D4 52%, #62C0F0 100%);
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
				font-size: 2.2rem;
				vertical-align: baseline;
			}

			em {
				font-size: 1.7rem;
				vertical-align: baseline;
			}
		}

		.txt02 {
			margin-bottom: 1rem;
			display: inline-block;
			padding-left: 0.8rem;
		}

		.txt03 {
			span {
				background: linear-gradient(90deg, #0976B8 0%, #2B98D4 52%, #62C0F0 100%);
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
				font-size: 1.6rem;
			}
		}

		.txt04 {
			margin-right: 0.3rem;
		}

		.txt05 {
			vertical-align: baseline;
		}
	}

	.l_commitment_slider {
		margin: 4rem auto 0;
		width: 30rem;

		.swiper {
			overflow: visible;

			.swiper-slide {
				height: auto;
			}
		}

		.l_commitment_slider_nav {
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 3.5rem;
			margin-top: 2rem;

			&:before {
				content: 'SCROLL';
				display: block;
				order: 2;
				font-family: var(--font-en);
				color: var(--dark_blue);
				font-size: 1.7rem;
				letter-spacing: 0.07em;
				line-height: calc(20/17);
			}

			.swiper-button {
				background: #4D7CC2B2;
				position: relative;
				inset: auto;
				width: 2.8rem;
				aspect-ratio: 1/1;
				height: auto;
				border-radius: 50%;
				margin-top: 0;

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

				&:after {
					display: none;
				}
			}

			.swiper-button-prev {
				order: 1;
			}

			.swiper-pagination {
				display: none;
			}

			.swiper-button-next {
				order: 3;

				&:before {
					transform: translate(-50%, -50%) rotate(135deg);
				}
			}
		}
	}

	.l_commitment_item {
		width: 30rem;
		overflow: hidden;
		border-radius: 1rem;
		background: linear-gradient(218.36deg, #1850A3 8.3%, #486CC1 56.02%);
		box-shadow: 6px 6px 22px 0px #246D9633;
		height: 100%;
	}

	.l_commitment_item_body {
		padding: 2.5rem 0 1.6rem 3.3rem;
	}

	.l_commitment_item_ttl {
		position: relative;
		isolation: isolate;
		height: 3.6rem;
		display: flex;
		align-items: center;
		width: calc(22rem - 3.3rem);

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: -3.3rem;
			width: 22rem;
			height: 100%;
			z-index: -1;
			border-top: 1px solid var(--light_blue);
			border-bottom: 1px solid var(--light_blue);
			border-radius: 0 3rem 3rem 0;
		}

		span {
			font-family: var(--font-en);
			color: var(--light_blue);
			font-size: 1.5rem;
			letter-spacing: 0.07em;
			line-height: calc(20/15);
		}

		em {
			position: absolute;
			top: -1.7rem;
			right: 1.8rem;
			font-family: var(--font-en);
			font-size: 7.5rem;
			letter-spacing: 0.12em;
			line-height: 1;
			font-weight: 600;
			background: linear-gradient(271.8deg, #C2E8FF 20.05%, #D4EFFF 40.53%, #E5F5FF 61%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-style: italic;
			width: 5.1rem;
			height: 6rem;
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
			padding: 0 0 0.25em 0.1em;

			&.num03 {
				padding-bottom: 0.45em;
			}

			&.num04 {
				padding-bottom: 0.3em;
			}

			&.num05 {
				padding-bottom: 0.3em;
			}

			&.num06 {
				padding-bottom: 0;
			}
		}
	}

	.l_commitment_item_txt {
		margin-top: 1.5rem;

		p {
			font-family: var(--font-min);
			color: var(--white);
			font-size: 1.6rem;
			letter-spacing: 0.1em;
			line-height: 1.8;
			font-weight: 500;

			.txt01 {
				background: var(--light_blue);
				vertical-align: middle;
				padding: 0 0.5rem 0.2rem;
				display: inline-block;
				margin-right: 0.5rem;
				margin-top: 0.3rem;
				margin-bottom: 0.4rem;

				span {
					background: linear-gradient(218.36deg, #1850A3 8.3%, #486CC1 56.02%);
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
				}
			}

			.txt02 {
				margin-top: 0rem;
			}
		}
	}

	.l_commitment_bottom {
		position: relative;
		isolation: isolate;
		overflow: hidden;
		margin-top: 3.5rem;
		padding: 0 0 5.6rem;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 2rem;
			left: 0;
			--clip: polygon(0 0, 100% 4.6rem, 100% 100%, 0% 100%);
			background: linear-gradient(176.02deg, #304EA9 32.02%, rgba(109, 132, 212, 0.581166) 85%, rgba(164, 180, 252, 0.2) 96.42%);
			-webkit-clip-path: var(--clip);
			clip-path: var(--clip);
			width: 100%;
			height: 100%;
			z-index: 1;
		}

		.inner {
			padding: 0 1.6rem;
		}

		.l_commitment_bottom_en {
			display: none;
		}

		.l_commitment_list {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			gap: 2rem 0;

			li {
				padding-top: 0.6rem;

				.img {
					width: 16rem;
					display: block;
					margin: 0 auto;
				}

				.txt {
					margin-top: 0.8rem;
					text-align: center;
					font-family: var(--font-min);
					color: var(--white);
					font-size: 1.4rem;
					letter-spacing: 0.05em;
					line-height: 1.6;
					font-weight: 500;

					.txt01 {
						background: var(--white);
						vertical-align: middle;
						padding: 0 0.5rem;
						display: inline-block;
						margin: 0.3rem;

						span {
							background: linear-gradient(218.36deg, #20578A 8.3%, #2467A4 56.02%);
							-webkit-background-clip: text;
							-webkit-text-fill-color: transparent;
						}
					}
				}
			}
		}
	}
}

/*++++++++++++++++++++++++++++
.l_sd
++++++++++++++++++++++++++++*/
.l_sd {
	padding: 5.9rem 0 6.4rem;
	background: #CBE6FA url(../images/sd_bg_sp.png) center / cover no-repeat;

	.inner {
		padding: 0 2rem;
	}

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

	.l_sd_btn {
		background: var(--light_blue);
		border: 1px solid #486CC1;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		height: 5.5rem;
		font-family: var(--font-min);
		color: var(--txt_gray);
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.5;
		font-weight: 600;
		position: relative;
		transition: var(--default-transition);

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 99.9%;
			left: 50%;
			transform: translateX(-50%);
			width: 2.4rem;
			height: 0.9rem;
			z-index: 1;
			background: #486CC1;
			-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
			clip-path: polygon(50% 100%, 100% 0, 0 0);
			opacity: 0;
			transition: var(--default-transition);
		}

		&.on {
			color: var(--white);
			background: #486CC1;

			&:before {
				opacity: 1;
			}
		}
	}

	.l_sd_list {
		padding: 0 0.8rem;
		margin-top: 2.5rem;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem 1.5rem;

		a {
			color: var(--dark_blue);
			font-size: 1.5rem;
			font-weight: 500;
			text-decoration: none;
			min-height: 5.8rem;
			display: flex;
			position: relative;
			align-items: center;
			padding: 0 0 0 1.5rem;
			border: 1px solid #fff;
			border-radius: 0.2rem;
			background: rgba(255, 255, 255, 0.55);
			width: 100%;
			overflow: hidden;
			box-shadow: 5px 5px 25px 0px #1C4EBB40;

			&:before {
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				right: 0.7rem;
				transform: translateY(-50%);
				width: 1.9rem;
				aspect-ratio: 1/1;
				z-index: 2;
				background: url(../images/sd_arrow_sp.svg) center / 100% no-repeat;
			}

			span {
				letter-spacing: 0.04em;
				line-height: 1.15;
				--clip: polygon(42% 0, 100% 0, 100% 100%, 0% 100%);

				&::before,
				&::after {
					content: '';
					display: block;
					position: absolute;
					top: 0;
					right: 0;
					width: 3.7rem;
					height: 100%;
					z-index: 1;
					-webkit-clip-path: var(--clip);
					clip-path: var(--clip);
					background: linear-gradient(90deg, rgba(9, 118, 184, 0.5) 0%, rgba(43, 152, 212, 0.5) 52%, rgba(98, 192, 240, 0.5) 100%);
				}

				&::after {
					opacity: 0;
				}
			}
		}
	}
}

/*++++++++++++++++++++++++++++
.l_greeting
++++++++++++++++++++++++++++*/
.l_greeting {
	padding: 6rem 0 4.7rem;
	background: #fff;

	.inner {
		padding: 0 2.7rem;
	}

	.l_greeting_block {
		position: relative;
		isolation: isolate;
		margin-top: 4rem;

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

	.l_greeting_head {
		position: relative;
	}

	.l_greeting_img {
		position: relative;
		z-index: 1;
		box-shadow: 4px 4px 80px 0px #40628240;
	}

	.l_greeting_name {
		padding: 1.6rem 4.2rem 1.6rem 3.8rem;
		background: linear-gradient(218.36deg, #1850A3 8.3%, #486CC1 56.02%);
		border-radius: 0.25rem;
		position: relative;
		isolation: isolate;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		position: absolute;
		bottom: -8.4rem;
		right: -1.6rem;
		z-index: 10;

		&:before {
			content: '';
			display: block;
			position: absolute;
			bottom: -1rem;
			right: -3.5rem;
			width: 15.8rem;
			height: 13rem;
			z-index: 1;
			-webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
			clip-path: polygon(100% 100%, 100% 0, 0 100%);
			background: linear-gradient(271.8deg, rgba(194, 232, 255, 0.2) 20.05%, rgba(212, 239, 255, 0.2) 40.53%, rgba(229, 245, 255, 0.2) 61%);
		}

		.txt01 {
			font-family: var(--font-min);
			color: var(--white);
			font-size: 1.4rem;
			letter-spacing: 0.12em;
			line-height: 1.8;
			font-weight: 600;
		}

		.txt02 {
			display: flex;
			align-items: center;
			font-family: var(--font-min);
			color: var(--white);
			font-size: 1.5rem;
			letter-spacing: 0.12em;
			line-height: 2;
			font-weight: 600;
			gap: 1.2rem;

			span {
				font-size: 2.3rem;
				letter-spacing: 0.12em;
				line-height: 2;
				font-weight: 600;
				position: relative;
				padding-left: 1.1rem;

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

	.l_greeting_body {
		margin-top: 12.9rem;
	}

	.l_greeting_catch {
		font-family: var(--font-min);
		color: var(--blue_05);
		font-size: 2.4rem;
		letter-spacing: 0.12em;
		line-height: 2;
		font-weight: 600;
	}

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

	.l_greeting_profile {
		border-radius: 1rem;
		box-shadow: 4px 4px 14px 0px #394B5B33;
		background: #fff;
		padding: 2rem 3rem;
		display: grid;
		gap: 2rem;
		margin-top: 4rem;
	}

	.l_greeting_profile_ttl {
		display: flex;
		align-items: center;
		padding: 0.6rem 0.4rem 0.8rem;
		gap: 1.6rem;
		border-bottom: 1px solid var(--blue_02);
		margin-bottom: 1.5rem;

		&:nth-of-type(n+2) {
			margin-top: 2rem;
		}

		span {
			font-family: var(--font-min);
			color: var(--blue_05);
			font-size: 1.8rem;
			letter-spacing: 0.08em;
			line-height: 1.5;
			font-weight: 700;
		}

		em {
			font-family: var(--font-min);
			color: var(--blue_01);
			font-size: 1.4rem;
			letter-spacing: 0.08em;
			line-height: 1.5;
			font-weight: 700;
		}
	}

	.l_greeting_profile_list {
		display: grid;
		gap: 0.4rem;

		li {
			position: relative;
			padding-left: 1.6rem;
			color: var(--main_txt);
			font-size: 1.4rem;
			letter-spacing: 0.08em;
			line-height: 1.8;

			&:before {
				content: '';
				display: block;
				position: absolute;
				top: 0.85rem;
				left: 0;
				width: 0.8rem;
				aspect-ratio: 1/1;
				z-index: 1;
				border-radius: 50%;
				background: var(--blue_02);
			}
		}
	}

	.l_greeting_profile_txt {
		font-size: 1.4rem;
		line-height: 1.8;
		letter-spacing: 0.08em;
	}
}

.l_clinic {
	margin-top: 4rem;

	.l_clinic_ttl {
		position: relative;
		padding-left: 5rem;
		font-family: var(--font-min);
		color: var(--blue_05);
		font-size: 1.9rem;
		letter-spacing: 0.12em;
		line-height: 2;
		font-weight: 600;

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

	.l_clinic_slider {
		margin-top: 3.2rem;

		img {
			display: block;
			border-radius: 0.5rem;
			z-index: 1;
			position: relative;
		}

		.swiper_txt {
			color: var(--white);
			font-size: 1.4rem;
			letter-spacing: 0.08em;
			line-height: 1.5;
			font-weight: 500;
			padding: 0.3rem 1rem;
			background: var(--dark_blue);
			position: absolute;
			bottom: 0;
			right: 0;
			border-radius: 0.4rem 0.4rem 0 0;
			z-index: 10;
		}

		.swiper-button {
			background: #B6D2E7CC;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			width: 2.6rem;
			aspect-ratio: 1/1;
			height: auto;
			margin-top: 0;
			z-index: 10;

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

			&:after {
				display: none;
			}
		}

		.swiper-button-prev {
			left: 0;
			border-radius: 0 0.2rem 0.2rem 0;
		}

		.swiper-button-next {
			right: 0;
			border-radius: 0.2rem 0 0 0.2rem;

			&:before {
				transform: translate(-50%, -50%) rotate(135deg);
			}
		}
	}

	.l_clinic_thumb {
		margin-top: 1.8rem;

		.swiper-wrapper {
			transform: none !important;
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			gap: 0.5rem;

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

			img {
				border-radius: 0.5rem;
			}

			.swiper-slide-thumb-active {
				opacity: 0.5;
			}
		}
	}
}

.l_footer {
	position: relative;
	z-index: 10;

	.l_footer_top {
		background: linear-gradient(4.24deg, #C2E8FF 4.92%, #D4EFFF 53.01%, #E5F5FF 100%);
		padding: 4rem 0 4rem;

		.inner {
			padding: 0 2.7rem;
		}
	}

	.l_footer_logo {
		margin: 0 -0.7rem;
	}

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

	.l_footer_data {
		display: grid;

		&+& {
			margin-top: 3rem;
		}

		dt {
			width: fit-content;
			border-radius: 0.3rem;
			padding: 0.6rem 1.5rem;
			font-family: var(--font-en-mont);
			color: var(--white);
			font-size: 1.4rem;
			letter-spacing: 0.06em;
			line-height: 1;
			font-weight: 500;
			background: linear-gradient(269.96deg, #0065C1 -9.75%, #A4B4FC 107.77%);
		}

		dd {
			p {
				color: var(--main_txt);
				font-size: 1.5rem;
				letter-spacing: 0.08em;
				line-height: 1.6;
				margin-top: 0.9rem;
			}

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

		.tel {
			display: block;
			width: fit-content;
			position: relative;
			font-family: var(--font-en-manrope);
			color: var(--dark_blue);
			font-size: 2.6rem;
			letter-spacing: 0.02em;
			line-height: 1;
			font-weight: 600;
			text-decoration: none;
			margin-top: 0.8rem;

			span {
				font-family: var(--font-main);
				font-size: 1.2rem;
				letter-spacing: 0.22em;
				line-height: 1;
				font-weight: 500;
				position: absolute;
				right: 0;
				top: -1.3rem;
			}
		}

		.hosoku {
			text-indent: -1em;
			padding-left: 1em;
			font-size: 1.3rem;
			line-height: 1.6;
		}

		.parking {
			color: var(--blue_05);
			padding-right: 2rem;
			position: relative;
			background: url(../images/icon_target.svg) right bottom -0.2rem / 1.2rem no-repeat;
		}
	}

	.l_footer_timetable_ttl {
		background: linear-gradient(90.01deg, #0065C1 0.01%, #E2DDFF 163.41%);
		border-radius: 3rem;
		text-align: center;
		color: var(--white);
		font-size: 1.4rem;
		letter-spacing: 0.22em;
		line-height: 1;
		font-weight: 500;
		padding: 0.6rem 0;
	}

	.l_footer_timetable {
		margin-top: 1.6rem;

		thead {
			border-bottom: 1px solid #87939D;

			th {
				color: var(--dark_blue);
				font-size: 1.4rem;
				letter-spacing: 0.08em;
				line-height: 2;
				font-weight: 500;
				text-align: center;
				vertical-align: middle;
			}

			th:first-of-type {
				width: 9.1rem;
			}
		}

		tbody {
			tr {
				border-bottom: 1px solid #87939D;
			}

			th {
				color: var(--white);
				font-size: 1.4rem;
				letter-spacing: 0;
				line-height: 1;
				text-align: center;
				background: linear-gradient(218.36deg, #20578A 8.3%, #2467A4 56.02%);
				padding: 0.9rem 0;
				vertical-align: middle;
			}

			td {
				color: var(--dark_blue);
				font-size: 1.2rem;
				letter-spacing: 0;
				line-height: 1;
				font-weight: 500;
				text-align: center;
				vertical-align: middle;
			}
		}
	}

	.l_footer_timetable_hosoku {
		font-size: 1.4rem;
		line-height: 1.8;
		letter-spacing: 0.04em;
		margin-top: 1.6rem;

		span {
			color: var(--blue_05);
		}
	}

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

	.l_footer_btn {
		background: linear-gradient(90deg, #62C0F0 0%, #2B98D4 48%, #0976B8 100%);
		box-shadow: 4px 4px 10px 0px #394B5B40;
		border-radius: 0.5rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 11.3rem;
		position: relative;
		text-decoration: none;
		overflow: hidden;
		padding-bottom: 0.3rem;

		&:before {
			content: '';
			display: block;
			width: 3.8rem;
			aspect-ratio: 18/15;
			z-index: 1;
			background: url(../images/icon_web.svg) center / 100% no-repeat;
		}

		.txt01 {
			font-size: 1.9rem;
			color: #fff;
			line-height: 1;
			letter-spacing: 0.02em;
			margin-top: 0.5rem;

			span {
				font-family: var(--font-en-mont);
				font-weight: 500;
				vertical-align: baseline;
			}

			&:before {
				content: '';
				display: block;
				position: absolute;
				right: 0;
				bottom: 0;
				width: 2.4rem;
				aspect-ratio: 1/1;
				z-index: 1;
				border-radius: 1rem 0 0 0;
				background: var(--light_blue);
			}

			&:after {
				content: '';
				display: block;
				position: absolute;
				right: 0.75rem;
				bottom: 0.65rem;
				width: 0.7rem;
				aspect-ratio: 4/5;
				z-index: 2;
				-webkit-mask: url(../images/header_arrow02_sp.svg) center / 100% no-repeat;
				mask: url(../images/header_arrow02_sp.svg) center / 100% no-repeat;
				background: var(--dark_blue);
			}
		}

		.txt02 {
			font-weight: 700;
			font-size: 1.3rem;
			letter-spacing: 0.06em;
			line-height: 1;
			color: var(--dark_blue);
			padding: 0.5rem 1.7rem;
			border-radius: 3rem;
			margin-top: 0.6rem;
			background: var(--light_blue);
		}

		&.l_footer_btn_line {
			background: linear-gradient(297.58deg, #2F9A61 6.04%, #55B473 39.48%, #95E9B0 91.86%);

			&:before {
				width: 4.4rem;
				background: url(../images/icon_line.svg) center / 100% no-repeat;
			}

			.txt01 {
				&:before {
					background: var(--white);
				}

				&:after {
					background: var(--line_green);
				}
			}
		}
	}

	.m_map {
		margin-top: 3rem;
	}

	.l_footer_bottom {
		padding: 3rem 0;
		background: var(--gray_01);
	}

	.l_footer_bnr {
		width: 16.8rem;
		font-size: 1.2rem;
		line-height: 1;
		text-align: center;
		text-decoration: none;
		letter-spacing: 0.04em;
		margin: 0 auto;
	}

	.l_footer_bnr a {
		text-decoration: none;
		display: block;
	}

	.l_footer_bnr span {
		background: #fff;
		display: block;
	}

	.l_footer_bnr em {
		display: block;
		margin-top: 0.7rem;
		color: var(--main_txt);
	}

	.l_footer_small {
		background: linear-gradient(269.96deg, #0065C1 -9.75%, #A4B4FC 107.77%);
		padding: 1.2rem 0 8.3rem;

		small {
			display: block;
			font-family: var(--font-min);
			color: var(--white);
			font-size: 1.2rem;
			letter-spacing: 0.08em;
			line-height: 1;
			font-weight: 600;
			text-align: center;
		}
	}
}