.l-body.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}

#bz32 {
  margin-top: 70px;
  color: #101214;
  font-family: 'Noto Sans JP',"pragmatica-extended", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}

#bz32 .container {
  width: 1200px;
  max-width: none;
}
@media (max-width: 1200px) {
  #bz32 .container {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#bz32 a {
  color: #1868DB;
}
#bz32 .hover:hover {
  opacity: 0.8;
  transition: 0.2s;
}

#menu1,
#menu2,
#menu3,
#menu4 {
  padding-top: 70px;
  margin-top: -70px;
}

@media (max-width: 575.98px) {
    #bz32 {
    font-size: 1.4rem;
  }
}

/* ナビ */

#bz32 .nav-bz32 {
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 1em;
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  font-size: 1.5rem;
}

#bz32 .hamburger {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#bz32 .logo {
  width: 200px;
}
#bz32 .logo-media {
  width: 120px;
}

#bz32 .btn-gNav {
  display: none;
}

#bz32 .gNav .gNav-menu {
  display: flex;
  justify-content: space-between;
}
#bz32 .gNav .gNav-menu li {
  margin: 0 auto;
  padding: 0 15px;
}
#bz32 .gNav .gNav-menu li a {
  color: #101214;
  text-decoration: none;
}
#bz32 .gNav .gNav-menu li a:hover {
  color: #1868DB;
}

/* hamburger */

#bz32 .hamburger .btn-gNav {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 24px;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#bz32 .hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #000;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#bz32 .hamburger .btn-gNav span:nth-child(1) {
  top: 0;
}
#bz32 .hamburger .btn-gNav span:nth-child(2) {
  top: 10px;
}
#bz32 .hamburger .btn-gNav span:nth-child(3) {
  top: 20px;
}
#bz32 .hamburger .btn-gNav.open span:nth-child(1) {
  background: #ffffff;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#bz32 .hamburger .btn-gNav.open span:nth-child(2), #bz32 .hamburger .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 991.98px) {
  #bz32 {
    margin-top: 53px;
  }
  #bz32 .nav-bz32 {
    height: 53px;
    justify-content: start;
  }
  #bz32 .hamburger {
    justify-content: start;
    align-items: flex-start;
    padding: 0;
  }
  #bz32 .logo {
    width: 180px;
    margin-right: 30px;
  }
  #bz32 .logo-media {
    width: 120px;
  }
  #bz32 .btn-gNav {
    display: block;
  }
  #bz32 .gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1.7rem;
    box-sizing: border-box;
    z-index: 1;
    padding-top: 70px;
    transition: .3s;
  }
  #bz32 .gNav.open {
    right: 0;
  }
  #bz32 .gNav .gNav-menu {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
    text-align: center;
  }
  #bz32 .gNav .gNav-menu li {
    width: 100%;
    padding: 1.5rem 1rem;
  }
  #menu1,
  #menu2,
  #menu3,
  #menu4 {
  padding-top: 53px;
  margin-top: -53px;
}
}

@media (max-width: 480.98px) {
  #bz32 .logo {
    width: 120px;
    margin-right: 20px;
  }
  #bz32 .logo-media {
    width: 90px;
    margin-top: 0;
  }
}

/* トップ */

#bz32 .top {
  background-color: #1868DB;
  color: #fff;
}
#bz32 .title {
  background-image: url(images/back1.png);
  background-position: right center;
  background-repeat: no-repeat;
  height: 350px;
}

#bz32 .title br {
  display: none;
}

#bz32 h1 {
  margin-bottom: 1rem;
  font-size: 5.8rem;
  line-height: 1.5;
  padding-top: 9.5rem;
  color: #fff;
}
#bz32 .sub {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}

#bz32 .bg {
  padding: 4.5rem 0 5rem;
  background-color: #f8f8f8;
}

#bz32 .catch {
  font-size: 1.8rem;
  margin-bottom: 4rem;
}

@media (max-width: 991.98px) {
  #bz32 h1 {
    font-size: 5rem;
  }
  #bz32 .sub {
    font-size: 2.4rem;
  }
}

