@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* お悩み
------------------------------------ */
#trouble {
	padding-top: 50px;
	padding-bottom: 150px;
	position: relative;
}

#trouble::after {
	content: "";
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 44px solid #ab61a7;
	border-right: 65px solid transparent;
	border-left: 65px solid transparent;
}

#trouble .inner {
	position: relative;
	z-index: 1;
}

#troubleInner {
	width: 1280px;
}

#troubleListWrap {
	padding-top: 120px;
	padding-bottom: 50px;
	position: relative;
}

#troubleImg {
	text-align: center;
}

.troubleListText {
	padding: 24px 30px;
	position: absolute;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	line-height: 1.3;
	text-align: center;
	background-color: #f8f8f8;
	border-radius: 50px;
}

.troubleListText:nth-of-type(1) {
	width: 470px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.troubleListText:nth-of-type(2) {
	width: 375px;
	top: 96px;
	left: 14px;
}

.troubleListText:nth-of-type(3) {
	width: 386px;
	top: 96px;
	right: 10px;
}

.troubleListText:nth-of-type(4) {
	width: 363px;
	top: 240px;
	left: 0;
}

.troubleListText:nth-of-type(5) {
	width: 323px;
	top: 240px;
	right: 25px;
}

.troubleListText:nth-of-type(6) {
	width: 425px;
	top: 365px;
	left: 35px;
}

.troubleListText:nth-of-type(7) {
	width: 350px;
	top: 365px;
	right: 150px;
}

#troubleBottomText {
	font-size: 3rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
}

/* お悩み解消
------------------------------------ */
#solution {
	position: relative;
}

.solutionBg {
	position: absolute;
}

#solutionBg01 {
	top: -12%;
	left: 0;
}

#solution .inner {
	position: relative;
	z-index: 1;
}

#solutionBox {
	padding: 50px 45px;
	background-color: #faf7fa;
	border-radius: 20px;
}

#solutionHead {
	margin-bottom: 30px;
	position: relative;
}

#solutionHeadImg {
	position: absolute;
	top: 5px;
	left: 0;
}

#solutionHeadLabel {
	width: 90px;
	height: 90px;
	position: absolute;
	top: -30px;
	left: 105px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.7rem;
	font-family: "Zen Maru Gothic", sans-serif;
	line-height: 1.3;
	text-align: center;
	background-color: #ffffff;
	border-radius: 50%;
}

#solutionHeadLabel::before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 2px;
	transform: rotate(45deg);
	border-top: 15px solid #ffffff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

#solutionHeadTitle {
	position: relative;
	font-size: 2.5rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
}

#solutionHeadTitle .textLg {
	margin-bottom: 5px;
	display: inline-block;
	padding-bottom: 6px;
	position: relative;
	font-size: 3.4rem;
}

#solutionHeadTitle .textLg::before {
	content: "";
	width: 100%;
	height: 0.15em;
	position: absolute;
	bottom: 0;
	left: calc(50% + 0.3em);
	transform: translateX(-50%);
	background: url(../../img/concierge-service/solution_head_wave-line.png) no-repeat center bottom / contain;
}

#check {
	border-radius: 20px;
	overflow: hidden;
}

#checkHead {
	padding: 15px;
	font-size: 2.2rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	line-height: 1.3;
	text-align: center;
	color: #ffffff;
	background-color: #ab61a7;
}

#checkHead .emphasis {
	margin-inline: 0.5em;
	font-size: 1.36em;
	color: #fef290;
}

#checkHead .emphasis::before,
#checkHead .emphasis::after {
	content: "";
	width: 2px;
	height: 0.9em;
	display: inline-block;
	background-color: #fef290;
	vertical-align: -0.1em;
}

#checkHead .emphasis::before {
	margin-right: 0.5em;
	transform: rotate(-24deg);
}

#checkHead .emphasis::after {
	margin-left: 0.5em;
	transform: rotate(24deg);
}

#checkHead .emphasis .textLg {
	font-size: 1.13em;
	color: #fef290;
}

#checkBody {
	padding: 40px 35px;
	background-color: #ffffff;
}

#checkList {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}

.checkListItem {
	font-family: "Zen Maru Gothic", sans-serif;
}

.checkListTitle {
	margin-bottom: 15px;
	padding-left: 2em;
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	color: #ab61a7;
}

.checkListTitle::before {
	content: "";
	width: 1.4545em;
	height: 1.4545em;
	position: absolute;
	top: 0.1em;
	left: 0;
	background: url(../../img/concierge-service/icon_check.svg) no-repeat center center / contain;
}

