/*----- -------------------------
---.hero
----- -------------------------*/

.hero {
  padding: 60px 0 120px;
}

.hero .catch {
  font-size: 2.1rem;
  margin: 30px 0 60px;
}

.hero .text {
  width: 94%;
  font-size: 1.45rem;
}


/*----- -------------------------
---.contents
----- -------------------------*/

.stories .item img {
  aspect-ratio: 0.75 / 1;
}

.stories .item .title {
  font-size: 2.8rem;
  margin-top: 50px;
  margin-bottom: 50px;
}

.stories .item .text {
  font-size: 1.6rem;
}