:root {
	--red: #c15050;
	--red2: #982a28;
	--pink: #d98e8e;
	--yellow: #ffd900;
	--yellow2: #ede78d;
	--orange: #e2d0b0;
	--orange2: #ffe1ac;
	--gold: linear-gradient(to right, #e4d3b5, #a48256);
	--dark-brown: #534741;
	--gray: #767676;
	--gray2: #bababa;
	--gray3: #f5f5f5;
	--white: #fff;
	--black: #000;
	--serif: "Hiragino Mincho ProN";
}
.--serif {
	font-family: "Hiragino Mincho ProN";
}

.red-text {
	color: var(--red);
}

.orange-text {
	color: var(--orange2);
}

.article_wrap {
	margin-bottom: 0 !important;
}

.bg-black {
	background: var(--gray);
}

.keni-section {
	background: var(--black);
}

/* ◆◆◆ 枠外背景 ◆◆◆ */
.keni-container,
.keni-mv_wrap {
	overflow: hidden;
	background-image: url(http://xs986046.xsrv.jp/keni-lp/wp-content/uploads/2025/05/bk.webp);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
/* ◆◆◆ /枠外背景 ◆◆◆ */

/* ◆◆◆ 共通タイトル ◆◆◆ */
.common-title {
	text-align: center;
	position: relative;
}

.common-title::before {
	content: "";
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60rem;
	height: 1px;
	background: var(--white);
	z-index: 1;
}

.common-title__en {
	width: 100%;
	max-width: 20rem;
	display: inline-block;
	background: var(--white);
	color: var(--black);
	font-size: 2rem;
	font-weight: 600;
	font-family: "Cormorant Garamond", serif;
	padding: 0.05rem;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 2;
}

.common-title__main {
	display: block;
	color: var(--white);
	font-size: clamp(3.5rem, 4vw, 5rem);
	font-weight: 600;
	padding-top: 3rem;
	margin: 0 !important;
	letter-spacing: 0.05em;
	font-family: "Hiragino Mincho ProN";
}
/* ◆◆◆ /共通タイトル ◆◆◆ */

/* ◆◆◆ FV ◆◆◆ */
.fv figure {
	margin: 0;
}
/* ◆◆◆ /FV ◆◆◆ */

/* ◆◆◆ header ◆◆◆ */
.top-h1 {
	background: var(--black);
}
/* ◆◆◆ /header ◆◆◆ */

/* ◆◆◆ オファー ◆◆◆ */
.offer {
	margin-top: 3rem;
}
.offer figure {
	margin: 0;
}

.offer-bg {
	background-image: url(https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/of-bg-scaled.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 3rem 0;
}
/* ◆◆◆ /オファー ◆◆◆ */

/* ◆◆◆ 問合 ◆◆◆ */
.contact {
	margin-top: 3rem;
}

.contact__btn {
	margin-bottom: 2rem;
	transition-duration: 0.6s;
}

.contact__btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition-property: all;
	transition-duration: 0.6s;
}
/* ◆◆◆ /問合 ◆◆◆ */

/* ◆◆◆ お悩み ◆◆◆ */

/* ◆◆◆ /お悩み ◆◆◆ */

/* ◆◆◆ 喜びの声 ◆◆◆ */
.voice {
	margin-top: 5rem;
}

.voice__inner {
}

h2.voice__title {
	text-align: center;
}

ul.voice__items {
	list-style: none;
}

li.voice__item {
	background: #eaf4fc;
	padding: 2.6rem 2.6rem 0.6rem 2.6rem;
	margin-bottom: 2rem;
}

li.voice__item:after {
	content: "";
	display: block;
	clear: both;
}

figure.voice__item-img {
	float: left;
	width: 45%;
	padding: 0 2rem 0 0;
	margin: 0;
}

li.voice__item h3.voice__item-title {
	font-size: clamp(1.8rem, 2.6vw, 2.6rem);
	margin: 0;
}

p.voice__item-meta {
	color: gray;
	font-size: 1.5rem;
	margin: 0 !important;
}

p.voice__item-text {
	font-size: clamp(1.5rem, 1.7vw, 1.7rem);
	line-height: 1.6;
	text-align: justify;
}
/* ◆◆◆ /喜びの声 ◆◆◆ */

/* ◆◆◆ BA ◆◆◆ */
.ba {
	margin-top: 5rem;
}

.ba__inner {
}

h2.ba__title {
	text-align: center;
}

.ba__items {
	counter-reset: ba;
}

.ba__item:before {
	content: "CASE " counter(ba, decimal-leading-zero);
	counter-increment: ba;
	color: #89c3eb;
	font-size: 3rem;
}

.ba__item {
	padding: 2rem;
}

.ba__item-img {
	display: flex;
	justify-content: space-between;
}

figure.ba__img {
	width: 49%;
	margin: 0;
}

h3.ba__item-title {
	text-align: center;
	margin: 2rem 1rem 1rem;
}

p.ba__item-meta {
	text-align: center;
	font-size: 1.5rem;
}

p.ba__item-text {
	text-align: justify;
}

.ba__arrow {
	position: absolute;
	width: 8rem;
	height: 8rem;
	background-image: url(https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/arrow.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}

/* 左矢印用クラス */
.ba__arrow.left {
	left: -4rem;
}

/* 右矢印用クラス */
.ba__arrow.right {
	right: -4rem;
}
/* ◆◆◆ /BA ◆◆◆ */

/* ◆◆◆ 理由 ◆◆◆ */
.reason {
	margin-top: 5rem;
}

.reason__inner {
}

h2.reason__title {
	text-align: center;
}

ul.reason__items {
	counter-reset: reason;
	list-style: none;
	margin: 0;
}

li.reason__item {
	margin-bottom: 4rem;
}

li.reason__item h3:before {
	content: "理由" counter(reason, decimal-leading-zero);
	counter-increment: reason;
	color: #89c3eb;
	font-size: 3rem;
}

figure.reason__img {
}

.reason__item p {
}
/* ◆◆◆ /理由 ◆◆◆ */

/* ◆◆◆ 流れ ◆◆◆ */
.flow {
	margin-top: 5rem;
}

h2.flow-title {
	text-align: center;
}

.flow__inner {
}

ul.flow__items {
	counter-reset: flow;
	list-style: none;
}

li.flow__item {
	margin-bottom: 4rem;
}

li.flow__item h3 {
}

li.flow__item h3:before {
	content: "流れ" counter(flow, decimal-leading-zero);
	counter-increment: flow;
	color: #89c3eb;
	font-size: 3rem;
}

figure.flow__img {
}

li.flow__item p {
}
/* ◆◆◆ /流れ ◆◆◆ */

/* ◆◆◆ 質問 ◆◆◆ */
.qa {
	margin-top: 5rem;
	padding: 4rem 0 8rem;
}

h2.qa-title {
	text-align: center;
	color: var(--white);
	margin-top: 4rem;
}

.qa__list {
	margin-top: 4rem;
}

.qa__list details {
	font-size: 2rem;
	text-align: justify;
	background: var(--white);
	padding: 1rem 0;
	border-bottom: solid 1px var(--gray);
}

.qa__list details summary {
	position: relative;
	padding: 2rem 5rem 1.6rem 7rem;
	cursor: pointer;
}

.qa__list details p {
	position: relative;
	border-top: dotted var(--gray);
	padding: 2rem 3rem 2rem 5rem;
	margin: 0.4rem 2rem 0 !important;
	font-size: 1.8rem;
}

.qa__list details summary::before,
.qa__list details p:before {
	position: absolute;
	font-size: 2rem;
	padding: 0.8rem 1rem;
	font-weight: 600;
	border-radius: 50%;
	line-height: 1;
}

.qa__list details summary::before {
	color: var(--white);
	background: var(--black);
	content: "Q";
	top: 1.5rem;
	left: 2rem;
}

.qa__list details p:before {
	content: "A";
	color: var(--black);
	background: var(--gray2);
	top: 1.8rem;
	left: 0rem;
}

/*Chrome用のデフォルト三角削除*/
.qa__list details summary::-webkit-details-marker {
	display: none;
}

/*アコーディオンプラスアイコン*/
.qa__list details summary::after,
.qa__list details[open] summary::after {
	position: absolute;
	content: "";
	width: 2.6rem;
	height: 2.6rem;
	top: 2rem;
	right: 2.5rem;
}

.qa__list details summary::after {
	content: "+";
	background: var(--white);
	color: var(--black);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 900;
	border-radius: 50%;
}
/*アコーディオンオープン時マイナスアイコンに変更*/
.qa__list details[open] summary::after {
	content: "−";
}

.qa__last-text {
	color: var(--white);
	font-size: 1.8rem;
	margin-top: 2rem;
}

/*Q&Aの三角を消す*/
.qa__list summary {
	display: block;
	list-style: none;
}
/* 一部ブラウザで消えなかった場合は以下も追記 */
.qa__list summary::-webkit-details-marker {
	display: none;
}
/* ◆◆◆ /質問 ◆◆◆ */

/* ◆◆◆ アクセス ◆◆◆ */
.access {
	margin-top: 5rem;
}

h2.access__title {
	text-align: center;
}

.access figure {
	margin-bottom: 3rem;
}

.access__photo {
	text-align: center;
	margin-top: 3rem;
}

.access__photo img {
	max-width: 100%;
	height: auto;
}

h3.access__clinic-name {
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	color: var(--white);
	margin: 0;
	font-family: "Hiragino Mincho ProN";
}

.access__info {
	margin-top: 3rem;
	background: var(--white);
	padding: 2rem;
	margin-inline: auto;
}

.access__item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1.5rem;
}

.access__item:last-child {
	margin-bottom: 0;
}

.access__label {
	background: linear-gradient(to right, var(--black), var(--gray));
	color: var(--white);
	font-size: 1.4rem;
	padding: 0.5rem 1rem;
	min-width: 8rem;
	text-align: center;
	margin-right: 1.5rem;
	flex-shrink: 0;
	line-height: 1.3;
}

.access__content {
	font-size: 1.8rem;
	line-height: 1.5;
	padding-top: 0;
}

.access-bg {
	background-image: url(https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/access-bg-scaled.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 3rem 0;
}

@media (max-width: 768px) {
h3.access__clinic-name {
	font-size: 2.5rem;
}
}
/* ◆◆◆ /アクセス ◆◆◆ */

/* ◆◆◆ 雑誌掲載 ◆◆◆ */
.magazine {
	padding: 5rem 0;
	background: rgba(255, 255, 255, 0.5);
}

.magazine-bg {
	background-image: url(https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/yellow-bg-scaled.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 5rem 0;
}

.magazine__title {
	text-align: center;
	margin-bottom: 4rem;
	position: relative;
}

.magazine__title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2rem;
	transform: translateY(-50%);
	width: 3.2rem;
	height: 11.25rem;
	background-image: url(https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/sen1.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.magazine__title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
	width: 3.2rem;
	height: 11.25rem;
	background-image: url(https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/sen2.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.magazine__title-text {
	color: var(--black);
	font-size: clamp(2rem, 3vw, 3.5rem);
	font-weight: 600;
	position: relative;
	z-index: 2;
	display: inline-block;
	font-family: "Hiragino Mincho ProN";
	line-height: 1.5;
}

.magazine__title-highlight {
	background: var(--gold);
	color: var(--white);
	font-size: 5.6rem;
	padding: 1rem 1.2rem;
	margin-right: 0.3rem;
}

/* ◆◆◆ マーカー ◆◆◆ */
.marker {
	background: linear-gradient(transparent 60%, var(--yellow2) 60%);
	padding: 0.1rem 0.2rem;
	line-height: 1.6;
}

.marker-thick {
	background: linear-gradient(transparent 50%, var(--yellow2) 50%);
	padding: 0.2rem 0.3rem;
	line-height: 1.7;
}

.marker-full {
	background: var(--yellow2);
	padding: 0.2rem 0.4rem;
	border-radius: 3px;
}

.marker-underline {
	background: linear-gradient(transparent 85%, var(--yellow2) 85%);
	padding: 0.1rem 0.2rem;
	line-height: 1.5;
}
/* ◆◆◆ /マーカー ◆◆◆ */

/* ◆◆◆ ゴールドタイトル ◆◆◆ */
.gold-title {
	background: var(--gold);
	color: var(--white);
	text-align: center;
	padding: 2rem 3rem;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
}

.gold-title::before {
	content: "";
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background: var(--white);
}

.gold-title::after {
	content: "";
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background: var(--white);
}

.gold-title__year {
	font-size: clamp(2rem, 3vw, 2.8rem);
	font-weight: 600;
	margin-bottom: 0.5rem;
	letter-spacing: 0.1em;
}

.gold-title__main {
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	font-weight: 700;
	line-height: 1.3;
	font-family: "Hiragino Mincho ProN";
	letter-spacing: 0.05em;
}
/* ◆◆◆ /ゴールドタイトル ◆◆◆ */

/* ◆◆◆ ビフォーアフター ◆◆◆ */
.ba {
	margin-top: 5rem;
}

.ba-bg {
	background-image: url(https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/ba-bg-scaled.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 5rem 0;
}

.ba-bg .common-title::before {
	top: 6%;
}

.common-title__main span {
	font-size: 0.8em;
}

.ba__slider {
	max-width: 120rem;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.ba__case {
	position: relative;
	background: var(--white);
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	margin: 0 1rem;
}

.ba__header {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--black);
	color: var(--white);
	font-family: var(--serif);
	padding: 1rem 3rem 1rem 2rem; /* テキストが欠けないように右パディングを調整 */
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.2;
	clip-path: polygon(0 0, 100% 0, calc(100% - 2rem) 100%, 0% 100%);
}

.ba__result {
	background: var(--white);
	text-align: center;
	padding: 2rem;
	padding-top: 7rem;
}

.ba__period {
	color: var(--red);
	font-size: 5rem;
	font-weight: 700;
	font-family: var(--serif);
}
@media (max-width: 768px) {
	.ba__result {
		padding-top: 6rem;
	}
	.ba__period {
		font-size: 4rem;
	}
}

.ba__photos {
	margin-top: 2.4rem;
	padding: 2rem 1rem !important;
	position: relative;
	background: var(--gray3);
	overflow: hidden;
}

/* 非アクティブのドットの色を変更 */
.swiper .swiper-pagination-bullet {
	background-color: var(--gray); /* 好きな色に変更 */
	opacity: 0.5; /* 透明度も調整可能 */
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	background: var(--white);
	border: 1px solid var(--gray);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: var(--gray);
}

.ba__photo {
	width: 45%;
	text-align: center;
	background: var(--black);
}

.ba__photo img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.ba__info {
	text-align: center;
	padding: 1rem 1rem 0;
	font-size: 2rem;
}

.ba__data {
	padding: 2rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.ba__data-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.ba__data-label {
	background: var(--black);
	color: var(--white);
	padding: 0.5rem 1rem;
	border-radius: 20px;
	font-size: 1.4rem;
	font-weight: 600;
	min-width: 10rem;
	text-align: center;
	line-height: 1.4;
}

.ba__data-values {
	margin-top: 1rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--gray2);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	font-size: 1.8rem;
	font-weight: 600;
}

.ba__data-values span > img {
	width: 4rem;
	vertical-align: middle;
}

.ba__data-before {
	color: var(--gray);
	font-size: 2.5rem;
}

.ba__data-after {
	color: var(--black);
	font-size: 2.5rem;
}

.ba__data-change {
	color: var(--red);
	font-weight: 700;
	font-size: 3.5rem;
}

.ba__disclaimer {
	color: var(--black);
	text-align: right;
	font-size: 1.4rem;
	margin-top: 1.5rem;
	padding: 0 2rem; /* 上右下左 */
}

@media (max-width: 768px) {
	.ba__data-values {
		gap: 0.5rem;
	}
	.ba__data-label {
		min-width: 8rem;
		line-height: 1.2;
	}
	.ba__data-before {
		font-size: 1.8rem;
	}
	.ba__data-after {
		font-size: 2rem;
	}
	.ba__data-change {
		font-size: 2.5rem;
	}

	.ba__data-values span > img {
		width: 2rem;
		vertical-align: middle;
	}
}

/* Swiper関連 */
.swiper-pagination-bullet {
	background: var(--gray);
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: var(--red);
	opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
	width: 4rem;
	height: 4rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

.swiper-button-prev {
	background-image: url(https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/back-swiper.webp);
}

.swiper-button-next {
	background-image: url(https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/nect-swiper.webp);
}

.swiper-button-next, .swiper-rtl .swiper-button-prev{
 right: var(--swiper-navigation-sides-offset, 0px)!important;
  left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 0px)!important;
  right: auto;
}
/* ◆◆◆ /ビフォーアフター ◆◆◆ */

.magazine__images {
	width: 100%;
}

.magazine__item img {
	max-width: 100%;
	height: auto;
}
/* ◆◆◆ /雑誌掲載 ◆◆◆ */

/* ◆◆◆ ゴールドタイトル ◆◆◆ */
.gold-title {
	padding: 1.5rem 2rem;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.4;
	font-family: var(--serif);
}

/* ◆◆◆ /ゴールドタイトル ◆◆◆ */

.swiper-button-next,
.swiper-button-prev {
	width: 3rem;
	height: 3rem;
}
/* ◆◆◆ /ビフォーアフター ◆◆◆ */

/* ◆◆◆ フッターボタン ◆◆◆ */
.footer__contact {
	position: fixed;
	bottom: 0.5rem;
	right: 1rem;
	width: 40rem;
	z-index: 10;
}

/*1つの場合*/
.footer__contact-btn1 {
	transition: 0.6s;
}

.footer__contact-btn1:hover {
	transform: scale(1.05, 1.05);
}

/* 基本スタイル */
.footer__contact {
    position: fixed;
    bottom: 0.5rem;
    right: 1rem;
    width: 40rem;
    z-index: 10;
}

/*1つの場合*/
.footer__contact-btn1 {
    transition: 0.6s;
}

.footer__contact-btn1:hover {
    transform: scale(1.05, 1.05);
}

/* SPサイズでの追加スタイル */
@media (max-width: 767px) {
    .footer__contact {
        /* 初期状態（非表示）のスタイル */
        transform: translateY(100%);
        opacity: 0;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }
    
    /* 表示状態のクラス */
    .footer__contact.is-visible {
        transform: translateY(0);
        opacity: 1;
    }
}

/* PCサイズでは常に固定表示 */
@media (min-width: 768px) {
    .footer__contact {
        /* PCサイズでは常に表示 */
        position: fixed;
        transform: none;
        opacity: 1;
    }
}




/*2つの場合*/
.footer__contact-btn2 {
}

.footer__btn2-item {
	transition: 0.6s;
	margin-bottom: 1.6rem;
}

.footer__btn2-item:hover {
	transform: scale(1.05, 1.05);
}
/* ◆◆◆ /フッターボタン ◆◆◆ */

/* ◆◆◆ フッター ◆◆◆ */
.keni-footer_wrap {
	background: #5a544b !important;
	margin-top: -5rem;
}

.keni-copyright_wrap {
	border-top: none !important;
	text-align: center;
}

.keni-copyright {
	color: white;
}
/* ◆◆◆ /フッター ◆◆◆ */

/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ SP ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */

@media (max-width: 768px) {
	/* ◆◆◆ お悩み ◆◆◆ */
	.problem {
		margin-top: 4rem;
	}

	ul.problem__items {
		padding: 0;
	}

	.problem__items li:before {
		width: 2rem;
		height: 2rem;
		top: 0.6rem;
	}
	/* ◆◆◆ /お悩み ◆◆◆ */

	/* ◆◆◆ 喜びの声 ◆◆◆ */
	.voice {
		margin-top: 4rem;
	}

	li.voice__item {
		padding: 2rem 2rem 0.6rem 2rem;
	}

	figure.voice__item-img {
		float: left;
		width: 100%;
		padding: 0 0 1.6rem 0;
	}

	p.voice__item-text {
	}
	/* ◆◆◆ /喜びの声 ◆◆◆ */

	/* ◆◆◆ BA ◆◆◆ */
	.ba {
		margin-top: 4rem;
	}
	/* ◆◆◆ /BA ◆◆◆ */

	/* ◆◆◆ 理由 ◆◆◆ */
	.reason {
		margin-top: 4rem;
	}
	/* ◆◆◆ /理由 ◆◆◆ */

	/* ◆◆◆ 流れ ◆◆◆ */
	.flow {
		margin-top: 4rem;
	}
	/* ◆◆◆ /流れ ◆◆◆ */

	/* ◆◆◆ 質問 ◆◆◆ */

	.qa__list details {
		font-size: 1.7rem;
	}

	.qa__list details summary {
		padding: 1rem 4rem 0.6rem 5rem;
		line-height: 1.3;
	}

	.qa__list details p {
		position: relative;
		padding: 1rem 1rem 1rem 3rem;
		margin: 0.4rem 2rem 0 !important;
		line-height: 1.4;
	}

	.qa__list details summary::before,
	.qa__list details p:before {
		font-size: 1.5rem;
	}

	.qa__list details summary::before {
		top: 0.8rem;
		left: 1rem;
	}

	.qa__list details p:before {
		top: 1rem;
		left: -1rem;
	}

	/*アコーディオンプラスアイコン*/
	.qa__list details summary::after,
	.qa__list details[open] summary::after {
		width: 2rem;
		height: 2rem;
		top: 1.5rem;
		right: 1.3rem;
	}
	/* ◆◆◆ /質問 ◆◆◆ */

	/* ◆◆◆ アクセス ◆◆◆ */
	.access {
		margin-top: 4rem;
	}

	.access__photo {
		margin: 2rem auto 1rem;
	}

	.access__clinic-name {
		font-size: 2rem;
		margin: 0 0 1.5rem 0;
	}

	.access__info {
		padding: 1.5rem;
	}

	.access__item {
		/* flex-direction: column; */
		margin-bottom: 2rem;
		gap: 2rem;
	}

	.access__label {
		margin-right: 0;
		margin-bottom: 0.5rem;
		width: fit-content;
	}

	.access__content {
		padding-top: 0;
		font-size: 1.6rem;
	}
	/* ◆◆◆ /アクセス ◆◆◆ */

	/* ◆◆◆ 雑誌掲載 ◆◆◆ */

	.magazine-bg {
		padding: 3rem 0;
	}

	.magazine__title {
		margin-bottom: 3rem;
	}

	.magazine__title::before,
	.magazine__title::after {
		width: 3.2rem;
		height: 11.25rem;
	}
	.magazine__title::before {
		left: 0;
	}
	.magazine__title::after {
		right: 0;
	}

	.magazine__title-text {
		font-size: 3rem;
	}

	.magazine__title-highlight {
		font-size: 4rem;
	}

	.magazine__images {
		gap: 2rem;
	}

	/* ◆◆◆ /雑誌掲載 ◆◆◆ */

	/* ◆◆◆ ゴールドタイトル ◆◆◆ */
	.gold-title {
		font-size: 2.5rem;
		padding: 1.5rem 2rem;
	}

	.gold-title__year {
		font-size: 1.6rem;
		margin-bottom: 0.3rem;
	}

	.gold-title__main {
		font-size: 1.9rem;
		line-height: 1.4;
	}
	/* ◆◆◆ /ゴールドタイトル ◆◆◆ */

	/* ◆◆◆ フッターボタン ◆◆◆ */
	.footer__contact {
		bottom: 0;
		right: 0;
		width: 100%;
	}

	/*1つの場合*/
	.footer__contact-btn1 {
		transition: 0.6s;
	}

	/*2つの場合*/
	.footer__contact-btn2 {
		display: flex;
	}

	.footer__btn2-item {
		width: 50%;
		padding: 0.1rem;
		margin-bottom: 0;
	}
	/* ◆◆◆ フッターボタン ◆◆◆ */
}

.voice-card-bg {
	background-image: url("https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/yellow-bg-scaled.webp");
	background-size: cover;
	background-position: center;
	padding: 8rem 0;
}

.voice-card {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	padding: 2.5rem 2rem;
	text-align: left;
}

.voice-card__block {
	margin-top: 8rem;
	display: flex;
	flex-direction: column;
	gap: 8rem;
}

h2.voice-card__title {
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4;
	font-family: var(--serif);
	margin: 0 !important;
}
@media (max-width: 768px) {
	h2.voice-card__title {
		font-size: 3rem;
	}
}

.voice-card__catch {
	position: absolute;
	top: -6.2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	background: var(--pink);
	color: #fff;
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
	border-radius: 2.2rem;
	padding: 2rem 1rem;
}

@media (max-width: 768px) {
	.voice-card__catch {
		font-size: 1.7rem;
		line-height: 1.4;
		font-weight: bold;
		padding: 2rem 0.5rem;
	}
}

.voice-card__catch::after {
	content: "";
	display: block;
	position: absolute;
	left: 10%;
	bottom: -1.2rem;
	rotate: -135deg;
	width: 0;
	height: 0;
	border-left: 1.6rem solid transparent;
	border-right: 1.6rem solid transparent;
	border-top: 1.6rem solid var(--pink);
}

.voice-card__meta {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	font-size: 1.3rem;
	font-weight: 600;
	padding-bottom: 1rem;
	border-bottom: solid 1px var(--gray);
}
@media (max-width: 768px) {
	.voice-card__meta {
		flex-direction: column;
		gap: 0;
	}
}

.voice-card__meta.voice-card__meta--long {
	margin-top: 7rem;
}
@media (max-width: 768px) {
	.voice-card__meta.voice-card__meta--long {
		margin-top: 6rem;
	}
}

.voice-card__age {
	font-size: 2.8rem;
	color: var(--dark-brown);
}

@media (max-width: 768px) {
	.voice-card__age {
		font-size: 2rem;
	}
}

.voice-card__stars {
	width: 100%;
	max-width: 21rem;
	vertical-align: middle;
}

.voice-card__body {
	margin-top: 1.2rem;
	color: var(--dark-brown);
	line-height: 1.8;
	text-align: justify;
	font-size: 1.85rem;
}

/* ◆◆◆ お悩みセクション ◆◆◆ */
.problem-section {
	padding: 8rem 0 0;
}

.problem-section .common-title:before {
	top: 13%;
}

.problem-section .common-title__en {
	background: var(--white);
}

.problem-section .common-title__main {
	font-size: clamp(3rem, 5vw, 4.5rem);
}

.problem-section .common-title::before {
	background: var(--white);
}

.problem-section__inner {
	max-width: 680px;
	margin: 20rem auto 0;
	padding: 0 2rem;
	display: grid;
	gap: 3rem;
	background: url("https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/white-bg2-scaled.png")
		no-repeat center center;
	background-size: cover;
}

.problem-section__content {
	transform: translateY(-15rem);
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.problem-section__main-img {
	margin: 0 auto;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	line-height: 0;
	width: 100%;
	max-width: 48rem;
	position: relative; /* オーバーレイの基準位置 */
}

.problem-card {
	background: var(--white);
	padding: 2.5rem;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

h3.problem-card__title {
	font-size: clamp(2rem, 3vw, 2.7rem);
	font-family: var(--serif);
	color: var(--red2);
	line-height: 1.6;
	margin: 0 0 1.5rem 0;
	font-weight: bold;
	text-align: center;
}

.problem-card__text {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0;
	color: var(--dark-brown);
	text-align: justify;
}

@media (max-width: 768px) {
	.problem-section {
		padding: 6rem 1.5rem;
	}
	.problem-section__inner {
		margin-top: 10rem;
	}
	.problem-section__content {
		transform: translateY(-5rem);
	}
	.problem-card {
		padding: 2rem 1.5rem;
	}
	.problem-card__text {
		font-size: 1.65rem;
	}
}
/* ◆◆◆ /お悩みセクション ◆◆◆ */

/* ◆◆◆ 施術の流れスライダー ◆◆◆ */
.flow-slider-area {
	margin: 6rem 0;
}

.flow-slider-area > .common-title::before {
	top: 6%;
}

p.flow-lead {
	margin-top: 2rem;
	color: var(--white);
	font-size: 1.5rem;
	margin-bottom: 0 !important;
}
.flow-swiper-container {
	margin: 0 auto;
	margin-top: 6rem;
	position: relative;
	overflow: hidden;
}
.flow-card {
	width: 100%;
	background: #fff;
	padding: 4rem;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	display: flex;
	flex-direction: column;
	min-height: 95rem;
	transition: box-shadow 0.2s;
	box-sizing: border-box; /* はみ出し防止 */
	position: relative; /* 擬似要素の基準位置 */
}

.flow-card::before {
	content: "";
	position: absolute;
	top: 0.8rem;
	left: 0;
	width: 100%;
	height: 0.3rem; /* 線の間隔 */
	border-top: 1px solid var(--black);
	border-bottom: 1px solid var(--black);
}

.flow-card::after {
	content: "";
	position: absolute;
	bottom: 0.8rem;
	left: 0;
	width: 100%;
	height: 0.3rem; /* 線の間隔 */
	border-top: 1px solid var(--black);
	border-bottom: 1px solid var(--black);
}

@media (max-width: 768px) {
	.flow-swiper .swiper-slide {
		padding: 1.5rem 0.5rem;
	}
	.flow-card {
		font-size: 1.6rem;
		padding: 3rem;
		display: flex;
		flex-direction: column;
		min-height: 96rem;
	}
}

.flow-card__step {
	display: flex;
	align-items: center;
	gap: 6rem;
}

@media (max-width: 768px) {
	.flow-card__step {
		gap: 2rem;
	}
}

h3.flow-card__step-title {
	margin: 0;
	border-radius: 10rem;
	border: 1px solid var(--black);
	padding: 1rem;
	width: 100%;
	max-width: 34rem;
	text-align: center;
	line-height: 1.5;
	font-family: var(--serif);
}
h3.flow-card__step-title.--long {
	font-size: 2rem;
	padding: 2rem;
}

@media (max-width: 768px) {
	h3.flow-card__step-title {
		font-size: 1.8rem;
	}
}

figure.flow-card__step-num {
	margin: 0;
	width: 3.8rem;
	height: 6rem;
	flex-shrink: 1;
}

@media (max-width: 768px) {
	figure.flow-card__step-num {
		width: 5rem;
		height: 3.8rem;
		padding-bottom: 0.5rem;
		flex-shrink: 1;
	}
}

figure.flow-card__img {
	margin: 0;
	width: 100%;
	position: relative; /* 矢印の基準位置 */
	margin-top: 3rem;
}

figure.flow-card__img::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -2rem; /* 位置を調整 */
	width: 4rem; /* 矢印のサイズ */
	height: 4rem; /* 矢印のサイズ */
	background-image: url("https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/red-arrow.webp");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}

.flow-card__body {
	margin-top: 5rem;
}

.flow-card__desc {
	font-size: 2rem;
	margin-bottom: 0 !important;
}
@media (max-width: 768px) {
	.flow-card__desc {
		font-size: 1.8rem;
	}
}

.flow-card__desc .red-text {
	font-weight: bold;
}

.flow-swiper-pagination {
	margin-top: 2rem;
	text-align: center;
}
.flow-swiper-button-next,
.flow-swiper-button-prev {
	width: 3rem;
	height: 3rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
}
.flow-swiper-button-next {
	right: 2px;
	background-image: url("https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/nect-swiper.webp");
}
.flow-swiper-button-prev {
	left: 2px;
	background-image: url("https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/back-swiper.webp");
}

/* ◆◆◆ /施術の流れスライダー ◆◆◆ */

/* ◆◆◆ ごあいさつセクション ◆◆◆ */
.greeting-section {
	margin-top: 3rem;
	background: linear-gradient(to bottom, #000, var(--gray));
	color: var(--white);
	line-height: 1.8;
}

h2.greeting-section__title {
	color: var(--white);
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	font-family: var(--serif);
	font-size: 2.5rem;
}

.greeting-intro {
	text-align: center;
}

.greeting-intro__figure {
	width: 100%;
	max-width: 37.2rem;
	margin: 0 auto;
}

.greeting-intro__figure img {
	width: 100%;
	height: auto;
}

p.greeting-intro__text {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: left;
	margin: 0;
}

.greeting-bubble {
	margin-bottom: 3rem;
	text-align: center;
}

.greeting-bubble img {
	max-width: 100%;
	height: auto;
}

.greeting-main-text {
	font-size: 1.85rem;
}

.greeting-main-text p {
	margin-bottom: 2.5rem;
}

.greeting-checklist {
	background: var(--gray3);
	color: var(--black);
	padding: 3rem;
	font-size: 1.8rem;
}

.greeting-checklist__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.greeting-checklist__item {
	font-size: 1.8rem;
	padding-left: 3rem;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--black);
}

.greeting-checklist__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.8rem;
	height: 1.8rem;
	background-image: url("https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/check-1.webp");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 768px) {
	.greeting-checklist__item {
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

.marker-yellow {
	background: var(--yellow2);
	padding: 0.2rem 0.4rem;
	border-radius: 3px;
}

.greeting-conclusion {
	font-size: 1.7rem;
}

.greeting-conclusion p {
	margin-top: 3rem;
}

/* ◆◆◆ 体質改善セクション ◆◆◆ */
.body-creation-section {
	background: #000;
	color: #fff;
	padding: 6rem 0 0;
	line-height: 1.8;
	position: relative;
}

.body-creation-section .greeting-main-text {
	font-size: 1.8rem;
}

.body-creation-section .greeting-main-text p {
	margin-bottom: 2.5rem;
}

.body-creation-section .greeting-main-text p.no-gaman {
	border-bottom: 1px solid #fff;
	padding-bottom: 2em;
	margin-bottom: 0;
	font-weight: bold;
}

.body-creation-features {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin: 4rem 0;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 2rem;
	color: var(--black);
	background: var(--white);
}

.feature-item__img {
	flex-shrink: 0;
	width: 40%;
	margin: 0;
}

.feature-item__img img {
	width: 100%;
	height: auto;
	display: block;
}

.feature-item__text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
}

.body-creation-conclusion {
	margin-top: 6rem;
	text-align: center;
}

h3.body-creation-conclusion__title {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.6;
	color: var(--white);
}

.body-creation-conclusion__img {
	margin: 0;
}

.body-creation-conclusion__img img {
	width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	.body-creation-section {
		padding: 6rem 1.5rem 0;
	}
	.feature-item {
		flex-direction: column;
		text-align: center;
	}
	.feature-item__img {
		width: 100%;
		max-width: 200px;
	}
}
/* ◆◆◆ /体質改善セクション ◆◆◆ */

/* ◆◆◆ 真のダイエットセクション ◆◆◆ */
.true-diet-section {
	background-image: url("https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/bg-bright-scaled.webp"); /* 背景画像を指定 */
	background-size: cover;
	background-position: center;
	position: relative;
}

.true-diet-section-content {
	max-width: 680px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.section-title-box {
	color: var(--white);
	text-align: center;
	padding: 4.5rem 2rem 5rem;
	position: relative;
	margin: 0 auto;
	width: 100%;
	background: url("https://hibiki-seitai-diet.net/hibiki/wp-content/uploads/2025/07/gray-bg.webp");
	background-size: cover;
	background-position: center;
}

h2.section-title-box__main {
	font-size: 2.8rem;
	font-weight: bold;
	margin: 0 0 0.5rem 0;
	color: var(--yellow2);
}

.section-title-box__sub {
	font-size: 1.82rem;
	margin: 0 !important;
}

.true-diet-intro {
	text-align: center;
}

.true-diet-intro__title {
	font-size: 2.6rem;
	font-weight: bold;
	margin-inline: auto;
	margin-bottom: 1.5rem;
	background: var(--white);
	padding: 1rem;
	box-shadow: 0 0 10px rgba(0, 3, 6, 0.16);
	width: 100%;
	max-width: 50rem;
}

.true-diet-intro__text {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 2rem;
}

.true-diet-intro__img {
	margin: 0;
}

.true-diet-definition {
	padding: 2rem;
	background: var(--white);
	font-size: 1.6rem;
	line-height: 1.8;
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
}

.true-diet-definition p {
	margin-bottom: 0;
}

.true-diet-definition .red-text {
	color: var(--red);
	font-weight: bold;
}

.diet-summary {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.diet-summary__item {
	background: var(--red);
	color: var(--white);
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0.5rem 2rem;
	border-radius: 2.1rem;
	display: inline-block;
}

.true-diet-body {
	margin-top: 3rem;
	font-size: 1.6rem;
	line-height: 1.8;
}

.true-diet-body p {
	margin-bottom: 2rem;
}

figure.true-diet-body__img {
	text-align: center;
	margin: 0;
}

.true-diet-section img {
	max-width: 100%;
	height: auto;
}

.true-diet-bg {
	background: rgba(255, 255, 255, 0.5);
	padding: 1.5rem 3rem;
}

figure.true-diet-outro__img {
	margin: 0;
}

@media (max-width: 768px) {
	.section-title-box__main {
		font-size: 2rem;
	}
	.true-diet-intro__title {
		font-size: 2.2rem;
	}
	.diet-summary__item {
		font-size: 1.6rem;
	}
	.true-diet-bg {
		background: rgba(255, 255, 255, 0.5);
		padding: 1.5rem;
	}
}
/* ◆◆◆ /真のダイエットセクション ◆◆◆ */

/* ◆◆◆ 5つの理由セクション ◆◆◆ */
.reason-section {
	padding: 0rem 0 6rem;
	position: relative;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.9);
}

.reason-bg {
	padding: 6rem;
	background: url("https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/reason-title-bg.webp");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.reason-bg {
		padding: 3rem 0;
	}
}

.reason-section .common-title {
		margin: 0;

}

.reason-section .common-title:before {
	top: 10%;
}

.reason-section .common-title__main {
	padding-top: 1rem;
	color: #fff;
}

.double-white-border {
  position: relative;
}

.double-white-border::before {
	width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid white;
  pointer-events: none;
}

.double-white-border::after {
	width: 100%;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border: 1px solid white;
  pointer-events: none;
}


.reason-section__content {
	max-width: 680px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.reason-item {
	margin-top: 6rem;
	text-align: center;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("https://hibiki-seitai-diet.net/hibiki/wp-content/uploads/2025/07/reason-bg.webp");
	background-size: cover;
	background-position: center;
}

.reason-item__header {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.reason-item__number {
	position: absolute;
	top: -4rem;
	left: 3rem;
	font-family: var(--serif);
	font-size: 8rem;
	line-height: 1;
	color: var(--orange);
}

@media (max-width: 768px) {
	.reason-item__number {
		top: -3rem;
		font-size: 6rem;
	}
}

h3.reason-item__title {
	font-size: clamp(2.4rem, 4vw, 3.2rem);
	font-family: var(--serif);
	color: #fff;
	line-height: 1.6;
	background: rgba(0, 0, 0, 0.6);
	padding: 4rem 1rem 2rem;
	margin: 0;
}

.reason-item__img {
	margin: 0;
	line-height: 0; /* 画像下の余白削除 */
}

.reason-item__img img {
	width: 100%;
	height: auto;
}

.reason-item__body {
	padding: 3rem 2rem;
	line-height: 1.8;
	text-align: left;
	background: rgba(0, 0, 0, 0.6);
}

.reason-item__body p {
	font-size: 1.9rem;
	margin-bottom: 2rem;
}

.speech-bubble {
	position: relative;
	padding: 1rem;
	border-radius: 5rem;
	margin-bottom: 1.5rem;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-weight: 500;
	font-size: 2rem;
}
.speech-bubble.speech-bubble--last {
	margin-bottom: 3rem;
}
@media (max-width: 768px) {
	.speech-bubble {
		font-size: 1.8rem;
	}
}

.speech-bubble--white {
	background: #fff;
	color: #000;
}

.reason-checklist {
	font-size: 2rem;
	list-style: none;
	padding: 0;
	margin: 2rem 0;
	display: flex;
	flex-direction: column;
}

.reason-checklist__item {
	position: relative;
	padding-left: 2.5rem;
	font-weight: 700;
}

.reason-checklist__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.8rem;
	height: 1.8rem;
	background-image: url("https://hibiki-seitai-diet.net/hibiki/wp-content/uploads/2025/07/check-white.webp");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.reason-conclusion {
	text-align: center;
	margin-top: 4rem;
}

.reason-conclusion__title {
	font-size: clamp(2.2rem, 4vw, 2.8rem);
	font-family: var(--serif);
	margin-bottom: 2rem;
}

.reason-conclusion .speech-bubble {
	max-width: 400px;
}

.reason-conclusion__text {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 2rem;
}

@media (max-width: 768px) {
	.reason-section {
		padding: 4rem 0;
	}
	.reason-item__body {
		padding: 2.5rem 1.5rem;
	}
}
/* ◆◆◆ /5つの理由セクション ◆◆◆ */

/* ◆◆◆ 最終メッセージセクション ◆◆◆ */
.final-bg {
	background-image: url("https://hibiki-seitai-diet.net/hibiki/wp-content/uploads/2025/07/reason-bg.webp");
	background-size: cover;
	background-position: center;
	background-size: cover;
}
.final-message-header {
	width: 100%;
	text-align: center;
}

.final-message-header__title {
	background: #fff;
	padding: 2rem;
	font-size: clamp(2.5rem, 4vw, 4rem);
	font-family: var(--serif);
	color: #000;
	margin: 0;
	line-height: 1.6;
}

.final-message-body {
	padding: 4rem 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 2rem;
}

.final-message-body__inner {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.final-message-body .speech-bubble {
	width: 100%;
}

.final-message-body p {
	text-align: left;
	font-size: 2rem;
	line-height: 1.8;
	margin-top: 3rem;
}

.final-message-banner {
	margin: 0;
	line-height: 0;
}

.final-message-banner img {
	width: 100%;
	height: auto;
}

.final-support {
	color: #fff;
	padding: 6rem 2rem;
	background: rgba(0, 0, 0, 0.6);
}

.final-support__inner {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.final-support__diagram {
	margin: 0 auto 3rem;
	max-width: 400px;
}
.final-support__diagram img {
	width: 100%;
	height: auto;
}

.final-support__text {
	font-size: 1.7rem;
	line-height: 1.8;
	font-weight: 500;
}

.final-support__message {
	margin-top: 4rem;
}

h3.final-support__title {
	position: relative;
	color: var(--white);
	font-size: 2.6rem;
	font-weight: bold;
	padding: 0 2rem 1.5rem;
	margin: 0 auto;
	display: inline-block;
}

h3.final-support__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40rem;
	max-width: 90vw;
	height: 1px;
	background: var(--white);
}

.final-support__message p {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 2rem;
}

@media (max-width: 768px) {
	.final-message-header__title {
		font-size: 2.4rem;
	}
	.final-support {
		padding: 4rem 1.5rem;
	}
}
/* ◆◆◆ /最終メッセージセクション ◆◆◆ */

/* ◆◆◆ Before/After 縦並びリスト ◆◆◆ */
.ba-vertical-list {
	max-width: 60rem;
	padding: 0 3rem;
	margin: 4rem auto 0;
	display: grid;
	gap: 2rem;
}

@media (max-width: 768px) {
	.ba-vertical-list {
		padding: 0 3%;
	}
}

.ba-vertical-list .ba__case {
	margin: 0;
}
/* ◆◆◆ /Before/After 縦並びリスト ◆◆◆ */

/* お絵かきムービー */
.video-container {
	background: url("https://hibiki-seitai-diet.net/wp-content/uploads/2025/07/of-bg-scaled.webp")
		no-repeat center center;
	background-size: cover;
	padding: 3rem 0;
}

.video-container video {
	width: 100%;
	height: auto;
}
