/**
 * B — Clinic リデザイン（ビジュアル刷新）
 * 構成・画像は維持。配色・レイアウト装飾・UI コンポーネントを差別化。
 */
.bb-page {
	--font-gothic: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	--font-roboto: "Barlow Condensed", "Noto Sans JP", "Hiragino Sans", sans-serif;
	--color-white: #ffffff;
	--color-off-white: #fafcfb;
	--color-pale-beige: #f0f4f2;
	--color-light-beige: #e8eeeb;
	--color-green: #2a7a6e;
	--color-beige: #d4e0db;
	--color-text-gray: #5f726c;
	--color-light-gray: #b0bdb8;
	--color-deep-green: #152a26;
	--color-orange: #d97b54;
	--border-dashed: 1px dashed #c8d4cf;

	--bb-accent: #3a8da8;
	--bb-accent-soft: #e8f4f8;
	--bb-ink: #152a26;
	--bb-surface: #f4f7f6;
	--bb-card: #ffffff;
	--bb-radius-sm: 8px;
	--bb-radius-md: 16px;
	--bb-radius-lg: 28px;
	--bb-radius-pill: 999px;
	--bb-shadow-sm: 0 4px 16px rgba(21, 42, 38, 0.06);
	--bb-shadow-md: 0 16px 40px rgba(21, 42, 38, 0.1);
	--bb-shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

/* ── Base ── */
.bb-page,
.bb-page body {
	font-family: var(--font-gothic);
	background: var(--bb-surface);
	color: var(--bb-ink);
	letter-spacing: 0.03em;
	overflow-x: hidden;
}

.bb-page .topMain_inner {
	overflow: hidden;
	max-width: 100%;
}

.bb-page::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(ellipse 80% 50% at 100% 0%, rgba(58, 141, 168, 0.07), transparent 55%),
		radial-gradient(ellipse 60% 40% at 0% 100%, rgba(42, 122, 110, 0.06), transparent 50%);
}

/* ── Logo → Wordmark ── */
.bb-page .gHeader_title_img,
.bb-page .topMain_logo_img,
.bb-page .gFooter_logo_img {
	display: none !important;
}

.bb-page .gHeader_title > a,
.bb-page .topMain_logo > a,
.bb-page .gFooter_logo > a {
	display: flex;
	align-items: center;
	padding-bottom: 0 !important;
	min-height: auto;
	width: auto;
}

.bb-page .gHeader_title_inner {
	padding-bottom: 0 !important;
	width: auto;
}

.bb-page .bb-wordmark {
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1.15;
	text-decoration: none;
}

.bb-page .bb-wordmark-main {
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--bb-ink);
}

