/******************************

  p-media css

*******************************/
.p-page_content {
  padding: 0;
}

.p-page_content__inner {
  max-width: 100%;
}

.l-container__row {
  margin: 0;
}

.l-container {
  background-color: #FEE9D4;
}

.p-media {
  padding: 80px 0 160px;
}
@media screen and (max-width: 767px) {
  .p-media {
    padding: 30px 0 100px;
  }
}
.p-media__sec {
  overflow: hidden;
}
.p-media__sec-inner {
  max-width: 720px;
  width: 90%;
  margin-inline: auto;
}
.p-media__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 20px;
}
@media screen and (max-width: 767px) {
  .p-media__post {
    gap: 40px;
  }
}
.p-media__post-item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .p-media__post-item {
    width: 100%;
  }
}
.p-media__post-item:first-of-type {
  width: 100%;
  margin-bottom: 10px;
}
.p-media__post-item:first-of-type .p-media__post-thumb,
.p-media__post-item:first-of-type .p-media__post-dtl {
  max-width: 720px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-media__post-item:first-of-type .p-media__post-thumb,
  .p-media__post-item:first-of-type .p-media__post-dtl {
    width: 100%;
  }
}
.p-media__post-item:first-of-type .p-media__post-ttl {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5833333333em;
  letter-spacing: 0.08em;
  font-size: clamp(20px, 20px + 4 * (100vw - 767px) / 599, 24px);
}
@media screen and (max-width: 767px) {
  .p-media__post-item:first-of-type .p-media__post-ttl {
    font-size: 16px;
  }
}
.p-media__post-item:hover {
  cursor: pointer;
}
.p-media__post-item:hover .p-media__post-thumb {
  border-color: #000;
}
.p-media__post-item:hover .p-media__post-dtl {
  color: #47691F;
}
.p-media__post-thumb {
  display: block;
  margin-bottom: 12px;
  border: solid 1px transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-media__post-img {
  overflow: hidden;
  position: relative;
  padding-top: 60%;
}
.p-media__post-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-media__post-dtl {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-media__post-date {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-media__post-date {
    font-size: 14px;
  }
}
.p-media__post-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7142857143em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-media__post-ttl {
    font-size: 16px;
  }
}

.p-article__thumbnail {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-article__thumbnail {
    margin-inline: calc(50% - 50vw);
  }
}
.p-article__date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6428571429em;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.p-article__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5416666667em;
  letter-spacing: 0.08em;
  font-size: clamp(20px, 20px + 4 * (100vw - 767px) / 599, 24px);
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-article__title {
    margin-bottom: 40px;
  }
}
.p-article__contents h2 {
  margin: 40px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5909090909em;
  letter-spacing: 0.08em;
  font-size: clamp(18px, 18px + 4 * (100vw - 767px) / 599, 22px);
  padding-left: 1em;
  border-left: solid 10px #FFFEF7;
}
.p-article__contents h3 {
  margin: 20px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  font-size: clamp(17px, 17px + 3 * (100vw - 767px) / 599, 20px);
}
.p-article__contents h4 {
  margin: 20px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5555555556em;
  letter-spacing: 0.08em;
  font-size: clamp(15px, 15px + 3 * (100vw - 767px) / 599, 18px);
}
.p-article__contents p {
  margin: 20px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625em;
  letter-spacing: 0.08em;
  font-size: clamp(15px, 15px + 1 * (100vw - 767px) / 599, 16px);
}
.p-article__contents p a {
  text-decoration: underline;
}
.p-article__contents p a:hover {
  color: #47691F;
}
.p-article__contents p span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #fffef7), color-stop(80%, transparent));
  background: linear-gradient(to top, #fffef7 80%, transparent 80%);
}
.p-article__contents ul {
  margin: 20px 0;
}
.p-article__contents ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625em;
  letter-spacing: 0.08em;
  font-size: clamp(15px, 15px + 1 * (100vw - 767px) / 599, 16px);
}
.p-article__contents ul li::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: transparent;
  border: solid 1px #47691F;
  position: absolute;
  left: 0;
  top: 9px;
}
@media screen and (max-width: 767px) {
  .p-article__contents ul li::before {
    top: 7px;
  }
}
.p-article__contents ol {
  counter-reset: section;
  margin: 20px 0;
}
.p-article__contents ol li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625em;
  letter-spacing: 0.08em;
  font-size: clamp(15px, 15px + 1 * (100vw - 767px) / 599, 16px);
}
.p-article__contents ol li::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  line-height: 2em;
  background-color: #FFFEF7;
  border-radius: 100%;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.001em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-article__contents .spscroll {
  overflow-x: scroll;
  /* Firefox */
}
.p-article__contents .spscroll::-webkit-scrollbar {
  height: 8px;
}
.p-article__contents .spscroll::-webkit-scrollbar-track {
  background: #FFFEF7;
}
.p-article__contents .spscroll::-webkit-scrollbar-thumb {
  background: #47691F;
}
.p-article__contents .spscroll::-webkit-scrollbar-thumb:hover {
  background: #47691F;
}
@supports (scrollbar-color: auto) {
  .p-article__contents .spscroll {
    scrollbar-color: #47691F #FFFEF7;
    scrollbar-width: thin;
  }
}
.p-article__contents table {
  min-width: 720px;
  margin-right: calc(50% - 50vw);
}
.p-article__contents table tr:nth-child(even) td {
  background-color: #F6F3E4;
}
.p-article__contents table td {
  text-align: center;
  padding: 19px 2.4%;
  border: solid 1px #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 599, 14px);
  background-color: #FFFEF7;
}
.p-article__contents blockquote {
  padding: 30px;
  background-color: #F6F3E4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  color: #303C22;
  margin: 20px 0;
}
.p-article__contents blockquote p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625em;
  letter-spacing: 0.08em;
  font-size: clamp(15px, 15px + 1 * (100vw - 767px) / 599, 16px);
}
.p-article__contents blockquote cite {
  margin-top: 20px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143em;
  letter-spacing: 0.08em;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 599, 14px);
  text-align: right;
  font-style: normal;
}
.p-article__contents blockquote cite a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143em;
  letter-spacing: 0.08em;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 599, 14px);
}
.p-article__contents img {
  margin-inline: auto;
}
.p-article__contents strong {
  font-weight: bold;
}

.c-pagination {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-bottom: 50px;
  }
}

.c-pagination__list {
  border: none;
}