@charset "UTF-8";
/*--- c_top ---*/
.c_top{
  height: auto;
  margin-top: 45px;
}
.c_top-area{
  height: auto;
}
.c_top-list{
  height: auto;
}
.c_top-list-l{
  width: 30%;
}
.c_top-list-r{
  width: 70%;
}
.c_top-img-wrap img{
  width: 100%;
}
.c_top-name-wrap{
  margin-top: 30px;
  text-align: center;
}
.c_top-name1{
  font-size: 1.4rem;
}
.c_top-name2{
  font-size: 3rem;
}
.c_top-txt-wrap{
  margin: 0 0 0 auto;
  width: calc(100% - 80px);
}
.c_top-txt-inner-txt{
  margin: 10px 0 40px;
  text-align: justify;
  width: calc(100% - 40px);
}
/*--- commit ---*/
.commit{
  height: auto;
  margin-top: 85px;
}
.commit-area{
  background-color: #fff;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 10px;
  height: auto;
}
.commit-img-wrap{
  padding: 0 200px;
}
.commit-img-wrap img{
  width: 90%;
}
.commit-txt-wrap{
  padding: 0 140px;
}
.commit-area-ttl{
  text-align: center;
}
.commit-txt-inner-txt{
  margin: 35px auto 50px;
  text-align: justify;
  width: calc(100% - 40px);
}
/*--- overview ---*/
.overview{
  height: auto;
  margin-top: 45px;
}
.overview-area{
  margin-top: 50px;
  padding: 0 150px;
  height: auto;
}
.overview-list{
  height: 100%;
}
.overview-list li{
  width: 50%;
}
.waste-img-wrap img{
  width: 100%;
}
.waste-txt-wrap{
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  width: calc(100% - 100px);
}
.waste-txt-inner-txt{
  margin: 35px auto 50px;
  text-align: justify;
  width: calc(100% - 40px);
}
/*--- group---*/
.group{
  height: auto;
  margin-top: 45px;
  margin-bottom: 45px;
}
.group-area{
  background-color: #fff;
  margin-top: 50px;
  height: auto;
}
.group-list{
  height: 100%;
}
.group-list li{
  width: 50%;
}
.group-txt-wrap{
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  width: calc(100% - 50px);
}
.group-txt-inner-txt{
  margin: 35px auto 50px;
  text-align: justify;
  width: calc(100% - 40px);
}