@charset "UTF-8";
/* -------------------------------------------------- */
/* PC */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 肌本来の美しさを、医療の力で引き出す。 */
/* -------------------------------------------------- */
#beauty {
	padding-block: 80px 160px;
	position: relative;
}
#beauty::before {
	content: "";
	display: block;
	width: 50%;
	height: 600px;
	background: url(../../img/cosmetic-dermatology/bg_beauty01.png) no-repeat left bottom/auto 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

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

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

#beautyTxtBox {
	width: 50%;
}

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

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


/* -------------------------------------------------- */
/* まずは肌のお悩みをお聞かせください */
/* -------------------------------------------------- */
#worry {
	margin-bottom: 150px;
	padding-block: 55px 85px;
	background: #fff;
	position: relative;
}
#worry::after {
	content: "";
	display: block;
	width: 440px;
	height: 50px;
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: inherit;
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	left: 0;
	margin: auto;
	pointer-events: none;
}

#worryTit {
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 2.6rem;
	text-align: center;
}

#worryList {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 35px;
	flex-wrap: wrap;
}

#worryList .item {
	width: calc((100% - 175px) / 6);
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
	background: #fbfaf8;
	border-radius: 50%;
}

#worryList .img {
	width: min(45%, 70px);
}

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

#worryList .txt {
	font-weight: 600;
	font-size: 1.8rem;
	text-align: center;
}


/* -------------------------------------------------- */
/* 無料カウンセリングにて〜 */
/* -------------------------------------------------- */
#counseling {
	margin-bottom: 150px;
}

#counseling .inner {
	display: grid;
	grid-template-columns: min(46%, 550px) 1fr;
	align-items: center;
	grid-gap: 50px;
}

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

#counselingTit {
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 2.8rem;
}

#counseling .txt {
	font-size: 1.6rem;
	line-height: 1.875;
}

#counseling .counselingBtn {
	margin: 35px auto 0 0;
}


/* -------------------------------------------------- */
/* 施術一覧 */
/* -------------------------------------------------- */
#treatment {
	margin-bottom: 140px;
	padding-block: 150px;
	background: #fff;
}

#treatmentBtnWrap {
	display: flex;
	justify-content: center;
	gap: 65px;
	margin-top: 75px;
}

#treatment .treatmentBtn {
	width: min(100%, 390px);
}


/* お悩みから探す */
/* -------------------------------------------------- */
#treatmentSearch {
	margin-top: 60px;
	padding: 60px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	border: 1px solid #998a54;
}

#treatmentSearch .titBox {
	flex-shrink: 0;
}

#treatmentSearchTit {
	font-weight: 600;
	font-size: 2.4rem;
}

#treatmentSearch .menuBoxWrap {
	flex: 1;
	max-width: 770px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	grid-gap: 40px;
}

#treatmentSearch .menuBox {
	display: flex;
	align-items: center;
	gap: 30px;
}

#treatmentSearch .menuBox .tit {
	width: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font-weight: 600;
	font-size: 1.7rem;
	text-align: center;
	flex-shrink: 0;
}
#treatmentSearch .menuBox .tit::before {
	content: "";
	display: block;
	width: 50px;
	aspect-ratio: 1/1;
	background: no-repeat center/contain;
}
/* スキンアイコン */
#treatmentSearch .menuBox .tit.isSkin::before {
	background-image: url(../../img/cosmetic-dermatology/icon_skin01.svg);
}
/* その他アイコン */
#treatmentSearch .menuBox .tit.isOther::before {
	background-image: url(../../img/cosmetic-dermatology/icon_other01.svg);
}

#treatmentSearch .menuBox .list li::after {
	background: #ae9b62;
}

#treatmentSearch .menuBox .list li a {
	display: block;
}


/* -------------------------------------------------- */
/* 当院の「美容皮膚科」が選ばれる理由 */
/* -------------------------------------------------- */
#reason {
	margin-bottom: 150px;
}


