@charset "UTF-8";

/* bl-form */
.bl-form {
	background: #fff;
	padding: 56px 102px;
}
.bl-form-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.bl-form-item:not(:first-child) {
	margin-top: 24px;
}
.el-form-ttl {
	width: 300px;
	display: flex;
	align-items: center;
	position: relative;
}
.el-required::after,
.el-optional::after {
	font-size: 15px;
	font-weight: bold;
	width: 64px;
	height: 24px;
	border-radius: 24px;
	padding-bottom: 1px;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 88px;
	transform: translateY(-50%);
}
.el-required::after {
	content: "必須";
	background: #FFDA5F;
}
.el-optional::after {
	content: "任意";
	background: #9A9A9A;
}
.bl-form input {
	width: 520px;
	height: 40px;
	padding: 0 16px 3px;
	border-radius: 5px;
	border: 1px solid #969696;
	background: #fff;
}

/* 年齢 */
.bl-ageWrapper {
	display: flex;
	align-items: center;
	gap: 16px;
	position: relative;
}
.bl-ageWrapper input {
	width: 118px;
	height: 40px;
	font-size: 16px;
	padding: 0 16px 3px;
	border-radius: 5px;
	border: 1px solid #969696;
	background: #fff;
}
.bl-ageWrapper .wpcf7-not-valid-tip {
	width: 200%;
	bottom: -24px;
}

/* ラジオ */
.bl-radioWrapper {
	flex: 1;
}
.bl-radioWrapper .wpcf7-list-item {
	margin-left: 0;
}
.bl-radioWrapper .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 32px;
}
.bl-radioWrapper .wpcf7-list-item-label {
	display: flex;
	align-items: center;
	gap: 12px;
	line-height: 1;
	position: relative;
}
.bl-radioWrapper .wpcf7-list-item-label::before {
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #969696;
	background: #fff;
}
.bl-radioWrapper .wpcf7-list-item-label::after {
	content: "";
	width: 12px;
	height: 12px;
	background: #3a95ac;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 6px;
	transform: translateY(-50%);
	opacity: 0;
}
.bl-radioWrapper input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

/* チェックボックス */
.bl-checkWrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 48px;
	width: 520px;
}
.bl-checkWrapper .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 32px;
}
.bl-checkWrapper .wpcf7-list-item {
	margin-left: 0;
}
.bl-checkWrapper .wpcf7-check {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 32px;
}
.bl-checkWrapper .wpcf7-list-item-label {
	display: flex;
	align-items: center;
	gap: 12px;
	line-height: 1;
	cursor: pointer;
	position: relative;
}
.bl-checkWrapper .wpcf7-list-item-label::before {
	content: "";
	background: #fff;
	width: 16px;
	height: 16px;
	border: 1px solid #b0ab99;
	border-radius: 2px;
}
.bl-checkWrapper .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	display: block;
	background: transparent;
	border-bottom: 2px solid #222;
	border-right: 2px solid #222;
	width: 8px;
	height: 16px;
	left: 5px;
	top: 0px;
	transform: rotate(42deg);
	opacity: 0;
}
.bl-checkWrapper input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}
.bl-checkWrapper.registar {
	width: 520px;
	margin-left: 300px;
	margin-top: 8px;
}

/* カレンダー部分 */
.bl-dateWrapper input[type="date"] {
	position: relative;
}
.bl-dateWrapper input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	background: none;
}
.bl-dateWrapper input {
	background: #fff url(../images/contact/icon-calender.svg) center right 16px / 22px 22px no-repeat;
}
.bl-date {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bl-dateBox:not(:first-of-type) {
	margin-top: 8px;
}
.bl-dateWrapper {
	width: 520px;
}
.bl-date-ttl {
	display: block;
	margin-bottom: 4px;
	cursor: auto;
	position: relative;
}
.bl-date-ttl.el-required::after {
	right: auto;
	left: 96px;
}
.bl-timeWrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 16px 0 0 300px;
}
.bl-timeWrapper > span {
	display: flex;
	align-items: center;
}
.bl-timeWrapper select {
	width: 88px !important;
	height: 40px;
	margin-right: 4px;
	background: url(../images/contact/icon-triangle--under.svg) center right 12px / 12px 10px no-repeat #fff !important;
	padding: 0 16px;
}
.el-timeTxt {
	margin-left: 8px;
}
.bl-timeWrapper > .el-timeTxt:nth-of-type(2) {
	margin-right: 24px;
}
.bl-timeWrapper .wpcf7-not-valid-tip {
	width: 150px;
}

