@charset "utf-8";

/*--------------------------------------------------------------------------
□全体の設定
---------------------------------------------------------------------------*/
html {
	font-size:1.3333333333vw;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 751px) {
	html {
		font-size: 10px;
	}
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
}
body {
	color: #0A0A0A;
	font-size: 3.2rem;
	margin: 0 auto;
	padding: 0;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	line-height: 1.43;
	max-width: 750px;
}
ul li{
	list-style: outside none none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
iframe{
	width: 100%;
}
address{
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	text-decoration:none;
	outline: none;
	overflow: hidden;
	color:#08C;
}
a:hover {
	text-decoration: none;
}
/*フォント設定
---------------------------------------------------------------------------*/
.mincho{
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,"ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*見出し設定
---------------------------------------------------------------------------*/
.secTtl{
	background: #FEE500 url(../images/lp/ttl-icon-home.png) no-repeat 2rem 100% / 14rem auto;
	font-size: 4.2rem;
	font-weight: 700;
	width: 100%;
	height: 14rem;
	line-height: 14rem;
	text-align: center;
}
/*共通コンテンツ・部品
---------------------------------------------------------------------------*/
/*ボタン設定
--------------------------------------*/
button,
input[type="submit"],
input[type="button"]{
	border-radius: 0;
	border: none;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}
.cta_btnWrap{
	text-align: center;
}
.btn-hdr{
	background-color: #ff0000;
	border-radius: 3.4rem;
	color: #fff;
	display: inline-block;
	font-size: 2.8rem;
	font-weight: 700;
	/* width: 32.2rem;
	height: 6.8rem; */
	width:100%;
	line-height:1;
	text-align: center;
	vertical-align: bottom;
	padding:1.5rem 4rem;
}
.btn-cta{
	background-color: #82C50A;
	border-radius: 5.7rem;
	box-shadow: 0 6px 0 #649C00;
	display: inline-block;
	color: #fff;
	font-size: 4.5rem;
	font-weight: 700;
	width: 90%;
	/* height: 11.4rem;
	line-height: 11.4rem; */
	padding:3rem 2rem;
}

.btn-cta_submit{
	background-color: #82C50A;
	border-radius: 2rem;
	box-shadow: 0 6px 0 #649C00;
	display: inline-block;
	color: #fff;
	font-size: 4.5rem;
	font-weight: 700;
	width: 90%;
	/* height: 11.4rem;
	line-height: 11.4rem; */
	padding:2.5rem 2rem 2rem 2rem;
}
.btn-ftr_cta{
	background-color: #82C50A;
	border-radius: 6.7rem;
	box-shadow: 0 4px 0 #649C00;
	display: inline-block;
	color: #fff;
	font-size: 5rem;
	font-weight: 700;
	width: 90%;
	height: auto;
	/* line-height: 13.4rem; */
	position: relative;
	text-align: left;
	overflow: visible;
	padding:3rem;
	padding-left: 18rem;
}
.btn-ftr_cta img{
	width: 14rem;
	height: auto;
	position: absolute;
	top: -1.96rem;
	left: 2rem;
}
/*カラム設定
---------------------------------------------------------------------------*/
.flexCols {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexAlignC{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexAlignEnd{
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.flexJC {
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flexCC {
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexSbet{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.flexSbetC{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexSard {
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
/*Layout
---------------------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	main {
		display: block;
	}
}
.innerWrap{
	padding: 4rem 2rem 8rem;

}
.formInnerWrap{
	padding: 4rem 2rem 8rem;
	background-color: #F2F2F2;

}
/*ect
---------------------------------------------------------------------------*/
.floatL { float: left; }
.floatR { float: right; }
.alignL {text-align: left;}
.alignR {text-align: right;}
.alignCR {text-align: center;}

.fw700{font-weight: 700;}
.textNone {text-indent: 100%;white-space: nowrap;overflow: hidden;line-height: 0;}

/*--------------------------------------------------------------------------
□ LP
---------------------------------------------------------------------------*/
/*Header
---------------------------------------------------------------------------*/
.gHeader{
	padding: 2rem;
}
.hdr_logo{
	width:80%;
}
.hdr_btnWrap{
	/* margin-left: auto; */
	width:50%;
}
.hdr_logoArea{
	width:50%;
}

.hdrInr{
	align-items: center;
}

/*mainVisual
--------------------------------------*/
.maiVisual {
	padding-bottom: 1%;
	/* background: #cef2fe; */
	background: #51B1F0;
}
.maiVisual img{
	width: 100%;
	height: auto;
}
.maiVisual p {
	margin: 1% auto;
	width: 90%;
	font-size: 1.8rem;
	/* color: #555; */
	color: #ffffff;
}
/*Main
---------------------------------------------------------------------------*/
/*lpIntro
--------------------------------------*/
.lpIntro{
	background: url(../images/lp/intro-icon-home1.png) no-repeat 2% 7rem / 13rem auto,
	url(../images/lp/intro-icon-loupe.png) no-repeat 95.5% 7.8rem / 9.5rem auto #51B1F0;
	padding: 1rem 2rem 8rem;
}
.lpIn_note1{
	color: #FEE500;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.31;
	margin-bottom: 2rem;
}
.lpIn_note2{
	color: #FFF;
	font-size: 3.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.36;
	margin-bottom: 2.8rem;
}
.lpIn_note2 span{
	font-size: 5rem;
}
.lpIn_box{
	border-radius: 1rem;
	background-color: #fff;
	width: 34.6rem;
	height: auto;
	margin-bottom: 2rem;
}
.lpIn_box:nth-of-type(2n){
	margin-left: auto;
}
.lpIn_box_ttl{
	background-color: #FEE500;
	border-radius: 1rem 1rem 0 0;
	color: #0072BB;
	font-size: 4.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	padding: 3.2rem 0;
}
.lpIn_box_desc{
	line-height: 1.1;
}
.lpIn_boxInr{
	padding: 3rem 2.8rem 2rem;
}
.lpIn_box_imgWrap{
	margin: 0 auto;
	margin-bottom: 3.7rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.lpIn_box:nth-of-type(-n+2) .lpIn_box_imgWrap{
	height: 14.8rem;
}
.lpIn_box:nth-of-type(n+3) .lpIn_box_imgWrap{
	height: 17.8rem;
}
.lpIn_box:nth-of-type(1) .lpIn_box_imgWrap img{
	width: 19.7rem;
	height: auto;
}
.lpIn_box:nth-of-type(2) .lpIn_box_imgWrap img{
	width: 13.5rem;
	height: auto;
}
.lpIn_box:nth-of-type(3) .lpIn_box_imgWrap img{
	width: 16rem;
	height: auto;
}
.lpIn_box:nth-of-type(4) .lpIn_box_imgWrap img{
	width: 13.1rem;
	height: auto;
}
.lpIntro .cta_btnWrap{
	margin-top: 2rem;
}
/*lpWhatHome
--------------------------------------*/
.lpWhatHome{
	text-align: center;
}
.lpWh_box{
	width: 34rem;
	margin: 0 0.5rem 5rem;
}
.lpWh_box_imgWrap img{
	width: 28rem;
	height: auto;
}
.lpWh_box p{
	color: #0072BB;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.53;
	margin-top: 1.5rem;
}
.lpWh_note{
	font-size: 2.4rem;
}
/*lpWhatDamage
--------------------------------------*/
.lpWhatDamage{
	background-color: #CEF3FE;
}
.lpWd_box{
	background-color: #fff;
	border-radius: 1rem;
	margin-bottom: 2rem;
	width: 34.5rem;
}
.lpWd_box:nth-of-type(2n){
	margin-left: auto;
}
.lpWd_box:nth-last-of-type(-n+2){
	margin-bottom: 0;
}
.lpwd_boxInr{
	padding: 1.6rem 2rem 1.8rem;
}
.lpWd_box_imgWrap{
	border-radius: 1rem 1rem 0 0;
}
.lpWd_box h5{
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 0.2rem;
}
.lpWd_box:nth-of-type(10) h5{
	font-size: 3rem;
}
.lpWd_box:nth-of-type(12) h5{
	font-size: 3.2rem;
	margin-bottom: 0.8rem;
}
.lpWd_box p{
	font-size: 2.4rem;
}
/*catArea
--------------------------------------*/
.ctaArea{
	padding: 7rem 0 8rem;
}
.ctaArea h3{
	background:
			url(../images/lp/cta-ttl-line-l.png) no-repeat 2.6% 100% / 5.5rem auto,
			url(../images/lp/cta-ttl-line-r.png) no-repeat 97.4% 100% / 5.5rem auto;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 4rem;
}
/*lpVoice
--------------------------------------*/
.lpVoice{
	background-color: #51B1F0;
}
.lpVo_box{
	background-color: #fff;
	border-radius: 10px;
	padding: 4rem 4rem 3rem;
	margin-bottom: 4rem;
}
.lpVo_box:last-of-type{
	margin-bottom: 0;
}
.lpVob_hdr{
	margin-bottom: 2.2rem;
}
.lpVob_hdr_imgWrap{
	width: 30rem;
}
.lpVob_hdr_box{
	margin-left: 2.8rem;
	padding-top: 0.8rem;
	width: 30.2rem;
}
.lpVob_hdr_box_ttl{
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
.lpVob_hdr_box_price {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 2.2rem;
	text-align: center;
	width: 100%;
}
.lpVob_hdr_box_price span{
	color: #E53E3E;
	font-size: 6.9rem;
}
.lpVob_hdr_box_addr{
	font-size: 2.4rem;
}
.lpVo_box_desc{
	font-size: 2.6rem;
	line-height: 1.53;
}
/*lpFlow
--------------------------------------*/
.lpFl_box{
	background-color: #E1F8FF;
	border-radius: 10px;
	padding: 4rem 4rem 3rem;
	margin-bottom: 4rem;
}
.lpFl_box:last-of-type{
	margin-bottom: 0;
}
.lpFl_box h4{
	font-size: 5.6rem;
	font-weight: 700;
}
.lpFl_box h4 span{
	color: #fff;
	background-color: #51B1F0;
	border-radius: 50%;
	display: inline-block;
	font-size: 6.4rem;
	font-family: "DIN Alternate";
	font-weight: 700;
	line-height: 10rem;
	width: 10rem;
	height: 10rem;
	text-align: center;
	margin-right: 2rem;
}
.lpFl_imgWrap{
	text-align: center;
	margin: 3.5rem 0 4rem;
}
.lpFl_imgWrap img{
	width: 26rem;
	height: auto;
}
.lpFl_box:fist-of-type .lpFl_imgWrap img{
	width: 22.6rem;
}
/*lpFaq
--------------------------------------*/
.lpFaq_dl dt{
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 2.2rem;
	padding-left: 10rem;
	position: relative;
}
.lpFaq_dl dt:before{
	content: "Q";
	background-color: #51B1F0;
	border-radius: 50%;
	color: #FFF;
	font-size: 4rem;
	font-family: "DIN Alternate";
	width: 7rem;
	height: 7rem;
	line-height: 7rem;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.lpFaq_dl dd{
	border-bottom: 1px dashed #D5D5D5;
	font-size: 3.2rem;
	line-height: 1.1;
	padding-left: 10rem;
	padding-bottom: 3rem;
	margin-bottom: 4rem;
	position: relative;
}
.lpFaq_dl dd:before{
	content: "A";
	background-color: #FEEF66;
	border-radius: 50%;
	color: #51B1F0;
	font-size: 4rem;
	font-family: "DIN Alternate";
	width: 7rem;
	height: 7rem;
	line-height: 7rem;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
/*	text-indent: 1.4rem; */
}
/*lpContact
--------------------------------------*/
.lpContact{
	/*background-color: #F2F2F2;*/
}
.lpcont_dl dt{
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.input_req{
	background-color: #E53E3E;
	color: #fff;
	font-size: 3.1rem;
	padding: 0.4rem 0.9rem;
	vertical-align: text-top;
	margin-left: 1.8rem;
}
.input_any{
	background-color: #B0B0B0;
	color: #fff;
	font-size: 3.1rem;
	padding: 0.4rem 0.9rem;
	vertical-align: text-top;
	margin-left: 1.8rem;
}
.lpcont_dl dd{
	margin-bottom: 3rem;
}
.lpcont_select{
	position: relative;
}
.lpcont_dl select {
	border-radius: 1rem;
	border: 1px solid #D1D1D1;
	background-color: #fff;
	padding: 1rem 3rem;
	outline: none;
	font-size: 3.8rem;
	height: 10rem;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.lpcont_select::after {
	content: "";
	background: url(../images/lp/chevron-down.svg) no-repeat center / 4.2rem auto;
	display: block;
	position: absolute;
	right: 3.5rem;
	top: 50%;
	transform: translatey(-50%);
	width: 4.2rem;
	height: 2.5rem;
}
.lpcont_dl input:not([type="radio"]):not([type="submit"]),
.lpcont_dl textarea{
	border-radius: 1rem;
	border: 1px solid #D1D1D1;
	padding: 1rem 3rem;
	outline: none;
	font-size: 3.8rem;
	width: 100%;
}
.lpcont_dl input:not([type="radio"]):not([type="submit"]){
	height: 10rem;
}
.lpcont_dl input[type="radio"]{
	width: 5rem;
	height: 5rem;
	vertical-align: sub;
}
.radio_builtWrap{
	font-size: 3.6rem;
}
.radio_builtWrap label:nth-child(2n){
	margin-left: 3rem;
}
.radio_builtWrap label:first-of-type{
	margin-left: 0;
}
.lpcont_btnWrap{
	text-align: center;
}
/*FOOTER
---------------------------------------------------------------------------*/
.gFooter{
	background-color: #3E3E3E;
	text-align: center;
	padding: 7.5rem 0 4rem;
}
@media screen and (min-width: 768px){
	.gFooter{
		padding: 7.5rem 0 3rem;
	}
}
@media screen and (max-width: 767px){
	.gFooter{
		padding: 7.5rem 0 14rem;
	}
}
.ftrNavi{
	margin-bottom: 4rem;
}
.ftrNavi li{
	border-left: 1px solid #FFF;
	padding: 0 2.8rem;
	text-align: left;
}
.ftrNavi li:first-of-type{
	border-left: none;
}
.ftrNavi li {
	margin: 0 auto;
	width: 80%;
	color: #FFF;
	font-size: 2.3rem;
	line-height: 1.3;
}
.copyRight{
	color: #fff;
	font-size: 2rem;
	margin-bottom: 7rem;
}
/*TOPへ戻るボタン
---------------------------------------------------------------------------*/
.btnPagetop {
	display: none;
	position: fixed;
	width: 8rem;
	height: 8rem;
	z-index: 99;
	display: block;
	right: 0;
	left: 60.5rem;
	margin: auto;
}
@media screen and (min-width:1020px){
	.btnPagetop {
		bottom: 5rem;
		left: 88rem;
	}
}
@media screen and (min-width:930px) and (max-width:1019px){
	.btnPagetop {
		bottom: 5rem;
		left: initial;
		right: 0.5rem;
	}
}
@media screen and (max-width:929px){
	.btnPagetop {
		bottom: 18rem;
	}
}
/*FOOTER 無料相談ボタン
---------------------------------------------------------------------------*/
@media screen and (min-width: 768px){
	.ftr_btnWrap{
		position: static;
	}
}
@media screen and (max-width: 767px){
	.ftr_btnWrap{
		position: fixed;
		bottom: 2rem;
		left: 0;
		width: 100%;
	}
}


.kiyaku_box {
	background: #fff;
	padding: 40px 30px;
	height: 300px;
	overflow-y: auto;
	margin-bottom: 40px;
	font-size: 3rem;
}
.kiyaku_box h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 32px;
	color: #34b6db;
}

.kiyaku_box h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 32px;
	color: #34b6db;
}

.kiyaku_box p {
	line-height: 1.1;
}

.kiyaku_box h5,
.kiyaku_box h6 {
	font-weight: bold;
	margin-top: 32px;
	margin-bottom: 7px;
}

.kiyaku_box .note {
	margin-top: 20px;
	margin-bottom: 32px;
}

.kiyaku_box .note li {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.1;
}

.note_box {
	margin-bottom: 60px;
}

.note_box h3.head {
	font-size: 1.2em;

	color: #34b6db;
	margin-bottom: 38px;
}

.note_box .note {
	padding-left: 14px;
	border-left: 4px solid #34b6db;
	line-height: 1.1;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.note_box h3.head {
		font-size: 1.2em;
		margin-bottom: 20px;
	}
	.note_box {
		margin-bottom: 30px;
	}
	.note_box .note {
		margin-bottom: 20px;
	}
}
.radio_builtWrap{
	display: flex;
	flex-wrap: wrap;

}
.radio_builtWrap label {

	background-color: #fff;
	color: #3caad0;
	border: solid 2px #1d95cd;
	border-radius: 5px;
	padding: 10px 10px;
	width: 47.5%;
	margin-left: 0;
	margin-top: 16px
;
	text-align: center;
	cursor: pointer;
	transition: 300ms ease-in-out;
}

.radiobutton{
	display: none;
}

.jsRadioChecked {
	background-color: #3caad0 !important;
	color: #fff !important;
}

.lpContact__title{
	font-size: 4rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 6rem;
}
.lpContact__title::before,
.lpContact__title::after{
	content :"";
	display: block;
	width: 40rem;
	height: .25rem;
	border-radius: .25rem;
	background: #51B1F0;
}
.lpContact__title::before{

	margin: 1rem auto 1rem;
}
.lpContact__title::after{
	margin: 1rem auto 0;
}
.lpcont_dl___text--small{
	font-size: 2rem;
	padding-left: 2rem;
	vertical-align: middle;
}
.mb-3{
	margin-bottom: 3rem;
}



.cv_btn{
    animation: anime1 0.9s ease 0s infinite alternate;
    transform-origin:center;
  }
  @keyframes anime1 {
    from {
      transform: scale(0.9,0.9);
    }
    to {
      transform: scale(1,1);
    }
  }