/* -------------------------------------------------- */
/* 美容皮膚科の症例集 */
/* -------------------------------------------------- */
#cosmetic-dermatologyPage #similarCases {
	margin-bottom: 150px;
	padding-block: 150px 180px;
	background: #fff;
}


/* -------------------------------------------------- */
/* PC(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {
	/* -------------------------------------------------- */
	/* 施術一覧 */
	/* -------------------------------------------------- */
	#treatment .treatmentBtn {
		margin-inline: 0;
	}

	#treatment .treatmentBtn .btn1Link {
		min-height: 70px;
	}

	#treatment .treatmentBtn .btn1Icon {
		width: 30px;
		height: 30px;
	}

}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* -------------------------------------------------- */
	/* 肌本来の美しさを、医療の力で引き出す。 */
	/* -------------------------------------------------- */
	#beauty {
		padding-block: 0 80px;
	}
	#beauty::before {
		width: 50%;
		height: auto;
		aspect-ratio: 813/787;
		background-position: center;
		background-size: contain;
		top: 0;
		bottom: auto;
	}

	#beautyTxtBox {
		width: 100%;
	}

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


	/* -------------------------------------------------- */
	/* まずは肌のお悩みをお聞かせください */
	/* -------------------------------------------------- */
	#worry {
		margin-bottom: 80px;
		padding-block: 50px;
	}
	#worry::after {
		width: 150px;
		height: 40px;
	}

	#worryTit {
		margin-bottom: 30px;
		font-size: 2rem;
	}

	#worryList {
		gap: 10px;
	}

	#worryList .item {
		width: calc((100% - 50px) / 6);
	}

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


	/* -------------------------------------------------- */
	/* 無料カウンセリングにて〜 */
	/* -------------------------------------------------- */
	#counseling {
		margin-bottom: 80px;
	}

	#counseling .inner {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}

	#counselingTit {
		font-size: 2rem;
	}

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

	#counseling .counselingBtn {
		margin-inline: auto;
	}


	/* -------------------------------------------------- */
	/* 施術一覧 */
	/* -------------------------------------------------- */
	#treatment {
		margin-bottom: 80px;
		padding-block: 80px;
	}

	#treatmentBtnWrap {
		flex-direction: column;
		gap: 20px;
		margin-top: 40px;
	}


	/* お悩みから探す */
	/* -------------------------------------------------- */
	#treatmentSearch {
		margin-top: 30px;
		padding: max(30px, 5%) max(20px, 5%);
		flex-direction: column;
	}

	#treatmentSearchTit {
		margin-bottom: 20px;
		font-size: 2rem;
		text-align: center;
	}

	#treatmentSearch .menuBoxWrap {
		max-width: none;
		grid-gap: 50px;
	}

	#treatmentSearch .menuBox {
		gap: 20px;
	}


	/* -------------------------------------------------- */
	/* 美容皮膚科の症例集 */
	/* -------------------------------------------------- */
	#cosmetic-dermatologyPage #similarCases {
		margin-bottom: 80px;
		padding-block: 80px 100px;
	}

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* -------------------------------------------------- */
	/* 肌本来の美しさを、医療の力で引き出す。 */
	/* -------------------------------------------------- */
	#beautyTit {
		display: flex;
		align-items: center;
		width: 56%;
		aspect-ratio: 813/787;
		font-size: 2.8rem;
	}

}


/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* -------------------------------------------------- */
	/* 肌本来の美しさを、医療の力で引き出す。 */
	/* -------------------------------------------------- */
	#beauty {
		overflow: clip;
	}
	#beauty::before {
		width: 100%;
		margin: 0 auto 30px 40px;
		position: static;
	}

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


	/* -------------------------------------------------- */
	/* まずは肌のお悩みをお聞かせください */
	/* -------------------------------------------------- */
	#worry {
		padding-block: max(30px, 5%);
	}

	#worryList .item {
		width: calc((100% - 20px) / 3);
	}


	/* お悩みから探す */
	/* -------------------------------------------------- */
	#treatmentSearch .menuBoxWrap {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}

	#treatmentSearch .menuBox .tit {
		width: 80px;
	}

}