/* セレクト */
.bl-form select {
	width: 520px;
	height: 40px;
	font-size: 16px;
	padding: 0 16px 3px;
	border-radius: 5px;
	color: #000;
	border: 1px solid #969696;
	background: #fff url(../images/contact/icon_triangle__under.svg) center right 16px / 12px 10px no-repeat;
}

/* テキストエリア */
.bl-form textarea {
	width: 520px;
	height: 160px;
	padding: 10px 0 0 16px;
	background: #fff;
	border: 1px solid #969696;
	border-radius: 5px;
	resize: none;
}

/* ボタン */
.bl-form .bl-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 48px;
	margin-top: 40px;
}
.bl-form .el-btn {
	min-width: 220px;
	padding-top: 0;
}
.bl-btn-wrapper .wpcf7-form-control {
	position: relative;
	z-index: 2;
	width: 320px;
	height: 60px;
	border-radius: 60px;
	padding-bottom: 4px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.04em;
	display: flex;
	justify-content: center;
	align-items: center;
	    background: linear-gradient(to right, #50CFF5, #1C84D1, #145EB4);
	border: none;
	color: #fff;
}
.bl-btn-wrapper .el-btn.more::after{
	content: none;
}
.bl-btn-wrapper .wpcf7-previous {
	width: 204px;
	border: 1px solid #309CEB;
	background: #fff;
	color: #309CEB;
}
.bl-btn-wrapper .wpcf7-spinner {
	display: none;
}
.wpcf7-form-control-wrap {
	display: flex;
}

/* エラー */
.wpcf7-form.invalid .bl-form-selectWrapper {
	position: relative;
}
.wpcf7-form.invalid .bl-form-selectWrapper:has(.wpcf7-not-valid-tip) {
	padding-bottom: 24px;
}
.wpcf7-form.invalid .bl-form-selectWrapper:has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap {
	position: static;
	padding-bottom: 0;
}
.wpcf7-form.invalid .bl-radioWrapper {
	position: relative;
}
.wpcf7-form.invalid .bl-radioWrapper:has(.wpcf7-not-valid-tip) {
	padding-bottom: 32px;
}
.wpcf7-form.invalid .bl-radioWrapper:has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap {
	position: static;
	padding-bottom: 0;
}
.wpcf7-form.invalid .el-form-ttl {
	margin-bottom: 24px;
}
.wpcf7-form.invalid .wpcf7-form-control-wrap {
	display: flex;
}
.wpcf7-form.invalid .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) {
	padding-bottom: 24px;
}
.wpcf7-form.invalid .bl-ageWrapper:has(.wpcf7-not-valid-tip) {
	padding-bottom: 24px;
}
.wpcf7-form.invalid .bl-ageWrapper:has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap {
	padding-bottom: 0;
}
.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.9em;
}
.wpcf7-form.invalid .wpcf7-response-output {
	display: none;
}
input, input[type=checkbox], input[type=submit], select, ::placeholder {
	font-family: "noto-sans-jp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 1024px) {
	.bl-form{
		padding: 56px 32px;
	}
	.el-form-ttl {
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 945px) {
	
}
@media screen and (max-width: 945px) {
	.bl-form {
		padding: 56px 24px 80px;
	}
	.bl-form-inner {
		padding: 56px 32px;
	}
	.bl-form-item {
		gap: 0;
	}
	.bl-form-item:not(:first-child) {
		margin-top: 40px;
	}
	.el-form-ttl {
		font-size: 30px;
		width: 100%;
		margin-bottom: 16px;
	}
	.cf7msm-ro{
		font-size: 30px;
	}
	.el-required::after,
	.el-optional::after {
		font-size: 26px;
		width: 80px;
		height: 40px;
		padding-top: 0;
		right: 0;
	}
	.bl-form input {
		width: 100%;
		height: 64px;
		font-size: 32px;
		padding: 0 16px 4px;
	}

	/* 年齢 */
	.bl-ageWrapper {
		width: 100%;
	}
	.bl-ageWrapper input {
		width: 208px;
		height: 64px;
		font-size: 32px;
		padding: 0 16px 4px;
	}
	.bl-ageWrapper .wpcf7-not-valid-tip {
		bottom: -36px;
	}

	/* ラジオ */
	.bl-radioWrapper .wpcf7-radio {
		gap: 24px 48px;
	}
	.bl-radioWrapper .wpcf7-list-item-label {
		gap: 18px;
	}
	.bl-radioWrapper .wpcf7-list-item-label::before {
		width: 36px;
		height: 36px;
		border-width: 2px;
	}
	.bl-radioWrapper .wpcf7-list-item-label::after {
		width: 18px;
		height: 18px;
		left: 9px;
	}

	/* チェックボックス */
	.bl-checkWrapper {
		row-gap: 16px;
		width: 100%;
	}
	.bl-check + span {
		font-size: 30px;
		padding-left: 48px;
		padding-top: 0;
	}
	.bl-check + span::before {
		width: 32px;
		height: 32px;
		border-width: 2px;
		border-radius: 4px;
	}
	.bl-check + span::after {
		border-width: 4px;
		width: 20px;
		height: 33px;
		left: 7px;
		top: -5px;
	}

	/* セレクト */
	.bl-form-selectWrapper {
		width: 100%;
	}
	.bl-form-selectWrapper::after {
		border-width: 14px 9px 0 9px;
		top: 26px;
		right: 20px;
	}
	.bl-form select {
		width: 100%;
		height: 64px;
		font-size: 32px;
		padding: 0 16px 4px;
		background-size: 20px 18px;
		background-position: center right 24px;
	}

	/* カレンダー部分 */
	.bl-date {
		gap: 16px;
		justify-content: flex-start;
	}
	.bl-dateBox:not(:first-of-type) {
		margin-top: 24px;
	}
	.bl-dateWrapper {
		width: 100%;
	}
	.bl-date-ttl {
		margin-bottom: 16px;
	}
	.bl-date-ttl.el-required::after {
		right: 0;
		left: auto;
	}
	.bl-date-calenderWrapper {
		width: 100%;
	}
	.bl-form-input.calender {
		width: 100%;
		background-size: 32px 32px;
	}
	.bl-time-txt {
		padding-top: 0;
	}
	.bl-time-select {
		width: 160px;
		height: 64px;
		font-size: 32px;
		margin-right: 16px;
		background-size: 20px 18px;
	}

	/* テキストエリア */
	.bl-form textarea {
		width: 100%;
		height: 403px;
		padding: 10px 0 0 16px;
		font-size: 32px;
	}

	/* ボタン */
	.bl-btn-wrapper {
		margin: 64px auto 0;
		gap: 64px;
	}
	.bl-btn-wrapper span::after {
		width: 36px;
		height: 36px;
		right: 24px;
	}
	.bl-btn-wrapper .wpcf7-form-control {
        width: 500px;
        height: 90px;
		padding-bottom: 4px;
		font-size: 30px;
	}
	.bl-btn-wrapper .wpcf7-previous {
		width: 240px;
		border-width: 2px;
	}

	/* エラー */
	.wpcf7-form.invalid .bl-form-selectWrapper:has(.wpcf7-not-valid-tip),
	.wpcf7-form.invalid .bl-radioWrapper:has(.wpcf7-not-valid-tip),
	.wpcf7-form.invalid .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip),
	.wpcf7-form.invalid .bl-ageWrapper:has(.wpcf7-not-valid-tip) {
		padding-bottom: 48px;
	}
}

