@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@600&display=swap');

body{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	letter-spacing: 0.05em;
	display:block;
	font-weight: 400;
	line-height: 1.85;
	margin:0 auto;
	background-image: url('img/main-bg.png');
	background-size: cover;
	background-position: center;
	position: relative;
	color:#221917;
	font-family: 'Noto Sans JP', sans-serif;
}

.pop{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}


.right-fix{
	width: 30vw;
	position:fixed;
	top: 0;
	right:0;
	z-index: 99;
	box-sizing:border-box;
	padding:0 2vw;
}

.right-fix h2{
	text-align: center;
}


.main-area{
	width: 70vw;
	box-sizing:border-box;
	padding-right: 3vw;
	position:relative;
}

.section-1{
	background: white;
	width: 100%;
	box-sizing:border-box;
	padding:30px 30px 55px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.header-left h1{
	line-height: 1;
	margin: 0;
}

.header-left h1 a{
	transition: 0.4s;
}

.header-left h1 a:hover{
	opacity: 0.7;
}

.header-left h1 img{
	line-height:1;
	width: 202px;
}

header{
	display:flex;
	position:relative;
	z-index: 3;
}

.header-left{
	width: 35%;
	box-sizing:border-box;
}

.header-right{
	width: 65%;
	box-sizing:border-box;
}

.header-right ul{
	display:flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin:6px 0 0;
}

.header-right ul li{
	text-align: center;
}

.header-right ul li a{
	font-size: 15px;
	position:relative;
	color:#221917;
	font-weight: bold;
	text-decoration: none;
}

.header-right ul li a:before{
	content: '';
	position:absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 1px;
	background:#221917;
	transition: 0.4s;
}

.header-right ul li a:hover:before{
	width: 100%;
}

.mainV{
	position:relative;
	padding:18vw 0 30px;
}

.m-text{
	width: 655px;
	display:block;
	margin:0 auto;
	position:relative;
	z-index: 3;	
}

.mv{
	position:absolute;
	left: -30px;
	top: -66px;
	width: calc(100% + 60px);
	z-index: 1;
}

.name-area{
	background: white;
	position:absolute;
	z-index: 3;
	text-align: center;
	border-radius: 10px;
	color:black;
	top: 7.5vw;
	right: 22.5%;
	padding:2px 8px;
}

.name-area p{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	line-height: 1.5;
}

.name-area p span{
	display:block;
	font-size: 10px;
}

.tel-bg{
	background-image: url('img/tel-bg.png');
	background-position: center;
	position:relative;
	width: 840px;
	box-sizing:border-box;
	margin:0 auto;
	max-width: 100%;
	padding: 35px 25px 30px;
	z-index: 3;
	display:flex;
	border-radius: 20px;
	box-shadow: 4px 4px 4px #ccc;
}

.tel-left{
	width: 65%;
	box-sizing:border-box;
	padding-right: 10px;
}

.tel-right{
	width: 35%;
	box-sizing:border-box;
	padding-left: 10px;
	position:relative;
}

.tl1{
	text-align: center;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom:2px solid #231815;
	letter-spacing: -0.02em;
}

.tel-left a{
	display:flex;
	width: 100%;
	align-items: start;
	text-decoration: none;
	margin-top: 23px;
}

.tel-left a div img{
	width: 45px;
	line-height: 1;
}

.img-side{
	padding:5px ;
	background: white;
	line-height: 1;
	margin-right: 5px;
	border-radius: 10px;
	margin-top: 7px;
}

.tl2{
	font-size: 55px;
	margin: 0;
	line-height: 1;
	color: #E20000;
	text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
              -3px 3px 0 #FFF, 3px -3px 0 #FFF,
              0px 3px 0 #FFF,  0 -3px 0 #FFF,
              -3px 0 0 #FFF, 3px 0 0 #FFF;
}

.tl2 span{
	position:relative;
}

.tl3{
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	color:#231815;
}

.tel-right a{
	position:relative;
	z-index: 6;
	width: 280px;
	max-width: 100%;
	display:block;
	margin-left: auto;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	display:flex;
	align-items: center;
	margin-top: 55px;
	transition: 0.4s;
	background: white;
	color:black;
	box-sizing: border-box;
	padding:15px 0;
	border-radius: 10px;
	justify-content: center;
	box-shadow: 2px 2px 2px #ccc;
	cursor: pointer;
}

.tel-right a:hover{
	opacity: 0.7;
}

.tel-right a img{
	width: 32px;
	margin-right: 10px;
}

.tl2 span.deco1:before{
	content: 'モ';
	position:absolute;
	left: 50%;
	top: -3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 13px;
    font-weight: bold;
    color: #E20000;	
    font-family: 'Noto Sans JP', sans-serif;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;

}

.tl2 span.deco2:before{
	content: 'ウ';
	position:absolute;
	left: 50%;
	top: -3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 13px;
    font-weight: bold;
    color:#E20000;	
    font-family: 'Noto Sans JP', sans-serif;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;

}

.tl2 span.deco3:before{
	content: 'ム';
	position:absolute;
	left: 50%;
	top: -3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 13px;
    font-weight: bold;
    color: #E20000;	
    font-family: 'Noto Sans JP', sans-serif;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;

}

.tl2 span.deco4:before{
	content: 'シ';
	position:absolute;
	left: 50%;
	top: -3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 13px;
    font-weight: bold;
    color: #E20000;	
    font-family: 'Noto Sans JP', sans-serif;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;

}

.tl2 span.deco5:before{
	content: 'ナ';
	position:absolute;
	left: 50%;
	top: -3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 13px;
    font-weight: bold;
    color:#E20000;	
    font-family: 'Noto Sans JP', sans-serif;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;

}

.tl2 span.deco6:before{
	content: 'シ';
	position:absolute;
	left: 50%;
	top: -3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 13px;
    font-weight: bold;
    color:#E20000;	
    font-family: 'Noto Sans JP', sans-serif;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;

}

.section-2{
	background-image: url('img/s2bg.png');
	background-size: cover;
	background-position: center;
	width: 100%;
	box-sizing:border-box;
	padding:38px 0 60px;
}

.section-2 .wrap{
	width: 940px;
	padding:0 20px;
	box-sizing:border-box;
	max-width: 100%;
	display:block;
	margin:0 auto;

}

.section-2 .wrap h2{
	margin: 0 0 40px;
	text-align: center;
	font-size: 35px;
	position:relative;
	letter-spacing: 0.07em;
}

.section-2 .wrap h2:before{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
	width: 38px;
	height: 1px;
	background: #707070;
}

.s2-flex{
	display:flex;
	justify-content: space-between;
	width: 100%;
}


.s2-block{
	width: 31.7%;
	text-decoration: none;
	display:block;
	transition: 0.4s;
}

.s2-block:hover{
	opacity: 0.7;
}

.thm{
	line-height: 1;
	position:relative;
}

.thm:before{
	content: '';
	width: 50px;
	height: 50px;
	background-image: url('img/play.png');
	background-size: cover;
	position:absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);	
    z-index: 2;
}

.thm img{
	width: 100%;
	line-height: 1;
	position:relative;	
}

.s2-block p{
	font-size: 16px;
	font-weight: bold;
	margin:17px 0 0;
	color:#231815;
	text-align: center;
}

.s2-block p span{
	background: white;
	padding:3px 22px;
}

.section-3{
	background: white;
	width: 100%;
	padding:127px 0 0;
}

.section-3 .wrap{
	width: 880px;
	padding:0 20px;
	box-sizing:border-box;
	max-width: 100%;
	display:block;
	margin:0 auto;
	position:relative;
}

.section-3 h2.anshin{
	padding-left: 7%;
	text-align: center;
	width: 100%;
	box-sizing:border-box;
	font-size: 32px;
	margin: 0 0 62px;
	line-height: 1;
	letter-spacing: 0.07em;
}

.section-3 h2.anshin .border{
	color:#4DAC2E;
	font-size: 50px;
	display:block;
	margin-top: 40px;
	text-decoration: underline;
	text-decoration-thickness: 9px;
	text-decoration-color: #F5D527;
	text-underline-offset: 5px;
}

.section-3 h2.anshin .big{
	font-size: 80px;
}

.section-3 h2.anshin img{
	width: 37px;
	margin-right: 10px;
	position:relative;
	top: 6px;
}

.point{
	display:flex;
	align-items: center;
	background: white;
	position:relative;
	z-index: 2;
	width: 100%;
	box-sizing:border-box;
	padding:28px 35px;
	margin-bottom: 45px;
	border-radius: 15px;
	box-shadow: 4px 8px 8px #CCC;
}

.type1 .point-left{
	width: 64%;
	box-sizing:border-box;
	padding-right: 10px;
	padding-left: 15px;
}

.type1 .point-right{
	width: 36%;
	box-sizing:border-box;
	padding-left: 10px;
}

.type1 .point-right img{
	width: 100%;
}

.type1 .point-left h3{
	margin: 0 0 20px;
	font-size: 22px;
	color:black;
	white-space: nowrap;
	position:relative;
	z-index: 10;
}

.type1 .point-left h3 span{
	font-size: 38px;
	color:#60BB42;

}

.type1 .point-left h3 span.border{
	    text-decoration: underline;
    text-decoration-thickness: 7px;
    text-decoration-color: #F5D527;
    text-underline-offset: 3px;	
}

.type1 .point-left h3 span.big{
	font-size: 55px;
}

.type2 .point-right h3 span{
	font-size: 38px;
	color:#60BB42;
}

.caution-title .rel{
	display:inline-block;
	line-height: 1.8;
}

.rel .hk-1{
	position:absolute;
	left: -80px;
	bottom: 5px;
	width: 63px;
}

.rel .hk-2{
	position:absolute;
	right: -80px;
	bottom: 5px;
	width: 63px;
}

.type2 .point-right h3 span.border{
	    text-decoration: underline;
    text-decoration-thickness: 7px;
    text-decoration-color: #F5D527;
    text-underline-offset: 3px;	
}

.type2 .point-right h3 span.big{
	font-size: 55px;
}


.point-text{
	margin:0;
	font-size: 15px;
}

.type2 .point-left{
	width: 36%;
	box-sizing:border-box;
	padding-right: 10px;
}

.type2 .point-right{
	width: 64%;
	box-sizing:border-box;
	padding-left: 10px;
	padding-right: 15px;
}

