section.ttl {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 0;
  border-top: 9px solid #000;
  border-bottom: 9px solid #000;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.ttl {
    margin-top: 38px;
    border-width: 7px;
  }
}
section.ttl img {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.ttl img {
    width: 124px;
    top: -27px;
  }
}
section.ttl h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 72px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.ttl h2 {
    height: 100px;
    font-size: clamp(0px, 8.4vw, 42px);
  }
}
section.ttl h2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 35px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.25em;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section.ttl h2 span {
    width: 200px;
    height: 30px;
    font-size: 16px;
    bottom: -22px;
  }
}

section .lead {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
section .lead img {
  width: 100%;
}
section.ttl-img {
  background-color: #fbdac6;
}
section.seido {
  background-color: #fbdac6;
}
@media screen and (max-width: 768px) {
  section.seido .lead {
    margin: 0 5%;
  }
  section.seido .lead img {
    width: 90%;
  }
}
section.other {
  background-color: #ee8270;
}
@media screen and (max-width: 768px) {
  section.other .lead {
    margin: 0 5%;
  }
  section.other .lead img {
    width: 90%;
  }
}
section.voice {
  background-color: #fbdac6;
}
@media screen and (max-width: 768px) {
  section.voice .lead {
    margin: 0 5%;
  }
  section.voice .lead img {
    width: 90%;
  }
}

section.detail {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  section.detail {
    margin: 0 auto 60px;
  }
}
section.detail img {
  width: 100%;
}/*# sourceMappingURL=style-partner.css.map */