@charset "utf-8";

.cmn-hero-01 {
  margin-bottom: 3rem;
  background: url(../img/corp/img_index_hero.jpg) center center / cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .cmn-hero-01 .cmn-h1 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .cmn-hero-01 {
    margin-bottom: 6.25rem;
  }
}

/*-----( index-list )-----*/
.index-list,
.ww-link {
  margin-bottom: 6.5rem;
}
.index-list-item-bg {
  height: 100%;
  padding: 2rem 1.5rem 1.5rem;
  background: #F7F7F7;
}
.index-list-item__title {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #CECECE;
}
.index-list-item__title::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: -0.25rem 0 0 1rem;
  border-radius: 13px;
  background: var(--bs-primary) url(../img/common/icon_arrow_04r.svg) center center / 11px 11px no-repeat;
}

@media only screen and (min-width: 992px) {
  .index-list,
  .ww-link {
    margin-bottom: 12.5rem;
  }
  .index-list-item {
    min-height: 290px;
  }
  .index-list-item-bg {
    padding: 3.75rem 2.5rem 4rem 2rem;
  }
  .index-list-item__title {
    margin: 0 0 1.375rem;
    padding: 0 0 3rem;
  }
}