.type2 .point-left img{
	width: 100%;
}

.type2 .point-right h3{
	margin: 0 0 20px;
	font-size: 22px;
	color:black;
	white-space: nowrap
}


.small-text{
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 0;
}

.point-num1{
	position:absolute;
	color:#F5EB50;
	width: 76px;
	height: 76px;
	left: -10px;
	top: -32px;
	border-radius: 50%;
	background-image: url('img/point-bg.png');
	background-size: cover;
	background-position: center;
	z-index: 3;
	box-shadow: 2px 4px 4px #CCC;
}

.size1{
	margin:20px 0 3px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;	
	line-height: 1;
}

.size2{
	margin: 0;
	font-size: 22px;
	line-height:1;
	text-align: center;
	font-weight: bold;	
}

.point-num2{
	position:absolute;
	color:#F5EB50;
	width: 76px;
	height: 76px;
	right: -10px;
	top: -32px;
	border-radius: 50%;
	background-image: url('img/point-bg.png');
	background-size: cover;
	background-position: center;
	z-index: 3;
	box-shadow: 2px 4px 4px #CCC;
}

.caution-title{
	margin-top: 85px;
	margin-bottom: 32px;
	text-align: center;
	font-size: 32px;
}

.caution-title .rel{
	position:relative;
}

.caution-title .yellow{
	font-size: 45px;
	color:#60BB42;
	margin:0 15px;
}

.binder-area{
	width: 686px;
	max-width: 100%;
	border-radius: 15px;
	box-sizing:border-box;
	background: #BBB9B9;
	padding:22px 12px 15px;
	display:block;
	margin:0 auto;
}

.binder-white{
	background: white;
	box-sizing:border-box;
	width: 100%;
	padding:104px 36px 60px;
	position:relative;
}

.binder-white ul{
	margin: 0;
	list-style: none;
	padding: 0;
}

.binder-white ul li{
	position:relative;
	padding-left: 53px;
	border-bottom:2px dashed #BABABA;
	margin-bottom: 18px;
	padding-bottom: 18px;
	font-size: 22px;
	font-weight: bold;
}

.binder-white ul li img{
	width: 35px;
	height: auto;
	margin-right: 18px;
	position:absolute;
	left: 0;
	top: 10px;
}

.binder-white ul li span{
	  position:relative;
	  z-index: 1;
	  font-size: 30px;
}

.binder-white ul li span:before{
	content:'';
	position:absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 7px;
	background: #F5EB50;
	z-index: -1;
}

.bider{
	width: 197px;
	position:absolute;
	left: 50%;
	top: -10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}

.object3{
	position:absolute;
	bottom: 0;
	right: -66px;
	width: 272px;
	z-index: 3;	
}

.reco{
	text-align: center;
	margin:40px 0 110px;
	font-size: 28px;
	line-height: 2.1;
	letter-spacing: 0.07em;
}

.reco .red{
	color: #60BB42;
	font-size: 40px;
}

.reco .reco-strong{
	font-size: 40px;
	color:#231815;
}

.reco .border{
	position:relative;
	z-index: 2;
}

.reco .border:before{
	content:'';
	position:absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 7px;
	background: #F5EB50;
	z-index: -1;	
}

.reco .dot{
	position:relative;
	z-index: 2;
	color:#D83636;
	font-size: 55px;
}

.reco .dot:before{
	content: '●';
	font-size: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #D83636;
	position: absolute;
	left: 50%;
	top: -17px;
    transform: translateX(-50%) scale(0.8);
    -webkit-transform: translateX(-50%) scale(0.8);
    -ms-transform: translateX(-50%) scale(0.8);	
}

.anshin2{
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	width: 100%;
	margin:100px 0 0;
	letter-spacing: 0.07em;
}

.anshin2 img{
	margin-right: 14px;
	width: 37px;
	height: 37px;
}

.anshin2 span{
	color:#F4C837;
}

.anshin3{
	text-align: center;
	font-size: 38px;
	margin:40px 0 30px;
	letter-spacing: 0.07em;
}

.anshin3 .black{
	font-size: 50px;
	color:#D83636;
}

.anshin3 .border{
	position:relative;
	z-index: 2;
	font-size: 45px;
	color:#60BB42;
}

/*.anshin3 .border:before{
	content:'';
	position:absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 3px;
	background: #F4C837;
	z-index: -1;	
}*/

.anshin3 .line{
	text-decoration: underline;
	text-decoration-thickness: 6px;
	text-decoration-color: #F5EB50;
	text-underline-offset: 3px;		
}

.price-img{
	width: 659px;
	max-width: 100%;
	display:block;
	margin:0 auto;
}

.price-caution{
	font-size: 15px;
	margin:25px auto;
	padding-left: 13%;
	width: 100%;
	box-sizing:border-box;
}

.omitumori-t{
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.06em;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: #221917;
	text-underline-offset: 3px;	
}

.credit1{
	text-align: center;
	margin:35px 0 0;
	font-size: 18px;
	font-weight: bold;
}

.credit2{
	width: 374px;
	display:block;
	margin:0 auto;
	max-width: 60%;
}

#flow{
	padding-top: 80px;
}

.flow-title{
	margin-top: 0!important;
	margin-bottom: 48px;
}

.step-box{
	width: 840px;
	max-width: 100%;
	display:flex;
	margin:0 auto;
	box-sizing:border-box;
	padding:40px 36px;
	border:3px solid #F5D527;
	border-radius: 20px;
}

.step-left{
	width: 15%;
	box-sizing:border-box;
	padding-right: 10px;
}

.step-right{
	width: 85%;
	box-sizing: border-box;
	padding-left: 10px;
}

.step-left p{
	width: 85px;
	max-width: 100%;
	font-size: 18px;
	margin: 0;
	background:#60BB42;
	color:white;
	text-align: center;
	line-height: 1.7;
	border-radius: 10px;
}

.step-right h3{
	font-size: 28px;
	margin: 0 0 23px;
	color:black;
	line-height: 1;
	text-decoration: underline;
	text-decoration-thickness: 5px;
	text-decoration-color: #F5EB50;
	text-underline-offset: 3px;		
}

.step-right p{
	font-size: 15px;
	margin: 0;
}

.arrow{
	width: 62px;
	display:block;
	margin:0 auto 30px;
}

.flow-t{
	text-align: center;
	line-height: 1;
	margin:0;
	color:#60BB42;
	font-size: 40px;
}

.flow-t .black{
	color:black;
}

.flow-t .big{
	font-size: 60px;
	color:#D83636;
}

.arrow.mt-2{
	margin-bottom: 15px;
}

.flow-sub{
	font-size: 15px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	margin:13px 0 25px;
}

.voice-top{
	display:flex;
	width: 100%;
	margin-top: 140px;
}

.voice-l{
	position:relative;
	width: 38%;
}

.voice-r{
	width: 62%;
	position:relative;
}

.voice-l img{
	width: 306px;
	position:absolute;
	left: 0;
	top: -60px;
}

.voice-r h2{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	position:relative;
	margin: 0;
}

.voice-r .hk1{
	position: absolute;
	left: -50px;
	bottom: -20px;
	width: 76px;
}

.voice-r .hk2{
	position: absolute;
	right: -60px;
	bottom: -10px;
	width: 76px;
}


.voice-r h2 span{
	font-size: 50px;
	color:#60BB42;
	position:relative;
	overflow: hidden;
}

.voice-r h2 span img{
	position:absolute;
	max-width:100%;
	left: 3px;
	bottom: -10px;
	transform: rotate(-2.6deg);
}

.voice-flex{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	position:relative;
	z-index: 15;
	margin-top: 80px;
}

.voice-box{
	width: 48%;
	box-sizing:border-box;
	padding:31px 30px;
	margin-bottom: 38px;
	background: white;
	border-radius: 15px;
	box-shadow: 4px 8px 8px #CCC;
}

.voice-info{
	display:flex;
	align-items: center;
	box-sizing:border-box;
	padding-left: 20%;
	margin-left: auto;
	justify-content: right;
}

.vil1{
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color:#60BB42;
	line-height: 1.3;
}

.vil1 span{
	font-size: 20px;
	font-weight: bold;
	color:#60BB42;
}

.vil2{
	margin:3px 0 0;
	font-size: 14px;
	font-weight: 500;
	color:#231815;
}

.vi-right img{
	width: 68px;
	margin-left: 15px;
}

.voice-content{
	margin-top: 25px;
	margin-bottom: 0;
	line-height: 1.73;
	font-size: 15px;
}

.voice-content span{
	color:#60BB42;
	font-size: 20px;
	font-weight: bold;
}

.tbg2{
	margin-top: 135px;
}

.area-sub{
	text-align: center;
	font-size: 16px;
	margin:10px 0 25px;
}

.area-img{
	display:block;
	width: 695px;
	margin:0 auto;
	max-width: 100%;
}

.slide-area{
	margin-bottom: 25px;
	background: white;
	border-radius: 15px;
	box-shadow: 2px 4px 4px #ddd;	
	width: 100%;
	box-sizing:border-box;
	padding:0 27px;
	cursor: pointer;
}

.slide-area .qa p{
	position:relative;
	padding:16px 70px;
	font-size: 21px;
	font-weight: bold;
	margin: 0;
}

.slide-area .qa p:before{
	content: 'Q';
	position:absolute;
	left: 11px;
	top: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;	
	color:#F5D527;
	font-size: 32px;
	line-height: 1;
}

.slide-area .qa p:after{
	content: '';
	position:absolute;
	right: 0;
	top: 35px;	
	width: 17px;
	height: 8px;
	background-image: url('img/arrow2.png');
	background-size: cover;
	transition: 0.4s;
}

.slide-area.open .qa p:after{
	transform: rotate(-180deg);
}

.slide{
	border-top: 1px solid #DBDBDB;
}

.slide-area .slide p{
	padding:20px 56px 30px;
	font-size: 15px;
	margin: 0;
	position:relative;
}

.slide-area .slide p:before{
	content: 'A';
	position:absolute;
	left: 15px;
	top: 21px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;	
	color:#221917;
	font-size: 24px;
	line-height: 1;	
}

.anshin2.area-title{
	margin-bottom: 60px;
}

.area-top-space{
	margin-top: 127px;
}

