@charset "utf-8";
.l-concept {
  width: 100%;
  text-align: center;
  background: url("../img/bg_blue.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 60px 20px 0;
}
.concept_logo {
  margin-bottom: 60px;
}
.concept_txt01 {
  font-size: 30px;
  line-height: 2;
  font-weight: 700;
}
.concept_txt02 {
  font-size: 80px;
  font-weight: 700;
  margin-top: 40px;
}
.l-bunjyou {
  text-align: center;
  margin-top: 60px;
  padding: 0 20px 120px;
  background: url("../img/bg_green.png");
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: 100%;
}
.bunjyou_ttl {
  font-size: 52px;
  font-weight: 700;
  margin-top: 70px;
}
.bunjyou_txt {
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  margin-top: 50px;
}
.btn_green {
  max-width: 447px;
  margin: 30px auto 0;
  -webkit-transition: .4s;
  transition: .4s;
}
.btn_green img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 3px;
  margin-top: -.2em;
}
.btn_green a {
  display: block;
  background: url("../img/btn_bg_green.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  height: 55px;
  line-height: 55px;
}
.btn_green:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
@media screen and (max-width:834px){
  .l-concept {
    padding: 30px 20px 0;
    background-size: 150%;
  }
  .concept_logo {
    margin-bottom: 30px;
  }
  .concept_logo img {
    width: 120px;
    height: auto;
  }
  .concept_txt01 {
    font-size: 15px;
    line-height: 2;
    font-weight: 700;
  }
  .concept_txt02 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 30px;
  }
  .l-bunjyou {
    margin-top: 30px;
    padding: 0 20px 60px;
    background-size: 170%;
  }
  .bunjyou_ttl {
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
  }
  .bunjyou_txt {
    font-size: 15px;
    margin-top: 20px;
  }
  .btn_green {
    width: 80%;
    margin: 30px auto 0;
  }
  .btn_green a {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }
}