@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: 1650px;
  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{
  max-width: 100%;
}
.sp{
  display: none!important;
}
@media screen and (max-width: 500px){
 .sp{
    display: block!important;
  } 
  .pc{
    display: none!important;
  }
}
/*font-family: noto-sans,sans-serif;
font-weight: 400;
font-style: normal;

font-family: fot-tsukubrdgothic-std,sans-serif;
font-weight: 400;
font-style: normal;
*/
/*メインビジュアル*/
.section-mv{
  width: 100%;
}
.section-mv img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/*ポイント*/
.section-point{
  
  padding-top: 50px;
}
.section-point h2{
  margin-bottom: 20px;
}

/*お客様の声*/
.section-voice{
  background-image: url("images/voice-bg.png");
  background-size: 100%;
  padding-top: 80px;
}
.voice-list{
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
}
.voice-list li{
  background-color: #EFEEDF;
  padding: 0.5%;
  margin-bottom: 50px;
}
.voice-info{
  position: relative;
  width: 48%;
  padding-top: 20px;
}
.voice-info p{ 
  font-family: noto-sans,sans-serif;
  font-weight: 500;
  line-height: 170%;
  font-size: 18px;
}
.voice-img{
 width: 48%; 
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: flex-end;
}
.user-name{
  background-color: rgb(69,166,84);
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 10px;

}
.voice-img iframe{
  width: 100%;
}
.voice-info h3{
  font-family: fot-tsukubrdgothic-std,sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #57371C;
  display: inline-block;
  margin-bottom: 30px;
  line-height: 150%;
}
.voice-point{
  position: absolute;
  top: -60px;
  left:0;
  width: 150px;
  height: auto;
}
.voice-frame{
  width: 94%;
  padding: 3% 30px;
  border:solid 3px #fff;
  display: flex;
  justify-content: space-between;
}
.under-line{
border-bottom: solid 5px #EFB940;
}
/*.text-line{
  border-bottom: solid 4px #EFB940;
}*/
/*画像で人工芝をチェク*/
.section-img__check{
  background-color: #CBDA2C;
  margin-top: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 120px;
}
.section-img__check h2{
  position: absolute;
  top: -120px;
}
.check-list {
    margin: 0 auto;
    margin-top: 80px;
    width: 70%;
    z-index: 2;
}

/*セクションフロー*/
.section-flow{
  background-color: #EFEEDE;
  padding-top: 40px;
  padding-bottom: 120px;
}
.flow-img{
  width: 75%;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
}
.flow-text{
 font-family: fot-tsukubrdgothic-std,sans-serif;
 font-weight: 800;
 font-size: 18px;
 margin-top: 20px;
 text-align: center; 
 color: rgba(0,0,0,0.8);
}
/*サンプル*/
.section-sample{
background-color: #CBDA2C;
padding: 60px 0;
}
.sample-img{
  width: 95%;
  margin: 0 auto;
  margin-top: 50px;
  display: block;
}
.form-link{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10000;
}
a.form-link img {
    width: 420px;
}
.form-link:hover{
  cursor: pointer;
}
@media screen and (max-width: 1150px){
  .section-img__check h2 {
      position: absolute;
      top: -60px;
      width: 100%;
  }
}
@media screen and (max-width: 1024px){
  .voice-list {
      width: 80%;
      margin: 0 auto;
      margin-top: 50px;
  }
  .voice-frame {
    width: 92.5%;
  } 
  .voice-frame {
      width: 94%;
      padding: 3% 2.6%;
      border: solid 3px #fff;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  }
  .voice-info {
      position: relative;
      width: 100%;
      padding-top: 20px;
  }
  .voice-img {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end;
      margin-top: 10px;
  }
  .voice-img iframe {
      width: 100%;
      height: 450px;
  }
  .colum-revese {
      flex-direction: column-reverse;
  }
  .voice-img img {
      width: 100%;
  }
}
@media screen and (max-width: 850px){
  .voice-img iframe {
      width: 100%;
      height: 350px;
  }
  .flow-img {
     width: 95%;
      margin: 0 auto;
      display: block;
      margin-top: 40px;
  }
  .section-sample .section-title img {
      width: 100%;
      display: block;
      height: auto;
  }
  a.form-link img {
      width: 350px;
  }
}
@media screen and (max-width: 500px){
  .section-mv img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto;
  }
  .voice-list {
      width: 95%;
      margin: 0 auto;
      margin-top: 50px;
  }
  .voice-info {
      position: relative;
      width: 100%;
      padding-top: 20px;
  }
  .voice-info h3 {
      font-size: 23px;
  }
  .voice-frame {
      flex-direction: column;
  }
  .voice-frame {
    width: 92.5%;
    padding: 2% 3%;
  }
  .voice-info p {
      font-family: noto-sans,sans-serif;
      font-weight: 500;
      line-height: 170%;
      font-size: 16.5px;
  }
  .voice-img {
      width: 100%;
      margin-top: 20px;
  }
  .user-name {
    font-size: 15px;
  }
  .voice-img iframe {
      width: 100%;
      height: 210px;
  }
  .colum-revese{
    flex-direction: column-reverse;
  }
  .section-img__check h2 {
      position: absolute;
      top: -45px;
          width: 100%;
  }
  .check-list {
    margin: 0 auto;
    margin-top: 160px;
    width: 85%;
    z-index: 2;
}
  .flow-img {
    width: 95%;
  }
  .voice-list li:nth-child(even) .voice-info h3 {
      font-size: 19px;
  }
  .section-title img {
      width: 100%;
      display: block;
      height: auto;
  }
  .section-point h2 {
      width: 95%;
      margin: 0 auto;
      margin-bottom: 20px;
  }
  .section-img__check {
    background-color: #CBDA2C;
    margin-top: 100px;
  }
  section.section-voice h2 {
      width: 80%;
      margin: 0 auto;
      margin-bottom: 80px;
  }
  .section-flow h2{
      width: 80%;
      margin: 0 auto;
  }
  section.section-sample h2 {
      width: 90%;
      margin: 0 auto;
  }
  .form-link {
      width: 95%;
      position: fixed;
      right: 2.5%;
      bottom: 0;
  }
  a.form-link img{
      width: 100%;
      display: block;
  }
}
@media screen and (max-width: 400px){
  .voice-info h3 {
      font-size: 20px;
  }
  .voice-list li:nth-child(even) .voice-info h3 {
      font-size: 18px;
  }
  .voice-info p {
      font-size: 15.5px;
  }
}