@charset "UTF-8";
/* -------------------------------------------------- */
/* PC */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* はじめての美容医療を、もっと気軽に。 */
/* -------------------------------------------------- */
#freely {
	padding-block: 85px 130px;
	position: relative;
}
#freely::before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 1150px;
	max-width: 95%;
	height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../../img/model-wanted/bg_about01_pc.png) no-repeat right center/contain;

}

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

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

#freelyTxtBox {
	width: 50%;
}

#freely .txt {
	font-size: 1.8rem;
}
#freely .txt + .txt {
	margin-top: 1.3em;
}


/* -------------------------------------------------- */
/* おすすめ施術・モニタープラン（共通パーツ） */
/* -------------------------------------------------- */
.recommendPlan {
	margin-bottom: 140px;
}

.recommendPlanList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 15px;
}

.recommendPlanList .item {
	padding-top: 30px;
	position: relative;
}

.recommendPlanList .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.recommendPlanList .tag {
	width: fit-content;
	padding: 1px 8px;
	background: #FFFFFF;
	border: 1px solid;
	color: #ae9b62;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
}

.recommendPlanList a {
	transition: all 0.3s ease-in-out 0s;
}

.recommendPlanList a:hover {
	opacity: 0.7;
}

/*  */
/* ----------------------------------- */
#modelWantedSingleWrap {
	padding-bottom: 150px;
}

#modelWantedSingle {
	padding: 100px;
	margin-bottom: 80px;
	background: #FFF;
}

.modelWantedInfo {
	padding-bottom: 20px;
}

.modelWantedInfo .tag {
	width: max-content;
	padding: 5px 10px;
	border: 1px solid #838383;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 1.5rem;
}

.modelWantedTit {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #cbcbcb;
	font-size: 3.2rem;
	font-weight: 600;
}

#modelWantedContent h2 {
	padding: 10px 20px;
	border: 1px solid #cbcbcb;
	margin-bottom: 1em;
	margin-top: 0.5em;
	font-size: 2.4rem;
	font-weight: 600;
}

#modelWantedContent h3 {
	margin-bottom: 1em;
	margin-top: 0.5em;
	font-size: 2.4rem;
	font-weight: 600;
}

#modelWantedContent p {
	font-family: var(--font-family-sub);
	font-size: 1.6rem;
	padding-bottom: 1em;
}

#modelWantedContent iframe {
	max-width: 100%;
}

#modelWantedContent img {
	max-width: 100%;
}

#modelWantedContent a {
	color: #998a54;
	text-decoration: underline;
}

#modelWantedContent a:hover {
	text-decoration: none;
}

#modelWantedContent ul {
	padding-bottom: 1em;
	font-size: 1.6rem;
}

#modelWantedContent li {
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

#modelWantedContent li::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #998a54;
	display: inline-block;
	flex: 0 0 8px;
	border-radius: 100vw;
}

#modelWantedContent table {
	width: 100%;
	margin-bottom: 1em;
}

#modelWantedContent table th {
	padding: 15px;
	text-align: center;
	background: #f6f4ee;
	border: 1px solid #e2dccb;
	color: #998a54;
}

#modelWantedContent table td {
	padding: 15px;
	border: 1px solid #e2dccb;
	font-family: var(--font-family-sub);
}



/* -------------------------------------------------- */
/* モニター募集でお願いすること */
/* -------------------------------------------------- */
#please {
	margin-bottom: 150px;
}

#pleaseTop {
	margin-bottom: 150px;
	display: grid;
	grid-template-columns: 1fr min(40.5%, 485px);
	align-items: center;
	grid-gap: 15px;
}

#pleaseTop .txt {
	margin-bottom: 0;
}

#pleaseTopImg img {
	width: 100%;
}


/* 注意事項 */
#pleaseNote {
	padding: 50px;
	background: #fff;
}

#pleaseNoteTit {
	margin-bottom: 35px;
	padding-bottom: 30px;
	font-weight: 600;
	font-size: 2.6rem;
	text-align: center;
	position: relative;
}
#pleaseNoteTit::after {
	content: "";
	display: block;
	width: 150px;
	height: 1px;
	background: currentColor;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

#pleaseNoteContent {
	width: min(100%, 930px);
	margin-inline: auto;
	font-size: 1.6rem;
	line-height: 2;
}

#pleaseNote .txt {
	margin-top: 25px;
}




/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* -------------------------------------------------- */
	/* はじめての美容医療を、もっと気軽に。 */
	/* -------------------------------------------------- */
	#freely {
		padding-block: 0 80px;
	}
	#freely::before {
		height: auto;
		top: 0;
		aspect-ratio: 18 / 11;
		background-image: url(../../img/model-wanted/bg_about01_sp.jpg);
		left: auto;
		transform: none;
	}

	#freelyTxtBox {
		width: 100%;
	}

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


	/* -------------------------------------------------- */
	/* モニター募集でお願いすること */
	/* -------------------------------------------------- */
	#please {
		margin-bottom: 80px;
	}

	#pleaseTop {
		margin-bottom: 80px;
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}

	/* 注意事項 */
	#pleaseNote {
		padding: max(30px, 5%) max(20px, 5%);
	}

	#pleaseNoteTit {
		margin-bottom: 25px;
		padding-bottom: 25px;
		font-size: 2rem;
	}

	#pleaseNoteContent {
		width: 100%;
		font-size: 1.4rem;
	}

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* -------------------------------------------------- */
	/* はじめての美容医療を、もっと気軽に。 */
	/* -------------------------------------------------- */
	#freelyTit {
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		width: 67.5%;
		aspect-ratio: 793 / 424;
		font-size: 2.8rem;
	}

	/* ↓0512追記 */
	#freely::before {
		width: 55%;
		right: 5%;
	}

}


/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* -------------------------------------------------- */
	/* はじめての美容医療を、もっと気軽に。 */
	/* -------------------------------------------------- */
	#freely::before {
		width: 100%;
		margin-bottom: 30px;
		position: static;
	}

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


	/* -------------------------------------------------- */
	/* おすすめ施術・モニタープラン（共通パーツ） */
	/* -------------------------------------------------- */
	.recommendPlan {
		margin-bottom: 80px;
	}

	.recommendPlanList {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px 15px;
	}

	.recommendPlanList .tag {
		font-size: 1.2rem;
	}

}