@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* サービスの仕組み
------------------------------------ */
#detail {
	padding-top: 130px;
	padding-bottom: 170px;
	background-color: #fff;
	border-radius: 120px 120px 0 0;
}

#detailHead {
	margin-bottom: 45px;
}

#detailLead {
	margin-bottom: 60px;
	font-size: 1.8rem;
	line-height: calc(38 / 18);
}

#detailImage {
	margin-bottom: -1px;
	text-align: center;
}

#detailList {
	margin-bottom: 50px;
	padding: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 30px;
	background-color: #ffc800;
	border-radius: 24px;
}

.detailListItem {
	padding: 30px 20px 20px;
	background-color: #FFFFFF;
	border-radius: 18px;
}

.detailListImg {
	margin-bottom: 20px;
	text-align: center;
}

.detailListTitle {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: -0.04em;
	text-align: center;
	color: #000;
}

.detailListText {
	font-size: 1.4rem;
	line-height: calc(26 / 14);
}

.detailListItem:nth-child(1) {
	padding: 40px 35px;
	grid-column: 1 / 4;
}

.detailListItemRow {
	margin-bottom: 30px;
	display: flex;
	gap: 30px;
}

.detailListItemRow .detailListImg {
	flex-shrink: 0;
}

.detailListItemRow .detailListTitle {
	text-align: left;
}

#detailListItemExampleWrap {
	display: flex;
	gap: 40px;
}

.detailListItemExample {
	padding-inline: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
	border: 2px solid #000;
	border-radius: 10px;
}

.detailListItemExample dt {
	width: fit-content;
	margin: -1em auto 15px;
	padding-inline: 20px;
	font-size: 1.9rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	background-color: #fff;
}

.detailListItemExample dd {
	margin-top: auto;
	margin-bottom: -1px;
	text-align: center;
}

.detailListItemExample:nth-child(2) dd img {
	max-width: calc( 315 / 395 * 100%);
}

#detailGoldPartner {
	margin-bottom: 100px;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	gap: 20px;
	border: 2px solid #ffc800;
	border-radius: 24px;
}

#detailGoldPartnerImg {
	flex-shrink: 0;
}

#detailGoldPartnerImg img {
	width: 196px;
}

#detailGoldPartnerText {
	font-size: 1.9rem;
	font-weight: 700;
}

#detailReasonHead {
	width: min(912px, 100%);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	padding: 24px 32px;
	position: relative;
	font-size: 3rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	color: #000;
	border: 4px solid #222222;
	border-radius: 50px;
}

#detailReasonHead::after {
	content: "";
	width: 40px;
	height: 47px;
	position: absolute;
	top: calc(100% - 8px);
	left: 50%;
	transform: translateX(-50%);
	background: url(../../img/top/effect_head_decoration02.png) no-repeat center center / contain;
}

#detailReasonList {
	display: flex;
	justify-content: center;
	gap: 18px;
}

.detailReasonListItem {
	width: 320px;
	height: 320px;
	background: url(../../img/service/detail_reason_list_bg.svg) no-repeat center bottom / contain;
}

.detailReasonListImg {
	margin-top: -30px;
	text-align: center;
}

.detailReasonListText {
	font-size: 1.8rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: -0.05em;
	text-align: center;
	color: #000;
}

.detailReasonListText .textSizeLg {
	font-size: 2.6rem;
}

.detailReasonListText .textSizeMd {
	font-size: 2.4rem;
}

.detailReasonListText span {
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	z-index: 1;
}

.detailReasonListText span::before {
	content: "";
	width: 100%;
	height: 37.5%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ffc800;
	border-radius: 8px;
	z-index: -1;
}

/* 料金
------------------------------------ */
#price {
	padding-top: 120px;
	padding-bottom: calc(130px + 130px);  /* セクションの余白 + 下のセクション（#flow）のネガティブマージン分 */
	background-color: #f5f5f5;
	border-radius: 120px 120px 0 0;
}