/*=======================================================
check, thanks
=======================================================*/
.bl-check {
	padding: 92px 0 212px;
	background: url(../images/common/lower-bg01.jpg) top center / cover no-repeat;
	margin-top: -30px;
}
.bl-check .bl-form {
	padding: 56px 102px;
	border-radius: 32px;
	background: #fff;
}
.bl-check .bl-form-item {
	border-bottom: 1px solid #222;
	margin-top: 0;
	padding: 16px 0;
	justify-content: flex-start;
}
.bl-check .bl-form-selectWrapper::after {
	content: none;
}
.bl-check .el-btn.back {
	min-width: 204px;
}
.bl-check .el-btn.send {
	min-width: 258px;
}
.bl-check .bl-radioWrapper,
.bl-check .bl-age-inputWrapper {
	width: auto;
}

@media screen and (max-width: 945px) {
	.bl-check {
		margin-top: -41px;
	}
	.bl-check .bl-form {
		padding: 40px;
		margin: 0;
	}
	.bl-btn-wrapper {
		gap: 40px;
	}

}

/* thanks */
.bl-thanks {
	padding: 92px 0 212px;
	background: url(../images/common/lower-bg01.jpg) top center / cover no-repeat;
	margin-top: -30px;
}
.bl-thanks .ly-cont-inner {
	margin: 0 auto;
	padding: 64px 120px;
	background: #fff;
	border-radius: 32px;
}
.bl-thanks .ly-cont-inner::before{
	content: '';
	position: absolute;
	background: url(../images/contact/thanks-illust01.svg) top center / contain no-repeat;
	width: 126px;
	height: 82px;
	bottom: 0;
	right: 166px;
}
.bl-thanks .ly-cont-inner::after{
	content: '';
	position: absolute;
	background: url(../images/contact/thanks-illust02.svg) top center / contain no-repeat;
	width: 127px;
	height: 82px;
	bottom: 0;
	right: 32px;
}
.el-thanks-ttl {
	font-size: 24px;
	padding-bottom: 8px;
	border-bottom: 2px solid #FFCB1C;
	margin-bottom: 24px;
}
.bl-thanks .bl-tel{
	display: flex;
	gap: 20px;
	margin-top: 32px;
	position: relative;
}
.bl-thanks .bl-tel::after{
	content: '';
	position: absolute;
	background: #FFCB1C;
	width: 268px;
	height: 2px;
	bottom: 0;
	left: 0;
}
.bl-thanks .el-btn{
	margin: 40px 0 0;
}
@media screen and (max-width: 1024px) {
	.bl-thanks .ly-cont-inner {
		margin: 0 30px;
	}
}
@media screen and (max-width: 750px) {
	.bl-thanks {
		padding: 120px 0 214px;
		margin-top: -41px;
	}
	.bl-thanks .ly-cont-inner {
		width: 690px;
		padding: 56px 40px;
		margin: 0 auto;
	}
	.bl-thanks .ly-cont-inner::before,
	.bl-thanks .ly-cont-inner::after{
		content: none;
	}
	.el-thanks-ttl {
		font-size: 38px;
		text-align: center;
		margin-bottom: 24px;
	}
	.bl-thanks-txt {
		text-align: center;
	}
	.bl-thanks .bl-tel{
		justify-content: center;
	}
	.bl-thanks .bl-tel::after{
		width: 440px;
		left: 50%;
		transform: translateX(-50%);
	}
	.bl-thanks .el-btn{
		margin: 56px auto 0;
	}
}

/* 非表示にするエラー文（Safari対応含む） */
.wpcf7-form.hide-error-message .wpcf7-not-valid-tip {
	display: none;
}