.section-4{
	background: white;
	width: 100%;
	padding-top: 85px;
}

.section-4 .wrap{
	width: 880px;
	padding:0 20px;
	box-sizing:border-box;
	max-width: 100%;
	display:block;
	margin:0 auto;
	position:relative;
}

.section-4 h2{
	text-align: center;
	font-size: 31px;
	margin:0 0 60px;
}

.section-4 h2 .border{
	position:relative;
}

.section-4 h2 .border:before{
	content:'';
	position:absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width:97%;
	background:#231815 ;
}

.section-4 h2 .s4-big{
	font-size: 45px;
	color:#60BB42;
	text-decoration: underline;
	text-decoration-thickness: 5px;
	text-decoration-color: #F5EB50;
	text-underline-offset: 5px;
}

.sl-flex{
	display:flex;
	box-sizing:border-box;
	padding:0 15px 38px;
	margin-bottom: 52px;
	border-bottom:1px solid #DBDBDB;
}

.sl-flex.sl-flex-last{
	border: 0;
	padding-bottom: 0;
}

.sl-left{
	width: 13%;
	box-sizing:border-box;
	padding-right: 15px;
}

.sl-right{
	width: 87%;
	box-sizing: border-box;
	padding-left: 15px;
}

p.sll-1{
	font-size: 69px;
	margin: 0;
	line-height: 1;
	color:#60BB42;
	position:relative;
	z-index: 1;
}

p.slr-1 span{
	text-decoration: underline;
	text-decoration-thickness: 5px;
	text-decoration-color: #F5EB50;
	text-underline-offset: 3px;	
}

p.sll-1 img{
	position:absolute;
	left: 2px;
	top: -35px;
	z-index: -1;
	width:75px;
}

.slr-1{
	margin:2px 0 22px;
	font-size: 22px;
	font-weight: bold;
}

.slr-2{
	font-size: 15px;
	margin:0;
}

.sl-4{
	display:flex;
	justify-content: space-between;
	width: 100%;
	box-sizing:border-box;
	padding:0 47px 38px;
	border-bottom:1px solid #DBDBDB;

}

.sl-4 div{
	width: 23.5%;
}

.sl-4 div img{
	width: 100%;
}

.sl-4 div p{
	margin:10px 0 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.yellow-area1{
	position:relative;
	width: 100%;
	box-sizing: border-box;
	padding:28px 48px 33px;
	margin-top: 80px;
	background: #F5EB50;
	box-shadow: 3px 6px 6px #ccc;
	border-radius: 15px;
}

.ya-left{
	width: 71%;
	box-sizing:border-box;
}

.ya-left h3{
	margin: 0;
	font-size: 27px;
	line-height: 1.8;
}

.ya-left h3 .st-1{
	font-size: 40px;
	color:#60BB42;
}

.ya-left h3 .st-2{
	background: white;
	font-size: 50px;
	color:#60BB42;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	border-radius: 10px;
	margin:0 4px;
	padding:3px 8px;
}

.ya-left p{
	font-size: 15px;
	margin:18px 0 0;
}

.flex-3{
	display:flex;
	width: 100%;
	justify-content: space-between;
	margin-top: 54px;
}

.flex-3 .f3-box{
	width: 32%;
}

.rel{
	position:relative;
	line-height: 1;
}

.rel img{
	width: 100%;
	line-height: 1;
}

.rel p{
	position: absolute;
	line-height: 1.3;
	left: 0;
	bottom: 0;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	width: 155px;
	height: 62px;
	box-sizing:border-box;
	font-weight: bold;
	z-index: 2;
	margin: 0;
	background:#F5EB50 ;
}

.rel p.center{
	text-align: center;
}

.type-text{
	font-size: 15px;
	margin:30px 0 0;
}

.area-top-space2{
	margin-top: 150px;
}

.section-5{
	background: white;
	width: 100%;
	padding-top: 116px;
}

.section-5 .wrap{
	width: 880px;
	padding:0 20px;
	box-sizing:border-box;
	max-width: 100%;
	display:block;
	margin:0 auto;
	position:relative;
}

.anshin2.ari-info{
	margin-top: 0;
	margin-bottom: 40px;
}

.ari-info2{
	margin: 0;
	font-size: 15px;
}

.s5-flex{
	display:flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 55px;
}


.s5-flex .s5-box{
	width: 48%;
	background: white;
	box-sizing:border-box;
	padding:20px 28px 30px;
	box-shadow: 3px 6px 6px #ccc;
	border-radius: 15px;
}

.s5-info{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	position:relative;
}

.s5-info.mb-2{
	padding:10px 0;
}

.ari-1{
	width: 93px;
	margin-right: 44px;
}

.ari-2{
	width: 87px;
	margin-right: 44px;
}

.s5-info h3{
	margin: 0;
	font-size: 19px;

}

.s5-info p{
	margin:14px 0 0;
	font-size: 14px;
}

.s5-info p span{
	background: #EBEBEB;
	padding:2px 10px;
	border-radius: 5px;
}

.s5-content{
	margin: 0;
	position:relative;
	font-size: 15px;
}

.s5-content:before{
	content: '';
	position:absolute;
	left: 50%;
	top: -40px;
	background: #DBDBDB;
	width: 71px;
	height: 1px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}

.yellow-area2{
	background: #EFE032;
	width: 100%;
	box-sizing:border-box;
	padding:40px 50px;
	margin-top: 110px;
	border-radius: 20px;
	box-shadow: 3px 6px 6px #ccc;
	display:flex;
}

.ya2-left{
	width: 58%;
	box-sizing:border-box;
	padding-right: 20px;
}

.ya2-right{
	width: 42%;
	box-sizing:border-box;
	padding-left: 20px;
	position:relative;
	display:flex;
	justify-content: space-between;
}

.ya2-right div{
	width: 47.5%;
	margin-top: 100px;
	position:relative;
	z-index: 10;
}

.ya2-right div img{
	width: 100%;
}

.ya2-right div p{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin:5px 0 0;
}

.ya2-left h3{
	margin: 0 0 40px;
	font-size: 22px;
	position:relative;
}

.ya2-left h3:before{
	content: '';
	position:absolute;
	left:0;
	bottom: -13px;
	background: #231815;
	width: 31px;
	height: 1px;
}

.ya2-left .ya2-l1{
	font-size: 27px;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 1.6;
}

.ya2-left .ya2-l2{
	margin: 0;
	font-size: 15px;
}

.ya2-left .ya2-l1 span.size1{
	font-size: 55px;
	color:#60BB42;
	text-decoration: underline;
	text-decoration-thickness: 7px;
	text-decoration-color: white;
	text-underline-offset: 3px;		
}

.ya2-left .ya2-l1 span.size2{
	font-size: 30px;
}

.map-title{
	text-align: center;
	color:#60BB42;
	font-size: 22px;
	margin: 100px 0 42px;
}

.map-title span{
	position:relative;
}

.map-title span img{
	width: 34px;
}

.map-title span img.s1-img{
	position:absolute;
	left: -50px;
	top: -30px;
}

.map-title span img.s2-img{
	position:absolute;
	right: -50px;
	bottom: -30px;
}

.map-flex{
	display:flex;
	width: 100%;
	align-items: center;
	margin-top: 42px;
}

.mf-left{
	width: 50%;
	box-sizing:border-box;
	padding-right: 9px;
}

.mf-right{
	width: 50%;
	box-sizing:border-box;
	padding-left: 19px;
}

.map-flex div img{
	width: 100%;
}

.section-6{
	background: white;
	width: 100%;
	padding-top: 100px;
}

.section-6 .wrap{
	width: 880px;
	padding:0 20px;
	box-sizing:border-box;
	max-width: 100%;
	display:block;
	margin:0 auto;
	position:relative;
}

.damage-text{
	font-size: 15px;
	margin: 30px 0 0;
}

.damage-area{
	width: 100%;
	display:block;
	margin:60px auto 0px;
	position: relative;
}

.map-title.mt-55{
	margin-top: 55px;
}

.damage-area img{
	width: 100%;
}

.damage-flex{
	display:flex;
	flex-wrap: wrap;
	width:100%;
	justify-content: space-between;
	margin-top: 55px;
}

.damage-flex div{
	width: 23.8%;
	position:relative;
	margin-bottom: 14px;
	line-height: 1;
}

.damage-flex div img{
	width: 100%;
	line-height: 1;
}

.damage-flex div p{
	margin: 0;
	width: 78px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight:bold;
	position:absolute;
	text-align: center;
	right: 0;
	bottom: 0;
	background: #F5EB50;
}

.message-sub{
	text-align: center;
	font-size: 28px;
	color:#60BB42;
	margin:60px 0 80px;
}

.message-text{
	margin: 0;
	font-size: 15px;
}

.section-7{
	background: white;
	width: 100%;
	padding-top: 125px;
}

.section-7 .wrap{
	width: 880px;
	padding:0 20px;
	box-sizing:border-box;
	max-width: 100%;
	display:block;
	margin:0 auto;
	position:relative;
}

.section-8{
	background: white;
	width: 100%;
	padding-top: 125px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position:relative;
}

.section-8 .wrap{
	width: 880px;
	padding:0 20px 0;
	box-sizing:border-box;
	max-width: 100%;
	display:block;
	margin:0 auto -135px;
	position:relative;
}

.company-flex{
	display:flex;
	flex-wrap:wrap;
	width: 100%;
	justify-content: space-between;
}

.company-left{
	width: 15%;
	border-bottom:3px solid #EFE032;
	margin-bottom: 18px;
	padding-bottom: 18px;
	padding-left: 17px;
	box-sizing:border-box;
}

.company-right{
	width: 84%;
	box-sizing:border-box;
	border-bottom:1px solid black;
	margin-bottom: 18px;
	padding-bottom: 18px;	
	padding-left: 26px;
	padding-right: 10px;
}

.company-left p{
	font-size: 15px;
	font-weight: bold;
	color:#221917;
	margin: 0;
}

.company-right p{
	font-size: 16px;
	color:#221917;
	margin: 0;
}

.company-right p a{
	color:#221917;
	display:inline-block;
	margin-left: 5px;
	transition: 0.4s;
}

.company-right p a:hover{
	opacity: 0.6;
}

.company-right p a img{
	width: 13px;
	margin-left: 3px;
}



.gmap iframe{
	width: 100%;
}

.gmap.gmap1{
	margin:20px 0 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #D7D7D7;
}

.gmap{
	margin:20px 0 0;
}

.copy{
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	margin: 0;
	padding-top: 40px;
}

.ob-1{
	position:absolute;
	z-index: 5;
	width: 220px;
	right: -8px;
	top: -150px;
}

.ob-2{
	position:absolute;
	left: -10px;
	top: -65px;
	width: 245px;
	z-index: 1;

}

.ob-4{
	position:absolute;
	z-index: 5;
	width: 247px;
	right: -8px;
	top: -175px;
}

.ob-5{
	position:absolute;
	z-index: 5;
	width: 175px;
	right: -8px;
	top: -165px;
}

.ob-7{
	position:absolute;
	z-index: 5;
	width: 185px;
	right: -8px;
	top: -138px;
}

.ob-9{
	position:absolute;
	z-index: 5;
	width: 247px;
	right: -8px;
	top: -170px;
}

.ob-10{
	position:absolute;
	z-index: 5;
	width: 291px;
	right: 13px;
	top: -130px;
}

.ob-12{
	position:absolute;
	z-index: 5;
	width: 185px;
	right: -8px;
	top: -133px;
}

.ob-11{
	position:absolute;
	z-index: 5;
	width: 175px;
	right: 8px;
	top: -133px;
}

.ob-13{
	position:absolute;
	z-index: 5;
	width: 220px;
	right: -10px;
	top: -155px;
}


#price , #faq{
	margin-top: 0;
	padding-top: 100px;
}

