.section {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section:not(:first-child) {
  padding-bottom: 150px;
  padding-top: 150px;
}
@media screen and (max-width: 1080px) {
  .section:not(:first-child) {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .section:not(:first-child) {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 576px) {
  .section:not(:first-child) {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.section > .common-btn-b,
.section .common-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .section > .common-btn-b,
.section .common-btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .section > .common-btn-b,
.section .common-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .section > .common-btn-b,
.section .common-btn {
    margin-top: 50px;
  }
}
.section:nth-child(even) .ttl {
  color: #000000;
}
.section:nth-child(odd) {
  background-color: #000;
}
.section:nth-child(odd) .ttl {
  color: #fff;
}
.section .box {
  align-items: center;
  display: flex;
  gap: 50px;
  margin-inline: auto;
  margin-top: 80px;
  width: min(100%, 1676px);
}
@media screen and (max-width: 1280px) {
  .section .box {
    margin-top: 75px;
  }
}
@media screen and (max-width: 1080px) {
  .section .box {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .section .box {
    gap: 30px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .section .box {
    margin-top: 50px;
  }
}
.section .box .ttl {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .section .box .ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .section .box .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .section .box .ttl {
    font-size: 16px;
  }
}
.section .box .img {
  position: relative;
  width: 51.3%;
}
@media screen and (max-width: 1080px) {
  .section .box .img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .section .box .img {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .section .box .img {
    width: 100%;
  }
}
.section .box .txts {
  width: 49%;
}
@media screen and (max-width: 1080px) {
  .section .box .txts {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .section .box .txts {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .section .box .txts {
    width: 100%;
  }
}
.section .box .txts .common-btn-b,
.section .box .txts .common-btn {
  margin-left: 0;
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  .section .box .txts .common-btn-b,
.section .box .txts .common-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .section .box .txts .common-btn-b,
.section .box .txts .common-btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .section .box .txts .common-btn-b,
.section .box .txts .common-btn {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=sourcemaps/behrman.css.map */