#content .section_wrapper {
  padding: 75px 0;
}

@media screen and (max-width: 740px) {
  #content .section_wrapper {
    padding: 50px 0;
  }
}

.section__in {
  max-width: 131rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.section_wrapper .incontents {
  width: 100%;
  max-width: 1174px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.section_wrapper .incontents .text {
  width: 41.8%;
}

@media screen and (max-width: 740px) {
  .section_wrapper .incontents .text {
    width: 100%;
    order: 2;
  }
}

.section_wrapper .incontents .text .final_text {
  width: 78.36%;
  margin-bottom: 50px;
}

@media screen and (max-width: 740px) {
  .section_wrapper .incontents .text .final_text {
    width: 85%;
    margin-bottom: 12px;
  }
}

.section_wrapper .incontents .text h4 {
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: bold;
  color: #1b224c;
}

@media screen and (max-width: 740px) {
  .section_wrapper .incontents .text h4 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.section_wrapper .incontents .text p {
  font-size: 16px;
  margin-bottom: 50px;
}

@media screen and (max-width: 740px) {
  .section_wrapper .incontents .text p {
    margin-bottom: 30px;
  }
}

.section_wrapper .incontents .photo {
  width: 50%;
}

@media screen and (max-width: 740px) {
  .section_wrapper .incontents .photo {
    width: 100%;
    order: 1;
    margin-bottom: 5vw;
  }
}

.section_wrapper .incontents .photo figure {
  width: 116.35%;
}

.section_wrapper .incontents figure {
  width: 43.3%;
  margin-right: 4.2%;
}
@media screen and (max-width: 740px) {
  #section_NewBusiness .incontents figure {
    margin: 0 auto 30px auto;
    width: 80%;
    order: 1;
  }
}

@media screen and (max-width: 740px) {
  #section_NewBusiness .linkboxcenter {
    text-align: center;
  }
}

.text .linkboxcenter a.linkstext {
  display: inline-block;
  border: 2px solid #1255a3;
  color: #1255a3;
  line-height: 100%;
  padding: 1em 5em 1em 2em;
  border-radius: 30px;
  position: relative;
  transition: all 0.4s ease-out;
}

a.linkstext::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-family: "ryobi";
  content: "";
  font-size: 150%;
  transform: translate(0%, -50%);
}

a.linkstext:hover {
  background-color: #1255a3;
  color: #fff;
}
