/*---------------
mv
---------------*/
#cf-mv{
	position: relative;
	height: 250px;
	overflow: visible;
}
.cf-mv-bg{
	position: absolute;
	top: 16px;
	opacity: 0;
	will-change: transform;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cf-mv-bg-a{
	width: 50%;
	left: 0;
	transform: translateX(-10%);
	z-index: 5;
}
.cf-mv-bg-b{
	width: 50%;
	right: 0;
	transform: translateX(10%);
	z-index: 5;
}
.cf-mv-bg-c{
	width: 184px;
	right: 25%;
	transform: translateX(10%);
}
.cf-mv-bg img{
	width: 100%;
	object-fit: contain;
}
.cf-head-wrap{
	position: absolute;
	z-index: 5;
	top: 40px;
	left: 0;
	right: 0;
	max-width: 456px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.cf-head-l h2{
	margin-bottom: 135px;
}
.cf-head-r{
}
.cf-head-r img{
	width: 173px;
	transform: rotate(11deg);
	transform: translateX(50px);
	transition: opacity 1.5s ease, transform 1.5s ease;
	opacity: 0;
}
.cf-head-r img.show {
  opacity: 1;
  transform: translateX(0);
}
.cf-anchor{
	position: absolute;
	top: 520px;
	left: 0;
	right: 0;
	width: 836px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.anchor-block{
	text-align: center;
}
.cf-anchor span{
	margin-top: 40px;
	width: 80px;
	height: 2px;
	transform: rotate(90deg);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.anchor-block img{
	width: 88px;
	margin: 0 auto;
}
#postFooter{
	display: none;
}
@media all and (max-width: 786px) {
	.cf-mv-bg-c{
		width: 150px;
		right: 15%;
	}
	.cf-head-wrap{
		max-width: 90%;
	}
}


/*----- contact-form -----*/
form{
	max-width: 456px;
	margin: 0 auto;
}
.form-read{
	margin-bottom: 40px!important;
}
.req{
	margin-top: -25px;
}
.req p{
	font-weight: bold!important;
	font-size: 12px!important;
}
.required{
	background-color: #E77366;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	display: inline-block;
}
.required-a{
	background-color: #E77366;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	display: inline-block;
	margin-left: 5px;
}
.wpcf7-not-valid-tip{
	color: #E77366!important;
	font-size: 12px!important;
}
.wpcf7 form .wpcf7-response-output{
	color: #E77366!important;
	font-size: 12px!important;
	border-color: transparent!important;
	background-color: #F0E9E8;
	width: 105%;
	margin-left: -2.5%!important;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #61789E!important;
	font-size: 12px!important;
	border-color: transparent!important;
	background-color: #DEE1E7;
	width: 105%;
	margin-left: -2.5%!important;
}
label{
	font-weight: bold;
}
span.wpcf7-list-item-label{
	height: 50px;
	line-height: 50px;
	display: block;
	font-weight: 400;
}
.wpcf7-list-item{
	background-color: #fff;
	border: 1px solid #e2e2e2;
	margin: 0 0 86px 0!important;
	padding: 0 0 0 1em;
	width: 100%;
	border-radius: 4px;
}
.wpcf7-list-item label{
	display: flex;
}
.wpcf7-list-item label input{
	margin-right: 10px;
}
.wpcf7-form-control-wrap input{
	height: 45px;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
}
.wpcf7-form-control-wrap textarea{
	border: 1px solid #e2e2e2;
	padding: 10px 10px;
	width: calc(100% - 20px);
}
.form-privacy{
	font-weight: 300!important;
	color: #000!important;
}


.wpcf7-submit{
}
.wpcf7-submit.link-block {
  height: 100px;
  width: 105%;
  position: relative;
  border:none;
  padding: 0 0 0 40px!important;
  background: none;
  margin-left: -2.5%;
}
.wpcf7-submit.link-block .btn-text {
  font-weight: 300;
  color: #333;
}

.wpcf7-submit.link-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  z-index: -1;
}

.wpcf7-submit.link-block::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.wpcf7-submit.link-block:hover::after {
  opacity: 1;
}

.wpcf7-submit.link-block .link-block-img {
  position: relative;
  display: inline-block;
  height: 88px;
  width: 88px;
}

.wpcf7-submit.link-block .link-block-img img {
  transition: opacity 0.5s ease;
  height: 88px;
  width: 88px;
  filter: drop-shadow(0px 4px 16px rgba(0,0,0,0.12));
}

.wpcf7-submit.link-block .link-block-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://test.highlite.jp/wp-content/themes/jinr-child/images/common/btn_b.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.wpcf7-submit.link-block:hover .link-block-img img {
  opacity: 0;
}

.wpcf7-submit.link-block:hover .link-block-img::after {
  opacity: 1;
}
.privacy-text{
	font-size: 12px!important;
	line-height: 18px!important;
	display: block;
}
@media all and (max-width: 786px) {
	form{
		max-width: 90%;
		margin: 0 auto;
	}
	.form-read{
	}
	.req{
	}
	.req p{
	}
	.required{
	}
	.required-a{
	}
	label{
	}
	span.wpcf7-list-item-label{
	}
	.wpcf7-list-item{
	}
	.wpcf7-list-item label{
	}
	.wpcf7-list-item label input{
	}
	.wpcf7-form-control-wrap input{
	}
	.wpcf7-form-control-wrap textarea{
	}
	.form-privacy{
	}
	.wpcf7-submit{
	}
	.wpcf7-submit.link-block {
	}
	.wpcf7-submit.link-block .btn-text {
	}
	.wpcf7-submit.link-block::before {
	}
	.wpcf7-submit.link-block::after {
	}
	.wpcf7-submit.link-block:hover::after {
	}
	.wpcf7-submit.link-block .link-block-img {
	}
	.wpcf7-submit.link-block .link-block-img img {
	}
	.wpcf7-submit.link-block .link-block-img::after {
	}
	.wpcf7-submit.link-block:hover .link-block-img img {
	}
	.wpcf7-submit.link-block:hover .link-block-img::after {
	}
}




