@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.errForm {
	background-color:#f5e7e6 !important;
	border-color: transparent!important;
}

.errorMessage {
	padding-top: 10px;
	font-size: 1.4rem;
	letter-spacing: 0.025em;
	color: #d33d02;
}

.caution {
	font-weight: 700;
	color: #d33d02;
}

/* ------------------------------------ */
/* contact lead */
/* ------------------------------------ */
#contactlead {
	margin-bottom: 40px;
	margin-top: -100px;
	padding-top: 130px;
}

#contactlead .inner {
	position: relative;
	z-index: 3;
}

#contactleadTxt1 {
	margin-bottom: 40px;
	line-height: 2;
	text-align: center;
}

#contactleadFlowList {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 100px;
}

.contactleadFlowListItem {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #d7bfd6;
}

.contactleadFlowListItem:not(:last-child)::after {
	content: "";
	width: 26px;
	height: 10px;
	position: absolute;
	top: 25px;
	left: calc(100% + 36px);
	background: url(../../img/contact/icon_flow_arrow.svg) no-repeat center center / contain;
}

.contactleadFlowListItem span {
	width: 62px;
	height: 62px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0;
	text-align: center;
	color: #d7bfd6;
	background-color: #FFFFFF;
	border-radius: 50%;
	border: 2px solid #d7bfd6;
}

.currentFlowItem {
	color: #ab61a7;
}

.currentFlowItem span {
	color: #FFFFFF;
	background-color: #ab61a7;
	border-color: #ab61a7;
}

/* ------------------------------------ */
/* フォーム */
/* ------------------------------------ */
#contactformWrap {
	padding-bottom: 100px;
	position: relative;
}

#contactformWrap::after {
	content: "";
	width: 100%;
	height: 158px;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	background: url(../../img/common/cta_deco_bottom_white.svg) no-repeat center top / cover;
	z-index: 1;
}

@media screen and (min-width: 1750px) {
	#contactformWrap::after {
		height: 9.029vw;
	}
}

.contactformBg {
	position: absolute;
	z-index: 2;
}

#contactformBg01 {
	top: -10%;
	left: 0;
}

#contactformBg02 {
	bottom: 25%;
	right: 0;
}

#contactformBg03 {
	bottom: 2%;
	left: 0;
}

#contactformBg04 {
	bottom: 0;
	left: 0;
}

#contactformBg05 {
	bottom: -60px;
	right: 0;
}

#contactformWrap .inner {
	position: relative;
	z-index: 3;
}

.contactformInput {
	padding-top: 40px;
}

#formWrap {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#formWrap dt {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#formWrap dt > span {
	margin-left: 10px;
	padding: 4px 8px;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	background: #d33d02;
	border-radius: 11px;
	vertical-align: 2px;
}

#formWrap dd {
	padding-bottom: 30px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.contactformInput input[type="text"],
.contactformInput textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 18px 20px;
	font-size: 17px;
	font-weight: 400;
	font-family: inherit;
	letter-spacing: 0.075em;
	color: inherit;
	background: #ffffff;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
}

.contactformInput textarea {
	height: 210px;
	resize: vertical;
}

::-webkit-input-placeholder {
	color: #5b5a5a;
}

::-moz-placeholder {
	color: #5b5a5a;
}

:-ms-input-placeholder {
	color: #5b5a5a;
}

::-ms-input-placeholder {
	color: #5b5a5a;
}

/* ラジオボタン */
.contactRadioWrap {
	padding-top: 20px;
	display: flex;
	align-items: center;
	gap: 10px 50px;
}

.contactformInput input[type="radio"] {
	width: 1px;
	height: 1px;
	position: absolute;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.contactformInput input[type="radio"] + span {
	position: relative;
	padding-left: 30px;
	font-size: 1.7rem;
	letter-spacing: 0.075em;
	cursor: pointer
}

.contactformInput input[type="radio"] + span::before,
.contactformInput input[type="radio"] + span::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.contactformInput input[type="radio"] + span::before {
	width: 20px;
	height: 20px;
	left: 0;
	background-color: #ffffff;
	border: 1px solid #d1d2d1;
	border-radius: 50%;
}

.contactformInput input[type="radio"] + span::after {
	width: 10px;
	height: 10px;
	left: 5px;
	background: #ab61a7;
	opacity: 0;
	border-radius: 50%;
}

.contactformInput input[type="radio"]:checked + span::after {
	opacity: 1;
}

/* プライバシーポリシー */
#ppWrap {
	width: 900px;
	max-width: 100%;
	margin: 10px auto 50px;
	padding: 20px 20px 20px 10px;
	background: #faf9f9;
	border-radius: 5px;
}

#pp {
	width: 100%;
	height: 190px;
	padding-right: 30px;
	padding-left: 10px;
	position: relative;
	overflow-y: scroll;
	font-size: 1.6rem;
	line-height: 2;
}

.ppSubhead {
	letter-spacing: 0.075em;
	font-weight: 700;
}

/* スクロールバー */
.ps__rail-y {
	opacity: 1!important;
	width: 4px;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
	background-color: #bfbfbf;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
	width: 4px;
	right: 0;
	background-color: #ab61a7;
	border-radius: 0;
}