#priceHead {
	margin-bottom: 50px;
}

#priceHeadText {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.1rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: -0.025em;
	text-align: center;
	color: #000;
}

#priceHeadText::before,
#priceHeadText::after {
	content: "";
	width: 0.14em;
	height: 1.71em;
	display: inline-block;
	background-color: #222222;
	border-radius: 1.42em;
}

#priceHeadText::before {
	margin-right: 0.48em;
	transform: rotate(-33deg);
}

#priceHeadText::after {
	margin-left: 0.96em;
	transform: rotate(33deg);
}

#priceHeadList {
	margin-bottom: 60px;
	display: grid;
	grid-template-columns: repeat(3, 265px);
	gap: 24px;
	justify-content: center;
}

.priceHeadListItem {
	padding: 15px 10px;
	font-size: 2.2rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	background-color: #ffc800;
	border-radius: 10px;
}

#priceContent {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.priceContentItem {
	padding: 30px 50px;
	background-color: #FFFFFF;
	border: 3px solid #333333;
	border-radius: 24px;
}

.priceContentTitleWrap {
	margin-bottom: 10px;
	display: flex;
}

.priceContentNum {
	margin-right: 30px;
	padding-right: 25px;
	position: relative;
	font-size: 5rem;
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.3;
	color: #ffc800;
}

.priceContentNum::after {
	content: "";
	width: 1px;
	height: 35px;
	position: absolute;
	top: 12px;
	right: 0;
	background-color: #1b1b1b;
}

.priceContentTitle {
	font-size: 3.6rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #000;
}

.priceContentText {
	font-size: 2.5rem;
	font-family: "Zen Maru Gothic", sans-serif;
	line-height: calc(45 / 25);
}

/* 導入の流れ
------------------------------------ */
#flow {
	margin-top: -130px;
	padding-top: 130px;
	padding-bottom: 150px;
	background-color: #FFFFFF;
	border-radius: 120px 120px 0 0;
}

#flowHead {
	margin-bottom: 90px;
}

#flowList {
	margin-bottom: 50px;
	display: flex;
	gap: 40px;
}

.flowListItem {
	padding: 0 20px 20px;
	position: relative;
	flex: 1;
	background-color: #FFFFFF;
	border: 4px solid #ffc800;
	border-radius: 24px;
}

.flowListItem::before {
	content: "";
	width: 96px;
	height: 48px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: url(../../img/service/flow_list_head_decoration.svg) no-repeat center bottom / contain;
}

.flowListItem:not(:last-child):after {
	content: "";
	width: 20px;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -35px;
	background: url(../../img/service/flow_arrow.svg) no-repeat center center / contain;
}

.flowListNum {
	margin-top: -20px;
	margin-bottom: 5px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
	color: #000;
	z-index: 1;
}

.flowListNum .textSizeLg {
	font-size: 3.4rem;
	line-height: 1;
}

.flowListTitle {
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	color: #000;
}

.flowListImg {
	margin-bottom: 10px;
	text-align: center;
}

.flowListText {
	font-size: 1.4rem;
	line-height: calc(26 / 14);
}

#flowHearing {
	padding: 30px 40px;
	background-color: #fff9e5;
	border-radius: 10px;
}

#flowHearingTitle {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 700;
}

#flowHearingList li {
	padding-left: 35px;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
}

#flowHearingList li::before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: 2px;
	left: 0;
	background: url(../../img/service/icon_check.svg) no-repeat center center / contain;
}

#flowHearingList li:not(:last-child) {
	margin-bottom: 10px;
}

/* よくある質問
------------------------------------ */
#faq {
	padding-top: 130px;
	background-color: #f5f5f5;
	border-radius: 120px 120px 0 0;
}

#faqHead {
	margin-bottom: 60px;
}

.faqListItem {
	position: relative;
	border-top: 1px solid #333333;
	cursor: pointer;
}

