@charset "UTF-8";
.press-single .press-single__inner {
  margin-top: 21.5rem;
}
@media (max-width: 768px) {
  .press-single .press-single__inner {
    margin-top: 11rem;
  }
}

.press-single .press-single__top-area {
  padding: 0 8%;
  margin: 0 1.5rem;
  padding-bottom: 8rem;
  border-bottom: 3px solid #6B717C;
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .press-single .press-single__top-area {
    padding: 0;
    padding-bottom: 4rem;
    margin-bottom: 6rem;
  }
}

.press-single .press-single__meta {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}

.press-single .press-single__meta .press-single__category {
  padding: 0.4rem 2rem;
  border: 2px solid #101A2A;
  font-weight: bold;
  border-radius: 2px;
}

.press-single .press-single__title {
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.4rem);
  font-weight: bold;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}

.press-single .press-single__thumbnail {
  max-width: 120rem;
  width: 100%;
  margin: 8rem auto;
  padding: 0 1.5rem;
  margin-bottom: 12rem;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .press-single .press-single__thumbnail {
    width: calc(100% - 3rem);
    margin: 6rem auto 4rem auto;
    padding: 0;
  }
}

.press-single .press-single__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.press-single .press-single__content {
  margin: 0 8%;
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .press-single .press-single__content {
    margin: 0 1.5rem;
    margin-bottom: 8rem;
  }
}

.press-single .press-single__title {
  margin-top: 4rem;
  font-weight: bold;
}

/*おすすめ*/
.press-recommend {
  padding: 8rem 8%;
  margin-bottom: 12rem;
  background-color: #ECF4F6;
}
@media (max-width: 768px) {
  .press-recommend {
    padding: 6rem 1.5rem;
    margin-bottom: 8rem;
  }
}

.press-recommend .press-recommend__title {
  font-size: clamp(2rem, 1.4rem + 2.8vw, 3.2rem);
  font-weight: bold;
  margin-bottom: 4rem;
  border-bottom: 1px solid #6AC6DD;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .press-recommend .press-recommend__title {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}

.press-list--recommend {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 38rem));
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .press-list--recommend {
    grid-template-columns: repeat(1, minmax(0, 36rem));
  }
}

.press-list--recommend .press-single__title {
  font-size: clamp(1.4rem, 1.3rem + 0.5vw, 1.6rem);
}

.press-list--recommend .press-single__image {
  max-width: 38rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.press-list--recommend .press-single__image img {
  border-radius: 4px;
}

.press-list--recommend .press-item:hover .press-single__image {
  transform: translateY(-4px) scale(1.02);
}

.press-list--recommend .press-item:hover {
  opacity: 1;
}

.press-list--recommend .press-single__info {
  max-width: 38rem;
}

.press-list--recommend .press-single__meta {
  margin: 2rem 0;
  align-items: center;
}
@media (max-width: 768px) {
  .press-list--recommend .press-single__meta {
    margin: 1rem 0;
  }
}

/*記事内装飾*/
.press-single__content h2 {
  border-top: solid 2px #6AC6DD;
  border-bottom: solid 2px #6AC6DD;
  padding: 4rem 0;
  margin: 2rem 0;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  border: none;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  max-width: 100px;
}/*# sourceMappingURL=single-post.css.map */