.move1{
  transform: translate(0, 8%);
  transition: 0.7s;
  transition-delay: 0.1s;
  opacity: 0;
}

.move1.is-show{
  transform: translate(0, 0);
  opacity: 1;
}

.move2{
  transform: translate(0, 8%);
  transition: 0.7s;
  transition-delay: 0.3s;
  opacity: 0;
}

.move2.is-show2{
  transform: translate(0, 0);
  opacity: 1;
}

.move3{
  transform: translate(0, 8%);
  transition: 0.7s;
  transition-delay: 0.5s;
  opacity: 0;
}

.move3.is-show3{
  transform: translate(0, 0);
  opacity: 1;
}

.move4{
  transform: translate(0, 0);
  transition: 0.7s;
  transition-delay: 0.1s;
  opacity: 0;
}

.move4.is-show4{
  transform: translate(0, 0);
  opacity: 1;
}

.move5{
  transition: 0.6s;
  transition-delay: 0.2s;
  opacity: 0;
}

.move5.is-show5{
  opacity: 1;
}

.ob-8{
	width: 300px;
	position:absolute;
	right: -25px;
	top: -10px;
	max-width: 35%;
}

.circle{
	position:absolute;
	width: 229px;
	height: 229px;
	background: #EFE032;
	border-radius: 50%;
}

.circle-1{
	left: -30px;
	top: 26%;
}

.circle-2{
	left: 26.5%;
	bottom:52px;
}

.circle-3{
	right: 0;
	top: 18%;
}

.c1{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 25px;
	position:relative;
	padding:0 5px;
	letter-spacing: 0;
}

.c1:before{
	content: '';
	position:absolute;
	left:50%;
	bottom: -10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
	background: #231815;
	width: 29px;
	height: 1px;
}

.c2{
	font-size: 14px;
	margin: 0;
	margin-bottom: 0;
	padding:0 30px;
	line-height: 1.6;
	letter-spacing: 0;
}

.c1.ver2{
	font-size: 18px;
	margin:25px 0 20px;
	line-height: 1.3;
}

.c2.ver2{
	font-size: 13px;
	padding:0 30px;
}

.area-top-space3{
	margin-top: 120px;
}

.top-btn{
	width: 74px;
	position:sticky;
	bottom: 360px!important;
	right: 0;
	transition: 0.4s;
	opacity: 0;
	z-index: 99;
	display:block;
	margin-left:auto;
	margin-right: 10px;
	text-align: right;
}

.top-btn.op1{
	opacity: 1;
}

.top-btn img{
	width: 74px;
}

.top-btn:hover{
	transform: translateY(-10px);
}

.form-box{
	background: white;
	box-sizing:border-box;
	padding:0.4vw 2vw 1.2vw;
	width: 100%;
	border-radius: 20px;
	box-shadow: 3px 3px 3px #CCC;
}

.form-box p.must{
	margin:0.5vw 0 0.1vw;
	font-size: 0.8vw;
	font-weight: bold;
}

.wpcf7-not-valid-tip{
	font-size: 0.8vw!important;
	line-height: 1!important;
}

.wpcf7 form .wpcf7-response-output{
	font-size: 0.8vw!important;
	position:relative;
	z-index: 99;
}

.radio{
	margin-top: 0.2vw;
}

.form-box p.must span{
	position:relative;
}

.form-box p.must span:after{
	content: '';
	position:absolute;
	right: -11px;
	top: 5px;
	width: 7px;
	height: 7px;
	background: #FF0000;
	border-radius: 50%;
}

.form-box p{
	margin: 0;
}

.radio .wpcf7-list-item{
	display:block;
	margin: 0;
	line-height: 1.6;
	font-size: 0.9vw;
	font-weight: bold;
}

.ap-none input , .ap-none textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;	
}

.ap-none input{
	border: 0!important;
	border-bottom:1px solid #DBDBDB!important;
	font-size: 0.8vw;
	line-height: 1.6;
	letter-spacing: 0.04em;	
	font-weight: 500;
	padding:0.25vw 5px;
	width: 100%;
	box-sizing:border-box;
	font-family: 'Noto Sans JP', sans-serif;
}

.ap-none textarea{
	margin-top: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.8vw;
	line-height: 1.6;
	letter-spacing: 0.04em;
	font-weight: 500;
	width: 100%;
	box-sizing:border-box;
	padding: 14px;
	border:1px solid #DBDBDB;
	height: 9vw;
	resize: none;
}

.submit-button p{
	margin:17px 0 0;
	position:relative;
	line-height: 1;
}

.submit-button p:before{
	content: '';
	position: absolute;
	left: 43px;
	width: 2.1vw;
	height:1.2vw;
	top:50%!important;
    transform: translateY(calc(-50% + -12px));
    -webkit-transform: translateY(calc(-50% + -12px));
    -ms-transform: translateY(calc(-50% + -12px));	
	background-image: url('img/mail2.png');
	background-size: cover;
	
	z-index: 7;
	cursor: pointer;
}

.submit-button p{
	height: auto;
}


.submit-button p input{
	font-size: 1.2vw;
	background-image:url('img/mail-bg.png');
	background-size: cover;
	background-position: center;
	color:white;
	text-align: center;
	width: 100%;
	box-sizing:border-box;
	padding:0.7vw 0;
	padding-left: 20px;
	border-radius: 30px;
	border: 0!important;
	cursor: pointer;
	position:relative;
	z-index: 3;
	box-shadow: 5px 5px 5px #333;
}

.form-box ::placeholder{
	 color: #C9C9C9;
}

.form-ob{
	position:absolute;
	right: -35px;
	bottom:40px;
	width: 146px;
}

.right-fix .ap-none.textarea{
	position:relative;
}

.right-fix .ap-none.textarea:after{
	content: '';
	position:absolute;
	right: -70px;
	bottom: -50px;
	width: 146px;
	height: 234px;
	background-image: url('img/form-ob.png');
	background-size: cover;
	z-index: 2;	
}

.right-fix h2{
	text-align: center;
	font-size: 1.5vw;
	margin:0 0 1.4vw;
}

.right-fix h2 span.bb{
	border-bottom:2px solid #231815;
	padding:0 10px;
}

.right-fix h2 .r-dot{
	position:relative;
}

.right-fix h2 .r-dot:before{
	content: '';
	position:absolute;
	left: 50%;
	top: -5px;
	width: 6px;
	height: 6px;
	background: #231815;
	border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.r-tel{
	display:flex;
	justify-content: center;
	text-decoration: none;
	align-items: flex-start;
}

.r-tel .tl3{
	text-align: center;
	font-size: 0.9vw;
	margin-top: 3px;
	margin-bottom: 0.6vw;
	font-weight: bold;
	padding-right: 10%;
}

.r-tel .tl2{
	font-size: 1.7vw;
}
.r-tel .tl2 span.deco1:before , .r-tel .tl2 span.deco2:before , .r-tel .tl2 span.deco3:before , .r-tel .tl2 span.deco4:before , .r-tel .tl2 span.deco5:before , .r-tel .tl2 span.deco6:before{
	top: -8px;
}

.right-fix{
	top: 40px;
}

.sp{
	display: none!important;
}

.pimg-20{
	position:relative;
	top: 20px;
}

.fix-contact{
	position:fixed;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	display:flex;
	align-items: center;
	z-index: -1;
	cursor: pointer;
	transition: 0.4s;
	opacity: 0;
}

.fix-contact.block{
	z-index: 9999;
	background: rgba(0,0,0,0.8);
	opacity:1;
}

.fix-content{
	background: white;
	display:block;
	width: 700px;
	max-width: 90%;
	margin:0 auto;
	border-radius: 30px;
	padding:65px 30px 25px;
	position:fixed;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);	
	z-index: -1;
	cursor: initial;
	transition: 0.4s;
	opacity:0;
}

.fix-content.block{
	z-index: 999999999;
	opacity:1;
}

.fix-content .submit-button p input{
	width: 400px;
	max-width: 100%;
	display:block;
	margin:0 auto;
}

.fix-content .submit-button p:before{
		left: 28%;
}

.close{
	position:absolute;
	right: 35px;
	top: 20px;
	width: 16px;
	cursor: pointer;
}

.form-area{
	width: 360px;
	max-width: 100%;
	display:block;
	margin:0 auto;
	position:relative;
}

