
/* ==========================================================
 category Top
========================================================== */
/* hero-gakubu-category　カテゴリトップページタイトル枠
---------------------------------------------------------- */
.hero-gakubu-category {
  position: relative;
}

.hero-gakubu-category .image {
  height: 345px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-gakubu-category.h210 .image {
  height: 211px;    
}

@media (max-width: 1279px) {
  .hero-gakubu-category .image {
    height: 330px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .hero-gakubu-category .image {
    height: 160px;
  }
  .hero-gakubu-category.h210 .image {
    height: 160px;    
  }  
}

/* box-title-hero　カテゴリトップ ページタイトル
---------------------------------------------------------- */
.box-title-hero {
  position: absolute;
  bottom: 93px;
  right: 98px;
  left: 98px;
}

.hero-gakubu-category.h210 .box-title-hero{
  bottom: 80px;    
}

@media (max-width: 1279px) {
  .box-title-hero {
    bottom: 95px;
    right: 49px;
    left: 49px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-title-hero {
    bottom: 47px;
    right: 14px;
    left: 14px;
  }
}

@media (max-width: 1279px) {
  .box-title-hero {
    bottom: 95px;
    left: 49px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-title-hero {
    bottom: 44px;
    left: 14px;
  }
    .hero-gakubu-category.h210 .box-title-hero{
      bottom: 44px;    
    }
}

.box-title-hero .ttl-hero-main {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .box-title-hero .ttl-hero-main {
    font-size: 2.4rem;
  }
}

.box-title-hero .ttl-hero-main + .ttl-hero-sub {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .box-title-hero .ttl-hero-main + .ttl-hero-sub {
    margin-top: 5px;
  }
}

.box-title-hero .ttl-hero-sub {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .box-title-hero .ttl-hero-sub {
    font-size: 1.6rem;
  }
}

.box-title-hero .ttl-hero-sub + .ttl-hero-main {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .box-title-hero .ttl-hero-sub + .ttl-hero-main {
    margin-top: 5px;
  }
}

/* hero-filter　カテゴリトップ ページタイトル黒フィルター
---------------------------------------------------------- */
.hero-filter {
  position: relative;
}

.hero-filter::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
