@charset "UTF-8";
/* -------------------------------------------------- */
/* PC */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* その「部分痩せ」本当に理想のラインですか？ */
/* -------------------------------------------------- */
#question {
	padding-block: 40px 160px;
	position: relative;
}
#question::before {
	content: "";
	display: block;
	width: max(59%, 700px);
	height: 755px;
	background: url(../../img/body-contouring/bg_question01.png) no-repeat left bottom/auto 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

#question .inner {
	position: relative;
	z-index: 2;
}

#questionTit {
	margin-bottom: 35px;
	font-weight: 600;
	font-size: 3.4rem;
	line-height: 1.7;
}

#questionTxtBox {
	width: 50%;
}

#question .txt {
	font-size: 1.8rem;
}

#question .txt + .txt {
	margin-top: 1.3em;
}


/* -------------------------------------------------- */
/* GRACIAのボディコントアリング */
/* -------------------------------------------------- */
#our {
	margin-bottom: 150px;
	padding-block: 140px;
	background: #fff;
}

#ourContent {
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-gap: 80px;
}

#ourImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#ourPoint {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}

#ourPoint .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(to bottom, #333 0, #000 100%);
	border: 3px solid #998a54;
	color: #ccbe8a;
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.2;
}

#ourPoint .item .num {
	font-size: 2.08em;
}
#ourPoint .item .numSmall {
	font-size: .56em;
}

#ourPoint .item .big {
	font-size: 1.67em;
}


#ourTxtBox {
	grid-column: span 2;
}

#our .txt {
	font-size: 1.8rem;
}

#our .txt + .txt {
	margin-top: 1.8em;
}


/* -------------------------------------------------- */
/* デザイン・施術内容の決定までの流れ */
/* -------------------------------------------------- */
#flow {
	margin-bottom: 150px;
}

#flowList {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 74px;
	padding-block: 37px;
	position: relative;
}

/* リスト上部のライン */
#flowList::after {
	content: "";
	display: block;
	width: calc(100% - 74px);
	height: 1px;
	background: #998a54;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}

#flowList .item {
	min-height: 275px;
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 15px 65px 15px 90px;
	border-inline: 1px solid #998a54;
	position: relative;
	z-index: 1;
}

/* リスト下部のライン＋矢印 */
#flowList .item::after {
	content: "";
	display: block;
	width: calc(100% - 74px);
	height: 37px;
	background: #998a54;
	-webkit-clip-path: polygon(0 0, calc(50% - 45px) 0, 50% calc(100% - 1px), calc(50% + 45px) 0, 100% 0, 100% 1px, calc(50% + 45.5px) 1px, 50% 100%, calc(50% - 45.5px) 1px, 0 1px);
	clip-path: polygon(0 0, calc(50% - 45px) 0, 50% calc(100% - 1px), calc(50% + 45px) 0, 100% 0, 100% 1px, calc(50% + 45.5px) 1px, 50% 100%, calc(50% - 45.5px) 1px, 0 1px);
	position: absolute;
	top: calc(100% + 37px);
	right: 0;
	left: 0;
	margin: auto;
	pointer-events: none;
}
#flowList .item:last-of-type::after {
	height: 1px;
	-webkit-clip-path: none;
	clip-path: none;
}

/* ナンバリング */
#flowList .num {
	width: 2em;
	aspect-ratio: 1/1.3;
	color: #998a54;
	font-weight: 500;
	font-style: italic;
	font-size: 2.5rem;
	font-family: var(--font-family-en);
	position: absolute;
	top: -20px;
	left: 40px;
	pointer-events: none;
	z-index: -1;
}
#flowList .num::after {
	content: "";
	display: block;
	width: 110%;
	height: 1px;
	background: currentColor;
	transform: rotate(135deg);
	transform-origin: right;
	position: absolute;
	bottom: 0;
	right: 100%;
}

#flowList .txtBox {
	flex: 1;
}

#flowList .flowListTit {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 2.8rem;
}