.right-fix .tl2{
	letter-spacing: 0;
	font-size: 41px;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.r-tel img{
	width: 36px;
}

.r-tel .img-side{
	margin-top: 6px;
	padding: 4px;
	border-radius: 5px;
}


.right-fix{
	height:100%;
	box-sizing:border-box;
	overflow: auto;
	padding-bottom: 60px;
	-webkit-overflow-scrolling: touch;
}

.fix-content{
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-height:100%;
	box-sizing: border-box;
	padding-bottom: 50px;
}

.over{
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
}

.wpcf7 form .wpcf7-response-output{
	padding:3px!important;
}


@media screen and (max-width: 1500px){

	.r-tel .tl2 span.deco1:before, .r-tel .tl2 span.deco2:before, .r-tel .tl2 span.deco3:before, .r-tel .tl2 span.deco4:before, .r-tel .tl2 span.deco5:before, .r-tel .tl2 span.deco6:before{
		top: -11px;
	}
	.right-fix h2{
		font-size: 1.6vw;
	}

	.r-tel .tl2{
		font-size: 1.9vw;
	}

	.r-tel img{
		width: 1.9vw;
	}

	.r-tel .tl3{
		font-size: 0.9vw;
	}

	.form-box p.must{
		font-size: 1vw;
	}

	.ap-none input{
		font-size: 1vw;
	}

	.radio .wpcf7-list-item{
		font-size: 1vw;
	}

	.ap-none textarea{
		font-size: 1vw;
	}

	.right-fix{
		top: 30px;
	}



}


@media screen and (max-width: 1450px) {

	.voice-r .hk1{
		width: 60px;
		left: -20px;
		bottom: 0;
	}

	.voice-r .hk2{
		width: 60px;
		right: -20px;
		bottom: 0;
	}

}



@media screen and (max-width: 1300px){

	.r-tel .img-side{
		margin-top: 2px;
	}

	.right-fix .ap-none.textarea:after{
		content: '';
		position:absolute;
		right: -40px;
		bottom: -40px;
		width: 106px;
		height: 176px;
		background-image: url('img/form-ob.png');
		background-size: cover;
		z-index: 2;	
	}


	.section-8 .wrap{
		margin-bottom: -95px;
	}

	.top-btn img{
		width: 56px;
	}

	.top-btn{
		line-height: 1;
		width: 56px;
		margin-right: 5px;
		bottom: 350px!important;
	}

	.right-fix h2{
		font-size: 2vw;
		margin-bottom: 2.5vw;
	}

	.r-tel .tl2{
		font-size: 2.5vw;
	}

	.form-box p.must , .ap-none input , .radio .wpcf7-list-item{
		font-size: 1.2vw;
	}

	.wpcf7-not-valid-tip{
		font-size: 1.2vw!important;
	}

	.wpcf7 form .wpcf7-response-output{
		font-size: 1.2vw!important;
	}

	.r-tel .tl3{
		font-size: 1.2vw;
	}

	.submit-button p input{
		font-size: 1.6vw;
		padding:0.8vw 0;
	}

	.ap-none textarea{
		font-size: 1.2vw;
		height: 11vw;
	}

	.submit-button p:before{
		width: 2.6vw;
		height: 1.6vw;
		top: 1.3vw;
		left: 2vw;
	}

	.right-fix h2 .r-dot:before{
		width: 4px;
		height: 4px;
		top: -3px;
	}

	.r-tel img{
		width: 2.5vw;
	}

	.m-text{
		width: 60%;
	}

	.tl1{
		font-size: 1.3vw;
	}

	.tl2{
		font-size: 4.2vw;
	}

	.circle{
		width: 20vw;
		height:20vw;
	}

	.tel-bg{
		padding:30px 15px 25px;
	}

	.point-num2 , .point-num1{
		width: 6vw;
		height: 6vw;
	}

	.size1{
		margin-top: 1.5vw;
	}

	/*12px*/
  .copy , .c2.ver2	, .small-text{
		font-size: 1.1vw;
	}

	/*13px*/
	.size1 , .header-right ul li a , .c2{
		font-size: 1.2vw;
	}

	/*15px*/
	.company-left p , .ya2-right div p , .s5-info p , .sl-4 div p , .vil2 , .vil1 , .price-caution{
		font-size: 1.35vw;
	}

	/*16px*/
 	.company-right p , .message-text , .c1 , .damage-text , .ya2-left .ya2-l2 , .s5-content , .ari-info2 , .type-text , .ya-left p , .slr-2 , .slide-area .slide p , .area-sub , .voice-content , .flow-sub , .step-right p , .step-left p , .credit1 , .tl3 , .s2-block p , .tel-right a , .point-text{
		font-size: 1.5vw;
	}

	/*19px*/
	.type2 .point-right h3 , .s5-info h3{
		font-size: 1.7vw;
	}

	/*22px*/
	.size2 , .map-title , .ya2-left h3 , .rel p , .ya-left h3 , .slr-1 , .slide-area .slide p:before , .slide-area .qa p , .voice-content span , .omitumori-t , .type1 .point-left h3 , .binder-white ul li{
		font-size: 1.8vw;
	}

	/*27px*/
	.message-sub , .ya2-left .ya2-l1{
		font-size: 2.2vw;
	}

	/*30px*/
	.ya2-left .ya2-l1 span.size2 , .step-right h3 ,.binder-white ul li span , .reco{
		font-size: 2.5vw;
	}


	/*32px*/
	.type2 .point-right h3 span , .section-4 h2 , .slide-area .qa p:before , .anshin2 , .section-3 h2.anshin , .caution-title{
		font-size: 3.2vw;
	}

	/*35~40px*/
	.ya-left h3 .st-1 , .voice-r h2 , .flow-t , .anshin3 .border , .reco .reco-strong , .section-2 .wrap h2 , .type1 .point-left h3 span , .reco .red{
		font-size: 3.7vw;
	}

	/*45px*/
	.section-4 h2 .s4-big , .caution-title .yellow{
		font-size: 3.9vw;
	}

	/*50px*/
	.ya2-left .ya2-l1 span.size1 , .ya-left h3 .st-2 , .voice-r h2 span , .anshin3 .black , .reco .dot , .section-3 h2.anshin .border , .type1 .point-left h3 span.big{
		font-size: 4.1vw;
	}

	/*60px*/
	.flow-t .big{
		font-size: 4.5vw;
	}

	/*69px*/
	p.sll-1{
		font-size: 4.8vw;
	}

	.damage-flex div p{
		font-size: 1.5vw;
		width: 42%;
		height: auto;
		line-height: 2;
	}

	.yellow-area2{
		padding:35px 25px;
	}

	.ob-8{
		width: 20vw;
	}

	.voice-l img{
		width: 200px;
		top: 32px;
	}

	.voice-l{
		width: 30%;
	}

	.voice-r{
		width: 70%;
	}

	.section-3 h2.anshin{
		padding-left: 17%;
	}


	.s2-block p span{
		padding:3px 15px;
	}

	.ob-1{
		width: 190px;
	}

	.object3{
		width: 16vw;
	}

	.ob-4{
		width: 190px;
		top: -110px;
	}

	.ob-5{
		width: 140px;
		top: -115px;
	}

	.voice-info{
		padding-left: 10%;
	}

	.ob-10{
		width: 230px;
		top: -55px;
		right:2vw;
	}





}


@media screen and (max-width: 1100px){

	.top-btn{
		margin-right: 0;
		right: 0!important;
		bottom: 300px!important;
	}

	.header-left h1 img{
		width: 16vw;
	}

	.tl2{
		font-size: 3.9vw;
	}

	.ob-2{
		width: 22vw;
	}

	.object3{
		right: -15px;
	}

	.price-caution{
		padding-left: 0;
	}

	.step-box{
		padding:30px 20px;
	}

	.tl2 span.deco1:before , .tl2 span.deco2:before , .tl2 span.deco3:before , .tl2 span.deco4:before , .tl2 span.deco5:before , .tl2 span.deco6:before{
		font-size: 1.1vw;
		top: -5px;
	}

	.img-side{
		padding:6px;
		margin-top: 2px;
	}

	.tel-left a div img{
		width: 32px;
	}

	.rel p{
		width: 70%;
		padding:10px 0;
		height: auto;
	}

	.s5-flex .s5-box{
		padding:20px 15px 25px;
	}

	.ari-2{
		width: 70px;
		margin-right: 30px;
	}

	.ari-1{
		width: 76px;
		margin-right: 30px;
	}

	.ya2-left .ya2-l1{
		font-size: 2vw;
	}

	.c1{
		margin-top: 1.5vw;
	}

	.c1.ver2{
		font-size: 1.5vw;
		margin-top: 1.5vw;
	}

	.c2.ver2{
		padding:0 24px;
	}

	.tel-left{
		padding-right: 5px;
	}

	.tel-right{
		padding-left: 5px;
	}

	.tel-right a img{
		width: 24px;
		margin-right: 7px;
	}

	.top-btn{
		right: 26vw;
		bottom: 30px;
	}

	.anshin2 img{
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

	.ob-1{
		width: 160px;
		top: -127px;
	}

	.ob-2{
		width: 21vw;
		top: 3px;
	}

	.point{
		padding:28px 20px;
	}

	.rel .hk-1{
		width: 50px;
		left: -40px;
	}

	.rel .hk-2{
		width: 50px;
		right: -40px;
	}

	.anshin3{
		font-size: 3vw;
	}

	.voice-l img{
		width: 18vw;
	}


	.voice-r h2{
		font-size: 3.2vw;
	}

	.ob-7{
		width: 150px;
		top: -105px;
	}

	p.sll-1 img{
		width: 60px;
	}

	.sl-4{
		padding: 0 0 35px;
	}

	.yellow-area1{
		padding:25px 20px 30px;
	}

	.ob-9{
		width: 170px;
		top: -98px;
	}

	.ari-2{
		width: 55px;
		margin-right: 20px;
	}

	.ari-1{
		width: 60px;
		margin-right: 20px;
	}

	.s5-content:before{
		width: 50px;
	}

	.ob-10{
		right: 0;
	}

	.ya2-left{
		padding-right: 10px;
	}

	.ya2-right{
		padding-left:10px;
	}

	.ya2-right div p br{
		display:none;
	}

	.ob-11{
		width: 120px;
		top: -100px;
	}

	.map-title span img.s2-img{
		right: -40px;
		bottom: -20px;
	}

	.map-title span img.s1-img{
		left: -40px;
		top: -20px;
	}

	.map-title span img{
		width: 27px;
	}

	.map-title{
		font-size: 2vw;
	}

	.ob-12{
		width: 120px;
		top: -80px;
	}

	.gmap iframe{
		height: 240px;
	}

	.ob-13{
		width: 130px;
		top: -85px;
	}

	.circle-2{
		bottom:0;
		left: 25.5%;
	}

	.name-area p span{
		font-size: 0.8vw;
	}

	.name-area p{
		font-size: 1.2vw;
	}














}


.bottom-fix{
	display:none;
}

@media screen and (max-width: 900px){

	.bottom-fix{
		display:block;
		position:fixed;
		bottom: 20px;
		left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);		
		width: calc(100% - 40px)!important;
		margin:0 auto;
		background-image: url(img/tel-bg.png);
    background-position: center;
    border-radius: 20px;
    color:black;
    text-align: center;
    font-size: 20px;
    padding:15px!important;
    box-sizing:border-box;
    font-weight: bold;
    z-index: 990;
   	box-shadow: 4px 4px 4px #ccc;
	}

	.fix-content{
		padding:60px 20px 15px;
	}

	.bf1{
		margin: 0;
		text-align: center;
		font-size: 18px;
	}

	.bf1 span{
		padding:0 10px;
		border-bottom:2px solid #231815;
	}

	.f-center{
		display:flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}

	.f-center a.tel-side{
		display:flex;
		align-items: center;
		text-decoration: none;
	}

	.f-center a.tel-side .tl2{
		margin-right: 25px;
		font-size: 36px;
		text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
	}

	.f-center a.tel-side img{
		width: 22px;
		line-height: 1;
	}

	.f-center a.tel-side .img-side{
		padding:1px;
		border-radius: 6px;
		line-height: 1;
	}

	.f-center .tr2 a{
		background-image: url(img/mail-bg.png);
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding:10px 20px;
    border-radius: 20px;
    border: 0!important;
    cursor: pointer;
    position: relative;
    display:flex;
    align-items: center;
    font-size: 17px;
    z-index: 3;
    margin-top: -10px;
    box-shadow: 3px 3px 3px #333;
	}

	.f-center .tr2 a img{
		width: 24px;
		margin-right: 3px;
	}

	.fix-content .form-box p.must{
		font-size: 1.6vw;
		margin-top: 1.2vw;
		margin-bottom: 0;
	}

	.wpcf7-not-valid-tip{
		font-size: 1.6vw!important;
	}

	.wpcf7 form .wpcf7-response-output{
		font-size: 1.6vw!important;
	}

	.fix-content .ap-none input , .fix-content  .ap-none textarea{
		font-size: 1.6vw;
	}

	.fix-content .radio .wpcf7-list-item{
		font-size: 1.6vw;
	}

	.fix-content .submit-button p:before{
		width: 3vw;
		height: 2vw;
		left: 32%;
		top: 1.5vw;
	}

	.fix-content .ap-none textarea{
			height: 13vw;
	}

	.fix-content .submit-button p input{
		font-size: 2vw;
		padding:1vw 0;
	}

	.right-fix{
		display:none;
	}

	.main-area{
		width: 100%;
		padding: 0;
	}

	.top-btn{
		right: 2vw;
	}

	.header-left h1 img{
		width: 19vw;
	}

	.size1, .header-right ul li a, .c2{
		font-size: 1.5vw;
	}

	.tl1{
		font-size: 1.5vw;
	}

	.tl2{
		font-size: 5.4vw;
	}

	.size1{
		margin-top: 2.7vw;
	}

	.company-right p, .message-text, .c1, .damage-text, .ya2-left .ya2-l2, .s5-content, .ari-info2, .type-text, .ya-left p, .slr-2, .slide-area .slide p, .area-sub, .voice-content, .flow-sub, .step-right p, .step-left p, .credit1, .tl3, .s2-block p, .tel-right a, .point-text{
		font-size: 1.7vw;
	}

	.size2, .map-title, .ya2-left h3, .rel p, .ya-left h3, .slr-1, .slide-area .slide p:before, .slide-area .qa p, .voice-content span, .omitumori-t, .type1 .point-left h3, .binder-white ul li{
		font-size: 2.1vw;
	}

	.ya-left h3 .st-1, .voice-r h2, .flow-t, .anshin3 .border, .reco .reco-strong, .section-2 .wrap h2, .type1 .point-left h3 span, .reco .red{
		font-size: 4vw;
	}

	.type2 .point-right h3 span, .section-4 h2, .slide-area .qa p:before, .anshin2, .section-3 h2.anshin, .caution-title{
		font-size: 3.5vw;
	}

	.section-3 h2.anshin .big{
		font-size: 70px;
	}

	.ya2-left .ya2-l1 span.size1, .ya-left h3 .st-2, .voice-r h2 span, .anshin3 .black, .reco .dot, .section-3 h2.anshin .border, .type1 .point-left h3 span.big{
		font-size: 4.5vw;
	}

	.ob-2{
		width: 25vw;
		top: -25px;
	}

	.point-num2, .point-num1{
		width: 9vw;
		height: 9vw;
	}

	.object3{
		width: 20vw;
	}

	.circle{
		width: 24vw;
		height: 24vw;
	}

	.c1{
		margin-top: 2.5vw;
	}

	.c1.ver2{
		font-size: 1.8vw;
		margin-top: 2vw;
	}

	.c2.ver2 , .c2{
		padding:0 2.4vw;
	}

	.copy, .c2.ver2, .small-text{
		font-size: 1.4vw;
	}

	.company-left p, .ya2-right div p, .s5-info p, .sl-4 div p, .vil2, .vil1, .price-caution{
		font-size: 1.5vw;
	}

	.circle-2{
		left: 31.5%;
		bottom: 3.5vw;
	}

	body{
		padding-bottom: 100px;
	}


} 


#nav{
  position: fixed;
  height: 100vh;
  width: 100%;
  right: -100%;
  top: 0;
  background: white;
  transition: .7s;
  padding-top:40px;
  z-index:991;
}

