@charset "utf-8";
/* CSS Document */

html{
	font-size:3.8vmin;
}
.inner1{
	padding:0 5%;
}

img{
	max-width:100%;
}
.remodal h2{
	font-size:1rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:900;
	margin-bottom:20px;

}
.remodal .tel a{
	display:block;
	padding:1rem;
	margin-bottom:0.2rem;
	background:#024075;
	color:#ffffff;
	border-radius:5px;
	font-size:1.2rem;
	line-height:1.5rem;
	border:3px solid #000000;
}

.remodal .mail a{
	display:block;
	padding:1rem;
	background:#000000;
	color:#ffffff;
	border-radius:5px;
	font-size:1rem;
	margin-bottom:0.2rem;
	line-height:1.5rem;
	border:3px solid #000000;
	font-weight:700;
}
.remodal .line a{
	display:block;
	padding:1rem;

	background:#3C3;
	color:#ffffff;
	border-radius:5px;
	font-size:1rem;
	border:3px solid #000000;
	font-weight:700;
}

.remodal .exp{
	display:block;
	font-size:0.8rem;
	font-weight:300;
}

.remodal .exp1{
	font-size:0.9rem;
	font-weight:500;
	margin-bottom:1rem;
}
.remodal .exp2{
	font-size:1rem;
	font-weight:300;
}

.remodal .exp3{
	font-size:1rem;
	font-weight:700;
	font-family: 'Noto Sans JP', sans-serif;
	white-space:pre-wrap;
	line-height:1.5;
	text-align:center;
	color: #ff3600;
	padding: 0.2rem;

}
.remodal_cam p{margin-bottom:1rem;}

.center{
	text-align:center;
}
h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.4rem;
	font-weight:700;
	text-align:center;
	color: #200500;
	word-break: keep-all;

}
.emphasis{
	font-weight:700;
	
}
.orange{
	color:#ff5401;
}
.small{
	font-size:0.9rem;
	color:#666;
}

.big{
	font-size:1.2rem;
	font-weight:500;
}
.mid{
	font-size:1.1rem;
}
.center{
	text-align:center;
}
.serif{
	font-family: 'Noto Serif JP', serif;
}
.sans{
	font-family: 'Noto Sans JP', sans-serif;
}

.main_paragraph{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:0.8rem;
	white-space:pre-wrap;
	margin-bottom:2rem;
	line-height:1.8;
	word-break: keep-all;
}

.mb1{
margin-bottom:0.5rem;
}
.mb2{
margin-bottom:1rem;
}
.mb3{
margin-bottom:1.5rem;
}

.mb5{
margin-bottom:2.5rem;
}

.mb8{
margin-bottom:4rem;
}
.pd1{
padding:0.5rem 0;
}

.pd2{
padding:1rem 0;
}

.pd3{
padding:1.5rem 0;
}

.pd5{
padding:2.5rem 0;
}
.pd8{
padding:4rem 0;
}




.mv{
	width:100%;
	padding-bottom:5rem;
	box-sizing:border-box;
	background:url(../images/mv_bg_sp1.jpg);
	background-size: cover;
	
}
.mv .inner{
	padding: 0 5%;
}

header{
	background:rgba(255,255,255,0.9);
	padding: 0.7rem 0;
	margin-bottom: 2rem;
}
.mv header .inner{
	display:flex;
	justify-content:space-between;
	padding:0 2%;
}

header h1 img{
	width:70%;
	
}
header a{
	color:#000000;
}

header .tel_num{
	position:absolute;
	top:0.2rem;
	right:3%;
	text-align:right;
	line-height:1.2;
	font-size:0.7rem;
	color:#666;
}
header .tel_num span{
	display:block;
	font-size:1.2rem;
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
	color:#525252;
	padding-top:0rem;
	
}


.mv .inner h2{
	margin-bottom: 2rem;
}
.mv .copy{
	padding: 0 10%;
}

.mv .mv_copy{
	text-align: center;
}
.mv .mv_copy li{
	background: #5f0033;
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 1rem 1rem;
	text-align: left;
	border-radius: 10px;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	box-shadow: 3px 3px #696969;
	margin-bottom: 0.8rem;
}
.mv .mv_copy li br{
	display: none;
}

.campaign{
	text-align:center;
	background: url(../images/form_bg.png);
}
.campaign h2{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	color: #33001b;
	
}
.campaign h2 span{
	font-size: 2.2rem;
}

.time{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	font-size:1rem;
	color: #33001b;
}

.btn img{
	width:90%;
}
	
.caution{
	text-align:left;
	padding:1rem;
	box-sizing:border-box;
	border-radius:5px;
}
.campaign_copy{
	background: #5f0033;
	color: #ffffff;
	margin: 0 10% 2rem;
	padding: 0.5rem 0;
	font-size: 1rem;
	border: 2px solid #ffffff;
	box-sizing: border-box;
	line-height: 1.4;
}
.campaign_copy span{
	font-size: 1.2rem;
}

.caution li{
	font-size:0.8rem;
	margin-bottom:0.3rem;
	list-style-position:inside;
}


.cover{
	background: #33001b;
	color: #ffffff;
	text-align:center;
}
.cover h2{
	color: #ffffff;
}
.cover ul{
	display: flex;
	gap:5px;
	justify-content: space-between;
	margin-bottom: 3rem;
	flex-wrap: wrap;
}
.cover ul li{
	background: #fffcf8;
	border:2px solid #e9dece;
	border-radius: 10px;
	padding: 1rem;
	color: #33001b;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size: 0.9rem;
	width: 49%;
	margin-bottom: 0.2rem;
	box-sizing: border-box;
}
.cover .promise{
	white-space:pre-wrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:1.2rem;
	line-height:1.3;	
}


