﻿
.sub.singleNews {
  /* ブロックエディタのテンプレート */
}
.sub.singleNews .singleNews__top {
  padding-block: 200px 20px;
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: initial;
}
@media screen and (max-width: 1024px) {
  .sub.singleNews .singleNews__top {
    padding-block: 100px 20px;
    min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .sub.singleNews .singleNews__top {
    padding-block: 40px 12px;
    min-height: 230px;
  }
}
.sub.singleNews .singleNews__title {
  height: auto;
}
.sub.singleNews .singleNews__title--jp {
  font-weight: 700;
  font-size: 48px;
  line-height: 111%;
  letter-spacing: 0.12em;
  color: #262724;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .singleNews__title--jp {
    font-size: 32px;
  }
}
.sub.singleNews .singleNewsTop__date {
  margin-top: 20px;
}
.sub.singleNews .singleNewsTop__ymd {
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .singleNewsTop__ymd {
    font-size: 14px;
  }
}
.sub.singleNews .section__singleNews {
  max-width: calc(1000px + 13.8888888889vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .section__singleNews {
    max-width: calc(520px + 9.375vw);
  }
}
.sub.singleNews .singleNews__template {
  margin-top: 20px;
  margin-bottom: 40px;
}
.sub.singleNews .singleNews__template h2 {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .singleNews__template h2 {
    font-size: 24px;
  }
}
.sub.singleNews .singleNews__template h3 {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .singleNews__template h3 {
    font-size: 22px;
  }
}
.sub.singleNews .singleNews__template h2 + h3 {
  margin: 50px 0 30px;
}
.sub.singleNews .singleNews__template h4 {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .singleNews__template h4 {
    font-size: 20px;
  }
}
.sub.singleNews .singleNews__template h5 {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .singleNews__template h5 {
    font-size: 18px;
  }
}
.sub.singleNews .singleNews__template h6 {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .singleNews__template h6 {
    font-size: 16px;
  }
}
.sub.singleNews .singleNews__template p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .singleNews__template p {
    font-size: 14px;
    letter-spacing: initial;
  }
}
.sub.singleNews .singleNews__template p > a {
  word-break: break-all;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #3232ff;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sub.singleNews .singleNews__template p > a:hover {
  opacity: 0.7;
}
.sub.singleNews .singleNews__template p + p {
  margin-top: 20px;
}
.sub.singleNews .singleNews__template strong,
.sub.singleNews .singleNews__template b {
  font-weight: bold;
}
.sub.singleNews .singleNews__template .wp-block-image,
.sub.singleNews .singleNews__template .wp-block-gallery {
  margin: 40px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .singleNews__template .wp-block-image,
  .sub.singleNews .singleNews__template .wp-block-gallery {
    margin: 30px auto;
  }
}
.sub.singleNews .singleNews__template ul {
  line-height: 2;
  margin: 50px 0 30px;
  padding-left: 20px;
}
.sub.singleNews .singleNews__template ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.sub.singleNews .singleNews__template ul li::before {
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  content: "";
  height: 0;
  left: -15px;
  position: absolute;
  top: 9px;
  width: 0;
}
.sub.singleNews .singleNews__template ol {
  counter-reset: ol_li;
  list-style: none;
  margin: 50px 0 30px;
  padding-left: 25px;
}
.sub.singleNews .singleNews__template ol li {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.sub.singleNews .singleNews__template ol li::before {
  content: counters(ol_li, ".") ". ";
  counter-increment: ol_li;
  left: -25px;
  position: absolute;
  top: 0;
}
.sub.singleNews .relatedNews {
  margin-top: 100px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .relatedNews {
    margin-bottom: 80px;
  }
}
.sub.singleNews .relatedNews__topTitle {
  margin-inline: auto;
  padding: 10px 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #262724;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .relatedNews__topTitle {
    padding: 10px 40px;
  }
}
.sub.singleNews .relatedNews__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .relatedNews__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub.singleNews .relatedNews__item {
  width: 49%;
  height: auto;
  min-height: 325px;
  border-radius: 36px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .relatedNews__item {
    width: 100%;
    min-height: 154px;
  }
}
.sub.singleNews .relatedNews__link {
  position: relative;
  display: block;
  padding: 20px min(1.6666666667vw, 24px);
  width: 100%;
  height: 100%;
  min-height: 325px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .relatedNews__link {
    padding: 15px min(4.6875vw, 15px);
    min-height: 154px;
  }
}
.sub.singleNews .relatedNews__img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub.singleNews .relatedNews__categories,
.sub.singleNews .relatedNews__date,
.sub.singleNews .relatedNews__title {
  position: relative;
  z-index: 1;
}
.sub.singleNews .relatedNews__category {
  display: inline-block;
  margin-bottom: 6px;
  padding: 6px 12px;
  border-radius: 20.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.17em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #0e7c8f;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .relatedNews__category {
    padding-left: 16px;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
.sub.singleNews .relatedNews__date {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.17em;
  color: #0e7c8f;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .relatedNews__date {
    padding-left: 16px;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
.sub.singleNews .relatedNews__title {
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.17em;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sub.singleNews .relatedNews__title {
    margin-top: 6px;
    margin-bottom: 20px;
    padding-left: 16px;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
@media (any-hover: hover) {
  .sub.singleNews .relatedNews__link:hover {
    opacity: 0.8;
  }
  .sub.singleNews .relatedNews__link:hover .relatedNews__img {
    scale: 1.2;
    -webkit-filter: brightness(1.18);
            filter: brightness(1.18);
  }
}
/*# sourceMappingURL=single-news.css.map */