.story_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media only screen and (max-width: 640px) {
  .story_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
}

.story_item {
  list-style: none;
  line-height: 1.6;
}
.story_item a {
  padding: 2rem;
  display: block;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.08);
}
.story_item.-fc .story_job {
  color: rgb(29, 80, 162);
}
.story_item.-fc a {
  background: url(../img/common/arw_blue.svg) no-repeat right 2rem bottom 2rem;
}
.story_item.-agt .story_job {
  color: rgb(255, 0, 0);
}
.story_item.-agt a {
  background: url(../img/common/arw_red.svg) no-repeat right 2rem bottom 2rem;
}
.story_item .story_image {
  margin: 0 auto 1em;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.story_item .story_job {
  font-weight: 700;
}
.story_item .story_title {
  margin: 0.5em 0;
  font-size: 2.4rem;
  line-height: 1.3;
}
.story_item .story_name {
  font-size: 2.4rem;
  font-weight: 700;
}

.nav-story {
  display: flex;
  justify-content: center;
  gap: 5.6rem;
  margin-top: 5em;
}

.story_post_head {
  margin-bottom: 6rem;
  padding-left: 22.5rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .story_post_head {
    margin-bottom: 9.375vw;
    padding-left: 0;
  }
}
.story_post_author {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.story_post_author_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 18rem;
  height: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: #F6F6F6;
}
@media only screen and (max-width: 640px) {
  .story_post_author_image {
    width: 21.875vw;
    height: 21.875vw;
    position: static;
  }
}
.story_post_author_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.story_post_meta {
  width: 62.5rem;
}
@media only screen and (max-width: 640px) {
  .story_post_meta {
    width: 62.5vw;
  }
}
.story_post_title {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.35;
  font-size: 2.8rem;
}
@media only screen and (max-width: 640px) {
  .story_post_title {
    font-size: 5vw;
  }
}
.story_post_title.-agt {
  color: rgb(255, 0, 0);
}
.story_post_title.-fc {
  color: rgb(29, 80, 162);
}
.story_post_office {
  font-weight: 700;
  line-height: 1.35;
}
.story_post_name {
  font-weight: 700;
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .story_post_name {
    font-size: 5vw;
  }
}
.story_post_body h2 {
  margin: 1em auto;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .story_post_body h2 {
    font-size: 5vw;
  }
}
.story_post_body h3 {
  margin: 1em auto;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .story_post_body h3 {
    font-size: 4.375vw;
  }
}
.story_post_body p {
  margin-bottom: 1.5em;
}/*# sourceMappingURL=story.css.map */