body {
  background: #fffef5;
}
.seizen {
  padding: 80px 0 0;
}
.souzoku_question {
  text-align: center;
  margin-bottom: 60px;
  font-size: 30px;
  background-color: #6E8252;
  padding: 50px 0;
  color: #fff;
}
.top_seizen_bg {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 30vh;
  background-image: url(../img/shinkouji_top_pc01.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.top_bg_filter {
  background-color: rgba(0,0,0,0.4);
  height: 30vh;
}
.top_txt {
  z-index: 100;
  left: 0%;
  top: 37%;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: absolute;
}
.souzoku_inner {
  max-width: 1120px;
  display: flex;
  margin: 0 auto 100px;
  text-align: center;
  justify-content: space-between;
}
.souzoku_item {
  width: 30%;
  padding: 0px 0px 20px;
  box-shadow: 0 0 10px 0 rgba(71, 131, 132, 0.25);
  background: #fff;
  border-radius: 4px;
}
.souzoku_point {
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  font-weight: bold;
  color: #fff;
  background: #6E8252;
  padding: 20px 0;
  border-radius: 4px;
  margin: 0 auto 40px;
}
.souzoku_img_inner {
  width: 100px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.souzoku_img_inner img {
  max-width: 100%;
  height: auto;
}     
.souzoku_banner_inner {
  padding: 50px 20px;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(227,203,169,1) 65%);
}
.souzoku_banner_text {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.souzoku_about {
  padding: 0 20px;
  margin: 120px 0;
}
.souzoku_about_item {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.souzoku_about_item01 {
  width: 46%;
}
.souzoku_about_item02 {
  width: 46%;
}
.souzoku_about_text_inner {
  width: 470px;
  margin-left: auto;
}
.souzoku_about_title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
}
.souzoku_about_text {
  margin-top: 80px;
  line-height: 2.4;
}
.souzoku_about_img01 {
  width: 85%;
  margin-left: auto;
  padding: 1px 1px 0 1px;
  box-shadow: 5px 5px 3px #bbbbbb;
  background: #000000;
}
.souzoku_about_img01 img {
  padding: 10px 10px;
  background: #fff;
}
.souzoku_about_img02 {
  margin-top: -20%;
  width: 59%;
  max-width: 470px;
  height: 350px;
  padding: 1px;
  box-shadow: 5px 5px 3px #bbbbbb;
  background: #000000;
}
.souzoku_about_img02 img {
  padding: 10px 10px;
  background: #fff;
}
.sougi_inner {
  max-width: 1440px;
  justify-content: space-between;
  margin: 0 auto;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
.sougi_inner:nth-child(2) {
  flex-direction:row-reverse;
  margin-top: 100px;
}
.sougi_img {
  width: 47%;
  display: inline-block;
  padding: 1px;
  background: #000000;
  box-shadow: 5px 5px 3px #bbbbbb;
}
.sougi_img img {
  padding: 10px 10px;
  background: #fff;
}
.sougi_text_inner {
  width: 47%;
  background-color: #fff;
  padding: 50px 40px;
  box-shadow: 2px 2px 2px  rgba(0,0,0,0.25);
  border-radius: 4px;
}
.sougi_text_title {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  border-bottom: 1px solid #F1F5F3;
  margin-bottom: 35px;
  background-color: #6E8252;
  position: relative;
  display: block;
}
.sougi_text_title:before,
.sougi_text_title:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;/*左右四角の幅*/
  height: 20px;/*左右四角の高さ*/
  border: 1px solid #6E8252;/*囲み線（太さ 実線 色）*/
}
.sougi_text_title:before {
  left: -10px;
  top: -10px;
}
.sougi_text_title:after {
  right: -10px;
  bottom: -10px;
}


@media (max-width: 767px) {
  .top_bg_filter {
    height: 25vh;
  }
  .top_txt {
    font-size: 24px;
  }
  .seizen {
    padding: 80px 20px 0;
  }
  .top_seizen_bg {
    height: 25vh;
  }
  .souzoku_question {
    margin-bottom: 40px;
    font-size: 22px;
    padding: 30px 0;
  }
  .souzoku_item {
    width: 80%;
    margin: 0 auto 30px;
  }
  .souzoku_point {
    font-size: 18px;
    padding: 12px 0;
  }
  .souzoku_about {
    padding: 0 20px;
    margin: 60px 0;
  }
  .souzoku_about_item {
    display: block;
  }
  .souzoku_about_item01 {
    width: 100%;
  }
  .souzoku_about_item02 {
    width: 100%;
    margin-top: 60px;
  }
  .souzoku_about_text_inner {
    width: 90%;
    margin: 0 auto;
  }
  .souzoku_about_text {
    margin-top: 60px;
  }
  .souzoku_about_img01 {
    width: 65%;
    margin-left: auto;
  }
  .souzoku_about_img01 img {
    height: 350px;
  }
  .souzoku_about_img02 {
    width: 70%;
    height: auto;
  }
  .souzoku_about_img02 img {
    height: 350px;
  }
  .souzoku_img_inner {
    width: 70px;
  }
  .top_txt {
    font-size: 24px;
  }
  .top_butuji_bg {
    height: 25vh;
  }
  .top_bg_filter {
    height: 25vh;
  }
  .sougi_inner {
    display: block;
    line-height: 1.6;
  }
  .sougi_inner:nth-child(2) {
    flex-direction:block;
    margin-top: 80px;
  }
  .sougi_img {
    width: 100%;
    margin: 0 auto;
  }
  .sougi_img img {
    height: 350px;
  }
  .sougi_text_inner {
    width: 100%;
    background-color: #fff;
    padding: 40px 30px;
    margin-top: 30px;
  }
  .sougi_text_title {
    font-size: 18px;
  }
  .sougi_text {
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 500px) {
  .top_butuji_bg {
    height: 25vh;
  }
  .top_txt h2{
    font-size: 26px;
  }
  .sougi_text_inner {
    padding: 30px;
  }
  .sougi_inner:nth-child(2) {
    margin-top: 60px;
  }
  .souzoku_question {
    font-size: 20px;
  }
  .souzoku_point {
    font-size: 18px;
  }
  .souzoku_about_text_inner {
    width: 100%;
    font-size: 14px;
  }
  .souzoku_about_img01 {
    width: 65%;
    margin-left: auto;
  }
  .souzoku_about_img01 img {
    height: 250px;
  }
  .souzoku_about_img02 {
    width: 70%;
    height: auto;
  }
  .souzoku_about_img02 img {
    height: 250px;
  }
  .souzoku_img_inner {
    width: 70px;
  }
}