@media (max-width: 768.98px) {
  #bz32 .title {
    text-align: center;
  } 
  #bz32 h1 {
    font-size: 4rem;
  }
  #bz32 .sub {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  #bz32 .title {
    background-position: center bottom;
    background-size: 55%;
  }
  #bz32 h1 {
    padding-top: 3rem;
    font-size: 3rem;
  }
  #bz32 .sub {
    font-size: 1.5rem;
  }
  #bz32 .bg {
    padding: 3rem 0;
  }
  #bz32 .catch {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 480.98px) {
  #bz32 .title {
    background-size: 75%;
  }
  #bz32 h1 {
    font-size: 2.2rem;
  }
  #bz32 .sub {
    font-size: 1.5rem;
  }
  #bz32 .title br {
    display: inline-block;
  }
}

@media (max-width: 370.98px) {
  #bz32 .title {
    background-size: 80%;
  }
}

/* 記事 */

#bz32 .article-box {
  padding: 5rem 4rem;
  background-color: #fff;
  box-shadow: 4px 4px 5px -3px #999;
  border-radius: 20px;
}

#bz32 h2 {
  margin-bottom: 5rem;
  color: #000;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: center;
}

#bz32 h3 {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  line-height: 1.5;
}

#bz32 h4 {
  margin-bottom: 1.5rem;
  padding: .3rem 1rem .5rem;
  background: #101214;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  position: relative;

}
#bz32 h4::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #101214;
}

#bz32 h5 {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.4;
}

#bz32 .article-box ul li {
  margin-left: 20px;
  margin-bottom: 1rem;
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  #bz32 .article-box {
    padding: 3rem 2rem;
    border-radius: 10px;
  }
  #bz32 h2 {
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }
  #bz32 h3 {
    font-size: 1.8rem;
  }
  #bz32 h4 {
    font-size: 1.4rem;
  }
  #bz32 h5 {
    font-size: 1.8rem;
  }
  #bz32 .article-box ul li {
    font-size: 1.4rem;
  }
}

/* 資料ダウンロード */

#bz32 .ebook {
  padding: 5rem 0 5.5rem;
  background-color: #101214;
  color: #fff;
}
#bz32 .ebook h2 {
  color: #fff;
}

@media (max-width: 575.98px) {
  #bz32 .ebook {
    padding: 3rem 0 4rem;
  }
}

/* 関連ページ */

#bz32 .bg2 {
  padding: 4.5rem 0 5rem;
}

#bz32 a.link-box {
  position: relative;
  display: block;
  width: 850px;
  margin: auto;
  background-color: #F4F5F7;
  padding: 1rem 5rem 1rem 2rem;
}

#bz32 a.link-box:hover {
  text-decoration: none;
  background-color: #CFE1FD;
}

.arrow::after {
  content: '';
  border: 0;
  border-top: solid 2px #1868DB;
  border-right: solid 2px #1868DB;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-45%) rotate(45deg);
}

@media (max-width: 991.98px) {
  #bz32 a.link-box {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  #bz32 .bg2 {
    padding: 3rem 0 4rem;
  }
}

/* ボタン */

#bz32 .btn-kiji {
  width: 550px;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 2rem 1rem;
  background: #1868DB;
  line-height: 1.5;
  text-align: center;
  border-radius: 100px;
}

#bz32 a.btn-kiji {
  text-decoration: none!important;
  color: #fff!important;
  font-size: 2rem;
}

#bz32 .btn-kiji:hover {
  background: #123263;
}

#bz32 .btn-dl {
  width: 550px;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 2rem 1rem;
  background: #fca700;
  line-height: 1.5;
  text-align: center;
  border-radius: 100px;
}
#bz32 a.btn-dl {
  text-decoration: none!important;
  color: #101214!important;
  font-size: 2rem;
}
#bz32 .btn-dl:hover {
  background: #fa8700;
}

@media (max-width: 575.98px) {
  #bz32 .btn-kiji,
  #bz32 .btn-dl {
    width: 95%;
    padding: 1.5rem 1rem;
  }
  #bz32 a.btn-kiji,
  #bz32 a.btn-dl {
    font-size: 1.5rem;
  }
}



@media (max-width: 1023.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 768.98px) {
}

@media (max-width: 575.98px) {
}

@media (max-width: 480.98px) {
}