.in{
  transform: translateX(-100%); 
  
}


@media screen and (max-width: 767px){

	.bottom-fix{
		padding:15px 13px!important;
	}

	.bf1 span{
		padding:0 5px;
	}

	.f-center a.tel-side img{
		width: 18px;
		padding:2px ;
	}

	.bf1{
		font-size: 14px;
		letter-spacing:0;
	}

	.f-center a.tel-side .tl2{
		margin-right: 15px;
		font-size: 26px;
	}

	.f-center .tr2 a{
		padding:8px 14px;
		font-size: 14px;
		margin-top: -8px;
	}

	.f-center .tr2 a img{
		width: 18px;
	}

	.f-center .tl2 span.deco1:before, .f-center .tl2 span.deco2:before,.f-center  .tl2 span.deco3:before,.f-center  .tl2 span.deco4:before,.f-center  .tl2 span.deco5:before,.f-center  .tl2 span.deco6:before{
		font-size: 10px;
    top: -9px;
	}

	.menu_button{
	 width:40px;
	 height:20px;
	 outline: none;
	 border: none;
	 font-size: 20px;
	 margin-left:auto;
	 margin-top:0px;
	 display:block;
	 position:absolute;
	 right: 10px;
	 top: 22px;
	 z-index: 99;
	}

	header{
		box-sizing:border-box;
	}

	.main-area{
		margin-top: 75px;
	}


	.navmenu{
		padding-bottom:0px;
	}

	.fix-content .form-box p.must{
		font-size: 1.9vw;
	}

	.wpcf7-not-valid-tip{
		font-size: 1.9vw!important;
	}	

	.wpcf7 form .wpcf7-response-output{
		font-size: 1.9vw!important;
	}

	.fix-content .ap-none input, .fix-content .ap-none textarea{
		font-size:1.9vw;
	}

	.fix-content .radio .wpcf7-list-item{
		font-size: 1.9vw;
	}

	.fix-content .submit-button p input{
		font-size: 2.5vw;
	}

	.fix-content .submit-button p:before{
		width: 3.6vw;
		height: 2.3vw;
		top: 1.75vw;
		left: 30%;
	}

	.tel-right a{
		display:flex!important;
		align-items: center!important;
	}


	.menu_button .menu_icon01 {
	  display: block;
	  cursor: pointer;
	  transition: .7s;
	}
	.menu_button .menu_icon01 span {
	  display: block;
	  width: 30px;
	  height: 2px;
	  background: #212A41;
	  margin-bottom: 7px;
	  transition: .7s;
	}

	.menu_button.open .menu_icon01 span{
		background:black;
	}


	.menu_button.open .menu_icon01{
	  transform: rotate(-45deg);
	}
	.menu_button.open .menu_icon01 .bar1 {
	  transform: rotate(0deg)translateX(3px) translateY(3px);
	}

	.menu_button.open .menu_icon01 .bar2 {
	  opacity: 0;
	}
	.menu_button.open .menu_icon01 .bar3 {
	    transform: rotate(-90deg) translateX(13px)translateY(4px);
	}


	#nav ul{
		padding: 0;
		list-style: none;
		margin:60px 0 30px;
	}

	#nav ul li{
		text-align: center;
		font-size: 20px;
		margin:4vw 0;
	}

	 #nav ul li a{
	 	text-align: center;
	 	color:#231815;
	 	text-decoration: none;
	 	font-weight: bold;
	 }

	 .c-link{
	 	display:block;
	 	width: 400px;
	 	max-width: 100%;
	 	margin:0 auto;
	 	background-image: url(img/mail-bg.png);
    background-size: cover;
    background-position: center;
    padding:15px 0;
    text-align: center;
    color:white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 30px;
    cursor: pointer;
	 }

	 .c-link img{
	 	width: 30px;
	 	margin-right: 3px;
	 	position:relative;
	 	top: 2px;
	 }

	.fix-content{
		box-sizing: border-box;
	}

	.pimg-20{
		top: 0;
	}

	.mv{
		height: 88vw;
		object-fit: cover;
	}

	body{
		padding:15px ;
	}

	.tel-bg{
		background-size: initial;
	}

	.header-right{
		display:none;
	}

	.header-left h1 img{
		width: 23vw;
	}

	.name-area{
		top: 9.5vw;
		right: 8vw;
	}

	.mainV{
		padding:25vw 0 30px;
	}

	.m-text{
		width: 70%;
	}

	.tel-bg{
		display:block;
	}

	.tel-left{
		width: 100%;
		padding: 0;
	}

	.tel-right{
		width: 100%;
		padding: 0;
	}

	.tel-right a{
		width: 60%;
	}

	.tl1{
		font-size: 2.5vw;
	}

	.tel-left a{
		justify-content: center;
	}

	.tl2{
		font-size: 6.5vw;
	}

	.tel-left a div img{
		width: 45px;
	}

	.company-right p, .message-text, .c1, .damage-text, .ya2-left .ya2-l2, .s5-content, .ari-info2, .type-text, .ya-left p, .slr-2, .slide-area .slide p, .area-sub, .voice-content, .flow-sub, .step-right p, .step-left p, .credit1, .tl3, .s2-block p, .tel-right a, .point-text{
		font-size: 2.2vw;
	}

	.tl3{
		margin-top: 3px;
	}

	.tel-right a{
		display:block;
		margin:15px auto 0;
		text-align: center;
	}

	.ob-1{
		width: 18vw;
		top: -13vw;
		right: -30px;
	}

	.s2-flex{
		display:block;
	}

	.s2-block{
		display:block;
		width: 100%;
		margin-bottom: 40px;
	}

	.section-2{
		background-size: contain;
		background-repeat: repeat;
	}

	.point{
		display:block;
	}

	.type1 .point-left , .type2 .point-right{
		width: 100%;
		padding:0;
	}

	.type1 .point-right , .type2 .point-left{
		width: 100%;
		padding:0;		
	}

	.size2, .map-title, .ya2-left h3, .rel p, .ya-left h3, .slr-1, .slide-area .slide p:before, .slide-area .qa p, .voice-content span, .omitumori-t, .type1 .point-left h3, .binder-white ul li{
		font-size: 2.7vw;
	}

	.ya-left h3 .st-1, .voice-r h2, .flow-t, .anshin3 .border, .reco .reco-strong, .section-2 .wrap h2, .type1 .point-left h3 span, .reco .red{
		font-size: 4.7vw;
	}

	.ya2-left .ya2-l1 span.size1, .ya-left h3 .st-2, .voice-r h2 span, .anshin3 .black, .reco .dot, .section-3 h2.anshin .border, .type1 .point-left h3 span.big{
		font-size: 5.2vw;
	}

	.type1 .point-left h3{
		white-space: inherit;
	}

	.pc{
		display:none!important;
	}

	.sp{
		display:block!important;
	}

	.type2 .point-right h3, .s5-info h3{
		font-size: 2.5vw;
	}

	.type2 .point-right h3 span, .section-4 h2, .slide-area .qa p:before, .anshin2, .section-3 h2.anshin, .caution-title{
		font-size: 4.7vw;
	}

	.type2 .point-right h3 span.border , .type1 .point-left h3 span.border{
		margin:0 2px;
	}

	.point img{
		width: 100%;
		margin-top: 20px;
	}

	.point{
		margin-bottom: 55px;
	}

	.ya2-left .ya2-l1 span.size2, .step-right h3, .binder-white ul li span, .reco{
		font-size: 3.4vw;
	}

	.ob-4{
		width: 19vw;
		top: -78px;
	}

	.anshin3{
		font-size: 4vw;
	}

	.company-left p, .ya2-right div p, .s5-info p, .sl-4 div p, .vil2, .vil1, .price-caution{
		font-size: 1.9vw;
	}

	.step-box{
		display:block;
	}

	.step-left , .step-right{
		width: 100%;
		padding: 0;
	}

	.step-left p{
		margin-bottom: 20px;
	}

	.ob-5{
		width: 17.5vw;
		top: -78px;
	}

	.voice-l img{
		width: 22vw;
	}

	.ob-7{
		width: 22vw;
		top: -98px;
	}

	.ob-9{
		width: 22vw;
	}

	.voice-flex{
		display:block;
	}

	.voice-box{
		width: 100%;
		margin-bottom:35px;
	}

	.voice-info{
		justify-content: left;
	}

	.voice-info{
		padding: 0;
	}

	.slide-area .slide p:before{
		font-size: 3vw;
		top: 24px;
	}

	.slide-area .qa p:before{
		top: 14px;
	}

	.section-4 h2 .s4-big, .caution-title .yellow{
		font-size: 4.5vw;
	}

	.section-4 h2 br{
		display: none;
	}

	.sl-4{
		flex-wrap:wrap ;
	}

	.sl-4 div{
		width: 48%;
		margin-bottom: 20px;
	}

	.sl-left{
		padding-right: 5px;
	}

	.sl-right{
		padding-left: 5px;
	}

	p.sll-1{
		font-size: 5.3vw;
	}

	.flex-3{
		display:block;
	}

	.flex-3 .f3-box{
		width: 100%;
		margin-bottom: 35px;
	}

	.rel p{
		width: 45%;
	}

	.type-text{
		margin-top: 15px;
	}

	.s5-flex{
		display:block;
	}

	.s5-flex .s5-box{
		width: 100%;
		margin-bottom: 40px;
	}

	.s5-content:before{
		top: -28px;
	}

	.ya2-left .ya2-l1{
		font-size: 3vw;
	}

	.yellow-area2{
		display:block;
	}

	.ya2-left{
		width: 100%;
		padding: 0;
	}

	.ya2-right{
		width: 100%;
		padding: 0;
	}

	.map-flex{
		display:block;
	}

	.mf-left{
		width: 100%;
		padding: 0;
	}

	.mf-right{
		width: 100%;
		padding: 0;
	}

	.damage-area img{
		position:relative;
	}

	.circle{
		position:absolute;
		z-index: 3;
	}

	.damage-flex div{
		width: 48%;
	}

	.damage-flex div p{
		font-size: 2.5vw;
	}

	.message-sub, .ya2-left .ya2-l1{
		font-size: 3vw;
	}

	.company-flex{
		display:block;
	}

	.company-left{
		width:100%;
		border: 0;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-left: 10px;
		padding-right: 10px;		
	}

	.company-right{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.copy, .c2.ver2, .small-text{
		font-size: 1.7vw;
	}

	.size1, .header-right ul li a, .c2{
		font-size: 1.7vw;
	}

	.type2 .point-right h3 span.big , .type1 .point-right h3 span.big{
		font-size: 8vw;
	}

	.spc-area{
		width: 100%;
		box-sizing:border-box;
		border-radius: 20px;
		padding:30px 20px;
		background:#EFE032;
		position:relative;
		bottom:20px;
	}

	.spc1{
		margin: 0;
		font-weight: bold;
		font-size: 3.4vw;
	}

	.spc2{
		border-bottom:1px solid #231815;
		margin:5px 0 20px;
		padding-bottom: 20px;
		font-size: 2.5vw;
	}

	.spc2.spc2-last{
		margin-bottom: 0;
		padding-bottom: 0;
		border: 0;
	}

	.damage-area img{
		width: calc(100% + 30px);
		position:relative;
		left: -15px;
	}

	.tel-left a{
		position:relative;
		z-index: 10;
	}

	.type2 .point-right h3{
		font-size: 2.7vw;
	}

	.size1{
		margin-top: 2.5vw;
	}

	.company-right{
		border-bottom:1px solid #D7D7D7;
	}

	header{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		background: white;
		width: 100%;
		padding:15px 20px;
	}

	.header-left h1 img{
		width: 202px;
	}

	.bottom-fix{
		padding:12px 0;
		font-size: 18px;
	}

	.c-link.bottom-fix img{
		width: 27px;
	}

	.top-btn{
		bottom: 70px;
	}

	body{
		padding-bottom: 90px;
	}	



}


