@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
<script>
  (function(d) {
    var config = {
      kitId: 'dbb3sob',
      scriptTimeout: 3000,
      async: true
    },
    h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
  })(document);
</script>
*/
.p-single {
  padding-top: 15px;
  padding-bottom: 150px !important;
  flex: 1;
  order: 2;
}
@media (max-width: 767px) {
  .p-single {
    padding-bottom: 25px !important;
  }
}

.p-single-header {
  padding-top: 70px;
}
.p-single-header__info {
  text-align: right;
}
.p-single-header__category {
  display: inline-block;
  text-align: center;
}
.p-single-header__category::before {
  content: "・";
}
.p-single-header__category a {
  color: #356f55;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-single-header__category a {
    font-size: 1.6rem;
  }
}
.p-single-header__title {
  text-align: left;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.8em;
  margin-top: 20px !important;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-single-header__title {
    margin-top: 20px !important;
    font-size: 3rem;
  }
}
.p-single-header__date {
  text-align: center;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: normal;
  color: #356f55;
}
@media (max-width: 767px) {
  .p-single-header__date {
    font-size: 1.6rem;
  }
}

.p-cat-content {
  position: relative;
  padding-top: 5px;
  padding-bottom: 100px !important;
  flex: 1;
  order: 2;
}
@media (max-width: 767px) {
  .p-cat-content {
    padding-top: 25px;
    padding-bottom: 40px !important;
  }
}
.p-cat-content__more {
  text-align: center;
  cursor: pointer;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 10%;
  line-height: 150%;
  margin-top: 40px;
  display: inline-block;
  position: relative;
}
.p-cat-content__more::after {
  content: "";
  display: inline-block;
  background: url(../img/arrow-bottom.svg) 0 0 no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.p-cat-content__more::before {
  content: "";
  background: black;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease;
}
.p-cat-content__more:hover::before {
  width: 100%;
}
.p-cat-content__nav {
  position: relative;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 10px;
  z-index: 8;
  background: url(../img/dot.png) left top repeat-x;
  background-size: 1153px 3px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .p-cat-content__nav {
    margin-top: 30px;
    padding-top: 25px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-bottom: 30px;
  }
}
.p-cat-content__nav .prev,
.p-cat-content__nav .next {
  position: relative;
}
.p-cat-content__nav .prev a,
.p-cat-content__nav .next a {
  display: -webkit-box;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 10px 10px rgba(34, 34, 34, 0.1);
  padding: 38px 30px 18px 90px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6em;
  color: #444444;
  text-decoration: none;
  transition: 0.3s ease;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-cat-content__nav .prev a::before,
.p-cat-content__nav .next a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #356f55;
  background-image: url(../img/icon-arrow-prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  transition: 0.3s ease;
}
.p-cat-content__nav .prev a::after,
.p-cat-content__nav .next a::after {
  content: "前の記事";
  position: absolute;
  left: 90px;
  top: 16px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #356f55;
}
@media (max-width: 767px) {
  .p-cat-content__nav .prev a,
  .p-cat-content__nav .next a {
    padding: 34px 20px 16px 78px;
    font-size: 1.4rem;
  }
  .p-cat-content__nav .prev a::before,
  .p-cat-content__nav .next a::before {
    left: 16px;
    width: 40px;
    height: 40px;
    background-size: 14px 14px;
  }
  .p-cat-content__nav .prev a::after,
  .p-cat-content__nav .next a::after {
    left: 78px;
    top: 12px;
  }
}
.p-cat-content__nav .prev:hover a,
.p-cat-content__nav .next:hover a {
  transform: translateY(-3px);
  box-shadow: 5px 14px 16px rgba(34, 34, 34, 0.15);
  color: #356f55;
}
.p-cat-content__nav .next a {
  padding: 38px 90px 18px 30px;
  text-align: right;
}
.p-cat-content__nav .next a::before {
  left: auto;
  right: 20px;
  background-image: url(../img/icon-arrow-next.svg);
}
.p-cat-content__nav .next a::after {
  content: "次の記事";
  left: auto;
  right: 90px;
}
@media (max-width: 767px) {
  .p-cat-content__nav .next a {
    padding: 34px 78px 16px 20px;
  }
  .p-cat-content__nav .next a::before {
    right: 16px;
  }
  .p-cat-content__nav .next a::after {
    right: 78px;
  }
}

.p-single-entry__body {
  position: relative;
  z-index: 3;
  line-height: 180%;
  letter-spacing: 8%;
  font-size: 1.6rem;
  word-break: break-all;
}
.p-single-entry__body > * + * {
  margin-top: 1.5em;
}
.p-single-entry__body h2,
.p-single-entry__body .title-2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #444444;
  margin-top: 2.2em;
  margin-bottom: 1.2em;
  line-height: 1.5em;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #317dcb;
}
.p-single-entry__body h2::after,
.p-single-entry__body .title-2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #f16d7f;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media (max-width: 767px) {
  .p-single-entry__body h2,
  .p-single-entry__body .title-2 {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
}
.p-single-entry__body h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 2.5em;
  margin-bottom: 1em;
  padding: 0.65em 1.2em;
  border-left: 4px solid #317dcb;
  border-radius: 0 10px 10px 0;
  background: rgba(49, 125, 203, 0.06);
  color: #444444;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .p-single-entry__body h3 {
    font-size: 1.8rem;
  }
}
.p-single-entry__body h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  letter-spacing: -0.01em;
  color: #444444;
}
.p-single-entry__body h4::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1.1em;
  background-color: #f16d7f;
  border-radius: 2px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-single-entry__body h4 {
    font-size: 1.6rem;
  }
}
.p-single-entry__body p {
  margin-bottom: 1.5em;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
.p-single-entry__body strong {
  background: linear-gradient(transparent 60%, rgba(247, 219, 64, 0.6) 40%);
  font-weight: 700;
}
.p-single-entry__body ul {
  list-style: none;
  margin-bottom: 2em;
  padding-left: 1em;
}
.p-single-entry__body ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.8em;
}
.p-single-entry__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: #317dcb;
  border-radius: 50%;
}
.p-single-entry__body ol {
  list-style: none;
  counter-reset: num;
  margin-bottom: 2em;
  padding-left: 1em;
}
.p-single-entry__body ol li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.8em;
}
.p-single-entry__body ol li::before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #317dcb;
  font-weight: 700;
}
.p-single-entry__body blockquote {
  background-color: #f9f9f9;
  padding: 1.5em;
  margin: 2em 0;
  border-left: 5px solid #317dcb;
  border-radius: 0 10px 10px 0;
  color: #555;
  font-style: italic;
  position: relative;
}
.p-single-entry__body blockquote::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
  background: url(../img/icon-quote.svg) 0 0 no-repeat;
  background-size: contain;
  opacity: 0.15;
}
.p-single-entry__body img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 2em 0;
}
@media (max-width: 767px) {
  .p-single-entry__body img {
    border-radius: 5px;
    margin: 20px 0;
  }
}
.p-single-entry__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}
.p-single-entry__body table th,
.p-single-entry__body table td {
  border: 1px solid #ddd;
  padding: 1em;
  font-size: 1.5rem;
}
.p-single-entry__body table th {
  background-color: #317dcb;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.p-single-entry__body table tr:nth-child(even) {
  background-color: #fcfcfc;
}
.p-single-entry__body a {
  color: #317dcb;
  text-decoration: underline;
  transition: 0.3s;
}
.p-single-entry__body a:hover {
  text-decoration: none;
}