.checkListText {
	padding: 8px 40px;
	font-size: 2rem;
	background-color: #faf6fa;
	border-radius: 5px;
}

/* サービス内容
------------------------------------ */
#detail {
	padding-top: 60px;
	padding-bottom: 50px;
	position: relative;
}

.detailBg {
	position: absolute;
}

#detailBg01 {
	top: -4%;
	right: 0;
}

#detailBg02 {
	top: 35%;
	left: 0;
}

#detailBg03 {
	bottom: 5%;
	right: 0;
}

#detail .inner {
	position: relative;
	z-index: 1;
}

#detailWrap {
	padding: 30px 50px 50px;
	background-color: #ffffff;
	border: 1px solid #af79ac;
	border-radius: 25px;
}

#detailHead {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	gap: 5px 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #ab61a7;
}

#detailHeadTitle {
	font-size: 3rem;
	font-weight: 700;
}

#detailHeadPrice {
	margin-left: auto;
	flex-shrink: 0;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
}

#detailHeadPrice .textLg {
	font-size: 4rem;
}

#detailContent {
	margin-bottom: 30px;
	font-family: "Zen Maru Gothic", sans-serif;
	background-color: #faf7fa;
}

#detailContentHead {
	padding: 10px;
	font-size: 2rem;
	text-align: center;
	border-bottom: 2px solid #ffffff;
}

#detailContentBody {
	padding: 15px;
}

#detailContentList {
	width: fit-content;
	margin: auto;
	column-count: 2;
	column-gap: 60px;
}

#detailContentList li {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.8;
}

#detailContentList li::before {
	content: "●";
	margin-right: 0.75em;
	font-size: 0.5em;
	color: #af79ac;
	vertical-align: 0.25em;
}

.detailItem {
	padding-top: 40px;
}

.detailItem > *:last-child {
	margin-bottom: 0;
}

.detailItemTitle {
	margin-bottom: 10px;
	padding-bottom: 0.5em;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #af79ac;
}

.detailItemText {
	margin-bottom: 25px;
	font-size: 1.6rem;
	line-height: 1.625;
}

.detailItemList {
	display: flex;
	flex-direction: column;
	row-gap: 0.45em;
}

.detailItemList li {
	padding-left: 1.25em;
	text-indent: -1.25em;
	font-size: 1.6rem;
}

.detailItemList li::before {
	content: "▪";
	margin-right: 0.25em;
}

.detailMerit {
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
	background-color: #faf7fa;
}

.detailMeritTitle {
	width: 260px;
	flex-shrink: 0;
	font-weight: 700;
	text-align: center;
	color: #ab61a7;
}

.detailMeritTitle .textLg {
	font-size: 1.1em;
}

.detailMeritList {
	display: flex;
	flex-direction: column;
	row-gap: 0.5em;
	counter-reset: number 0;
}

.detailMeritList li {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	column-gap: 8px;
	line-height: 1.3;
}

.detailMeritList li::before {
	counter-increment: number 1;
	content: counter(number);
	width: 20px;
	height: 20px;
	display: inline-block;
	flex-shrink: 0;
	font-size: 1rem;
	font-family: "Oswald", sans-serif;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	background-color: #af79ac;
	border-radius: 50%;
}

