@charset "utf-8";
/* CSS Document */
.inner1{
	width:100％;
}
.inner2{
	width:100%;
}

.remodal h2{
	font-size:3.2vmin;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom:20px;

}
.remodal p{
	margin-bottom:10px;
	font-size:3.5vmin;
}
.remodal .tel a{
	display:block;
	padding:10px;
	margin-bottom:10px;
	background:#ff5500;
	color:#ffffff;
	border-radius:5px;
	font-size:4vmin;
}

.remodal .mail a{
	display:block;
	padding:10px;
	margin-bottom:10px;
	background:#093;
	color:#ffffff;
	border-radius:5px;
	font-size:5vmin;
}
.remodal p span{
	display:block;
	font-size:5vmin;
	font-weight:bold;
	color:#F00;
	padding-top:20px;
	font-family: 'Noto Sans JP', sans-serif;
}
	

.mv{
	width:100%;
	padding-bottom:20px;

	box-sizing:border-box;
	background:url(../images/bg1.jpg) center center no-repeat;
	background-size:cover;
}
.mv header{
	background:rgba(255,255,255,0.8);
	margin-bottom:12%;
	text-align:center;
	padding:2% 0;
}
.mv header h1{
	margin-bottom:10px;
}
.mv header h1 img{
	width:50%;
	
	
}

.mv header p{
	text-align:center;
	font-family: "Sawarabi Mincho";
	white-space:pre;
	font-size:3.8vmin;
}
.mv header p a{
	font-weight:bold;
	font-size:5vmin;
	color:#000;
}

.mv .copy{
	color:#ffffff;
	font-family: "Sawarabi Mincho";
	text-shadow:0px 0px 3px #000000,0px 0px 4px #000000;
	font-weight:500;
	text-align:center;
	font-size:6vmin;
	margin-bottom:8%;
}

.mv .catch{
	width:90%;
	margin:2% 5%;
	background:rgba(255,255,255,0.6);
	padding:20px;
	box-sizing:border-box;
	text-align:center;
}
.mv .catch img{
	margin-right:20px;
	width:50%;
}
.mv .catch p{
	text-align:left;
	font-size:4vmin;
	white-space:pre-wrap;
	line-height:2;
	margin-top:10px;
}
.mv .catch span{
	font-size:5.5vmin;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
}
.mv .catch p.area{
	background:#f55000;
	padding:10px 20px;
	text-align:center;
	color:#ffffff;
	font-size:5vmin;
	font-weight:bold;
	white-space:pre-wrap;
	line-height:1.2;
	
}


.campaign{
	background:#f7f4ef;
	padding:30px 0;
	text-align:center;

}
.campaign .time{
	width:80%;
	margin:0 auto;
	background:#f55000;
	font-size:4vmin;
	color:#ffffff;
	padding:10px 20px;
	border-radius:50px;
	margin-bottom:25px;
}

.campaign h2{
	font-family: "Sawarabi Mincho";
	font-weight:bold;
	font-size:5vmin;
	margin-bottom:3%;
	color:#753021;
}
.campaign img{
	width:100%;
}
.campaign p{
	margin-bottom:20px;
	line-height:1.5;
}
.campaign .para{
	white-space:pre-wrap;
	font-size:4vmin;
}
.campaign .para span{
	font-size:5vmin;
	color:#f55000;
	font-weight:bold;
}
.campaign .term{
	background:#fcf0d7;
	color:#753021;
	font-family: "Sawarabi Mincho";
	font-weight:bold;
	font-size:4vmin;
	padding:10px 0;
}
.campaign .btn{
	margin-bottom:30px;
	padding:0 3%;
}
.campaign .caution{
	background:#ffffff;
	padding:20px 3%;

	box-sizing:border-box;
	
}
.campaign .caution li{
	text-align:left;
	line-height:2;
	list-style:disc;
	list-style-position:inside;
	font-size:3.5vmin;
}
.campaign .caution h3{
	font-size:20px;
	margin-bottom:30px;
}

.steps{
	padding:30px 2%;
	text-align:center;
}
.steps h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:6vmin;
	font-weight:bold;
	margin-bottom:3px;
	display: flex;
	align-items: center;
	color:#f55000;
}
.steps h2:before, .steps h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #f55000;
	display: block;
}
.steps h2:before {
	margin-right: .4em;
}
.steps h2:after {
	margin-left: .4em;
}
.steps .subtitle{
	font-family: 'Noto Sans JP', sans-serif;
	color:#1a1a1a;
	font-weight:300;
	font-size:4vmin;
	margin-bottom:20px;
}
.steps ul{

}
.steps ul li{
	width:90%;
	margin:5%;
	text-align:center;
}
.steps ul li span{
	border-top:2px solid #f55000;
	border-bottom:2px solid #f55000;
	display:block;
	white-space:pre-wrap;
	padding:10px 0;
	color: #f55000;
	font-size:4vmin;
}
.steps ul li img{
	width:50%;
	margin-bottom:20px;
}
.steps .tri2{
	width:0;
	height:0;
	border-top: 20px solid #f55000;
	border-right: 40px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 40px solid transparent;
	margin:0 auto;
}

