@charset "UTF-8";
/* ---------------------------------------
  お問い合わせ
-----------------------------------------*/
/* sec_contact
--------------------------------*/
#sec_contact {
	padding: 6rem 0 15.7rem;
}
@media screen and (max-width: 767px) {
	#sec_contact {
		padding: 4rem 0 9rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_contact .wrap {
		padding: 0 8.75rem;
	}
}
#sec_contact .contact_intro .lead {
	color: #000000;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_intro .lead {
		font-size: 2.8rem;
		line-height: 1.9285714286;
	}
}
#sec_contact .contact_intro .box {
	display: flex;
	justify-content: center;
	gap: 4.7rem;
	padding: 5rem 13rem 5.2rem;
	border: 1px solid #188060;
	border-radius: 1rem;
	margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_intro .box {
		display: block;
		padding: 4.2rem 6rem 4.5rem;
		margin-top: 4.2rem;
	}
}
#sec_contact .contact_intro .box .txt {
	color: #000000;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.6;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_intro .box .txt {
		text-align: center;
		font-size: 2.8rem;
		line-height: 1.6428571429;
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_intro .box .num_wrap {
		margin-top: 2rem;
	}
}
#sec_contact .contact_intro .box .num_wrap .num {
	color: #000000;
	font-weight: 500;
	font-size: 4.8rem;
	line-height: 1;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_intro .box .num_wrap .num {
		text-align: center;
		font-size: 6.9rem;
	}
}
#sec_contact .contact_intro .box .num_wrap .num .ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	margin-right: 0.5rem;
	position: relative;
	top: 0.4rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_intro .box .num_wrap .num .ico {
		width: 5rem;
		height: 5rem;
		margin-right: 0.7rem;
		top: 0.6rem;
	}
}
#sec_contact .contact_intro .box .num_wrap .num .ico img {
	width: 100%;
}
#sec_contact .contact_intro .box .num_wrap .time {
	color: #188060;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.4375;
	margin-left: 3.5rem;
	margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_intro .box .num_wrap .time {
		font-size: 2.6rem;
		line-height: 1.4615384615;
		margin-left: 6rem;
	}
}
#sec_contact .contact_intro .box .num_wrap .time .inter {
	font-weight: 500;
}
#sec_contact .contact_form {
	margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form {
		margin-top: 8rem;
	}
}
#sec_contact .contact_form .ttl {
	color: #188060;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .ttl {
		font-size: 3.2rem;
	}
}
#sec_contact .contact_form .step {
	padding: 4.5rem 4.5rem 3.4rem;
	background-color: #F9F9F9;
	margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .step {
		padding: 3.5rem 4rem 3rem;
		margin-top: 4rem;
	}
}
#sec_contact .contact_form .step .list {
	counter-reset: item;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 12rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .step .list {
		gap: 14rem;
	}
}
#sec_contact .contact_form .step .list li {
	width: 3.9rem;
	text-align: center;
	color: #188060;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.4285714286;
	padding-top: 5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .step .list li {
		width: 7.5rem;
		font-size: 2.6rem;
		padding-top: 9rem;
	}
}
#sec_contact .contact_form .step .list li::before {
	content: counter(item);
	counter-increment: item;
	width: 3.9rem;
	height: 3.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
	border-radius: 50%;
	background-color: #188060;
	background-color: #B3CFC7;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .step .list li::before {
		width: 7.5rem;
		height: 7.5rem;
		font-size: 3.4rem;
	}
}
#sec_contact .contact_form .step .list li.current::before {
	background-color: #188060;
}
#sec_contact .contact_form .step .list li::after {
	content: "・・・・・・・・・";
	color: #B3CFC7;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
	position: absolute;
	top: 1.45rem;
	left: calc(100% + 1.5rem);
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .step .list li::after {
		content: "・・・・・・";
		font-size: 1.9rem;
		left: calc(100% + 1rem);
		top: 3rem;
	}
}
#sec_contact .contact_form .step .list li:last-child::after {
	content: none;
}
#sec_contact .contact_form .form {
	margin-top: 3.6rem;
}
#sec_contact .contact_form .form .form_list {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list {
		display: block;
	}
}
#sec_contact .contact_form .form .form_list dt, #sec_contact .contact_form .form .form_list dd {
	color: #000000;
	font-size: 1.8rem;
	line-height: 1.7777777778;
	border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dt, #sec_contact .contact_form .form .form_list dd {
		font-size: 2.8rem;
		line-height: 1.6428571429;
	}
}
#sec_contact .contact_form .form .form_list dt {
	width: calc(100% - 73.8rem);
	font-weight: 700;
	padding: 4.5rem 0;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dt {
		width: 100%;
		padding: 3.2rem 0 0;
		border: none;
	}
}
#sec_contact .contact_form .form .form_list dt .required, #sec_contact .contact_form .form .form_list dt .any {
	display: inline-block;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.2307692308;
	padding: 0.4rem 1rem;
	border: 1px solid #319677;
	border-radius: 0.5rem;
	margin-left: 1.1rem;
	position: relative;
	top: -0.3rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dt .required, #sec_contact .contact_form .form .form_list dt .any {
		font-size: 2.3rem;
		line-height: 1.652173913;
		padding: 0.4rem 1.7rem;
		border-radius: 0.9rem;
		margin-left: 1.8rem;
	}
}
#sec_contact .contact_form .form .form_list dt .required {
	color: #ffffff;
	background-color: #319677;
}
#sec_contact .contact_form .form .form_list dt .any {
	color: #188060;
}
#sec_contact .contact_form .form .form_list dt .note {
	color: #000000;
	line-height: 1.5;
	margin-top: 1em;
	padding-left: 1em;
	text-indent: -1em;
}
#sec_contact .contact_form .form .form_list dd {
	width: 73.8rem;
	padding: 2.8rem 0;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dd {
		width: 100%;
		padding: 0 0 3.6rem;
		margin-top: 2.3rem;
	}
}
#sec_contact .contact_form .form .form_list dd::placeholder {
	color: rgba(37, 37, 37, 0.4);
}
#sec_contact .contact_form .form .form_list dd input[type=text],
#sec_contact .contact_form .form .form_list dd input[type=email],
#sec_contact .contact_form .form .form_list dd input[type=tel],
#sec_contact .contact_form .form .form_list dd select,
#sec_contact .contact_form .form .form_list dd textarea {
	width: 100%;
	color: #000000;
	font-size: 1.8rem;
	line-height: 1.7777777778;
	padding: 1.6rem 3.4rem;
	background-color: #FBFBFB;
	border: 1px solid #188060;
	border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dd input[type=text],
	#sec_contact .contact_form .form .form_list dd input[type=email],
	#sec_contact .contact_form .form .form_list dd input[type=tel],
	#sec_contact .contact_form .form .form_list dd select,
	#sec_contact .contact_form .form .form_list dd textarea {
		font-size: 2.8rem;
		line-height: 1.7857142857;
		padding: 2.4rem 3.4rem;
	}
}
#sec_contact .contact_form .form .form_list dd textarea {
	height: 17.2rem;
	resize: vertical;
	overflow: auto;
}
#sec_contact .contact_form .form .form_list dd .select_wrap {
	position: relative;
}
#sec_contact .contact_form .form .form_list dd .select_wrap::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.8rem 0.45rem 0 0.45rem;
	border-color: #188060 transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 2.5rem;
	translate: 0 -50%;
	z-index: 1;
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dd .select_wrap::after {
		border-width: 1.6rem 1rem 0 1rem;
		right: 3rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dd .date_wrap {
		margin-top: 4rem;
	}
}
#sec_contact .contact_form .form .form_list dd .date_wrap .item {
	display: flex;
	align-items: center;
	gap: 1.8rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dd .date_wrap .item {
		flex-wrap: wrap;
		gap: 1.3rem 1.2rem;
	}
}
#sec_contact .contact_form .form .form_list dd .date_wrap .item + .item {
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dd .date_wrap .item + .item {
		margin-top: 1.7rem;
	}
}
#sec_contact .contact_form .form .form_list dd .date_wrap label {
	width: 9rem;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.7777777778;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dd .date_wrap label {
		width: 100%;
		font-size: 2.6rem;
		line-height: 1.2307692308;
	}
}
#sec_contact .contact_form .form .form_list dd .date_wrap .select_wrap {
	width: 37.9rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dd .date_wrap .select_wrap {
		width: 39.7rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dd .date_wrap .select_wrap select {
		padding: 0.7rem 2.4rem;
	}
}
#sec_contact .contact_form .form .form_list dd .date_wrap input {
	width: 23.3rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dd .date_wrap input {
		width: 26.1rem;
		padding: 0.7rem 2.4rem;
	}
}
#sec_contact .contact_form .form .form_list dd .check_wrap > span {
	display: block;
}
#sec_contact .contact_form .form .form_list dd .check_wrap > span + span {
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dd .check_wrap > span + span {
		margin-top: 2rem;
	}
}
#sec_contact .contact_form .form .form_list dd .check_wrap label {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.7777777778;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dd .check_wrap label {
		font-size: 2.8rem;
		line-height: 1.7857142857;
	}
}
#sec_contact .contact_form .form .form_list dd input[type=radio],
#sec_contact .contact_form .form .form_list dd input[type=checkbox] {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}
#sec_contact .contact_form .form .form_list dd input[type=radio] + span,
#sec_contact .contact_form .form .form_list dd input[type=checkbox] + span {
	display: inline-block;
	padding-left: 3.5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dd input[type=radio] + span,
	#sec_contact .contact_form .form .form_list dd input[type=checkbox] + span {
		padding-left: 5.8rem;
	}
}
#sec_contact .contact_form .form .form_list dd input[type=radio] + span::before, #sec_contact .contact_form .form .form_list dd input[type=radio] + span::after,
#sec_contact .contact_form .form .form_list dd input[type=checkbox] + span::before,
#sec_contact .contact_form .form .form_list dd input[type=checkbox] + span::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
}
#sec_contact .contact_form .form .form_list dd input[type=radio] + span::before,
#sec_contact .contact_form .form .form_list dd input[type=checkbox] + span::before {
	width: 2.1rem;
	height: 2.1rem;
	background: #F6F6F6;
	border: 0.1rem solid #188060;
	left: 0;
	top: 0.7rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dd input[type=radio] + span::before,
	#sec_contact .contact_form .form .form_list dd input[type=checkbox] + span::before {
		width: 3.3rem;
		height: 3.3rem;
		top: 0.9rem;
	}
}
#sec_contact .contact_form .form .form_list dd input[type=radio] + span::after,
#sec_contact .contact_form .form .form_list dd input[type=checkbox] + span::after {
	width: 1.3rem;
	height: 1.3rem;
	background: transparent;
	left: 0.4rem;
	top: 1.1rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_list dd input[type=radio] + span::after,
	#sec_contact .contact_form .form .form_list dd input[type=checkbox] + span::after {
		width: 2.3rem;
		height: 2.3rem;
		left: 0.5rem;
		top: 1.4rem;
	}
}
#sec_contact .contact_form .form .form_list dd input[type=radio]:checked + span::after,
#sec_contact .contact_form .form .form_list dd input[type=checkbox]:checked + span::after {
	background: #188060;
}
#sec_contact .contact_form .form .form_privacy {
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_privacy {
		margin-top: 8rem;
	}
}
#sec_contact .contact_form .form .form_privacy .txt {
	color: #000000;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_privacy .txt {
		line-height: 1.9285714286;
	}
}
#sec_contact .contact_form .form .form_privacy .txt a {
	position: relative;
	color: #188060;
	font-weight: 700;
}
#sec_contact .contact_form .form .form_privacy .txt a::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #188060;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	transform: scale(1);
	transition: transform 0.3s ease;
}
@media (any-hover: hover) {
	#sec_contact .contact_form .form .form_privacy .txt a:hover::after {
		transform: scale(0);
	}
}
#sec_contact .contact_form .form .form_privacy .agree {
	margin-top: 3rem;
}
#sec_contact .contact_form .form .form_privacy .agree label {
	color: #000000;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.7777777778;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_privacy .agree label {
		font-size: 2.8rem;
		line-height: 1.5;
	}
}
#sec_contact .contact_form .form .form_privacy .agree input[type=checkbox] {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}
#sec_contact .contact_form .form .form_privacy .agree input[type=checkbox] + span {
	display: inline-block;
	padding-left: 4.2rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_privacy .agree input[type=checkbox] + span {
		padding-left: 5.5rem;
	}
}
#sec_contact .contact_form .form .form_privacy .agree input[type=checkbox] + span::before, #sec_contact .contact_form .form .form_privacy .agree input[type=checkbox] + span::after {
	content: "";
	display: block;
	position: absolute;
}
#sec_contact .contact_form .form .form_privacy .agree input[type=checkbox] + span::before {
	width: 3rem;
	height: 3rem;
	border-radius: 0.5rem;
	background: #F6F6F6;
	border: 0.1rem solid #188060;
	left: 0;
	top: 0.2rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_privacy .agree input[type=checkbox] + span::before {
		width: 4.2rem;
		height: 4.2rem;
	}
}
#sec_contact .contact_form .form .form_privacy .agree input[type=checkbox] + span::after {
	width: 1rem;
	height: 1.6rem;
	border-right: 0.3rem solid #188060;
	border-bottom: 0.3rem solid #188060;
	transform: rotate(45deg);
	top: 0.6rem;
	left: 1.1rem;
	opacity: 0;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_privacy .agree input[type=checkbox] + span::after {
		width: 1.4rem;
		height: 2.2rem;
		border-width: 0.4rem;
		top: 0.7rem;
		left: 1.3rem;
	}
}
#sec_contact .contact_form .form .form_privacy .agree input[type=checkbox]:checked + span::after {
	opacity: 1;
}
#sec_contact .contact_form .form .form_btn {
	margin-top: 9rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_btn {
		margin-top: 8rem;
	}
}
#sec_contact .contact_form .form .form_btn .btn {
	width: 39.5rem;
	height: 7.4rem;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_btn .btn {
		width: 57rem;
		height: 10.9rem;
	}
}
#sec_contact .contact_form .form .form_btn .btn input {
	width: 100%;
	height: 100%;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}
