/* .business_section01 {
  background: url(../img/top_business01bg.png) no-repeat center;
  background-size: cover;
}
.business_section01_2 {
  background: url(../img/top_business01_2bg.png) no-repeat center;
  background-size: cover;
}
.business_section02 {
  background: url(../img/top_business02bg.png) no-repeat center;
  background-size: cover;
}
.business_section03 {
  background: url(../img/top_business04bg.png) no-repeat center;
  background-size: cover;
}
.business_section04 {
  background: url(../img/top_business03bg.png) no-repeat center;
  background-size: cover;
} */
.business_section .business_section_title {
  padding: 15rem 0 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .business_section .business_section_title {
    padding: 30rem 0 6rem;
  }
}
.business_section .business_section_title h3 {
  padding: 10px 0 15px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #053355;
}
@media screen and (min-width: 768px) {
  .business_section .business_section_title h3 {
    font-size: 2.4rem;
  }
}
.business_section .business_section_contents {
  padding: 40px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .business_section .business_section_contents {
    padding: 80px 0;
  }
}
.business_section .business_section_contents h4 {
  font-size: 1.8rem;
  margin: 0 0 4rem 0;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .business_section .business_section_contents h4 {
    font-size: 2.4rem;
  }
}
.business_section .business_section_contents p {
  margin: 0 0 4rem 0;
  line-height: 2;
}
.business_section .business_section_contents .business_section_contents_img {
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .business_section .business_section_contents .business_section_contents_img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 4rem;
  }
}
.business_section .business_section_contents .business_section_contents_img .business_section_contents_img_inner {
  width: 60%;
  margin: 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .business_section .business_section_contents .business_section_contents_img .business_section_contents_img_inner {
    width: 20%;
    margin: 0 2rem;
  }

  .business_section .business_section_contents .business_section_contents_img .business_section_contents_img_inner--akatore {
    width: 35%;
  }
}