.problems{
	background:#e9d7be;
	padding:30px 0;
	text-align:center;
}
.problems h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:6vmin;
	margin-bottom:50px;
}
.problems li{
	background:#ffffff;
	font-size:3.5vmin;
	padding:5px 0;
	border-radius:50px;
	margin:0 1% 10px 1%;
	
}
.solution{
	background:#f7f4ef;
	padding:40px 0;
	position:relative;

}
.solution h2{
	font-family: 'Noto Sans JP', sans-serif;
	text-align:center;
	color:#f55000;
	font-size:5.5vmin;
	white-space:pre-wrap;
	margin-bottom:20px;
	
}
.tri{
	width:0;
	height:0;
	border-top: 20px solid #e9d7be;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.solution .improvement{
	background:#ffffff;
	padding:5%;
	width:85%;
	margin:2%;
	box-shadow:0px 0px 5px rgba(0,0,0,0.1);
}
.solution .improvement img{
	width:100%;
	margin-bottom:20px;
}
.solution .improvement p{
	white-space:pre-wrap;
	font-size:3.5vmin;
	line-height:1.8;
}

.why{
	padding:30px 3%;
}

.why h2{
	font-family: 'Noto Sans JP', sans-serif;
	text-align:center;
	font-size:6vmin;
	margin-bottom:20px;
	
}
.why .complain{
	width:100%;
}
.why img{
	width:100%;
	margin-bottom:20px;
	
}
.why p{
	white-space:pre-wrap;
	line-height:1.8;
	font-size:3.5vmin;
}
.others{
	padding:30px 0;
	text-align:center;
}

.others h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:5.5vmin;
	font-weight:bold;
	margin-bottom:30px;
	color:#f55000;
}
.others ul{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.others li{
	width:50%;
	margin-bottom:20px;
	box-sizing:border-box;
	text-align:center;
}
.others li h3{
	font-size:3.5vmin;
	margin-bottom:10px;
	font-family: 'Noto Sans JP', sans-serif;

}
.others li p{
	font-size:2.2vmin;
	margin-bottom:10px;
	padding:0 2%;
	text-align:center;
}
.others li img{
	width:80%;
	margin-bottom:10px;
}


.contact{
	padding:10px 3%;
	margin-bottom:30px;
}

.contact h2{
	font-family: 'Noto Sans JP', sans-serif;
	text-align:center;
	font-size:5vmin;
	margin-bottom:20px;
	
}
.contact img{
	width:100%;
}

.reviews{
	background:#f7f4ef;
	padding:30px 2%;
}
.reviews h2{
	font-family: 'Noto Sans JP', sans-serif;
	text-align:center;
	font-size:6vmin;
	margin-bottom:20px;
}
.reviews .review{
	background:#ffffff;
	width:92%;
	padding:10px 4%;
	margin-bottom:20px;

}
.reviews .review h3{
	padding-bottom:2px;
	border-bottom:1px solid #000000;
	margin-bottom:20px;
	font-size:5vmin
}
.reviews .review p{
	white-space:pre-wrap;
	line-height:1.8;
	font-size:3.5vmin;
}
.reviews .review p span{
	display:block;
	padding-top:10px;
	font-weight:bold;
	text-align:right;
}
.action{
	width:100%;
	padding:50px 0;
	box-sizing:border-box;
	background:url(../images/bg2.jpg) center center no-repeat;
	background-attachment:fixed;
	background-size:cover;
	text-align:center;

}
.action h2{
	color:#f55000;
	font-size:5.2vmin;
	white-space:pre-wrap;
	margin-bottom:50px;
}
.action p{
	font-size:3.5vmin;
	font-weight:500;
	white-space:pre-wrap;
	color:#111;
	line-height:2;
}
.faq{
	padding:30px 2%;
}
.faq h2{
	font-family: 'Noto Sans JP', sans-serif;
	text-align:center;
	font-size:6vmin;
	margin-bottom:30px;
}
.faq dt{
	background:#ff5500;
	color:#ffffff;
	font-size:4vmin;
	padding:10px 20px;
	margin-bottom:20px;
	border-radius:50px;
}
.faq dt span{
	font-size:4.5vmin;
	margin-right:10px;
}
.faq dd{
	font-size:4vmin;
	padding:0 10px;
	margin-bottom:30px;
}

.deffer{
	background:#f5f5f5;
	padding:30px 2%;
	width:96%;
	margin:2%;
	margin-bottom:20px;
	box-sizing:border-box;
	
}
.deffer h2{
	color:#ff5500;
	text-align:center;
	font-size:5.5vmin;
	margin-bottom:30px;
}
.deffer p{
	white-space:pre-wrap;
	line-height:1.8;
	font-size:3.5vmin;
}

.company{
	padding:30px 2%;
}
.company h2{
	text-align:center;
	font-size:24px;
	margin-bottom:80px;
}

.company dt{
	float:left;
	width:20%;
	padding:3% 1%;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
	font-size:3vmin;
}
.company dd{
	float:left;
	width:76%;
	padding:3% 1%;
	text-align:right;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
	font-size:3vmin;
}

footer{
	font-size:14px;
	text-align:center;
	background:#000000;
	color:#ffffff;
}

footer .transaction{
	padding:5px 0;
	background:#753021;
}
footer .transaction a{
	color:#ffffff;
}