#flowList .txt {
	font-size: 1.6rem;
}

#flowList .txt + .txt {
	margin-top: 1.5em;
}

#flowList .img {
	width: 41%;
}

#flowList .img img {
	width: 100%;
}


/* -------------------------------------------------- */
/* ボディコントアリングに関連した施術 */
/* -------------------------------------------------- */
#treatment {
	margin-bottom: 150px;
}


/* -------------------------------------------------- */
/* ボディコントアリングの症例集 */
/* -------------------------------------------------- */
#body-contouringPage #similarCases {
	margin-bottom: 150px;
	padding-block: 150px 180px;
	background: #fff;
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* -------------------------------------------------- */
	/* その「部分痩せ」本当に理想のラインですか？ */
	/* -------------------------------------------------- */
	#question {
		padding-block: 0 80px;
	}
	#question::before {
		width: 60%;
		height: auto;
		aspect-ratio: 916/755;
		background-position: center;
		background-size: contain;
		top: 0;
		bottom: auto;
	}

	#questionTxtBox {
		width: 100%;
	}

	#question .txt {
		font-size: 1.5rem;
	}


	/* -------------------------------------------------- */
	/* GRACIAのボディコントアリング */
	/* -------------------------------------------------- */
	#our {
		margin-bottom: 80px;
		padding-block: 80px;
	}

	#ourContent {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}

	#ourImg img {
		height: auto;
		object-fit: fill;
	}

	#ourPoint {
		grid-gap: 15px;
	}

	#ourPoint .item {
		padding: 20px 10px;
		font-size: 1.6rem;
	}

	#ourTxtBox {
		grid-column: span 1;
	}

	#our .txt {
		font-size: 1.5rem;
	}

	#our .txt + .txt {
		margin-top: 1em;
	}


	/* -------------------------------------------------- */
	/* デザイン・施術内容の決定までの流れ */
	/* -------------------------------------------------- */
	#flow {
		margin-bottom: 80px;
	}

	#flowList {
		grid-gap: 60px;
		padding-block: 30px;
	}

	/* リスト上部のライン */
	#flowList::after {
		width: calc(100% - 30px);
	}

	#flowList .item {
		min-height: auto;
		flex-direction: column;
		padding: 20px max(20px, 5%) 15px;
	}

	/* リスト下部のライン＋矢印 */
	#flowList .item::after {
		width: calc(100% - 30px);
		height: 30px;
		top: calc(100% + 30px);
	}

	/* ナンバリング */
	#flowList .num {
		width: 1.8em;
		font-size: 2.2rem;
		top: -10px;
		left: 20px;
	}

	#flowList .txtBox {
		width: 100%;
	}

	#flowList .flowListTit {
		margin: 0 auto 20px 30px;
		font-size: 2rem;
	}

	#flowList .txt {
		font-size: 1.5rem;
	}

	#flowList .img {
		width: 100%;
	}


	/* -------------------------------------------------- */
	/* ボディコントアリングに関連した施術 */
	/* -------------------------------------------------- */
	#treatment {
		margin-bottom: 80px;
	}


	/* -------------------------------------------------- */
	/* ボディコントアリングの症例集 */
	/* -------------------------------------------------- */
	#body-contouringPage #similarCases {
		margin-bottom: 80px;
		padding-block: 80px 100px;
	}

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* -------------------------------------------------- */
	/* その「部分痩せ」本当に理想のラインですか？ */
	/* -------------------------------------------------- */
	#questionTit {
		margin-bottom: 10px;
		display: flex;
		align-items: center;
		width: 67%;
		aspect-ratio: 916/755;
		font-size: 2.8rem;
	}

}


/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* -------------------------------------------------- */
	/* その「部分痩せ」本当に理想のラインですか？ */
	/* -------------------------------------------------- */
	#question::before {
		width: 100%;
		margin: 0 auto 20px;
		position: static;
	}

	#questionTit {
		margin-bottom: 25px;
		font-size: 2.4rem;
		text-align: center;
	}

}