.bb-page .bb-wordmark-sub {
	font-size: 0.68rem;
	font-weight: 600;
	color: var(--bb-accent);
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.bb-page .topMain_logo .bb-wordmark-main {
	font-size: 1.5rem;
}

.bb-page .topMain_logo {
	width: auto;
	max-width: none;
	margin-bottom: 32px;
}

.bb-page .gFooter_logo .bb-wordmark-main {
	color: #fff;
}

.bb-page .gFooter_logo .bb-wordmark-sub {
	color: rgba(255, 255, 255, 0.65);
}

/* ── Header ── */
.bb-page .gHeader {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(21, 42, 38, 0.08);
	box-shadow: var(--bb-shadow-sm);
}

.bb-page .gHeader-home.gHeader-scrolled,
.bb-page .gHeader-home {
	background: rgba(255, 255, 255, 0.95);
}

.bb-page .gNav_list > li > a {
	font-weight: 500;
	font-size: 0.9rem;
}

.bb-page .gNav_btnList_btn.u-btn {
	border-radius: var(--bb-radius-pill);
	min-height: 44px;
}

.bb-page .gNav_btnList_btn-tel.u-btn-opacity {
	background: transparent;
	border: 2px solid var(--color-green);
	color: var(--color-green);
}

.bb-page .bb-icon-tel {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-right: 0.35em;
	vertical-align: middle;
}

.bb-page .bb-icon-tel svg {
	display: block;
	width: 100%;
	height: 100%;
}

.bb-page .topMain_btnList_btn-tel .bb-icon-tel {
	color: inherit;
}

.bb-page .gNav_btnList_btn-tel .bb-icon-tel {
	color: inherit;
}

.bb-page .bb-icon-external {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	color: inherit;
}

.bb-page .bb-icon-external svg {
	display: block;
	width: 100%;
	height: 100%;
}

.bb-page .bb-icon-arrowRight {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	color: inherit;
}

.bb-page .bb-icon-arrowRight svg {
	display: block;
	width: 100%;
	height: 100%;
}

.bb-page .topNews_link > a > .bb-icon-arrowRight svg {
	width: 14px;
	height: 14px;
}

.bb-page .u-btn-icnRightTip > .bb-icon-arrowRight {
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
}

/* ── Buttons ── */
.bb-page .u-btn {
	border-radius: var(--bb-radius-pill);
	font-weight: 600;
	font-size: 0.9rem;
	letter-spacing: 0.06em;
	min-height: 48px;
	background: linear-gradient(135deg, var(--color-green) 0%, #358f7f 100%);
	box-shadow: 0 4px 14px rgba(42, 122, 110, 0.35);
}

.bb-page .u-btn-opacity {
	background: var(--bb-card);
	color: var(--color-green);
	border: 2px solid var(--color-green);
	box-shadow: none;
}

.bb-page .u-btn-iconRight,
.bb-page .u-btn-icnRightTip {
	background: var(--bb-ink);
	color: #fff;
	box-shadow: var(--bb-shadow-sm);
}

/* ── Hero ── */
.bb-page .topMain {
	margin: 40px 0;
}

.bb-page .topMain_cols {
	flex-direction: row;
	align-items: flex-start;
	gap: 40px;
}

.bb-page .topMain_col-nav {
	order: -1;
	/* flex: 0 0 320px; */
	width: 390px;
	/* max-width: 360px; */
}

.bb-page .topMain_col-slide {
	flex: 1;
	width: auto;
	max-width: none;
	padding-top: 0;
}

.bb-page .topMain_col-nav {
	background: var(--bb-card);
	border-radius: var(--bb-radius-lg);
	padding: 28px 24px 24px;
	box-shadow: var(--bb-shadow-md);
	border: 1px solid rgba(21, 42, 38, 0.06);
}

.bb-page .topVis_mask-pc {
	display: none !important;
}

.bb-page .topVis_mask-sp {
	display: none;
}

.bb-page .topVis_slideWrap,
.bb-page .bb-hero__media {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.bb-page .topVis,
.bb-page .bb-hero {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.bb-page .bb-hero__eyebrow {
	display: none;
}

.bb-page .bb-hero__tags {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bb-page .bb-hero__en {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
	padding: 14px 18px;
	background: var(--bb-accent-soft);
	border-radius: var(--bb-radius-md);
	border-left: 4px solid var(--bb-accent);
	text-decoration: none;
	color: var(--bb-ink);
	transition: background 0.2s, box-shadow 0.2s;
}

.bb-page .bb-hero__en-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bb-card);
	border-radius: 50%;
}

.bb-page .bb-hero__en-icon > img {
	width: 22px;
	height: 22px;
}

.bb-page .bb-hero__en-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.bb-page .bb-hero__en-label {
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--bb-accent);
	letter-spacing: 0.04em;
}

.bb-page .bb-hero__en-desc {
	font-size: 0.78rem;
	color: var(--color-text-gray);
	line-height: 1.45;
}

.bb-page .bb-hero__en-arrow {
	flex-shrink: 0;
	font-size: 0.7rem;
	color: var(--bb-accent);
}

.bb-page .topMain_col-slide {
	min-width: 0;
	overflow: hidden;
}

.bb-page .topVis_slide {
	max-width: 100%;
	height: auto;
	min-height: 420px;
	border-radius: var(--bb-radius-lg);
	overflow: hidden;
	box-shadow: var(--bb-shadow-md);
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.bb-page .topVis_image {
	border-radius: var(--bb-radius-lg);
}

.bb-page .topVis_image > img {
	border-radius: var(--bb-radius-lg);
}

.bb-page .bb-hero__frame {
	position: relative;
	overflow: hidden;
}

.bb-page .bb-hero__copy,
.bb-page .topVis_areaText {
	position: absolute;
	z-index: 3;
	top: 24px;
	left: 24px;
	right: auto;
	max-width: calc(100% - 48px);
	padding: 20px 24px;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(8px);
	border-radius: var(--bb-radius-md);
	box-shadow: var(--bb-shadow-sm);
}

@media screen and (min-width: 1000px) {
	.bb-page .bb-hero {
		position: relative;
		display: block;
	}

	.bb-page .bb-hero__copy,
	.bb-page .bb-hero .topVis_areaText {
		position: absolute;
		top: 28px;
		left: 28px;
		z-index: 4;
		margin: 0;
		padding: 20px 24px;
		background: rgba(255, 255, 255, 0.88);
		backdrop-filter: blur(8px);
		border-radius: var(--bb-radius-md);
		box-shadow: var(--bb-shadow-sm);
		max-width: calc(100% - 56px);
	}

	.bb-page .bb-hero .topVis_title {
		color: var(--bb-ink);
		font-size: clamp(1.5rem, 3vw, 2.25rem);
	}

	.bb-page .bb-hero .topVis_catch {
		display: inline-block;
		margin-top: 12px;
		padding: 6px 14px;
		color: var(--bb-accent);
		background: var(--bb-accent-soft);
		border-radius: var(--bb-radius-pill);
	}

	.bb-page .bb-hero__frame {
		clip-path: none;
		-webkit-clip-path: none;
		border-radius: var(--bb-radius-lg);
	}

	.bb-page .bb-hero__media {
		width: 100%;
	}

	.bb-page .bb-hero .topVis_slide_dots {
		display: block !important;
		top: 50%;
		right: 20px;
		bottom: auto;
		left: auto;
		transform: translateY(-50%);
	}
}

.bb-page .topVis_title {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 700;
	color: var(--bb-ink);
	line-height: 1.45;
	letter-spacing: 0.04em;
}

.bb-page .topVis_catch {
	display: inline-block;
	margin-top: 12px;
	padding: 6px 14px;
	background: var(--bb-accent-soft);
	color: var(--bb-accent);
	font-family: "Barlow Condensed", var(--font-roboto);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	border-radius: var(--bb-radius-pill);
	padding-left: 14px;
}

.bb-page .vis_global:not(.bb-hero__en) {
	margin-top: 16px;
	padding: 14px 18px;
	background: var(--bb-accent-soft);
	border-radius: var(--bb-radius-md);
	border-left: 4px solid var(--bb-accent);
}

.bb-page .vis_global_text {
	font-size: 0.85rem;
	line-height: 1.65;
	color: var(--bb-ink);
}

@media screen and (min-width: 1000px) and (hover: hover) {
	.bb-page .bb-hero__en:hover {
		background: var(--bb-card);
		box-shadow: var(--bb-shadow-sm);
	}
}

.bb-page .topMain_menuList > li > a {
	border-radius: var(--bb-radius-sm);
	background: var(--bb-surface);
	border: 1px solid var(--color-beige);
	box-shadow: none;
	transition: border-color 0.2s, background 0.2s;
}

@media screen and (min-width: 1000px) and (hover: hover) {
	.bb-page .topMain_menuList > li > a:hover {
		background: var(--bb-accent-soft);
		border-color: var(--bb-accent);
	}
}

.bb-page .topMain_list {
	color: var(--bb-accent);
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
}

.bb-page .topMain_tableWrap {
	margin-top: 20px;
	padding: 16px;
	background: var(--bb-surface);
	border-radius: var(--bb-radius-md);
}

.bb-page .topMain_table > thead > tr > th {
	background: var(--bb-ink);
	color: #fff;
	border-color: var(--bb-ink);
	font-size: 0.75rem;
}

.bb-page .topMain_table > tbody > tr > th {
	background: var(--bb-card);
	font-weight: 600;
	font-size: 0.8rem;
}

/* Slick dots */
.bb-page .topVis_slide_dots {
	bottom: 16px;
}

.bb-page .topVis_slide_dots > li > button {
	width: 10px;
	height: 10px;
	border-radius: var(--bb-radius-pill);
	background: rgba(255, 255, 255, 0.5);
	border: 2px solid rgba(255, 255, 255, 0.9);
}

.bb-page .topVis_slide_dots > li.slick-active > button {
	width: 28px;
	background: #fff;
}

.bb-page .topVis_slide .slick-list {
	overflow: hidden;
	max-width: 100%;
}

.bb-page .topVis_slide .slick-track {
	max-width: none;
}

.bb-page .topVis_slide .slick-slide {
	width: 100% !important;
	max-width: 100%;
}

.bb-page .topVis_slide .slick-slide > div {
	width: 100%;
}

.bb-page .topVis_slide_item {
	width: 100% !important;
	max-width: 100%;
}

/* ── Section titles ── */
.bb-page .u-ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
}

.bb-page .u-ttl_icn {
	display: none;
}

.bb-page .u-ttl::before {
	content: "";
	display: block;
	width: 4px;
	height: 1.4em;
	background: linear-gradient(180deg, var(--bb-accent), var(--color-green));
	border-radius: 2px;
	flex-shrink: 0;
}

.bb-page .u-ttl_main {
	font-weight: 700;
	font-size: 1.65rem;
	color: var(--bb-ink);
	letter-spacing: 0.04em;
}

.bb-page .u-ttl_en {
	font-family: "Barlow Condensed", var(--font-roboto);
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--bb-accent);
	letter-spacing: 0.22em;
	opacity: 1;
}

/* ── News ── */
.bb-page .topNews {
	padding: 56px 0;
}

.bb-page .topNews_inner {
	background: var(--bb-card);
	border-radius: var(--bb-radius-lg);
	padding: 40px 48px;
	box-shadow: var(--bb-shadow-sm);
	border: 1px solid rgba(21, 42, 38, 0.05);
}

.bb-page .newsList-top > li > a {
	display: block;
	padding: 16px 0;
	border-bottom: 1px solid var(--color-beige);
	transition: padding-left 0.2s;
}

.bb-page .newsList-top > li:last-child > a {
	border-bottom: none;
}

@media screen and (min-width: 1000px) and (hover: hover) {
	.bb-page .newsList-top > li > a:hover {
		padding-left: 8px;
		border-left: 3px solid var(--bb-accent);
	}
}

.bb-page .newsItem_cat.u-cat {
	background: var(--bb-accent-soft);
	color: var(--bb-accent);
	border-radius: var(--bb-radius-pill);
	padding: 2px 12px;
	font-size: 0.75rem;
	font-weight: 600;
}

/* ── About ── */
.bb-page .cloud,
.bb-page .bird,
.bb-page .topFeatureBg_leaf {
	display: none !important;
}

.bb-page .topAbout {
	margin-bottom: 0;
	padding: 72px 0 48px;
}

.bb-page .topAbout_bg {
	background: linear-gradient(160deg, #e8f2ef 0%, #f7f9f8 45%, #eef6fa 100%);
	height: 100%;
	top: 0;
	opacity: 1;
}

.bb-page .topAbout_imageWrap {
	display: none;
}

.bb-page .topAbout_catch {
	color: var(--color-orange);
	font-size: 0.8rem;
	letter-spacing: 0.28em;
}

.bb-page .topAbout_catch::before,
.bb-page .topAbout_catch::after {
	background: var(--color-orange);
	opacity: 0.5;
}

.bb-page .topAbout_title {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	color: var(--bb-ink);
	font-weight: 700;
	line-height: 1.7;
}

.bb-page .topAbout_text {
	color: var(--color-text-gray);
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

/* ── Feature ── */
.bb-page .topFeatureBg {
	padding: 48px 20px 120px;
	margin-bottom: -80px;
}

.bb-page .topFeatureBg_border {
	display: none !important;
}

.bb-page .topFeatureBg_contents {
	background: var(--bb-card);
	border-radius: var(--bb-radius-lg);
	box-shadow: var(--bb-shadow-md);
	padding: 56px 24px 64px;
	border: 1px solid rgba(21, 42, 38, 0.06);
}

.bb-page .topFeature_cells {
	gap: 32px;
}

.bb-page .topFeature_cell {
	background: var(--bb-surface);
	border-radius: var(--bb-radius-md);
	padding: 0 0 28px;
	overflow: hidden;
	border: 1px solid var(--color-beige);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

@media screen and (min-width: 1000px) and (hover: hover) {
	.bb-page .topFeature_cell:hover {
		transform: translateY(-6px);
		box-shadow: var(--bb-shadow-md);
	}
}

.bb-page .topFeature_image {
	border-radius: 0;
	overflow: hidden;
}

.bb-page .topFeature_image > img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 0;
}

.bb-page .topFeature_headline {
	padding: 0 24px;
	margin-top: 24px;
	color: var(--bb-ink);
	font-size: 1.15rem;
	font-weight: 700;
}

.bb-page .topFeature_text {
	padding: 0 24px;
	color: var(--color-text-gray);
	font-size: 0.9rem;
	line-height: 1.85;
}

.bb-page .topFeature_link > a {
	max-width: 280px;
	margin: 32px auto 0;
}

/* ── Medical ── */
.bb-page .topMedical {
	margin-bottom: 100px;
}

.bb-page .topMedical_areaTxt {
	position: relative;
	background: var(--bb-card);
	box-shadow: var(--bb-shadow-md) !important;
	border-radius: var(--bb-radius-lg);
	overflow: hidden;
}

.bb-page .topMedical_areaTxt_inner {
	padding: 48px 40px;
}

.bb-page .topMedical_areaTxt::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: linear-gradient(180deg, var(--bb-accent), var(--color-green));
}

.bb-page .topMedical_list > li > a {
	display: block;
}

.bb-page .topMedicalItem {
	background: var(--bb-surface);
	border-radius: var(--bb-radius-md);
	padding: 20px 16px;
	border: 1px solid transparent;
	transition: border-color 0.2s, background 0.2s;
}

@media screen and (min-width: 1000px) and (hover: hover) {
	.bb-page .topMedicalItem:hover {
		background: var(--bb-card);
		border-color: var(--bb-accent);
		box-shadow: var(--bb-shadow-sm);
		transform: none;
	}
}

.bb-page .topMedicalItem_text {
	font-weight: 600;
	color: var(--bb-ink);
}

/* ── Access ── */
.bb-page .topAcs {
	padding: 48px 0 64px;
}

.bb-page .topAcs_add {
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--bb-ink);
}

.bb-page .topAcsBox {
	background: var(--bb-card);
	border-radius: var(--bb-radius-lg);
	box-shadow: var(--bb-shadow-sm);
	border: 1px solid var(--color-beige);
}

.bb-page .topAcsBox_inner {
	padding: 8px;
}

.bb-page .topAcsBox_col {
	padding: 24px;
}

.bb-page .topAcs_bird {
	display: none !important;
}

.bb-page .topAcs_mapLink > a {
	color: var(--bb-accent);
	font-weight: 600;
}

/* ── Gallery ── */
.bb-page .topGallery {
	padding: 40px 0;
	background: var(--bb-ink);
}

.bb-page .topGallery_image > img {
	border-radius: var(--bb-radius-md);
	opacity: 0.92;
}

/* ── Partner ── */
.bb-page .topPartnerBg {
	background: transparent;
}

.bb-page .topPartnerBg_item {
	opacity: 0.15;
}

.bb-page .topPartner_areaTxt {
	background: var(--bb-card);
	border-radius: var(--bb-radius-lg);
	box-shadow: var(--bb-shadow-sm);
	border: 1px solid var(--color-beige);
}

.bb-page .topPartner_areaTxt_inner {
	padding: 40px 36px;
}

.bb-page .topPartner_title {
	color: var(--bb-ink);
	font-weight: 700;
	border-bottom: 2px solid var(--bb-accent-soft);
	padding-bottom: 12px;
	margin-bottom: 24px;
}

.bb-page .topPartner_list > li {
	padding-left: 1.2em;
}

.bb-page .topPartner_list > li::marker {
	color: var(--bb-accent);
}

/* ── Footer ── */
.bb-page .gFooter {
	background: linear-gradient(165deg, #1a2f2b 0%, #243d38 50%, #1e3530 100%);
	padding-top: 64px;
}

.bb-page .gFooter_info > li {
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.9);
	border-radius: var(--bb-radius-pill);
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.bb-page .gFooter_addr,
.bb-page .gFooter_caution {
	color: rgba(255, 255, 255, 0.75);
}

.bb-page .gFooter_tel {
	color: #fff;
	font-family: "Barlow Condensed", var(--font-roboto);
	letter-spacing: 0.06em;
}

.bb-page .gFooter_table > thead > tr > th {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.15);
}

.bb-page .gFooter_table > tbody > tr > th,
.bb-page .gFooter_table > tbody > tr > td {
	border-color: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.85);
}

