#bz36 {
  background-color: #feebda;
  color: #222;
  font-family: 'Noto Sans JP',"pragmatica-extended", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  overflow-x: hidden;
  background-image: url(back.jpg);
  background-position: top -90px center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 6rem;
}

#bz36 .container {
  width: 1200px;
  max-width: none;
}
@media (max-width: 1200px) {
  #bz36 .container {
    width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  #bz36 {
    font-size: 1.3rem;
    padding-bottom: 1rem;
    background-position: top 30px center;
  }
  #bz36 p {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

#bz36 .nav {
  height: 60px;
  align-items: center;
  padding: 0;
  background: #fff;
  font-weight: 700;
}

#bz36 .nav .container {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}

#bz36 .logo-bz {
  width: 140px;
  margin-right: 4rem;
}
#bz36 .logo-hrz {
  width: 120px;
  margin-top: -7px;
}

#bz36 .title {
  padding: 6rem 0;
}

#bz36 .intro {
  font-size: 1.7rem;
  background-color: rgba(255, 255, 255, .8);
  padding: 3rem 3.5rem 3.5rem;
  border-radius: 2rem;
  backdrop-filter: blur(7px);
  width: 81%;
  margin: 0 auto 4rem;
}

#bz36 h2 {
  color: #222;
  text-align: center; 
  position: relative;
  margin-bottom: 5rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}
#bz36 h2:before {
  position: absolute;
  bottom: -1.5rem;
  left: calc(50% - 25px);
  width: 50px;
  height: 7px;
  content: '';
  background: #ff6600;
}

#pickup,
#bz36 #bz_article,
#bz36 #hrz_article {
  background-color: #fff;
  padding: 3.5rem 4rem 4rem;
}

#bz36 #bz_article .row,
#bz36 #hrz_article .row {
  margin-bottom: 3rem;
}

#bz36 #bz_article .row:last-child,
#bz36 #hrz_article .row:last-child {
  margin-bottom: 0;
}


@media (max-width: 575.98px) {
  #bz36 .nav .container {
    justify-content: center;
  }
  #bz36 .nav {
    height: 45px;
  }
  #bz36 .logo-bz {
    width: 120px;
  }
  #bz36 .logo-hrz {
    width: 105px;
  }

  #bz36 .title {
    padding: 6rem 0;
  }

  #bz36 .intro {
    font-size: 1.4rem;
    padding: 2rem;
      border-radius: 1.5rem;
    width: 100%;
  }

  #bz36 h2 {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
  #bz36 #bz_article,
  #bz36 #hrz_article {
    padding: 2rem;
  }
}

#bz36 .scale a img {
  transition: .1s all;
}
#bz36 .scale a img:hover {
  transform:scale(1.05);
  transition: .3s all;
  opacity: .8;
}
#bz36 .scale figure {
  overflow: hidden;
}

#bz36 h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.6;
}
#bz36 h3 a {
  color: #369;
}

@media (max-width: 575.98px) {
  #bz36 h3 {
    font-size: 1.5rem;
  }
  #bz36 .omit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

/* ボタン */

.btn-link {
  position: relative;
  display: block;
  max-width: 450px;
  margin: 0 auto;
  padding: 1.5rem 1rem 1.8rem; 
  background-color: #0a819f;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  border-radius: 1.2rem;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
}
a.btn-link {
  text-decoration: none!important;
  color: #fff!important;
  font-size: 2.4rem;
}
a.btn-link:hover {
  opacity: .85;
  transition: .2s;
}

@media (max-width: 575.98px) {
  .btn-link {
    margin: 0 auto 4rem;
    padding: 1.3rem 1rem 1.5rem; 
    width: 85%;
    border-radius: 1rem;
  }
  a.btn-link {
    font-size: 1.5rem;
  }
}