@charset "utf-8";
/* ===================================
   仕事紹介ページ - モバイルファースト
=================================== */

/* カード内コンテンツ */
.card__contents {
  padding-top: 1.7rem;
}

.card__contents h4 {
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
  color: var(--color-main);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  border-bottom: 2px solid var(--color-main);
  text-align: center;
}

@media (min-width: 1201px) {
  .card__contents h4 {
    font-size: 2rem;
  }
}

.card__contents h5 {
  margin-top: 2.3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 1201px) {
  .card__contents h5 {
    font-size: 2rem;
  }
}

.card__contents .wp-block-image {
  border-radius: 2rem;
  overflow: hidden;
}

.card__contents .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__contents p {
  margin: 1.7rem 0 3.7rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.card__contents p span{
  margin-top: 1rem;
 display: block;
  color: var(--color-main);
}