@charset "UTF-8";
div.wrapper div.content {
  width: 100% !important;
}
div.wrapper div.content section.fv {
  position: relative;
}
div.wrapper div.content section.fv div.fv_arrow {
  position: absolute;
  width: 4%;
  bottom: 4%;
  left: 50%;
  margin-left: -2%;
}
div.wrapper div.content section.fv div.fv_arrow img {
  width: 100%;
}
div.wrapper div.content section.sec_01 {
  background: #dce7cc;
  padding: 30px 0;
}
div.wrapper div.content section.sec_01 h2.h2_title {
  font-size: 5.8rem;
  font-weight: bold;
  color: #71ba04;
  text-align: center;
  line-height: 1.5;
}
div.wrapper div.content section.sec_01 div.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 100px auto;
  position: relative;
}
div.wrapper div.content section.sec_01 div.box:after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  margin-left: -27px;
  background: url("../image/material/arrow.png") no-repeat;
  bottom: -80px;
  left: 50%;
}
div.wrapper div.content section.sec_01 div.box dl {
  width: 32%;
  background: #ffffff;
  color: #000000;
  margin: 10px 0;
  border: 1px solid #ba8b00;
}
div.wrapper div.content section.sec_01 div.box dl dt {
  font-size: 2.6rem;
  font-weight: bold;
  background: #ba8b00;
  color: #ffffff;
  padding-left: 50px;
  position: relative;
  border-bottom: 1px solid #ba8b00;
}
div.wrapper div.content section.sec_01 div.box dl dt:before {
  content: "";
  position: absolute;
  width: 37px;
  height: 100%;
  background: url("../image/material/check.png") no-repeat;
  top: 0;
  left: 5px;
}
div.wrapper div.content section.sec_02 {
  padding: 30px 0;
}
div.wrapper div.content section.sec_02 div.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 80px;
}
div.wrapper div.content section.sec_02 div.box div {
  width: 260px;
}
div.wrapper div.content section.sec_02 div.box div img {
  width: 100%;
}
div.wrapper div.content section.sec_02 div.box div h2 {
  color: #ed1c24;
  font-size: 2.8rem;
  text-align: center;
}
div.wrapper div.content section.sec_02 div.box div p {
  font-size: 1.6rem;
  line-height: 1.5;
}
div.wrapper div.content section.sec_03 {
  background: #dce7cc;
  padding: 30px 0;
  text-align: center;
}
div.wrapper div.content section.sec_03 h1.h1_title {
  color: #71ba04;
}
div.wrapper div.content section.sec_03 p {
  color: #508700;
  font-size: 1.6rem;
}
div.wrapper div.content section.sec_03 a {
  padding: 20px 150px;
  color: #ffffff;
  background: #ed1c24;
  font-size: 2.8rem;
}
div.wrapper div.content section.sec_04 {
  padding: 30px 0;
}
div.wrapper div.content section.sec_04 p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
div.wrapper div.content section.sec_voice {
  padding: 30px 0;
}
div.wrapper div.content section.sec_voice p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
div.wrapper div.content section.sec_voice p.prf {
  text-align: right;
  clear: both;
  padding: 10px 0;
}
div.wrapper div.content section.sec_voice p.prf a {
  color: #ffffff;
  background: #71ba04;
  padding: 5px 20px;
}
div.wrapper div.content section.sec_voice div.box {
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px;
}
div.wrapper div.content section.sec_voice div.box div {
  width: 320px;
  background: #508700;
  border: 2px solid #508700;
}
div.wrapper div.content section.sec_voice div.box div img {
  width: 100%;
}
div.wrapper div.content section.sec_voice div.box div p {
  margin: 0 0 10px 0;
  padding: 0 10px;
  color: #ffffff;
}
div.wrapper div.content section.sec_voice div.box div p.img {
  background: #ffffff;
}
div.wrapper div.content section.sec_voice div.box div p.company {
  margin-bottom: 20px;
  font-weight: bold;
}
div.wrapper div.content section.sec_voice div.box div p.comment {
  font-size: 1.6rem;
  line-height: 1.4;
}

/* ----------------------------------
SP用
 ----------------------------------*/
@media only screen and (max-width: 768px) {
  div.wrapper {
    width: 100%;
    display: block;
    position: relative;
  }
  div.wrapper div.content h1.h1_title {
    font-size: 2.4rem;
  }
  div.wrapper div.content h2.h2_title_border {
    font-size: 2.0rem;
  }
  div.wrapper div.content section.fv div.fv_arrow {
    display: none;
  }
  div.wrapper div.content section.sec_01 {
    padding: 20px 10px;
  }
  div.wrapper div.content section.sec_01 h2.h2_title {
    font-size: 2.6rem;
  }
  div.wrapper div.content section.sec_01 div.box {
    flex-wrap: wrap;
    justify-content: center;
  }
  div.wrapper div.content section.sec_01 div.box dl {
    width: auto;
    max-width: 250px;
    margin: 10px 20px;
  }
  div.wrapper div.content section.sec_01 div.box dl dt {
    font-size: 1.8rem;
    padding-left: 30px;
  }
  div.wrapper div.content section.sec_01 div.box dl dt:before {
    width: 25px;
    background: url("../image/material/check.png") no-repeat;
    background-size: contain;
  }
  div.wrapper div.content section.sec_03 a {
    padding: 20px 10%;
    font-size: 2.2rem;
  }
  div.wrapper div.content section.sec_04 {
    padding: 30px 10px;
  }
  div.wrapper div.content section.sec_04 p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  div.wrapper div.content section.sec_voice {
    padding: 30px 10px;
  }
  div.wrapper div.content section.sec_voice p {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  div.wrapper div.content section.sec_voice p img.autograph {
    max-width: 150px;
  }
  div.wrapper div.content section.sec_voice p.prf {
    text-align: right;
    clear: both;
    padding: 10px 0;
  }
  div.wrapper div.content section.sec_voice p.prf a {
    color: #ffffff;
    background: #71ba04;
    padding: 5px 20px;
  }
  div.wrapper div.content section.sec_voice div.box {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  div.wrapper div.content section.sec_voice div.box div {
    margin-bottom: 20px;
  }
  div.wrapper div.content section.sec_contact {
    padding: 30px 10px;
  }
}
