/*▼ mv ▼*/
.mv {
	position: relative;
}




.mv{
display: flex;
position: relative;
}
.mv .bgarea1 {
	background-color:#ff8800;
 }
 .mv .bgarea2 {
	height: 100%;
 }
 .mv .bgarea2 .pagettl{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.mv .bgarea2 .pagettl h1{
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
}
.mv:after {
display: block;
content: "";
position: absolute;
left: 0;
background-color:#ff8800;
z-index: 2;
}
@media screen and (min-width: 766px) {

.mv{
min-width: 1200px;
height: 470px;
background-size: auto;
}
.mv .bgarea1 {
	width: 38%;
	height: 100%;
 }
.mv .bgarea2 {
	width: 62%;
	background: url(/files/img/contact/mv_01.png);
	position:relative;
	background-size: cover;
	background-repeat: no-repeat;

 }

.mv .bgarea2 .pagettl{
	left: -31%;
	padding-top: 48px;
}

.mv .bgarea2 .pagettl h1{
	font-size: 80px;
}
.mv .bgarea2 .pagettl p{
	font-size: 18px;
}
.mv:after {
bottom: -145px;
left: 0;
width: 76%;
height: 145px;
}






	

}
@media screen and (max-width: 767px) {
	img {
	width: 100%;
	height: auto;
}


.mv .bgarea1 {
	width: 20%;
	height: auto;
	top:64px;
	position: relative;
 }
.mv .bgarea2 {
	width: 80%;
	background: url(/files/img/contact/mv_01_sp.png);
	position:relative;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 60.80645%;
 }
/* .mv .bgarea2:before {
display: block;
content: "";
position: absolute;
top: 50%;
left: -20%;
width: 85%;
height: 28%;
background: url(/files/img/top/mv_03.png) no-repeat;
transform: translateY(-50%);
background-size: contain;
 }*/


.mv .bgarea2 .pagettl{
	left: -16%;
}

.mv .bgarea2 .pagettl h1{
	font-size: 40px;
}
.mv .bgarea2 .pagettl p{
	font-size: 14px;
}
.mv:after {
bottom: -64px;
left: 0;
width: 80%;
height: 65px;
}





}
/*▲ mv ▲*/



.h1ttl {
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
}
@media screen and (min-width: 766px) {
.h1ttl {
	font-size: 80px;
}
}
@media screen and (max-width: 767px) {
.h1ttl {
	font-size: 40px;
}

}






.formBody .txt,
.formPluginBody input[type="text"],
.formPluginBody input[type="email"],
.formPluginBody textarea {
    background: #f5f5f5;
    border: none;
    width: 100%;
}
.formBody .txtarea {
    background: #f5f5f5;
    border: none;
    width:100%;
}
.rules .agreement {
    overflow-y: scroll;
    margin: auto;
    border: 1px solid #ccc;

}
.rules .rulettl {
	font-weight: bold;
}
.formBody button {
	background:#fff;
	border-color: transparent;
}
.formBody .cvBtn,
.thanks .cvBtn,
.formPluginBody input[type="submit"]
 {
	background:#ff8800;
	color: #fff;
	text-align: center;
}
.formPluginBody input[type="submit"] {
	padding-left: 0;
	border: 1px solid transparent;
}
.formBody button.cvBtn:hover,
.thanks a.cvBtn:hover
 {
	background:#fff;
	color: #ff8800;
	border:solid 1px #ff8800;
}
.formPluginBody input[type="submit"]:hover {
    background: #fff;
    color: #ff8800;
    border: solid 1px #ff8800;
}
.req {
	position: relative;
}
.req:after {
	content: "必須";
	color: #fff;
	background:#e20000;
	display:block;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	text-align:center;
}
.formBody .ttl,
.formPluginBody .ttl{
	display: inline-block;
}
.rules .cbrule {
	text-align:center;
}
.error,
.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	color: #e20000;
}
.wpcf7-response-output {
	margin: 50px auto;
	text-align: center;
}
.screen-reader-response {
	display: none;
}
.cbrule+.error {
	text-align:center;
}
.thanks .txt {
	margin-top: 30px;
}
.thanks .txt .ph {
	margin-top: 15px;
}
.rules .agreement .n-area {
	float: right;
	margin-top: 30px;

}
@media screen and (min-width: 766px) {
.contact_form {
	font-size: 15px;
	min-width: 1200px;
	margin: atuo;
}
.next_mv {
	padding-top: 145px;
}
.contact_form .inner {
	padding-top: 95px;
	padding-bottom:110px;
	width:1200px;
	margin:auto;
}

.contact_form .inner .outside{
	width:1000px;
	margin:auto;
}

.msg {
	text-align: center;
	line-height: 2.5;
}
.formBody .itm,
.formPluginBody p {
	margin-top: 50px;
}
.formPluginBody .agreement p {
	margin-top: 0px;
}
.formBody .ct{
	margin-top:20px;
}
.formPluginBody p .wpcf7-form-control-wrap{
	margin-top:-30px;
	display: block;
}

.formBody .txt,
.formPluginBody input[type="text"],
.formPluginBody input[type="email"] {
    height: 80px;
    line-height: 80px;
    width: 100%;
    padding: 20px;
}
.formBody .txtarea,
.formPluginBody textarea {
    height: 280px;
    padding: 20px;
}

.rules {
	margin-top: 50px;
}
.rules .agreement {
    height: 200px;
    margin-top: 15px;
    padding: 24px 30px;

}
.rules .agreement .ph{
	margin-top: 15px;
}

.rules .rulettl {
	font-size: 20px;
}

.rules .cbrule {
	margin-top: 25px;
}
.rules .cbrule > span{
	display: block;
}
.rules .cbrule > span input{
	margin-right: 5px;
}
.formBody .cvBtn,
.thanks .cvBtn{
	margin-top: 40px;
}

.formBody .cvBtn.op{
	padding-left:0px;
}

.req:after {
	right: -64px;
	width:54px;
	height: 26px;
	line-height: 26px;
}

}
@media screen and (max-width: 767px) {
.contact_form {
	font-size: 14px;
}
.next_mv {
	padding-top: 65px;
}
.contact_form .inner {
	padding-top: 40px;
	padding-bottom:50px;
	padding-right: 15px;
	padding-left: 15px;
}



.formBody input,
.txtarea {
	font-size:16px;
}
.formBody .itm,
.formPluginBody p {
	margin-top: 40px;
}
.formPluginBody .agreement p {
	margin-top: 0;
}
.formBody .ct {
	margin-top:20px;
}
.formPluginBody p .wpcf7-form-control-wrap {
	margin-top:-20px;
	display: block;
}
input[type="text"],
textarea{
	-webkit-appearance: none;
	border-radius: 0;	
}
.formBody .txt,
input[type="text"],
.formPluginBody input[type="email"]{
	border-radius: 2px;
    height: 57px;
    line-height: 57px;
    width: 100%;
    padding: 10px;
    width:100%;
}


.formBody .txtarea,
.formPluginBody textarea {
	border-radius: 2px;
    height: 280px;
    padding: 10px;
}

.rules {
	margin-top: 50px;
}
.rules .agreement {
    height: 200px;
    margin-top: 15px;
    padding: 12px 15px;

}
.rules .agreement::-webkit-scrollbar{ 
    width: 10px;
}
.rules .agreement::-webkit-scrollbar-thumb{ 
    background: #ccc;
    border-radius: 10px;
}
.rules .agreement::-webkit-scrollbar-track-piece:start{
    background: #fff;
}
.rules .agreement::-webkit-scrollbar-track-piece:end{
    background: #fff;
}


.rules .agreement .ph{
	margin-top: 15px;
}


.rules .rulettl {
	font-size: 20px;
}

.rules .cbrule {
	margin-top: 20px;
}
.rules .cbrule > span input{
	margin-right: 5px;
}
.formBody .cvBtn,
.thanks .cvBtn {
	margin-top: 50px;
}
.formBody .cvBtn.op{
	padding-left: 0;
}
.req:after {
	right: -64px;
	width:54px;
	height: 25px;
	line-height: 25px;
}


.thanks .ttl {
font-weight: bold;
font-size: 18px;
text-align: center;
}
.thanks .cvBtn {
	width:100%;
}
.cbrule .wpcf7-not-valid-tip {
	display: block;
}

}


.thanks .ttl {
	font-weight: bold;
	text-align: center;
}
@media screen and (min-width: 766px) {
.thanks .ttl {
	font-size: 24px;
}
.thanks .txt {
	text-align: center;
	width: 720px;
	margin: auto;
}



}
@media screen and (max-width: 767px) {
.thanks .txt {
	margin: auto;
}
.formBody .cvBtn, .thanks .cvBtn,
.formPluginBody input[type="submit"] {
	font-size: 4.2vw;
}

}



