@charset "UTF-8";
@media screen and (min-width: 992px) {
  .child-fv {
    padding: 6rem 0px 3.25rem;
  }
}

.child-fv-text {
  letter-spacing: 0.1em;
}

.post-line {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .post-line {
    gap: 42px;
  }
}

.post-line__items {
  border: none;
  position: relative;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.post-line__items:last-child {
  border-bottom: none;
}

.post-line__inner.post-line__inner--new-graduate {
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .post-line__inner.post-line__inner--new-graduate {
    padding: 35px 50px;
  }
}

.post-line__text-wrap {
  width: 86%;
}
@media screen and (min-width: 992px) {
  .post-line__text-wrap {
    width: 100%;
  }
}

.post-line__ttl {
  letter-spacing: 0.16em;
  margin-bottom: 4px;
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .post-line__ttl {
    font-size: 1.5rem;
  }
}

.post-card__excerpt {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .post-card__excerpt {
    font-size: 1rem;
  }
}

/* 矢印 */
.circle-arrow-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  right: 20px;
  width: 1.375rem;
  height: 1.375rem;
}
@media screen and (min-width: 992px) {
  .circle-arrow-wrap {
    width: 2.0625rem;
    height: 2.0625rem;
  }
}

.circle-arrow {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background: url("../images/common/icon-arrow-green.svg") no-repeat center center/contain;
}
@media screen and (min-width: 992px) {
  .circle-arrow {
    width: 2.0625rem;
    height: 2.0625rem;
  }
}