.ps__thumb-y {
	width: 4px;
	right: 0;
	background-color: #ab61a7;
	border-radius: 0;
}

/* 同意チェック */
#ppCheck {
	padding-top: 15px;
	padding-bottom: 50px;
	text-align: center;
}

#ppCheck input[type="checkbox"] {
	width: 1px;
	height: 1px;
	position: absolute;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

#ppCheck input[type="checkbox"] + span {
	position: relative;
	padding-left: 40px;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	cursor: pointer
}

#ppCheck input[type="checkbox"] + span::before,
#ppCheck input[type="checkbox"] + span::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#ppCheck input[type="checkbox"] + span::before {
	width: 25px;
	height: 25px;
	left: 0;
	border: 1px solid #B5B5B5;
}

#ppCheck input[type="checkbox"] + span::after {
	width: 15px;
	height: 10px;
	left: 5px;
	background: url(../../img/contact/icon_check.svg) no-repeat center center/contain;
	opacity: 0;
}

#ppCheck input[type="checkbox"]:checked + span::after {
	opacity: 1;
}

#ppCheck a {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 8px;
}

/* 確認ページに進むボタン */
#confirmBtn {
	text-align: center;
}

#confirmBtn .btn {
	font-size: 2rem;
}

/* ------------------------------------ */
/* 確認ページ */
/* ------------------------------------ */
#confirmWrap {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}

#confirmWrap dl {
	display: flex;
	flex-wrap: wrap;
}

#confirmWrap dt {
	width: 180px;
	padding: 40px 30px 18px 0;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 2;
	text-align: right;
	border-bottom: 1px solid #222222;
}

#confirmWrap dd {
	width: calc(100% - 180px);
	padding: 40px 0 18px 60px;
	font-size: 1.7rem;
	line-height: 2;
	border-bottom: 1px solid #222222;
}

#backBtn {
	width: 300px;
	margin: 40px auto 0;
}

#backBtn a {
	font-size: 1.8rem;
	font-weight: 700;
}

#backBtn a::before {
	content: "";
	width: 28px;
	height: 12px;
	margin-right: 10px;
	display: inline-block;
	background: url(../../img/contact/icon_return.svg) no-repeat center center / contain;
}

/* ------------------------------------ */
/* 完了ページ */
/* ------------------------------------ */

#contactEnd {
	padding-bottom: 100px;
	position: relative;
}

#contactEnd::after {
	content: "";
	width: 100%;
	height: 158px;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	background: url(../../img/common/cta_deco_bottom_white.svg) no-repeat center top / cover;
	z-index: 1;
}

@media screen and (min-width: 1750px) {
	#contactEnd::after {
		height: 9.029vw;
	}
}

#contactEnd .inner {
	position: relative;
	z-index: 3;
}

#contactEndLink {
	padding-top: 40px;
	text-align: center;
}

#contactEndLink a {
	font-size: 2rem;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#contactlead {
		margin-top: 0;
		padding-top: 60px;
	}

	#contactformBg01 {
		width: 27.024vw;
	}

	#contactformBg02 {
		width: 26.927vw;
	}

	#contactformBg03 {
		width: 26.829vw;
	}

	#contactformBg04 {
		width: 26.829vw;
	}

	#contactformBg05 {
		width: 26.927vw;
	}
}


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

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#contactlead {
		margin-bottom: 30px;
	}

	#contactleadFlowList {
		column-gap: 50px;
	}

	.contactleadFlowListItem span {
		width: 48px;
		height: 48px;
		font-size: 1.8rem;
	}

	.contactleadFlowListItem:not(:last-child)::after {
		left: calc(100% + 12px);
	}

	#contactformWrap::after,
	#contactEnd::after {
		height: 9.046vw;
		background-size: 100%;
		background-position: center top;
	}

	.contactformInput input[type="text"],
	.contactformInput textarea {
		font-size: 16px;
	}

	.contactRadioWrap {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 10px;
	}

	#ppWrap {
		margin-bottom: 30px;
	}

	#ppCheck input[type="checkbox"] + span {
		padding-left: 32px;
		font-size: 1.6rem;
	}

	#ppCheck input[type="checkbox"] + span::before {
		width: 22px;
		height: 22px;
	}

	#ppCheck input[type="checkbox"] + span::after {
		width: 12px;
	}

	#confirmWrap dl {
		display: block;
	}

	#confirmWrap dt {
		width: 100%;
		padding: 15px 0px 0px 0;
		font-size: 1.6rem;
		text-align: left;
		border-bottom: none;
	}

	#confirmWrap dd {
		width: 100%;
		padding: 0px 0 15px 0px;
		font-size: 1.6rem;
	}

	#contactEndMessage {
		font-size: 1.5rem;
	}

	#pp {
		padding-right: 25px;
		font-size: 1.5rem;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	#pp p {
		text-align: justify;
	}

	#ppCheck {
		padding-bottom: 30px;
	}

	#confirmBtn .btn {
		font-size: 1.8rem;
	}

	#backBtn {
		margin-top: 30px;
	}

	#backBtn a {
		font-size: 1.6rem;
	}

	#backBtn a::before {
		margin-right: 5px;
	}

	#contactformBg04 {
		bottom: 90%;
	}

	#contactformBg05 {
		bottom: 0;
	}
}