@charset "UTF-8";
.child-fv--mid-career {
  padding: 3rem 1.25rem 1rem;
}
@media screen and (min-width: 992px) {
  .child-fv--mid-career {
    padding: 5.75rem 0px 3.5rem;
  }
}

.child-fv__sub-ttl--mid-career {
  letter-spacing: 0.35em;
}

.child-fv__ttl--mid-career {
  letter-spacing: 0.1em;
}

.child-fv__text--mid-career {
  letter-spacing: 0.1em;
}

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

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

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

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

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

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

.post-card__excerpt {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@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: 30px;
  width: 1.375rem;
  height: 1.375rem;
}
@media screen and (min-width: 992px) {
  .circle-arrow-wrap {
    right: 50px;
    width: 2.0625rem;
    height: 2.0625rem;
  }
}

.circle-arrow--mid-career {
  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--mid-career {
    width: 2.0625rem;
    height: 2.0625rem;
  }
}