@media screen and (max-width: 480px){

	.bottom-fix{
		width: calc(100% - 20px)!important;
		padding:16px 8px!important;
		border-radius: 10px;
	}

	.f-center a.tel-side img{
		width: 16px;
	}

	.f-center a.tel-side .img-side{
		padding:0!important;
		width: 20px!important;
		height: 14px!important;
		display:flex;
		align-items: center;
		justify-content: center;
	}

	.f-center{
		margin-top: 20px;
	}

	.bf1{
		font-size: 3vw;
	}

	.f-center a.tel-side .img-side{
		padding:0 1px 1px ;
		border-radius: 4px;
	}

	.f-center a.tel-side .tl2{
		font-size: 25px;
		margin-right:8px;
		letter-spacing: -0.02em;
		text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
	}

	.f-center .tr2 a{
		font-size: 12px;
		padding:4px 8px;
		margin-top: -4px;
		letter-spacing: 0;
	}

	.f-center .tr2 a img{
		width: 16px;
		margin-right: 2px;
	}

	.f-center a.tel-side .img-side{
		margin-right: 3px;
	}

	.f-center .tl2 span.deco1:before, .f-center .tl2 span.deco2:before, .f-center .tl2 span.deco3:before, .f-center .tl2 span.deco4:before, .f-center .tl2 span.deco5:before, .f-center .tl2 span.deco6:before{
		font-size: 1.8vw;
		top: -3px;
	}

	.bf1 span{
		padding-bottom: 2px;
	}

	.copy, .c2.ver2, .small-text{
		font-size: 2vw;
	}

	.menu_button .menu_icon01 span{
		margin-bottom: 5px;
	}

	.menu_button.open .menu_icon01 .bar3{
		transform: rotate(-90deg) translateX(10px)translateY(4px);
	}

	header{
		padding:15px 15px;
	}

	.header-left h1 img{
		width: 170px;
	}

	#nav ul{
		margin:65px 0 40px;
	}

	.c-link{
		font-size: 18px;
		padding:10px 0;
		width: 300px;
	}

	.c-link img{
		width: 24px;
		top:1px;
	}

	#nav ul li{
		font-size: 16px;
		margin:5.5vw 0;
	}

	.fix-content{
		max-width: 96%;
		padding:50px 10px 15px;
	}

	.close{
		right: 20px;
		top: 15px;
	}

	.fix-content .submit-button p:before{
		left: 42px;
		width: 7.5vw;
		height: 4.4vw;
	}

	.fix-content .form-box p.must{
		font-size: 3.5vw;
	}

	.wpcf7-not-valid-tip{
		font-size: 3.5vw!important;
	}	

	.wpcf7 form .wpcf7-response-output{
		font-size: 3.5vw!important;
		margin-top: 10px!important;
		margin-bottom: 0;
	}

	.fix-content .ap-none input, .fix-content .ap-none textarea{
		font-size: 3.5vw;
	}

	.fix-content .radio .wpcf7-list-item{
		font-size: 3.5vw;
	}

	.fix-content .submit-button p input{
		font-size: 4.5vw;
		padding:2vw 0;
	}

	.fix-content .ap-none textarea{
		padding:7px 5px;
		height: 25vw;
	}

	.fix-content{
		border-radius: 20px;
	}

	.mainV{
		padding:35vw 0 30px;
	}

	.section-1{
		padding:30px 15px 55px;
		overflow-x:hidden;
	}

	.m-text{
		width: 100%;
	}

	.mv{
		height: 130vw;
		width: calc(100% + 70px);
		left: -15px;
		object-fit: cover;
	}

	.name-area{
		right: 0;
	}

	.tl1{
		font-size: 2.85vw;
	}

	.tel-left a div img{
		width: 32px;
	}

	.tl2{
		font-size: 9vw;
	}

	.img-side{
		margin-top: -2px;
	}

	.company-right p, .message-text, .c1, .damage-text, .ya2-left .ya2-l2, .s5-content, .ari-info2, .type-text, .ya-left p, .slr-2, .slide-area .slide p, .area-sub, .voice-content, .flow-sub, .step-right p, .step-left p, .credit1, .tl3, .s2-block p, .tel-right a, .point-text{
		font-size: 3.4vw;
	}

	.section-3{
		padding-top: 80px;
	}

	.ya-left h3 .st-1, .voice-r h2, .flow-t, .anshin3 .border, .reco .reco-strong, .section-2 .wrap h2, .type1 .point-left h3 span, .reco .red{
		font-size: 5.6vw;
	}

	.thm:before{
		width: 40px;
		height: 40px;
	}

	.ob-2{
		width: 24vw;
		top: 40px;
	}

	.section-3 h2.anshin{
		padding-left: 11%;
	}

	.section-3 h2.anshin img{
		width: 30px;
	}

	.section-3 h2.anshin .big{
		font-size: 50px;
	}

	.ya2-left .ya2-l1 span.size1, .ya-left h3 .st-2, .voice-r h2 span, .anshin3 .black, .reco .dot, .section-3 h2.anshin .border, .type1 .point-left h3 span.big{
		font-size: 5.6vw;
	}

	.point-num2, .point-num1{
		width: 13vw;
		height: 13vw;
	}

	.size1, .header-right ul li a, .c2{
		font-size: 2.4vw;
	}

	.size2, .map-title, .ya2-left h3, .rel p, .ya-left h3, .slr-1, .slide-area .slide p:before, .slide-area .qa p, .voice-content span, .omitumori-t, .type1 .point-left h3, .binder-white ul li{
		font-size: 3.8vw;
	}

	.size1{
		margin-top: 3.45vw;
	}

	.type1 .point-left h3 span.big , .type2 .point-left h3 span.big{
		font-size: 8vw;
	}

	.point{
		padding:28px 15px;
	}

	.type2 .point-right h3, .s5-info h3 , .type1 .point-left h3{
		font-size: 4vw;
	}

	.section-4 h2 .s4-big, .caution-title .yellow{
		font-size: 5.5vw;
		margin:0 10px;
	}

	.rel .hk-1{
		width: 34px;
	}

	.rel .hk-2{
		width: 34px;
	}

	.binder-white{
		padding:60px 15px 40px;
	}

	.ya2-left .ya2-l1 span.size2, .step-right h3, .binder-white ul li span, .reco{
		font-size: 4.2vw;
	}

	body{
		padding:15px 10px;
	}

	.section-3 .wrap{
		padding:0 12px!important;
	}

	.company-left p, .ya2-right div p, .s5-info p, .sl-4 div p, .vil2, .vil1, .price-caution{
		font-size: 2.5vw;
	}

	.type2 .point-right h3 span, .section-4 h2, .slide-area .qa p:before, .anshin2, .section-3 h2.anshin, .caution-title{
		font-size: 5vw;
	}

	.flow-t .big{
		font-size: 5.7vw;
	}

	.voice-l img{
		width: 32vw;
		top: 53px;
		left: -22px;
	}

	.voice-l{
		width: 24%;
	}

	.voice-r{
		width: 76%;
	}

	.vi-right img{
		width: 46px;
	}

	.slide-area{
		padding:0 15px;
	}

	p.sll-1 img{
		width: 40px;
		left: -3px;
		top: -23px;
	}

	.ya-left h3 .st-2{
		height: auto;
		line-height: 1.7;
	}

	.ya-left{
		width: 100%;
	}

	.ob-8{
		width: 23vw;
		top: -70px;
		right: -15px;
	}

	.message-sub, .ya2-left .ya2-l1{
		font-size: 4vw;
	}

	.ya2-left .ya2-l1 span.size1{
		font-size: 7vw;
	}

	.size2{
		font-size: 4vw;
	}

	.ob-10{
		top: -20px;
	}

	.map-title{
		font-size: 3.6vw;
	}

	.wrap{
		padding:0 15px!important;
	}

	.area-top-space3{
		margin-top: 75px;
	}

	.binder-white ul li img{
		width: 22px;
		top: 9px;
	}

	.binder-white ul li{
		padding-left: 40px;
	}

	.object3{
		width: 28vw;
	}

	.reco .dot:before{
		top: -13px;
	}

	.reco{
		margin-bottom: 75px;
	}

	.credit2{
		max-width: 75%;
	}

	.voice-r .hk1{
		width: 36px;
	}

	.voice-r .hk2{
		width: 36px;
	}

	.voice-box{
		padding:27px 20px;
	}

	.vil1{
		font-size: 2.7vw;
	}

	.vil2{
		font-size: 3.3vw;
	}

	.slide-area .qa p{
		padding:13px 30px;
	}

	.slide-area .qa p:before{
		font-size: 24px;
		top: 15px;
	}

	.slide-area .slide p{
		padding:15px 30px 25px;
	}

	.slide-area .qa p:after{
		right: -5px;
		top: 25px;
	}

	.slide-area .qa p:before{
		left: 0;
	}

	.slide-area .slide p:before{
		font-size: 19px;
		top: 18px;
	}

	.slide-area .slide p:before{
		left: 1px;
	}

	.voice-content{
		margin-top: 18px;
	}

	.sl-flex{
		padding: 0 0 35px;
		margin-bottom: 35px;
	}

	.sl-left{
		margin-top: 10px;
	}

	.ya2-left h3{
		font-size: 4.2vw;
	}

	.map-title span img.s1-img{
		left: -30px;
	}

	.map-title span img.s2-img{
		right: -30px;
	}

	.area-top-space2{
		margin-top: 80px;
	}

	.damage-flex div p{
		font-size: 3.4vw;
	}

	.message-sub{
		font-size: 4.5vw;
		margin-bottom: 50px;
	}

	.voice-top{
		margin-top: 75px;
	}

	.name-area p span{
		font-size: 1.3vw;
	}

	.name-area p{
		font-size: 1.7vw;
	}

	.voice-r h2 span img{
		position: absolute;
    max-width: 100%;
    left: 0;
    bottom: -7px;
    transform: rotate(-2.5deg);
	}

	.anshin3{
		font-size: 4.7vw;
	}

	.reco .red{
		display:block;
	}

	.reco br{
		display:none;
	}

	.tel-right a{
		width: 70%;
	}

	.ob-1{
		width: 85px;
		top: -33px;
	}

	.binder-white ul li{
		font-size: 3.3vw;
		padding-left: 28px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.ob-4{
		width: 25vw;
		top: -27px;
		right: -20px;
	}

	#price, #faq{
		padding-top: 75px;
	}

	.anshin3{
		margin:30px 0 25px;
	}

	.tbg2{
		margin-top: 75px;
	}

	.ob-5{
		width: 95px;
		top: -63px;
		right: -15px;
	}

	.ob-7{
		width: 100px;
		top: -50px;
		right: -18px;
	}

	.ob-9{
		width: 115px;
		top: -45px;
		right: -25px;		
	 }

	 .tel-bg{
	 	overflow: hidden;
	 	padding:20px 15px;
	 }

	 .ob-11{
		width: 90px;
		top: -55px;
		right: -15px;		 	
	 }

	 .ob-12{
		width: 110px;
		top: -45px;
		right: -32px;			 	
	 }

	 .ob-13{
		width: 110px;
		top: -45px;
		right: -32px;			 	
	 }

	.section-4 h2 .s4-big{
		margin: 0;
	}

	.sl-4 div p{
		margin: 0;
	}

	.tel-bg{
		background-size:initial;
	}

	.damage-area img{
		width: calc(100% + 20px);
		left: -10px;
	}

	.spc1{
		font-size: 4vw;
	}

	.spc2{
		font-size: 3vw;
	}

	.top-btn{
		width: 44px;
		bottom: 80px!important;
	}

	.top-btn img{
		width: 44px;
	}

	.ya-left h3 .st-2{
		padding:2px ;
	}

	.ob-10{
		width: 200px;
	}

	.anshin2 img{
		width: 26px;
		height:26px;
	}

	.section-8 .wrap{
		padding-bottom: 0!important;
		margin-bottom: -75px;
	}

	.tl1{
		border-bottom:1px solid #231815;
		padding-bottom: 5px;
	}

	.voice-r .hk2{
		width: 32px;
		right: -15px;
	}

	.voice-r .hk1{
		width: 32px;
		left: -15px;
	}


	html{
		width: 100%;
		margin: 0!important;
		padding: 0!important;
		box-sizing: border-box;
	}

	.bottom-fix{
		font-size: 16px;
		padding:10px 0;
		bottom: 15px;
	}

	.c-link.bottom-fix img{
		width: 24px;
	}

	body{
		padding-bottom: 85px;
	}

	.tl2 span.deco1:before, .tl2 span.deco2:before, .tl2 span.deco3:before, .tl2 span.deco4:before, .tl2 span.deco5:before, .tl2 span.deco6:before{
		font-size: 1.8vw;
		top: -3px;
	}

	.tl2{
		text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
	}

	.submit-button p input , .c-link{
		box-shadow: 2px 2px 2px #333;
	}

	.img-side{
		padding:2px;
		padding-right: 1px;
		border-radius: 6px;
		margin-top: 6px;
	}

	.tel-left a div img{
		width: 22px;
	}

	.f-center a.tel-side .img-side{
		margin-top: 0;
	}

	.f-center a.tel-side img{
		padding: 0;
	}
	



}