.faqListItem::before,
.faqListItem::after {
	content: "";
	width: 20px;
	height: 2px;
	position: absolute;
	right: 36px;
	top: 50px;
	background-color: #222222;
	transition: all 0.3s ease 0s;
}

.faqListItem::after {
	transform: rotate(90deg);
}

.faqListItem.open::after {
	transform: rotate(0deg);
}

.faqListItem:last-child {
	border-bottom: 1px solid #333333;
}

.faqListTitle {
	padding: 36px 80px 36px 105px;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
}

.faqListTitle::before {
	content: "Q";
	width: 50px;
	height: 50px;
	padding-top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 26px;
	left: 38px;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: "Josefin Sans", sans-serif;
	text-align: center;
	color: #FFFFFF;
	background-color: #333333;
	border-radius: 50%;
}

.faqListContent {
	padding: 30px 40px 30px 105px;
	display: none;
	position: relative;
	font-size: 1.6rem;
	line-height: calc(30 / 16);
	background-color: #f3ece9;
}

.faqListContent::before {
	content: "A";
	width: 50px;
	height: 50px;
	padding-top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 35px;
	left: 38px;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: "Josefin Sans", sans-serif;
	text-align: center;
	color: #d33d02;
	background-color: #FFFFFF;
	border-radius: 50%;
}