.bb-page .gFooter_icon {
	stroke: #7dcec4;
}

.bb-page .gFooter_map iframe {
	border-radius: var(--bb-radius-md);
}

.bb-page .gFooter_copyright {
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.75rem;
	letter-spacing: 0.08em;
}

.bb-page .gFootNav_list a {
	color: rgba(255, 255, 255, 0.8);
}

/* ── Fix nav（LINEで予約・丸ボタンのみ） ── */
.bb-page .gFixNav--line {
	left: auto;
	right: 0;
	width: auto;
	bottom: 20px;
	pointer-events: none;
}

.bb-page .gFixNav--line .gFixNav_inner,
.bb-page .gFixNav--line .gFixNav_contents,
.bb-page .gFixNav--line .gFixNav_box {
	display: none;
}

.bb-page .gFixNav--line {
	opacity: 1;
	visibility: visible;
	transition: none;
}

.bb-page .gFixNav_lineBtn {
	pointer-events: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	padding: 0;
	border-radius: 50%;
	background: #06c755;
	color: #fff;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(6, 199, 85, 0.42);
	opacity: 0;
	visibility: hidden;
	transform: translateY(14px) scale(0.9);
	transition:
		opacity 0.45s ease,
		visibility 0.45s ease,
		transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.2s ease;
}

