@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.subMvBg {
	background-image: url("../../img/contact/mv_contact_pc.jpg");
}

.contactLeadText {
	text-align: center;
	font-size: clamp(1.1rem, 0.9975vw, 1.2rem);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.errorMessage {
	color: #D00000
}

.contactLeadText .caution {
	color: #D00000
}

.contactLeadText .telLink {
	color: #2E9D61;
}

/* ----- */
/* お問い合わせフロー（ステップ） */
/* ----- */
.contacFlow {
	padding-top: 30px;
	padding-bottom: 37.5px;
	width: fit-content;
	margin: 0 auto;
}

.contacFlow::before {
	content: "";
	display: block;
	height: 0.75px;
	width: 75%;
	background-color: #2E9D61;
	margin: 0 auto 30px;
	text-align: center;
}

.contactFlowList {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.contactFlowStep {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-shrink: 0;
}

.contactFlowStep:not(:last-child)::after {
	content: "";
	display: block;
	width: clamp(7.5px, 3.06vw, 36.75px);
	height: 3px;
	background-color: #2E9D61;
	flex-shrink: 0;
}

.contactFlowCircle {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: clamp(60px, 7.5vw, 90px);
	height: clamp(60px, 7.5vw, 90px);
	border-radius: 50%;
	text-align: center;
	letter-spacing: 0.04em;
}

.contactFlowNum {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1.8rem, 2.4975vw, 3rem);
	font-weight: 600;
	line-height: 1;
}

.contactFlowLabel {
	font-size: clamp(0.975rem, 0.9975vw, 1.2rem);
	font-weight: bold;
}

.current .contactFlowCircle {
	background-color: #2E9D61;
}

.current .contactFlowNum,
.current .contactFlowLabel {
	color: #fff;
}

.contactFlowStep:not(.current) .contactFlowCircle {
	background-color: #fff;
	border: 0.75px solid #2E9D61;
}

.contactFlowStep:not(.current) .contactFlowNum,
.contactFlowStep:not(.current) .contactFlowLabel {
	color: #2E9D61;
}

/* ----- */
/* コンタクトフォーム */
/* ----- */

#contactForm {
	padding-top: 45px;
}

dt, dd, input, textarea {
	/* font-size: clamp(1.4rem, 1.33vw, 1.6rem); */
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}

dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}

dd {
	color: #727272;
	margin-bottom: 1.375em;
}

input, textarea {
	display: block;
	width: 100%;
	padding: 1.3em;
	font-weight: 500;
	border: 0.75px solid #C1C1C1;
	border-radius: 3.75px;
}
textarea {
	height: 225px;
}

.required {
	display: inline-block;
	color: #fff;
	background: #D00000;
	border-radius: 7.5px;
	padding: 0 0.5em;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-left: 0.5em;
}
.errForm {
	background-color:#F3BCBF !important;
}

/* 郵便番号 */
.contactZip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1em;
}

.contactZipInput {
	width: 8.75em;
}

/* プライバシーポリシー */
#pp {
	border: 0.75px solid #C1C1C1;
	background: #FAFAFA;
	border-radius: 3.75px;
	overflow-y: scroll;
	height: 187.5px;
	padding: 3%;
	/* font-size: clamp(1.2rem, 1.15vw, 1.5rem); */
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	scrollbar-width: thin;
	scrollbar-color: #2E9D61 #E8E8E8;
}

/* プライバシーポリシー（スクロールバー） */
#pp::-webkit-scrollbar {
	width: 6px;
}

#pp::-webkit-scrollbar-track {
	background: #2E9D61;
	border-radius: 22.5px;
}

#pp::-webkit-scrollbar-thumb {
	background: #2E9D61;
	border-radius: 22.5px;
}
.ppSubhead {
	/* font-size: clamp(1.3rem, 1.33vw, 1.6rem); */
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* プライバシー方針（番号付き） */
#pp .ppOrdered {
	list-style: decimal;
	padding-left: 2em;
}

#pp .ppOrdered li {
	list-style-type: decimal;
}

/* ----- */
/* コンタクトボタン */
/* ----- */
.contactBtnWrap {
	width: fit-content;
	margin: 45px auto 0; 
}
.contactBtn {
	width: 16.666em;
	height: 4.166em;
	letter-spacing: 0.1em;
}

.contactBtnSub {
	font-size: 0.58em;
}

.contactPrev {
	/* font-size: clamp(1.3rem, 1.33vw, 1.6rem); */
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-top: 1em;
	color: #727272;
	text-align: left;
}

.contactPrev::before {
	content: "";
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	border-top: 0.75px solid #727272;
	border-left: 0.75px solid #727272;
	transform: rotate(-45deg);
	margin: 0 0.4em 0 1em;
}

.contactPrev a {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 0.15em;
	text-decoration-thickness: max(0.75px, 0.06em);
	-webkit-transition: text-decoration-color 0.3s ease;
	transition: text-decoration-color 0.3s ease;
}

.contactPrev a:hover,
.contactPrev a:focus-visible,
.contactPrev a:active {
	text-decoration: underline;
	text-decoration-color: currentColor;
}


/* ----- */
/* 内容確認 */
/* ----- */
.contactFormCheck dd {
	border-bottom: 0.75px solid #C1C1C1;
	padding: 1em;
}

/* -------------------------------------------------- */
/* PC only (1025px〜) */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {}


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

	.subMvBg {
		background-image: url("../../img/contact/mv_contact_tab.jpg");
	}

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

	.subMvBg {
		background-image: url("../../img/contact/mv_contact_sp.jpg");
	}

	.contactFlow {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 6px;
	}

	.contactFlowList {
		justify-content: flex-start;
		width: max-content;
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}
}