/* -------------------------------------------------- */
/* PC(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 1199px) {
	#detailList {
		padding: 40px 20px;
		gap: 20px 15px;
	}

	.detailListTitle {
		font-size: 1.9rem;
	}

	.detailListItemExample dt {
		font-size: 1.8rem;
		padding-inline: 10px;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#detail {
		border-radius: 60px 60px 0 0;
	}

	.detailListImg img {
		height: 100px;
	}

	#detailReasonHead {
		font-size: 2.2rem;
	}

	#detailReasonList {
		gap: 10px;
	}

	.detailReasonListItem {
		width: 228px;
		height: 228px;
	}

	.detailReasonListImg {
		margin-top: -15px;
	}

	.detailReasonListImg img {
		height: 140px;
	}

	.detailReasonListText {
		font-size: 1.3rem;
	}

	.detailReasonListText .textSizeLg {
		font-size: 2rem;
	}

	.detailReasonListText .textSizeMd {
		font-size: 1.8rem;
	}

	#price {
		border-radius: 60px 60px 0 0;
	}

	#priceHeadList {
		grid-template-columns: repeat(3, 224px);
		gap: 15px;
	}

	.priceHeadListItem {
		font-size: 2rem;
	}

	.priceContentItem {
		padding: 30px;
	}

	.priceContentNum {
		font-size: 4.4rem;
	}

	.priceContentNum::after {
		top: 8px;
	}

	.priceContentTitle {
		font-size: 3.2rem;
	}

	.priceContentText {
		font-size: 2.2rem;
	}

	#flow {
		border-radius: 60px 60px 0 0;
	}

	#flowList {
		gap: 30px;
	}

	.flowListItem {
		padding: 0 10px 20px;
	}

	.flowListItem:not(:last-child):after {
		width: 16px;
		height: 24px;
		right: -28px;
	}

	.flowListTitle {
		font-size: 1.8rem;
	}

	.flowListImg img {
		height: 64px;
	}

	.flowListText {
		font-size: 1.4rem;
	}

	#faq {
		border-radius: 60px 60px 0 0;
	}
}


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

}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#detail {
		padding-top: 60px;
		padding-bottom: 80px;
		border-radius: 40px 40px 0 0;
	}

	#detailHead {
		margin-bottom: 30px;
	}

	#detailLead {
		margin-bottom: 40px;
		font-size: 1.5rem;
	}

	#detailList {
		margin-bottom: 30px;
		padding: 20px 15px;
		grid-template-columns: none;
		gap: 20px;
		border-radius: 16px;
	}

	.detailListItem {
		padding: 20px 20px 15px;
		border-radius: 12px;
	}

	.detailListImg {
		margin-bottom: 10px;
	}

	.detailListImg img {
		height: 80px;
	}

	.detailListTitle {
		font-size: 1.7rem;
	}

	.detailListText {
		font-size: 1.3rem;
	}

	.detailListItem:nth-child(1) {
		padding: 20px 20px 15px;
		grid-column: 1 / 2;
	}

	.detailListItemRow {
		margin-bottom: 30px;
		display: block;
	}

	.detailListItemRow .detailListTitle {
		text-align: center;
	}

	#detailListItemExampleWrap {
		flex-direction: column;
		gap: 30px;
	}

	.detailListItemExample dt {
		font-size: 1.6rem;
	}

	#detailGoldPartner {
		margin-bottom: 60px;
		padding: 20px;
		flex-direction: column;
		gap: 10px;
		border-radius: 16px;
	}

	#detailGoldPartnerText {
		font-size: 1.5rem;
	}

	#detailReasonHead {
		margin-bottom: 60px;
		padding: 15px 30px;
		font-size: 1.6rem;
		border-width: 3px;
	}

	#detailReasonHead::after {
        width: 27px;
        height: 40px;
    }

	#detailReasonList {
		flex-direction: column;
		align-items: center;
	}

	.detailReasonListItem {
		width: 250px;
		height: 250px;
	}

	.detailReasonListImg {
		margin-top: 0;
	}

	#price {
		padding-top: 60px;
		padding-bottom: calc(80px + 60px);  /* セクションの余白 + 下のセクション（#flow）のネガティブマージン分 */
		border-radius: 40px 40px 0 0;
	}

	#priceHeadText {
		font-size: 1.4rem;
	}

	#priceHeadList {
		margin-bottom: 40px;
        grid-template-columns: repeat(1, 200px);
    }

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

	#priceContent {
		gap: 30px;
	}

	.priceContentItem {
		padding: 20px 15px;
		border-width: 2px;
	}

	.priceContentTitleWrap {
		margin-bottom: 5px;
	}

	.priceContentNum {
		margin-right: 15px;
		padding-right: 15px;
		font-size: 2.6rem;
	}
	
	.priceContentNum::after {
		height: 18px;
        top: 6px;
	}

	.priceContentTitle {
		font-size: 1.8rem;
	}

	.priceContentText {
		font-size: 1.6rem;
	}

	#flow {
		margin-top: -60px;
		padding-top: 60px;
		padding-bottom: 60px;
		border-radius: 40px 40px 0 0;
	}

	#flowList {
		flex-direction: column;
		gap: 80px;
	}

	.flowListItem {
		padding: 0 20px 20px;
	}

	.flowListItem:not(:last-child):after {
		right: 50%;
		top: calc(100% + 12px);
		transform: translateX(50%) rotate(90deg);
	}

	.flowListNum {
		margin-top: -25px;
		font-size: 1.2rem;
	}

	.flowListNum .textSizeLg {
		font-size: 2.8rem;
	}

	#flowHearing {
		padding: 30px 20px;
	}

	#flowHearingTitle {
		font-size: 1.8rem;
	}

	#flowHearingList li {
		padding-left: 30px;
		font-size: 1.5rem;
	}

	#flowHearingList li::before {
		width: 18px;
	}

	#faq {
		padding-top: 60px;
		border-radius: 40px 40px 0 0;
	}

	.faqListItem::before,
	.faqListItem::after {
		width: 15px;
		top: 30px;
		right: 15px;
	}

	.faqListTitle {
		padding: 20px 40px 20px 50px;
		font-size: 1.5rem;
	}

	.faqListContent {
		padding: 20px 20px 20px 50px;
		font-size: 1.5rem;
	}

	.faqListTitle::before,
	.faqListContent::before {
		width: 26px;
		height: 26px;
		padding-top: 4px;
		top: 18px;
		left: 10px;
		font-size: 1.3rem;
	}

	.faqListTitle::before {
		top: 18px;
	}

	.faqListContent::before {
		top: 20px;
	}
}