/* -------------------------------------------------- */
/* PC(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1279px) {
	/* お悩み
	------------------------------------ */
	#troubleListWrap {
		padding-top: 9.375vw;
		padding-bottom: 3.906vw;
	}

	#troubleImg img {
		width: 37.422vw;
	}

	.troubleListText {
		padding: 1.875vw 2.344vw;
		font-size: 1.563vw;
	}

	.troubleListText:nth-of-type(1) {
		width: 36.719vw;
	}

	.troubleListText:nth-of-type(2) {
		width: 29.297vw;
		top: 7.5vw;
		left: 1.094vw;
	}

	.troubleListText:nth-of-type(3) {
		width: 30.156vw;
		top: 7.5vw;
		right: 0.781vw;
	}

	.troubleListText:nth-of-type(4) {
		width: 28.359vw;
		top: 18.75vw;
	}

	.troubleListText:nth-of-type(5) {
		width: 25.234vw;
		top: 18.75vw;
		right: 1.953vw;
	}

	.troubleListText:nth-of-type(6) {
		width: 33.203vw;
		top: 28.516vw;
		left: 2.734vw;
	}

	.troubleListText:nth-of-type(7) {
		width: 27.344vw;
		top: 28.516vw;
		right: 11.719vw;
	}

	#solutionHead {
		padding-left: 60px;
	}
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {

}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* お悩み
	------------------------------------ */
	#trouble {
		padding-bottom: 120px;
	}

	#troubleBottomText {
		font-size: 2.5rem;
	}

	/* お悩み解消
	------------------------------------ */
	#solutionBg01 {
		width: 26.829vw;
	}

	#solutionBox {
		padding: 40px 30px;
	}

	#solutionHead {
		padding-left: 100px;
	}

	#solutionHeadImg {
		width: 100px;
	}

	#solutionHeadLabel {
		width: 78px;
		height: 78px;
		left: 90px;
		font-size: 1.4rem;
	}

	#solutionHeadTitle {
		font-size: 2.1rem;
	}

	#solutionHeadTitle .textLg {
		font-size: 2.8rem;
	}

	#checkHead {
		font-size: 2rem;
	}

	.checkListTitle {
		font-size: 2rem;
	}

	.checkListText {
		padding-inline: 30px;
		font-size: 1.8rem;
	}

	/* サービス内容
	------------------------------------ */
	#detailWrap {
		padding: 30px 30px 40px;
	}
	
	#detailHead {
		flex-direction: column;
		align-items: flex-start;
	}

	#detailContentList {
		column-gap: 40px;
	}

	#detailBg01, #detailBg02, #detailBg03 {
		width: 26.829vw;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* お悩み
	------------------------------------ */
	#trouble {
		padding-top: 40px;
		padding-bottom: 100px;
	}

	#trouble::after {
		border-top-width: 30px;
		border-right-width: 45px;
		border-left-width: 45px;
	}

	#troubleListWrap {
		padding-top: 0;
		padding-bottom: 30px;
	}

	.troubleListText {
		margin-top: 10px;
		padding: 15px 20px;
		position: static;
		font-size: 1.6rem;
	}

	.troubleListText:nth-of-type(n) {
		width: 100%;
		transform: translate(0);
	}

	#troubleBottomText {
		font-size: 2.2rem;
	}

	/* お悩み解消
	------------------------------------ */
	#solutionBox {
		padding: 30px 15px;
	}

	#solutionHead {
		margin-bottom: 20px;
		padding-left: 60px;
	}

	#solutionHeadImg {
		width: 60px;
		top: 45px;
		left: auto;
		right: calc(50% + 90px);
	}

	#solutionHeadTitle {
		font-size: 1.5rem;
	}

	#solutionHeadLabel {
		width: 55px;
		height: 55px;
		font-size: 1.1rem;
		left: auto;
		top: -17px;
		right: calc(50% + 90px);
	}

	#solutionHeadLabel::before {
		bottom: -5px;
		left: 6px;
		transform: rotate(28deg);
	}

	#solutionHeadTitle .textLg {
		margin-bottom: 10px;
		font-size: 1.9rem;
	}

	#checkHead {
		padding-top: 15px;
		padding-bottom: 10px;
		font-size: 1.6rem;
	}

	#checkBody {
		padding: 20px 15px 25px;
	}

	.checkListTitle {
		margin-bottom: 10px;
		padding-left: 28px;
		font-size: 1.6rem;
	}

	.checkListTitle::before {
		width: 20px;
		height: 20px;
		top: 4px;
	}

	.checkListText {
		padding: 10px 15px;
		font-size: 1.5rem;
	}

	/* サービス内容
	------------------------------------ */
	#detail {
		padding-bottom: 0;
	}

	#detailWrap {
		padding: 25px 15px 30px;
	}

	#detailHeadTitle {
		font-size: 2rem;
	}

	#detailHeadPrice {
		font-size: 1.4rem;
	}

	#detailHeadPrice .textLg {
		font-size: 2.5rem;
	}

	#detailContent {
		margin-bottom: 20px;
	}

	#detailContentHead {
		font-size: 1.7rem;
	}

	#detailContentList {
		column-count: auto;
	}

	#detailContentList li {
		font-size: 1.6rem;
	}

	.detailItem {
		padding-top: 30px;
	}

	.detailItemTitle {
		font-size: 1.6rem;
	}

	.detailItemText {
		margin-bottom: 15px;
		font-size: 1.4rem;
		text-align: justify;
	}

	.detailItemList li {
		font-size: 1.4rem;
		text-align: justify;
	}

	.detailMerit {
		flex-direction: column;
	}

	.detailMeritTitle {
		width: 100%;
	}

	.detailMeritList li {
		font-size: 1.4rem;
	}
}