@charset "UTF-8";
/**
 * 投稿一覧のスタイル
 */
.pp-blog {
  display: block;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .pp-blog {
    padding: 0 5vw;
  }
}
.pp-blog__header {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  border-top: 3px solid #d8e2e9;
  padding-top: 40px;
}
@media screen and (max-width: 599px) {
  .pp-blog__header {
    padding-top: 30px;
  }
}
.pp-blog__body {
  display: block;
  width: 100%;
  overflow: hidden;
}
.pp-blog__title {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .pp-blog__title {
    margin-bottom: 15px;
  }
}
.pp-blog__title img {
  display: block;
  width: 82%;
  max-width: 449px;
  height: auto;
  margin: 0 auto;
}
.pp-blog__lead {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .pp-blog__lead {
    font-size: 12px;
  }
}
.pp-blog__lead p {
  margin: 0;
}
.pp-blog__more {
  display: block;
  width: 100%;
}
.pp-blog__more__btn {
  display: block;
  width: 69%;
  max-width: 292px;
  height: auto;
  margin: 0 auto;
  padding: 1.125em 15px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  border-radius: 28px;
  overflow: hidden;
  background: var(--color-accsent-blue);
  text-decoration: none !important;
}
.pp-blog__more__btn, .pp-blog__more__btn:link, .pp-blog__more__btn:visited, .pp-blog__more__btn:hover, .pp-blog__more__btn:active {
  color: #fff;
}
@media screen and (max-width: 599px) {
  .pp-blog__more__btn {
    font-size: 14px;
    padding-top: 0.95em;
    padding-bottom: 0.95em;
  }
}
.pp-blog__content {
  display: block;
  width: 100%;
}
.pp-blog__list {
  list-style: none;
  width: auto;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.pp-blog__list__item {
  display: flex;
  margin: 0 0 24px;
  padding: 0 10px;
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 599px) {
  .pp-blog__list__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.pp-blog_block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pp-blog_block__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 11/7;
  margin: 0 0 5px;
}
.pp-blog_block__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pp-blog_block__body {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.pp-blog_block__body p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .pp-blog_block__body p {
    font-size: 12px;
  }
}
.pp-blog_block__footer {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 24px;
  margin: auto 0 0;
  position: relative;
  padding: 0 24px 0 0;
}
@media screen and (max-width: 599px) {
  .pp-blog_block__footer {
    min-height: 20px;
    padding-right: 24px;
  }
}
.pp-blog_block:not([href]) .pp-blog_block__footer::before, .pp-blog_block:not([href]) .pp-blog_block__footer::after {
  display: none;
}
.pp-blog_block__date {
  display: block;
  width: 100%;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .pp-blog_block__date {
    font-size: 10px;
  }
}
.pp-blog_block__icon {
  position: relative;
}
.pp-blog_block__icon::before, .pp-blog_block__icon::after {
  content: "";
  display: block;
  color: #1178bd;
  position: absolute;
  margin: auto;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pp-blog_block__icon::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background: #fff;
}
.pp-blog_block__icon::after {
  content: "";
  display: block;
  background-image: var(--arrow-caret-svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10.4347826087px;
  height: 10.4347826087px;
}

/**
 * 投稿詳細のスタイル
 */
.page_title {
  flex-direction: column;
}

.main-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 5px;
  container-type: inline-size;
}
.main-visual .thumbnail-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.main-visual .owner-image {
  position: absolute;
  top: 345px;
  left: 44px;
  max-width: 160px;
}
.main-visual .company-logo {
  max-width: 252px;
  align-self: flex-end;
}
@container (max-width: 600px) {
  .main-visual .thumbnail-block {
    margin-bottom: 6.6666666667%;
  }
  .main-visual .owner-image {
    top: 47.9166666667cqw;
    left: 6.1111111111%;
    max-width: 22.2222222222%;
  }
  .main-visual .company-logo {
    max-width: 35%;
  }
}

.single-editor-area {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
}
.single-editor-area .wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: flex;
  line-height: 1.25;
}
.single-editor-area h2.wp-block-heading {
  padding-top: 2em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #004D81;
  font-size: 1.5rem;
  gap: 12px;
}
.single-editor-area h2.wp-block-heading::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #D8E2E9;
}
.single-editor-area h3.wp-block-heading {
  padding-top: 1.6em;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #333;
  font-size: 1.25rem;
  gap: 16px;
}
.single-editor-area h3.wp-block-heading::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #1A99CC;
}
.single-editor-area p {
  font-size: 1rem;
  line-height: 1.75;
}
.single-editor-area a {
  color: #1A99CC;
  text-decoration: underline;
}

/*# sourceMappingURL=voices-style.css.map */