#sec_contact .contact_form .form .form_btn .btn .hover_roll {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.85;
	padding: 1rem 5rem;
	background-color: #188060;
	border-radius: 0.5rem;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_btn .btn .hover_roll {
		font-size: 2.8rem;
		line-height: 1.7307692308;
		padding: 1.5rem 7.5rem;
		border-radius: 0.6rem;
	}
}
#sec_contact .contact_form .form .form_btn .btn .hover_roll::before {
	content: "";
	display: block;
	width: 102%;
	aspect-ratio: 1;
	border-radius: calc(infinity * 1px);
	background-color: #1E4E40;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.2);
	opacity: 0;
	pointer-events: none;
	transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#sec_contact .contact_form .form .form_btn .btn .hover_roll .btn_txt {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#sec_contact .contact_form .form .form_btn .btn .hover_roll .btn_txt > span {
	display: block;
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#sec_contact .contact_form .form .form_btn .btn .hover_roll .btn_txt > span + span {
	position: absolute;
	left: 0;
	top: calc(100% + 0.2rem);
}
#sec_contact .contact_form .form .form_btn .btn .hover_roll .arw {
	width: 2.6rem;
	height: 2.6rem;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	right: 2.2rem;
	top: 50%;
	transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_btn .btn .hover_roll .arw {
		width: 3.4rem;
		height: 3.4rem;
		right: 3.3rem;
	}
}
#sec_contact .contact_form .form .form_btn .btn .hover_roll .arw::before {
	content: "";
	width: 1rem;
	height: 1rem;
	mask: url(../img/common/ico_arw_green.svg) no-repeat center/contain;
	background-color: #188060;
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -38% -50%;
	transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .form_btn .btn .hover_roll .arw::before {
		width: 1.4rem;
		height: 1.4rem;
	}
}
@media (any-hover: hover) {
	#sec_contact .contact_form .form .form_btn .btn input:hover ~ .hover_roll::before {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
		top: 50%;
	}
	#sec_contact .contact_form .form .form_btn .btn input:hover ~ .hover_roll .arw::before {
		background-color: #1E4E40;
	}
	#sec_contact .contact_form .form .form_btn .btn input:hover ~ .hover_roll .btn_txt > span {
		transform: translateY(calc(-100% - 0.2rem));
	}
}
#sec_contact .contact_form .form .form_btn .btn:has(input:disabled) {
	pointer-events: none;
}
#sec_contact .contact_form .form .form_btn .btn:has(input:disabled) .hover_roll {
	opacity: 0.5;
}
#sec_contact .contact_form .form .wpcf7-spinner {
	position: absolute;
	top: calc(100% + 1rem);
	left: 0;
	right: 0;
	margin: 0 auto;
}
#sec_contact .contact_form .form .wpcf7-response-output {
	font-size: 1.4rem;
	line-height: 1.2;
	word-break: normal;
	overflow-wrap: break-word;
	padding: 1rem;
	border: 0.3rem solid #dc3232;
	margin-top: 6rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .wpcf7-response-output {
		font-size: 2.4rem;
		padding: 1.5rem;
	}
}
#sec_contact .contact_form .form .wpcf7-response-output:empty {
	display: none;
}
#sec_contact .contact_form .form .wpcf7-not-valid-tip {
	display: block;
	color: #dc3232;
	font-size: 1.4rem;
	margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form .wpcf7-not-valid-tip {
		font-size: 2.4rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_contact .contact_form .form._confirm .form_list dd {
		padding: 4.5rem 0;
	}
}
#sec_contact .contact_form .form._confirm .form_list dd .date_wrap .item + .item {
	margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form._confirm .form_list dd .date_wrap .item + .item {
		margin-top: 4rem;
	}
}
#sec_contact .contact_form .form._confirm .form_list dd .date_wrap .item span {
	width: 16rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form._confirm .form_list dd .date_wrap .item span {
		width: 26.1rem;
	}
}
#sec_contact .contact_form .form._thanks {
	margin-top: 7.3rem;
}
#sec_contact .contact_form .form._thanks .txt_wrap .txt {
	color: #000000;
	font-size: 1.8rem;
	line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form._thanks .txt_wrap .txt {
		font-size: 2.8rem;
		line-height: 1.9285714286;
	}
}
#sec_contact .contact_form .form._thanks .txt_wrap .txt a {
	pointer-events: all;
	cursor: pointer;
	position: relative;
	color: #188060;
	font-weight: 700;
}
#sec_contact .contact_form .form._thanks .txt_wrap .txt a::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #188060;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	transform: scale(1);
	transition: transform 0.3s ease;
}
@media (any-hover: hover) {
	#sec_contact .contact_form .form._thanks .txt_wrap .txt a:hover::after {
		transform: scale(0);
	}
}
#sec_contact .contact_form .form._thanks .txt_wrap .btn {
	margin-top: 9rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form._thanks .txt_wrap .btn {
		margin-top: 8rem;
	}
}
#sec_contact .contact_form .form._thanks .txt_wrap .btn a {
	min-width: 39.5rem;
	min-height: 7.4rem;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.85;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form._thanks .txt_wrap .btn a {
		min-width: 57rem;
		min-height: 10.9rem;
		font-size: 2.8rem;
		line-height: 1.7307692308;
		padding: 1.5rem 7.5rem;
		border-radius: 0.6rem;
	}
}
#sec_contact .contact_form .form._thanks .txt_wrap .btn a .arw {
	width: 2.6rem;
	height: 2.6rem;
	right: auto;
	left: 2.2rem;
	scale: -1 1;
}
@media screen and (max-width: 767px) {
	#sec_contact .contact_form .form._thanks .txt_wrap .btn a .arw {
		width: 3.4rem;
		height: 3.4rem;
		left: 3.3rem;
	}
}

.ui-datepicker {
	width: 23rem;
}
@media screen and (max-width: 767px) {
	.ui-datepicker {
		width: 45rem;
	}
}
.ui-datepicker .ui-datepicker-header {
	padding: 2px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	width: 18px;
	height: 18px;
	top: 6px;
}
.ui-datepicker .ui-datepicker-title {
	font-size: 15px;
}
.ui-datepicker th, .ui-datepicker td {
	line-height: 1.25;
}