@-webkit-keyframes btnArrowAnim {
	0%, 100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	33% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
	66% {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
		opacity: 0;
	}
}
@keyframes btnArrowAnim {
	0%, 100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	33% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
	66% {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
		opacity: 0;
	}
}
.p-contact {
	background-color: #FFFFF8;
	background-image: url(../images/contact/bg_contact01.png), url(../images/contact/bg_contact02.png);
	background-size: 22.3rem, 24rem;
	background-repeat: no-repeat;
	background-position: left -4rem top 2.6rem, right -2rem top 3.7rem;
	padding-top: 10rem;
	padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
	.p-contact {
		padding-top: 5rem;
		padding-bottom: 10rem;
		background-image: none;
	}
}
.p-contact__text {
	width: 93.5rem;
	max-width: 100%;
	margin: auto auto auto;
	font-size: 2.4rem;
	line-height: 1.6666666667;
	font-weight: bold;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-contact__text {
		width: 100%;
		font-size: 1.8rem;
	}
}
.p-contact .hissu {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #951B34;
	display: inline-block;
	padding: 0.3em 0.7em 0.4em 0.8em;
	border-radius: 100vh;
}
@media screen and (max-width: 767px) {
	.p-contact .hissu {
		font-size: 1.4rem;
	}
}
.p-contact .input-parts {
	background-color: #ffffff;
	border: 1px solid #951B34;
	width: 100%;
	padding: 1.1rem 1.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	border-radius: 2.5rem;
	letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
	.p-contact .input-parts {
		font-size: max(16px, 1.6rem);
		padding: 1rem 1.5rem;
	}
}
.p-contact .input-parts::-webkit-input-placeholder {
	color: #B2B2B2;
}
.p-contact .input-parts::-moz-placeholder {
	color: #B2B2B2;
}
.p-contact .input-parts:-ms-input-placeholder {
	color: #B2B2B2;
}
.p-contact .input-parts::-ms-input-placeholder {
	color: #B2B2B2;
}
.p-contact .input-parts::placeholder {
	color: #B2B2B2;
}
.p-contact .input-note {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	color: #2C2C2C;
	margin-top: 0.6rem;
}
.p-contact__text2 {
	width: 93.5rem;
	max-width: 100%;
	margin: 9.5rem auto auto;
	font-size: 1.8rem;
	line-height: 1.6666666667;
	font-weight: bold;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-contact__text2 {
		width: 100%;
		margin-top: 5rem;
		font-size: 1.6rem;
	}
}
.p-contact__text2 .hissu {
	font-size: 1.5rem;
	padding: 0.2em 0.9em 0.3em;
	margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
	.p-contact__text2 .hissu {
		font-size: 1.3rem;
	}
}
.p-contact__content {
	background-color: #ffffff;
	border-radius: 2.5rem;
	border: 0.5rem solid #951B34;
	width: 117rem;
	max-width: 100%;
	margin: 3.5rem auto auto;
	padding: 7rem 10rem 7.5rem;
}
@media screen and (max-width: 767px) {
	.p-contact__content {
		width: 100%;
		border-radius: 1.5rem;
		padding: 4rem 1rem;
		margin-top: 3rem;
	}
}
.p-contact__tbl .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 5.5rem 0;
	border-bottom: 1px solid #B2B2B2;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl .col {
		display: block;
		padding: 2rem 0;
	}
}
.p-contact__tbl .col:first-of-type {
	padding-top: 0;
}
.p-contact__tbl .col:last-of-type {
	border: none;
	padding-bottom: 0;
}
.p-contact__tbl .col.-nobdr {
	padding-bottom: 0;
	border: none;
}
.p-contact__tbl .col.-nobdr + .col {
	padding-top: 4rem;
}
.p-contact__tbl dt {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	width: 49rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 3.4rem;
	padding-top: 0.6rem;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl dt {
		font-size: 1.8rem;
		width: 100%;
		gap: 1.5rem;
		padding-top: 0;
	}
}
.p-contact__tbl dd {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl dd {
		margin-top: 1rem;
	}
}
.p-contact__tbl dd.name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.2rem;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl dd.name {
		gap: 1rem;
	}
}
.p-contact__tbl textarea {
	height: 38rem;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl textarea {
		height: 22rem;
	}
}
.p-contact .p-notice {
	margin-top: 5rem;
	border: 2px solid #00B1FF;
	border-radius: 2.5rem;
	padding: 4rem 0;
}
@media screen and (max-width: 767px) {
	.p-contact .p-notice {
		margin-top: 3rem;
		padding: 3rem 1rem;
		border-radius: 1.5rem;
	}
}
.p-contact .p-notice__text {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6666666667;
	font-weight: bold;
	letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
	.p-contact .p-notice__text {
		font-size: 1.6rem;
	}
}
.p-contact .p-notice__text a {
	color: #00B1FF;
}
.p-contact .p-notice__text a::after {
	content: "";
	display: inline-block;
	width: 1.7rem;
	height: 1.9rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 0 0.5rem;
	position: relative;
	top: 0.4rem;
	background-color: #00b1ff;
	-webkit-mask: url(../images/common/icn_blank.svg) no-repeat center/contain;
	        mask: url(../images/common/icn_blank.svg) no-repeat center/contain;
}
.p-contact .policy-check {
	margin-top: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.p-contact .policy-check {
		font-size: 1.8rem;
	}
}
.p-contact .policy-check input[type=checkbox] + span {
	display: block;
	padding-left: 4.7rem;
}
@media screen and (max-width: 767px) {
	.p-contact .policy-check input[type=checkbox] + span {
		padding-left: 3.5rem;
	}
}
.p-contact .policy-check input[type=checkbox] + span::after, .p-contact .policy-check input[type=checkbox] + span::before {
	border: none;
	width: 3rem;
	height: 3rem;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-image: url(../images/contact/img_check-off.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.p-contact .policy-check input[type=checkbox] + span::after, .p-contact .policy-check input[type=checkbox] + span::before {
		width: 2.3rem;
		height: 2.3rem;
		top: 0;
		-webkit-transform: none;
		        transform: none;
	}
}
.p-contact .policy-check input[type=checkbox] + span::after {
	background-image: url(../images/contact/img_check-on.svg);
	opacity: 0;
}
.p-contact .policy-check input[type=checkbox]:checked + span::after {
	opacity: 1;
}
.p-contact .policy-check .wpcf7-list-item {
	margin: 0;
}
.p-contact .btn-area {
	margin-top: 7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-contact .btn-area {
		margin-top: 4rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.p-contact .btn-area .c-btn {
	width: 46.5rem;
	height: 6.7rem;
	background-color: #951B34;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 100vh;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-image: url(../images/contact/arrow_btn.svg);
	background-repeat: no-repeat;
	background-size: 1rem;
	background-position: center right 2.8rem;
}
@media screen and (max-width: 767px) {
	.p-contact .btn-area .c-btn {
		width: 100%;
		height: 6rem;
		font-size: 2rem;
	}
}
.p-contact .btn-area .c-btn:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.p-tel {
	background-image: url(../images/contact/bg_tel01.png), url(../images/contact/bg_tel02.png);
	background-repeat: no-repeat;
	background-position: left -3.8rem top 3.4rem, right -3.7rem top 2.7rem;
	background-size: 26.6rem, 19.6rem;
	padding-top: 8.4rem;
	padding-bottom: 30rem;
}
@media screen and (max-width: 767px) {
	.p-tel {
		padding-top: 5rem;
		padding-bottom: 10rem;
		background-image: none;
	}
}
.p-tel__content {
	background-color: #EFD550;
	border-radius: 2.5rem;
	padding: 5.2rem 19rem 6.7rem;
}
@media screen and (max-width: 767px) {
	.p-tel__content {
		border-radius: 1rem;
		padding: 3rem 1.5rem;
	}
}
.p-tel__content .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 1em;
	font-size: 2.4rem;
	font-weight: bold;
	color: #951B34;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-tel__content .title {
		font-size: 1.8rem;
	}
}
.p-tel__content .title::before, .p-tel__content .title::after {
	content: "";
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	height: 2px;
	background-color: #951B34;
}
.p-tel__content .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-tel__content .text-wrap {
		margin-top: 3rem;
	}
}
.p-tel__content .text {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
	.p-tel__content .text {
		font-size: 1.8rem;
	}
	.p-tel__content .text br {
		display: none;
	}
}
.p-tel__content .text dt {
	color: #951B34;
	float: left;
	clear: both;
}
@media screen and (max-width: 767px) {
	.p-tel__content .text dt {
		display: block;
		float: none;
		margin-top: 0.5rem;
	}
	.p-tel__content .text dt:first-of-type {
		margin-top: 0;
	}
}
.p-tel__content .text dd {
	white-space: nowrap;
}

.c-info,
.c-insta {
	display: none;
}
/*# sourceMappingURL=contact.css.map */