.bb-page .gFixNav--line.isShow .gFixNav_lineBtn {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
	animation: bb-fix-nav-fade-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes bb-fix-nav-fade-in {
	from {
		opacity: 0;
		transform: translateY(14px) scale(0.9);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.bb-page .gFixNav--line.isShow .gFixNav_lineBtn:hover {
	color: #fff;
	transform: translateY(-2px) scale(1);
	box-shadow: 0 14px 32px rgba(6, 199, 85, 0.5);
}

.bb-page .gFixNav_lineBtn_icon {
	font-size: 0.95rem;
	letter-spacing: 0.06em;
}

.bb-page .gFixNav_lineBtn_txt {
	font-size: 0.72rem;
	letter-spacing: 0.02em;
}

.bb-page .gPopup_box {
	border-radius: var(--bb-radius-lg);
	box-shadow: var(--bb-shadow-md);
}

.bb-page .gPopup_title {
	color: var(--bb-ink);
	font-weight: 700;
}

/* SVG 装飾（about 内ツリー） */
.bb-page .topAbout_image {
	display: none;
}

/* ── Mobile / Tablet (SP) ── */
@media screen and (max-width: 999px) {
	.bb-page .u-inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	/* Header */
	.bb-page .gHeader_title .bb-wordmark-main {
		font-size: 0.92rem;
		letter-spacing: 0.08em;
	}

	.bb-page .gHeader_title .bb-wordmark-sub {
		font-size: 0.58rem;
	}

	.bb-page .gMenuBtn {
		background: linear-gradient(135deg, var(--color-green) 0%, #358f7f 100%);
		box-shadow: 0 4px 12px rgba(42, 122, 110, 0.35);
	}

	.bb-page .gNav {
		background: var(--bb-surface);
		max-width: min(100%, 360px);
		padding-top: 88px;
	}

	.bb-page .gNav_list > li > a {
		border-radius: var(--bb-radius-sm);
		background: var(--bb-card);
	}

	.bb-page .gNav_btnList_btn.u-btn {
		width: 100%;
	}

	/* Hero */
	.bb-page .topMain {
		margin: 16px 0 36px;
	}

	.bb-page .topMain_inner {
		padding-left: 16px;
		padding-right: 16px;
		max-width: 100% !important;
	}

	.bb-page .topMain_cols {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
		padding-top: 0 !important;
		position: static;
	}

	.bb-page .topMain_col-slide {
		order: -1;
		flex: none;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 0;
	}

	.bb-page .topMain_col-nav {
		order: 0;
		flex: none;
		width: 90%;
		max-width: 100%;
		margin: 0 !important;
		padding: 20px 16px 18px;
		border-radius: var(--bb-radius-md);
		box-shadow: var(--bb-shadow-sm);
	}

	/* SP Hero — 参考レイアウト（コピー上・斜めカット画像・縦ドット） */
	.bb-page .bb-hero {
		display: flex;
		flex-direction: column;
		overflow: visible;
		margin: 0;
		width: 100%;
		max-width: 100%;
		padding: 4px 0 0;
	}

	.bb-page .bb-hero__tags {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 0;
		order: 0;
		margin: 0 0 18px;
		padding: 0 2px;
		font-size: 0.72rem;
		font-weight: 600;
		line-height: 1.5;
		color: #6a9e94;
		letter-spacing: 0.04em;
	}

	.bb-page .bb-hero__tags > li {
		display: inline;
	}

	.bb-page .bb-hero__tags > li:not(:last-child)::after {
		content: "|";
		margin: 0 0.45em;
		color: #a8c4bc;
		font-weight: 400;
	}

	.bb-page .topMain_col-nav .topMain_list {
		display: none !important;
	}

	.bb-page .bb-hero__copy,
	.bb-page .bb-hero .topVis_areaText {
		position: static;
		order: 2;
		margin: 0 0 20px;
		padding: 0 4px;
		max-width: none;
		width: 100%;
		background: transparent;
		backdrop-filter: none;
		box-shadow: none;
		border-radius: 0;
		text-align: left;
	}

	.bb-page .bb-hero .topVis_title,
	.bb-page .bb-hero__title {
		color: var(--color-green);
		font-size: clamp(1.75rem, 8.2vw, 2.25rem);
		font-weight: 700;
		line-height: 1.55;
		letter-spacing: 0.06em;
		margin: 0;
		text-shadow: none;
	}

	.bb-page .bb-hero .topVis_catch,
	.bb-page .bb-hero__catch {
		display: block;
		margin: 10px 0 0;
		padding: 0 0 0 0.15em;
		font-family: "Barlow Condensed", var(--font-roboto);
		font-size: clamp(0.8rem, 3.6vw, 0.95rem);
		font-weight: 500;
		letter-spacing: 0.12em;
		text-transform: none;
		color: #6a9e94;
		background: none;
		border: none;
		backdrop-filter: none;
	}

	.bb-page .bb-hero__media {
		order: 3;
		position: relative;
		margin-top: 0 !important;
		width: 100%;
		overflow: visible;
	}

	.bb-page .bb-hero__frame {
		position: relative;
		overflow: hidden;
		border-radius: 0 0 14px 14px;
		clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 100%);
		-webkit-clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 100%);
		box-shadow: 0 12px 32px rgba(21, 42, 38, 0.12);
	}

	.bb-page .bb-hero__slide,
	.bb-page .bb-hero .topVis_slide {
		position: relative;
		min-height: 0;
		height: auto;
		max-height: none;
		border-radius: 0 0 14px 14px;
		border: none;
		box-shadow: none;
		overflow: hidden;
	}

	.bb-page .bb-hero__slide::after,
	.bb-page .bb-hero .topVis_slide::after {
		display: none;
	}

	.bb-page .bb-hero .topVis_image {
		height: clamp(280px, 76vw, 380px);
		min-height: 280px;
		max-height: none;
		border-radius: 0;
	}

	.bb-page .bb-hero .topVis_image > img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		border-radius: 0;
	}

	.bb-page .bb-hero .topVis_slide_dots {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
		top: 50%;
		right: 10px;
		bottom: auto;
		left: auto;
		width: auto;
		margin: 0;
		padding: 0;
		transform: translateY(-50%);
		z-index: 5;
		list-style: none;
	}

	.bb-page .bb-hero .topVis_slide_dots > li {
		margin: 0;
		padding: 0;
		display: block;
		line-height: 0;
	}

	.bb-page .bb-hero .topVis_slide_dots > li > button {
		width: 7px;
		height: 7px;
		padding: 0;
		border: none;
		border-radius: 50%;
		background-color: #fff;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
		opacity: 1;
	}

	.bb-page .bb-hero .topVis_slide_dots > li.slick-active > button {
		width: 7px;
		height: 7px;
		background-color: var(--color-green);
		box-shadow: 0 0 0 2px #fff;
	}

	/* Nav card */
	.bb-page .topMain_logo {
		display: block !important;
		margin: 0 auto 14px;
		text-align: center;
	}

	.bb-page .topMain_logo > a {
		justify-content: center;
	}

	.bb-page .topMain_logo .bb-wordmark-main {
		font-size: 1.2rem;
	}

	.bb-page .topMain_list {
		position: static !important;
		width: 100%;
		margin: 0 0 14px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 6px 8px;
		line-height: 1.4;
		white-space: normal;
		font-size: 0.72rem;
	}

	.bb-page .topMain_menuList {
		display: none !important;
	}

	.bb-page .topMain_btnList {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		margin-bottom: 14px;
	}

	.bb-page .topMain_btnList > li {
		width: 100%;
		margin: 0;
	}

	.bb-page .topMain_btnList_btn {
		width: 100%;
		min-height: 44px;
		font-size: 0.82rem;
		padding: 10px 12px;
		box-sizing: border-box;
	}

	.bb-page .topMain_tableWrap {
		margin-top: 0;
		padding: 12px 8px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.bb-page .topMain_tableWrap_inner {
		max-width: none;
		min-width: 0;
		margin: 0 auto;
	}

	.bb-page .topMain_table {
		width: 100%;
		margin-top: 0 !important;
	}

	.bb-page .topMain_table > thead > tr > th,
	.bb-page .topMain_table > tbody > tr > th {
		font-size: 0.68rem;
		padding: 6px 3px;
	}

	.bb-page .topMain_table > tbody > tr > td {
		padding: 6px 2px;
	}

	.bb-page .topMain_table_icon {
		width: 14px;
		height: 14px;
	}

	.bb-page .topMain_cauList {
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		margin-top: 10px;
		font-size: 0.72rem;
	}

	/* Sections */
	.bb-page .u-ttl_main {
		font-size: 1.4rem;
	}

	.bb-page .topNews {
		padding: 40px 0;
		width: 90%;
        margin: auto;
	}

	.bb-page .topNews_inner {
		padding: 28px 20px;
		margin-left: 0;
		margin-right: 0;
		border-radius: var(--bb-radius-md);
	}

	.bb-page .topNews_cols {
		display: block;
		padding-bottom: 0;
	}

	.bb-page .topNews_col-ttl {
		margin-bottom: 20px;
	}

	.bb-page .topAbout {
		padding: 48px 0 28px;
	}

	.bb-page .topAbout_title {
		font-size: 1.2rem;
		padding: 0 8px;
	}

	.bb-page .topAbout_text {
		padding: 0 8px;
		font-size: 0.9rem;
	}

	.bb-page .topFeatureBg {
		padding: 28px 16px 72px;
		margin-bottom: -48px;
	}

	.bb-page .topFeatureBg_contents {
		padding: 36px 16px 44px;
		border-radius: var(--bb-radius-md);
	}

	.bb-page .topFeature_cells {
		display: flex;
		flex-direction: column;
		max-width: 100% !important;
		gap: 20px;
	}

	.bb-page .topFeature_cell {
		margin-left: 0 !important;
		width: 100%;
	}

	.bb-page .topFeature_cell:nth-child(n + 2) {
		margin-top: 0 !important;
	}

	.bb-page .topFeature_headline,
	.bb-page .topFeature_text {
		padding-left: 16px;
		padding-right: 16px;
	}

	.bb-page .topFeature_link {
		max-width: 100%;
		margin-top: 28px;
	}

	.bb-page .topMedical {
		margin-bottom: 56px;
	}

	.bb-page .topMedical_areaTxt {
		margin-left: 0;
		margin-right: 0;
		border-radius: var(--bb-radius-md);
	}

	.bb-page .topMedical_areaTxt_inner {
		padding: 28px 18px;
	}

	.bb-page .topMedical_cols {
		display: block;
	}

	.bb-page .topMedical_list {
		display: block;
		margin: 0;
	}

	.bb-page .topMedical_list > li {
		width: 100%;
		padding: 0;
	}

	.bb-page .topMedical_list > li:nth-child(n + 2) {
		margin-top: 8px;
	}

	.bb-page .topMedicalItem {
		padding: 14px 16px;
	}

	.bb-page .topAcs {
		padding: 32px 0 48px;
	}

	.bb-page .topAcs_cols {
		display: block;
	}

	.bb-page .topAcs_col-ttl {
		margin-bottom: 16px;
	}

	.bb-page .topAcsBox_cols {
		display: block;
	}

	.bb-page .topAcsBox_col {
		padding: 18px 16px;
	}

	.bb-page .topAcsBox_col:nth-child(n + 2) {
		border-top: 1px solid var(--color-beige);
	}

	.bb-page .topPartner_areaTxt_inner {
		padding: 28px 20px;
	}

	.bb-page .topGallery {
		padding: 28px 0;
	}

	/* Footer */
	.bb-page .gFooter {
		padding-top: 48px;
	}

	.bb-page .gFooter_cols {
		gap: 24px;
	}

	.bb-page .gFooter_map > iframe {
		height: 220px;
	}

	/* Fix nav（LINE・丸） */
	.bb-page .gFixNav_lineBtn {
		right: 16px;
		bottom: 16px;
		width: 68px;
		height: 68px;
	}

	.bb-page .gFixNav_lineBtn_icon {
		font-size: 0.88rem;
	}

	.bb-page .gFixNav_lineBtn_txt {
		font-size: 0.68rem;
	}

	.bb-page .gPopup_inner {
		padding: 16px;
	}

	.bb-page .gPopup_box {
		padding: 28px 20px;
		max-height: calc(100vh - 48px);
		overflow-y: auto;
	}

	.bb-page .gBody-home {
		padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
	}
}

@media screen and (max-width: 767px) {
	.bb-page .topMain_cols {
		padding-top: 0 !important;
	}

	.bb-page .bb-hero__frame {
		clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
		-webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
	}

	.bb-page .bb-hero .topVis_image {
		height: clamp(260px, 78vw, 360px);
		min-height: 260px;
	}

	.bb-page .u-ttl_main {
		font-size: 1.28rem;
	}

	.bb-page .newsList-top > li > a {
		padding: 12px 0;
		font-size: 0.88rem;
	}

	.bb-page .topFeature_headline {
		font-size: 1.05rem;
	}

	.bb-page .topMedical_areaTxt::before {
		width: 4px;
	}
}

@media screen and (max-width: 374px) {
	.bb-page .topMain_btnList {
		grid-template-columns: 1fr;
	}

	.bb-page .gHeader_title .bb-wordmark-main {
		font-size: 0.82rem;
	}

	.bb-page .bb-hero .topVis_title {
		font-size: 1.55rem;
	}

	.bb-page .topMain_table {
		font-size: 0.62rem;
	}
}

/* 読み込み時サンプル表示 */
.bb-sample-splash {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: grid;
	place-items: center;
	padding: 32px;
	background: var(--bb-surface, #f4f7f6);
	opacity: 1;
	visibility: visible;
	transition: opacity 0.7s ease, visibility 0.7s ease;
}

.bb-sample-splash.is-leaving {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

body.is-bb-sample-splash {
	overflow: hidden;
}

.bb-sample-splash__inner {
	text-align: center;
	max-width: 28em;
}

.bb-sample-splash__brand {
	margin: 0 0 28px;
	font-family: var(--font-roboto);
	font-size: clamp(36px, 8vw, 56px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.08em;
	color: var(--color-green, #2a7a6e);
}

.bb-sample-splash__message {
	margin: 0;
	font-family: var(--font-gothic);
	font-size: clamp(18px, 4.2vw, 24px);
	font-weight: 700;
	line-height: 1.85;
	letter-spacing: 0.12em;
	color: var(--bb-ink, #152a26);
}

.bb-sample-splash__note {
	margin: 20px 0 0;
	color: var(--color-text-gray, #5f726c);
	font-size: 11px;
	letter-spacing: 0.18em;
	line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
	.bb-sample-splash {
		transition: opacity 0.35s ease, visibility 0.35s ease;
	}
}
