#mz174 {
  font-family: 'Noto Sans JP',"pragmatica-extended", sans-serif;
  font-weight: 600;
  background-color: #e5e5e5;
  overflow-x: hidden;
  font-size: 1.5rem;
  line-height: 1.8;
}

#mz174 .container {
  width: 1200px;
  max-width: none;
}
@media (max-width: 1200px) {
  #mz174 .container {
    width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  #mz174 {
    font-size: 1.3rem;
  }
}

/* ヘッダー */

#mz174 .nav-174 {
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 1em;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

#mz174 .hamburger {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mz174 .logo {
  width: 220px;
}
#mz174 .logo-mz {
  width: 120px;
  margin-top: -3px;
}

@media (max-width: 991.98px) {
  #mz174 .hamburger {
    padding: 0;
  }
}
@media (max-width: 480.98px) {
  #mz174 .nav-174 {
    height: 50px;
    justify-content: start;
  }
  #mz174 .logo {
    width: 150px;
    margin-right: 20px;
  }
  #mz174 .logo-mz {
    width: 80px;
    margin-top: -2px;
  }
}

/* トップ */

#top-174 {
  padding: 4rem 0 7rem;
  background-image: url(../images/back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

#mz174 h1 {
  margin-bottom: 0!important;
}

.multiple-item {
  margin: 0 auto;
  padding: 0;
}

.multiple-item li {
  padding: 0 .8rem;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
}
.slick-next:before {
  background: url(../images/next.png)!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
}
.slick-prev:before {
  background: url(../images/prev.png)!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
}

#mz174 .intro {
  width: 950px;
  margin: auto;
  padding: 5rem 0;
  font-size: 2rem;
  line-height: 2;
}

@media (max-width: 991.98px) {
  #top-174 {
    padding: 3rem 4rem 6rem;
  }
  #mz174 .intro {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  #top-174 {
    padding: 2rem 2rem 5rem;
  }
  #mz174 .intro {
    width: 100%;
    padding: 4rem 0;
    font-size: 1.5rem;
  }
}

/* 記事 */

#mz174 .scale a img {
  transition: .1s all;
}
#mz174  .scale a img:hover {
  transform:scale(1.08);
  transition: .3s all;
  opacity: .8;
}
#mz174 .scale figure {
  overflow: hidden;
}

#mz174 .box {
  margin-bottom: 7rem;
  padding: 4.5rem 4rem 1rem;
  background-color: #fff;
}

#mz174 h2 {
  margin-bottom: 1rem;
  color: #000;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

#mz174 .catch {
  margin-bottom: 6rem;
  position: relative;
  padding-bottom: 2rem;
  font-size: 1.8rem;
  color: #999;
  font-weight: 800;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
#mz174 .catch::before {
  position: absolute;
  border-bottom: 8px solid #d70226;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  content: '';
}

#mz174 h3 {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #0a326f;
}
#mz174 h3 a {
  color: #0a326f;
}
#mz174 .feature h3 {
  font-size: 2.4rem;
}

#mz174 .crz {
  padding: 6rem 0;
  background-color: #ddd;
}

#mz174 h4 {
  padding-left: 1.5rem;
  border-left: 4px solid #000;
  font-size: 2.4rem;
  line-height: 1.5;
}

.crz-title {
  margin-bottom: 5rem;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 991.98px) {
  #mz174 h2 {
    font-size: 3.6rem;
  }
}

@media (max-width: 575.98px) {
  #mz174 .box {
    margin-bottom: 4rem;
    padding: 3rem 2rem .1rem;
  }
  #mz174 h2 {
    font-size: 2.4rem;
  }
  #mz174 .catch {
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }
  #mz174 .feature h3 {
    font-size: 1.6rem;
  }
  #mz174 h3 {
    font-size: 1.4rem;
  }
  #mz174 .crz {
  padding: 4rem 0;
  }
  #mz174 h4 {
    font-size: 1.7rem;
  }
  .crz-title {
    margin-bottom: 4rem;
  }
}

/* ボタン */

.btn-link {
  position: relative;
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 1.6rem 1rem 1.8rem; 
  background-color: #0a326f;
  line-height: 1.6;
  text-align: center;

}
a.btn-link {
  text-decoration: none!important;
  color: #fff!important;
  font-size: 1.8rem;
}
a.btn-link:hover {
  opacity: .8;
  transition: .2s;
}

@media (max-width: 575.98px) {
  .btn-link {;
    padding: 1.3rem 1rem 1.4rem; 
  }
  a.btn-link {
    font-size: 1.4rem;
  }
}

@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) {
}