.steps{
	background:#ffffff;
}
.steps h2{
	color: #33001b;
}
.step_copy{
	white-space:pre-wrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:1.2rem;
	line-height:1.2;	
	text-align: center;
	margin-bottom: 5rem;
}
.step_list li{
	text-align:center;
	margin-bottom:1rem;
}

.step_list h3{
	font-weight:400;
	font-size:1.3rem;
	font-family: 'Jost', sans-serif;
	color:#03468b;
	margin-bottom:0.5rem;
}
.step_list li p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	white-space:pre-wrap;
	font-size:1rem;
	line-height:1.5;
}
.step_list li figure{
	margin-bottom:0.5rem;
}
.step_list li figure img{
	width:30%;
}
.step_list li.guide_line hr{
	width:0.1px;
	height:1.5rem;
	margin:0 auto;

}

.solution .improvement{
	background:#ffffff;
}
.solution .improvement img{
	width:100%;
	margin-bottom:20px;
}
.solution .improvement p{
	white-space:pre-wrap;
	font-size:0.9rem;
	line-height:1.8;
	text-align:left;
}




.worrys li{
	text-align:left;
	margin-bottom:1rem;
	border:1px solid #717171;
	box-shadow: 6px 6px #dbdbdb;
}
.worrys li img{
	width:80%;
}

.arrow{
	text-align:center;
}

.why{
	text-align: center;
	color: #ffffff;
	background: url(../images/why_bg_sp.jpg) top center no-repeat #1e2322;
	background-size: contain;
}
.why h2{
	color: #fff266;
	text-shadow: 2px 1px #000000;
	margin-bottom: 15rem;
}

.why_copy{
	font-weight:500;
	font-size:0.9rem;
	white-space:pre-wrap;
	line-height:1.8;
	padding:0 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	word-break: keep-all;
}
.reviews{
	background:url(../images/review_bg.jpg) top center repeat-y;
	background-size: contain;
}
.reviews .review{
	background: #f8f6f7;
	padding:1rem;
	margin-bottom:1rem;
	border:2px solid #503310;
	border-radius:3px;

}
.reviews .review h3{
	padding-bottom:0.5rem;
	border-bottom:2px solid #503310;
	margin-bottom:1rem;
	font-size:1.1rem;
	color:#404040;
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
}
.reviews .review p{
	line-height:1.5;
	text-align:left;
	font-size:0.8rem;
	margin-bottom:0;
	word-break: normal;
	margin-bottom: 1rem;
}
.reviews .review p span{
	display:block;
	padding-top:10px;
	font-weight:bold;
	text-align:right;
}
.reviews .review p.main_paragraph{
	text-align: justify;
}

.reviews .review p.name{
	text-align: right;
}

.message{
	background:#ffffff;
	text-align: center;
}
.message h2{
	color: #200500;
	
}
.message_copy{
	white-space:pre-wrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:1rem;
	line-height:1.5;	
	text-align: center;
	margin-bottom: 2rem;
}
.message ul{
	margin-bottom: 2rem;
}

.message li{
	background: #33001b;
	color: #ffffff;
	padding: 0.5rem 0;
	margin: 0 auto 0.3rem;
	border-radius: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:1.1rem;
}
.faq{
	padding-left:0.5rem;
	padding-right:0.5rem;
}
.faq dt{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	padding-bottom:0.5rem;
	border-bottom:1px solid #cccccc;
	margin-bottom:1rem;
	font-size:0.9rem;
	color:#33001b;
}
.faq dd{
	margin-bottom:3rem;
	line-height:1.8;
	font-weight:500;
	white-space:pre-wrap;
	font-size:0.9rem;
	color:#666666;
}

.deffer{
	width: 90%;
	margin: 0 auto;
}
.deffer .inner1{
	box-sizing:border-box;
	border:3px solid #503310;
	outline: solid 1px #503310;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: -10px;  
	padding:3rem 2rem;
	background: #f8f6f7;
	text-align: left;
}


.company{
	padding:3rem 1rem;
}


.grid {
  width: 100%;
  position: relative;
  margin-bottom:1rem;
  aspect-ratio: 2 / 1 ;
  margin-bottom:2rem;
}



.grid img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position:center;
}




.company .clearfix{
	width:100%;
}
.company dl{
	font-size:0.9rem;
	color:#666;
}
.company dt{
	float:left;
	width:30%;
	padding:0.5rem;
	border-bottom:2px solid #990052;
	margin-bottom:1rem;
}
.company dd{
	float:left;
	width:60%;
	padding:0.5rem;
	text-align:right;
	border-bottom:2px solid #cccccc;
	margin-bottom:1rem;
}



.brands{
	box-sizing:border-box;
	padding:4rem 0 2rem;
}

.brands ul{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.brands li{
	width:calc(100% /3);
	margin-bottom:2rem;
	box-sizing:border-box;
	text-align:center;
}
.brands li h3{
	font-size:0.8rem;
	font-weight:500;

}

.brands li img{
	width:180px;
	margin-bottom:0;
}
.brands_copy{
	white-space:pre-wrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:1.2rem;
	line-height:1.3;	
	text-align: center;
	background: #5E5409;
	color: #ffffff;
	padding: 1rem 0;
}


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

footer .transaction{
	padding:5px 0;
	background:#5f0033;
}
footer .transaction a{
	color:#ffffff;
}
.contact_sp{
	position:fixed;
	bottom:0;
	text-align:center;
}
.contact_sp img{
	width:100%;
}
.contact_sp_brah img{
	width:100%;
}


.contact_pc{
	display:none;
}
