@charset 'utf-8';
@font-face {
  font-family: "anti";
  src: url(../font/anti.woff) format("woff");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  max-width: 1980px;
  min-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  html {
    min-width: auto;
  }
}
body {
  line-height: 1;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.section-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-title img {
  width: 75%;
  display: block;
  height: auto;
}
img {
  display: block;
  max-width: 100%;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*---------追従バナー--------------*/
.form-link {
  position: fixed;
  right: 40px;
  bottom: 100px;
  z-index: 10000;
  width: 35%;
}
a.form-link img {
  width: 100%;
}
.form-link:hover {
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  a.form-link img {
    width: 350px;
  }
}
@media screen and (max-width: 500px) {
  .form-link {
      width: 100%;
      position: fixed;
      right: 0;
      bottom: -5px;
  }
  a.form-link img {
    width: 100%;
    display: block;
  }
}

/* 2023/6/4追加 */
/*------cam2----------*/
.section-campaing2 {
  position: relative;
	background-color:#FFFFE5;
}

@media screen and (max-width: 850px) {
  .section-campaing2 .tel-btn,
  .section-campaing2 .line-btn {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {  
}

/*------voice-section----------*/
.section-voice {
  position: relative;
}

/* 2023/6/4追加 */
.section-voice .flow-btn {
    /* position: absolute; */
    /* bottom: 2%; */
    position: relative;
    background-color: #599329;
    margin-top: -250px;
}
section#contact .flow-btn {
    margin-top: 0;
    background-color: #5a9329;
}
@media screen and (max-width: 850px) {
  .section-voice .flow-btn {
    bottom: 1.5%;
  }
  .section-voice .tel-btn,
  .section-voice .line-btn {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .section-voice .flow-btn {
    margin-top: -100px;
  }
}

.voice-btn {
    width: 52%;
    max-width: 700px;
    margin: 0 auto;
    position: absolute;
    bottom: 1%;
    left: 24%;
}
@media screen and (max-width: 500px) {
  .voice-btn {
      width: 95%;
      bottom: 20px;
      left: 2.5%;
  }
}
section.section-pruning-voice {
    position: relative;
}
/*cam*/
.cam-btn{
  display: block;
  width: 60%;
  max-width: 700px;
  margin: 0 auto; 
}
.btn-area{
  display: block;
  padding: 60px 0;
padding-top: 0px;
  background-color: #5A9329;
}
/*-----flow-section------------*/
.section-flow {
  position: relative;
}
.flow-btn {
  /*position: absolute;*/
  /*bottom: 8%;*/
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 90%;
  background-color: #FFFFE5;
  padding:0 5%;
  padding-bottom: 80px;
  margin-top: -50px;
	flex-wrap: wrap;
}
.tel-btn, .line-btn,.email-btn {
  width: 76%;
  margin: 0 auto;
  padding: 10px 0;
}
.flow-btn a {
    width: 42%;
}
.flow-btn a img{
  width: 100%;
}
@media screen and (max-width: 500px) {
  .flow-btn {
    flex-wrap: wrap;
    /*bottom: 4%;*/
  }
  .cam-btn {
      width: 95%;
  }
  .flow-btn a {
      width: 85%;
  }
	header#header {
		position: absolute;
		top: 5px;
	}
  .flow-btn {
      padding-bottom: 50px;
      margin-top: -40px;
  }
}
/*-----deforestation------------*/

.section-deforestation-voice {
  position: relative;
}

.section-deforestation-voice > .banner-btn {
  position: absolute;
  bottom: 6%;
  width: 100%;
}

.section-deforestation-voice > .banner-btn img {
  margin: 0 auto;
  width: 50%;
  max-width: 700px;
}

.contact-btn {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}


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

  .section-deforestation-voice > .banner-btn {
    bottom: 1%;
  }

  .section-deforestation-voice > .banner-btn img {
    width: 100%;
  }

  .contact-btn {
    display: block;
  }

}

/*フォーム変更*/
.form-sp{
  display: none!important;
}
.form-flex{
  display: flex;
  align-items: center;
}
.form-flex a{
  display: block;
}
@media screen and (max-width: 500px) {
.form-pc{
  display: none!important;
}
.form-sp{
  display: block!important;
      flex-direction: column;
}
}

img.cambarner-title {
    top: -20px;
    position: absolute;
}
/* 電話バナー */
img.tel-banar {
    width: 80%;
    margin: 30px auto;
    margin-bottom: 100px;
}
@media screen and (max-width:500px){
	img.tel-banar {
    width: 95%;
}
}