@charset "utf-8";

/* ==========================================
  Content Section Styles
========================================== */

.bz-cont {
  background: var(--color__black);
  padding: 28px 0 48px;
  padding: 1.75rem 0 3rem;
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.bz-cont__inner {
  width: 90%;
  margin: auto;
}

.bz-cont__cont {
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}

.bz-cont__cont:last-child {
  margin-bottom: 0;
}

.bz-cont__cont-picttl {
  margin: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 93%;
}

.bz-cont__cont-ttl {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 0.8;
  font-size: min(4vw, 0.9rem);
}

.bz-cont__cont-ttl:last-of-type {
  line-height: 2.2;
  margin-top: -10px;
  margin-top: 0.075rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-size: min(3.4vw, 1rem);
}

.bz-cont__cont-ttl span {
  font-size: 3.6em;
  line-height: 1;
}

.bz-cont__cont-ttl-2 {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 0.9rem;
  line-height: 2;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: min(4vw, 0.9rem);
}

.bz-cont__cont p {
  margin: auto;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  width: 93%;
}

.bz-cont__cont-pic {
  margin-top: 30px;
  margin-top: 1.875rem;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.625rem;
  opacity: 0.76;
}

/* Media Queries
------------------------------ */
@media (min-width: 768px) {
  .bz-cont {
    padding: 102px 0 124px;
    padding: 6.375rem 0 7.75rem;
  }

  .bz-cont__inner {
    max-width: 900px;
    width: 90%;
    margin: auto;
  }

  .bz-cont__cont {
    display: flex;
    gap: 3%;
  }

  .bz-cont__cont-head {
    flex: 1;
    min-width: 0;
  }

  .bz-cont__cont:nth-child(2) {
    display: flex;
    flex-direction: row-reverse;
  }

  .bz-cont__cont-pic {
    margin-top: initial;
    width: 48%;
    border-radius: 15px;
    border-radius: 0.9375rem;
  }
}