.p-single-entry__back {
  text-align: center;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 10%;
  display: inline-block;
  position: relative;
  color: black;
  font-weight: 500;
  margin-top: 70px;
  text-decoration: none;
  transition: 0.3s ease;
}
.p-single-entry__back::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: black;
  transition: 0.3s ease;
}
.p-single-entry__back:hover::before {
  width: 100%;
}
@media (max-width: 767px) {
  .p-single-entry__back {
    margin-top: 20px;
  }
}

.relate-title {
  font-size: 2.4rem !important;
  font-weight: 700;
  color: #333;
  border-bottom: 2px solid #317dcb;
  padding-bottom: 0.4em;
  margin-top: 3em !important;
  margin-bottom: 1.2em;
  position: relative;
}
.relate-title::after {
  content: "";
  display: block;
  width: 30%;
  height: 4px;
  background-color: #f16d7f;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media (max-width: 767px) {
  .relate-title {
    font-size: 2rem !important;
  }
}

.wp-block-button__link {
  display: block;
  position: relative;
  border: 4px solid #f6f5f1;
  background: #fff;
  font-size: 2rem;
  color: #444444 !important;
  text-decoration: none !important;
  padding: 40px 50px;
  margin: 30px auto;
  overflow: hidden;
  transition: 0.3s ease;
  border-radius: 0;
}
@media (max-width: 767px) {
  .wp-block-button__link {
    font-size: 1.6rem;
    padding: 15px 20px;
    margin: 15px auto;
  }
}

.wp-block-button__link:hover {
  opacity: 0.7;
}

.wp-block-button__link:hover::after {
  right: -15px;
  top: -15px;
}

.wp-block-button__link i {
  font-size: 1.2em;
  position: relative;
  top: 2px;
}
/*# sourceMappingURL=style-single.css.map */
