@charset "utf-8";

.bpo-top-section {
  margin-top: 100px;
  height: 456px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.bpo-top-content {
  width: 48%;
}

.bpo-top-content h1 {
  font-size: 42px;
  margin-bottom: 30px;
}

.bpo-top-content h1 span {
  color: #0D9488;
}

.bpo-top-text {
  margin-bottom: 30px;
}

.bpo-top-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.bpo-top-list li::before {
  content: url(../img/bpo/bpo-check.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bpo-top-image {
  width: 48%;
}

.bpo-top-image img {
  width: 100%;
}

/* 期待できる効果 */
.bpo-effect-sec h2 {
  text-align: center;
  margin-bottom: 15px;
}

.bpo-effect-text {
  text-align: center;
  margin-bottom: 80px;
}

.bpo-effect-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bpo-effect-item {
  width: 32%;
}
