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

* {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    vertical-align: baseline;
    background: transparent;
}

.wrap{
	overflow: hidden;
}

/*header*/

header{
	width: 640px;
	height: 830px;
	background: url(../images/sp/top_bg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
h1{
	width: 590px;
	margin: 0 auto;
	padding: 30px 0;
}
.head_main{
	width: 640px;
	margin: 0 auto;
	padding-left: 0px;
}
.head_left{
	background: url(../images/sp/top_txt_bg.png);
	background-repeat: no-repeat;
	width: 586px;
	height: 358px;
	margin-left: 40px;
	padding: 10px 0 0px 30px;
	line-height: 5.7em;
	font-weight: 800;
}
.head_main h2{
	font-size: 32px;
	color: #5e4c3e;
	max-height: 100%;
}
.headtxt_green{
	font-size: 85px;
	color: #8db727;
	max-height: 100%;
}
.headtxt_brown{
	font-size: 64px;
	color: #5e4c3e;
	max-height: 100%;
}
header ul{
	list-style-type: none;
	margin: 7px 0 0 20px;

}
header ul li{
	background-color: #5e4c3e;
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
	text-align: center;
	padding: 5px 0;
	max-height: 100%;
}
.head_right1{
	width: 400px;
	margin-top: 0px;
	transform: rotate( -5deg );
	-moz-transform:    rotate( -5deg );  /* Firefox用 */
	-webkit-transform: rotate( -5deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotate( -5deg );  /* 古いOpera用 */
	-ms-transform:     rotate( -5deg );  /* IE9用 */
	padding: 8px 0px;
}
.head_right2{
	width: 410px;
	margin: 10px 0 30px 150px;
	padding: 8px 20px;
}
.head_right3{
	width: 450px;
	margin: 10px 0 0 50px;
	transform: rotate( -5deg );
	-moz-transform:    rotate( -5deg );  /* Firefox用 */
	-webkit-transform: rotate( -5deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotate( -5deg );  /* 古いOpera用 */
	-ms-transform:     rotate( -5deg );  /* IE9用 */
	padding: 8px 10px;
}

/*TEL*/
.tel{
	width: 640px;
	margin: 0 auto;
}
.tel_txt{
	width: 640px;
	margin: -50px auto 0px auto;
	background: url(../images/sp/tel_bg.png);
	background-repeat: no-repeat;
	height: 357px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-box-align: space-between;
    -webkit-align-items: space-between;
    -ms-flex-align: space-between;
	position: relative;
}

.tel_circle{
	text-align: center;
	font-size: 38px;
	max-height: 100%;
	color: #5d4d42;
	margin: 15px 0 0 60px;
	line-height: 1.4em;
}
.tel_circle span{
	font-size: 50px;
	max-height: 100%;
	color: #fc720f;
	font-weight: 800;
	line-height: 1.4em;
}
.tel_01{
	font-size: 39px;
	max-height: 100%;
	color: #fffe00;
	margin: 65px 0 0 60px;
}
.tel_txt2{
	width: 600px;
	margin: -150px auto 0 auto;
	height: 357px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-box-align: space-between;
    -webkit-align-items: space-between;
    -ms-flex-align: space-between;
	position: relative;
}
.tel_a{
	display: block;
	margin:-45px 0 0 160px;
}
html.android .tel_a{
    margin:-30px 0 0 160px;
}
.tel_arrow{
	margin: 20px 0px 0 0px;
	color: #fff;
}
.tel_02{
	width: 320px;
	height: 52px;
	border: 2px solid #fff;
	position: relative;
	padding: 20px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-box-align: space-between;
    -webkit-align-items: space-between;
    -ms-flex-align: space-between;
}
.tel_02 a{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent:20px;
	line-height: 2.2em;
}
.tel_02 a:hover{
	color: #fff;
	text-decoration: none;
}
.tel_02 img{
	margin-right: 10px;
}

.number{
	font-size: 30px;
	color: #fff;
	max-height: 100%;
}
html.android .number{
    font-size: 33px;
	max-height: 100%;
}
.tel_time{
	font-size: 15px;
	max-height: 100%;
	color: #fff;
	margin: 38px 0 0 -20px;
}
.tel_time span{
	background: #fff;
	color: #8db727;
	padding: 2px 20px;
	margin-right: 10px;
}

.tel_03 a{
	width: 200px;
	height: 80px;
	background: #fc720f;
	text-align: center;
	font-size: 20px;
	max-height: 100%;
	color: #fff;
	text-align: left;
	display: block;
	text-decoration: none;
	padding: 15px 0 0 20px;
}
.tel_03 a:hover {
	background-color: #fff;
	color: #fc720f;
}
html.android .tel_03 a{
	height: 73px;
    padding: 20px 0 0 20px;
}


/*case*/
.case{
	background: #fafaf7;
	width: 640px;
	margin: -245px auto 0px auto;
	padding: 80px 0 250px 0;	
}
.case h2{
	background: url(../images/sp/case_tit_bg.png);
	background-repeat: no-repeat;
	width: 545px;
	height: 204px;
	margin: 0 auto;
	font-weight: 800;
	font-size: 45px;
	text-align: center;
	color: #5d4d42;
	line-height: 1.5em;
	max-height: 100%;
}
.tit_frame{
	display: block;
	margin: 10px;
	background: #3a3431;
	color: #fff;
	font-size: 45px;
	max-height: 100%;
	text-align: center;
	padding: 10px 0;
}
.tit_large{
	font-size: 61px;
	max-height: 100%;
}
.case_inr{
	width: 500px;
	height: 588px;
	background:url(../images/sp/case1_bg.png);
	background-repeat: no-repeat;
	margin: 50px auto 60px auto;
	text-align: center;
	padding-top: 30px;
}
.case_inr2{
	width: 500px;
	height: 565px;
	background:url(../images/sp/case2_bg.png);
	background-repeat: no-repeat;
	margin: 0px auto 60px auto;
	text-align: center;
	padding-top: 4px;
}

.case_inr3{
	width: 500px;
	height: 649px;
	background:url(../images/sp/case3_bg.png);
	background-repeat: no-repeat;
	margin: 0px auto 60px auto;
	text-align: center;
	padding-top: 6px;
}
.case_inr h3,.case_inr2 h3,.case_inr3 h3{
	color: #fff;
	width: 190px;
	margin: 208px auto 20px auto;
	font-size: 26px;
	max-height: 100%;
	font-weight: 200;
}
html.android .case_inr h3,html.android .case_inr2 h3,html.android .case_inr3 h3{
    margin-top: 213px;
}
.case_inr p,.case_inr2 p,.case_inr3 p{
	font-size: 34px;
	max-height: 100%;
	color: #5e4c3e;
}
.case_weight{
	font-size: 81px;
	max-height: 100%;
	color: #8db727;
	font-weight: 800;
}
.case_under{
	text-align: center;
	font-size: 75px;
	max-height: 100%;
	color: #5d4d42;
	font-weight: 800;
	padding-bottom: 50px;
}
.case_under_txt1{
	font-size: 127px !important;
	color: #fc720f;
	max-height: 100%;
}
.case_under_txt2{
	font-size: 75px !important;
	color: #fc720f;
	max-height: 100%;
}
.underline{
	text-align: center;
	margin-top: -200px;
}
html.android .underline{
	margin-top: -155px;	
}


/*reason*/
.reason{
	background: #fff;
	margin: 0 auto;
	padding: 100px 0;
}
.reason h2{
	background: url(../images/sp/reason_tit_bg.png);
	background-repeat: no-repeat;
	width: 555px;
	height: 160px;
	margin: 0 auto 70px auto;
	font-weight: 800;
	font-size: 40px;
	text-align: center;
	color: #5d4d42;
	line-height: 1.5em;
	max-height: 100%;
}
.reason ul{
	width: 580px;
	margin: 0px auto 20px auto;
}
.reason ul li{
	list-style: none;
	text-align: center;
	padding: 50px 0 0 120px;
	font-size: 34px;
	color: #5e4c3e;
	max-height: 100%;
}
.reason1{
	background: url(../images/sp/reason01_bg.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 311px;
}
.reason2{
	background: url(../images/sp/reason02_bg.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 311px;
}
.reason3{
	background: url(../images/sp/reason03_bg.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 311px;
}
.reason4{
	background: url(../images/sp/reason04_bg.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 311px;
}
.reason ul li span{
	text-align:center;
	font-size: 80px;
	color: #8db727;
	font-weight: 800;
	max-height: 100%;
}


/*reuse*/
.reuse{
	width: 640px;
	background: #8db727;
	margin: 0 auto;
	padding: 60px 0
}
.reuse h2{
	text-align: center;
	padding-bottom:50px;
}
.reuse p{
	font-size: 53px;
	color: #fff;
	text-align: center;
	max-height: 100%;
}
.reuse span{
	font-size: 64px;
	color: #fbf104;
	max-height: 100%;
}

/*text*/
.text{
	background: #fff;
	padding: 70px 0;
	width: 640px;
	margin: 0 auto;
}
.text_inr{
	width: 580px;
	background: #fffdd3;
	margin: 0 auto;	
	color: #5e4c3e;
	line-height: 2.0em;
	font-size: 18px;
	padding: 20px;
	max-height: 100%;
}


/*flow*/
.flow{
	width: 640px;
	margin: 0 auto;
	background: #f6f7f2;
	padding: 105px 0;
}
.flow h2{
	background: url(../images/sp/flow_tit_bg.png);
	background-repeat: no-repeat;
	width: 537px;
	height: 161px;
	margin: 0 auto 70px auto;
	font-weight: 800;
	font-size: 40px;
	text-align: center;
	color: #5d4d42;
	line-height: 1.5em;
	max-height: 100%;
}
.flow ul{
	width: 545px;
	height: 1829px;
	margin: 0 auto;
	background: url(../images/sp/flow_bg.png);
	background-repeat: no-repeat;
	list-style: none;
}
.flow ul li img{
	padding-top: 50px;
}
.flow_step1{
	display: inline-block;
	font-size: 30px;
	color: #fff;
	margin: 0px 0 90px -15px;
	text-align: center;
	max-height: 100%;
}
.flow_step2{
	display: inline-block;
	font-size: 30px;
	color: #fff;
	margin: 107px 0 120px -15px;
	max-height: 100%;
}
.flow_step3{
	display: inline-block;
	font-size: 30px;
	color: #fff;
	margin: 137px 0 120px -15px;
	max-height: 100%;
}
.flow_step4{
	display: inline-block;
	font-size: 30px;
	color: #fff;
	margin: 135px 0 120px -15px;
	max-height: 100%;
}
.flow_step5{
	display: inline-block;
	font-size: 30px;
	color: #fff;
	margin: 135px 0 120px -15px;
	max-height: 100%;
}



.flow01{
	text-align: center;
	font-size: 40px;
	line-height: 1.5em;
	color: #5e4c3e;
	margin: 0px 0 0 -25px;
	max-height: 100%;
}
.flow02{
	text-align: center;
	font-size: 40px;
	line-height: 1.5em;
	color: #5e4c3e;
	margin: 0px 0 0 -25px;
	max-height: 100%;
}
.flow03{
	text-align: center;
	font-size: 40px;
	line-height: 1.5em;
	color: #5e4c3e;
	margin: 0px 0 0 -25px;
	max-height: 100%;
}
.flow04{
	text-align: center;
	font-size: 40px;
	line-height: 1.5em;
	color: #5e4c3e;
	margin: 0px 0 0 -25px;
	max-height: 100%;
}
.flow05{
	text-align: center;
	font-size: 40px;
	line-height: 1.5em;
	color: #5e4c3e;
	margin: 0px 0 0 -25px;
	max-height: 100%;
}
.flow01 p{
	margin-top: -15px;
}

/*request*/

.request{
	width: 640px;
	margin: 0 auto;
	background: #fff;
	padding: 105px 0 50px 0;

}
.request h2{
	background: url(../images/sp/request_tit_bg.png);
	background-repeat: no-repeat;
	width: 567px;
	height: 159px;
	margin: 0 auto 70px auto;
	font-weight: 800;
	font-size: 40px;
	text-align: center;
	color: #5d4d42;
	line-height: 1.5em;
	max-height: 100%;
}
.request_inr{
	width: 580px;
	margin: 0 auto;
	text-align: center;
}
.request1{
	margin-bottom: 35px;
}
.request_namber{
	width: 235px;
	margin: 15px auto;
	text-align: center;
	font-size: 23px;
	color: #fff;
	background: #8db727;
	border-radius: 50px;
	padding: 5px 0 0 0;
	max-height: 100%;
}
.request_under_txt{
	text-align: center;
	font-size: 41px;
	color: #5d4d42;
	margin-bottom: 100px;
	max-height: 100%;
}


/*voice*/
.voice {
	width: 640px;
	margin: -255px auto 0 auto;
	background: #f6f7f2;
	padding: 95px 0;
 }
.voice h2{
	background: url(../images/sp/voice_tit_bg.png);
	background-repeat: no-repeat;
	width: 527px;
	height: 163px;
	margin: 0 auto 70px auto;
	font-weight: 800;
	font-size: 40px;
	text-align: center;
	color: #5d4d42;
	line-height: 1.5em;
	max-height: 100%;
}
.tit_large_v{
	font-size: 54px;
	max-height: 100%;
}
.voice_group{
	width: 640px;
	margin: 0 auto;
	list-style: none;	
}
.voice01{
	background: url(../images/sp/voice1_bg.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 616px;
	margin: 0 auto 60px auto;
}
.voice02{
	background: url(../images/sp/voice2_bg.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 622px;
	margin: 0 auto 60px auto;
}
.voice03{
	background: url(../images/sp/voice3_bg.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 624px;
	margin: 0 auto 60px auto;
}

.voice01 h3{
	font-size: 36px !important;
	color: #8db727;
	padding: 50px 30px 10px 30px;
	max-height: 100%;
}
.voice01 p{
	font-size: 24px;
	padding: 0px 25px 0 30px;
	line-height: 2.6em;
	max-height: 100%;
}
.voice02 h3{
	font-size: 36px !important;
	color: #8db727;
	padding: 50px 30px 10px 30px;
	max-height: 100%;
}
.voice02 p{
	font-size: 24px;
	padding: 0px 25px 0 30px;
	line-height: 2.6em;
	max-height: 100%;
}
.voice03 h3{
	font-size: 36px !important;
	color: #8db727;
	padding: 50px 30px 10px 30px;
	max-height: 100%;
}
.voice03 p{
	font-size: 24px;
	padding: 0px 25px 0 30px;
	line-height: 2.6em;
	max-height: 100%;
}
html.android .voice01 h3,html.android .voice02 h3,html.android .voice03 h3{
	padding-top: 70px;
}
.voice_name{
	margin: 130px 0 0 200px;
	line-height: 1.8em !important;
}
html.android .voice_name{
	padding-top: 8px;
}



/*qa*/
.qa {
	width: 640px;
	height: 3732px;
	background:url(../images/sp/qa_bg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
 }
 .qa h2{
	background-repeat: no-repeat;
	width: 640px;
	height: 71px;
	margin: -150px auto 0px auto;
	font-weight: 800;
	font-size: 40px;
	text-align: center;
	color: #5d4d42;
	line-height: 1.5em;
	 padding-top: 80px;
	 max-height: 100%;
}
.qa_container{
	width: 640px;
	margin: 0 auto;
	padding-top: 50px;
}
.qa_box{
	width: 500px;
	height: 570px;
	text-align: left;
	padding: 300px 0 0 65px;
}
.qa_box2{
	width: 500px;
	height: 580px;
	text-align: left;
	padding: 270px 0 0 65px;
}
html.android .qa_box2{
	padding-top: 285px;
}
.qa_box3{
	width: 500px;
	height: 610px;
	text-align: left;
	padding: 230px 0 0 65px;
}
html.android .qa_box3{
	padding-top: 230px;
}
.qa_box4{
	width: 500px;
	height: auto;
	text-align: left;
	padding: 280px 0 0 65px;
}
html.android .qa_box4{
	padding-top: 280px;
}
.qa_q{
	color: #fffe00;
	font-size: 32px;
	text-align: center;
	max-height: 100%;
}
.qa_a{
	color: #fff;
	padding: 130px 0 0 0;
	font-size: 24px;
	line-height: 1.9em;
	height: 60%;
	max-height: 100%;
}


/*ask*/
.ask{
	background: url(../images/sp/ask_bg.jpg);
	background-repeat: no-repeat;
	width: 640px;
	height: 660px;
	margin: 0 auto -340px auto;
	padding-top: 280px;
}
.ask h2{
	background: url(../images/sp/ask_main_bg.png);
	background-repeat: no-repeat;
	width: 601px;
	height: 272px;
	margin: 0 auto;
	font-weight: 200;
	font-size: 61px;
	color: #8db727;
	text-align: center;
	padding: 25px 0 0 0;
	line-height: 1.3em;
	max-height: 100%;
}




/*company_overview*/
.company_overview {
	width: 640px;
	background: #fff;
	text-align: center;
	padding: 100px 0;
	margin: -250px auto 0 auto;
 }
 .company_overview h2 {
 position: relative;
 display: inline-block;
 padding-bottom: 15px;
 color: #3a3431;
font-size: 54px;
	 margin-bottom: 60px;
	 max-height: 100%;
 }
 .company_overview h2::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 3px solid #8db727;
 width : 50% ;
 width : -webkit-calc(100% - 70px) ;
 width : calc(100% - 70px) ;
 margin: 0 auto;
 }
.company_overview_inr{
	width: 580px;
	margin: 0px auto;
	border: 1px solid #b6b5b5;
}
.company_overview dl dt{
	background: #e2e1e0;
	font-size: 22px;
	font-weight: 800;
	text-align: left;
	padding: 15px;
	max-height: 100%;
}
.company_overview dl dd{
	background: #fff;
	font-size: 22px;
	text-align: left;
	padding: 15px;
	max-height: 100%;
}



/*footer*/
footer{
	width: 640px;
	margin: -80px auto 0 auto;
	text-align: center;
	padding: 50px 0;
	font-size: 16px;
	max-height: 100%;
}



/*page scroll*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  content:url(../images/top_scroll_btn.png);
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

