section.business .sec-ttl, .sec-ttl2 {
  margin: 0 auto;
}

.voice-img img {
  width: 100%;
}

.voice-img {
  width: 40%;
}

.type-1, .type-2 {
  justify-content: space-between;
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px dashed #3577e280;
  padding-top: 115px;
  margin-top: -115px;
}

.type-2 {
  flex-flow: row-reverse;
}

.voice-text {
  width: 53%;
}

.voice-img {
  position: relative;
}

.profile {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #053685d4;
  color: #fff;
  padding: 10px 0;
  justify-content: center;
  align-items: baseline;
}

.voice-img {
  position: relative;
  overflow: hidden;
}

.voice-img img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

p.job {
  margin-right: 24px;
  font-size: 15px;
}

p.name {
  font-size: 20px;
}

h3.voice-ttl {
  position: relative;
  font-size: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #053685;
  padding: 10px;
}

h3.voice-ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: -7px;
  height: 10px;
  border: 1px solid #053785;
  border-radius: 3px;
  width: 10px;
}

h3.voice-ttl::after {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  left: -19px;
  height: 18px;
  border: 1px solid #053785;
  border-radius: 4px;
  width: 18px;
}

.voice-text p {
  line-height: 1.8;
}