@charset "UTF-8";
.fv {
  padding-top: 16.6rem;
  padding-left: 33.1rem;
  position: relative;
}
@media (max-width: 767px) {
  .fv {
    padding-left: 2.5rem;
    padding-top: 12rem;
  }
}
.fv.single-fv {
  padding-left: 18.3rem;
}
@media (max-width: 767px) {
  .fv.single-fv {
    padding-left: 2rem;
  }
}
.fv::before {
  content: "";
  width: 104.3rem;
  height: 104.3rem;
  background-color: #f5efe3;
  border-radius: 50%;
  position: absolute;
  left: -30.2rem;
  top: -64.5rem;
}
@media (max-width: 767px) {
  .fv::before {
    width: 50rem;
    height: 50rem;
    left: -15rem;
    top: -25rem;
  }
}
.fv h1 {
  font-family: "all-round-gothic", sans-serif;
  font-size: 7rem;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .fv h1 {
    font-size: 3.6rem;
  }
}
.fv h1.single-h1 {
  font-size: 4rem;
  padding-right: 33.333rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 4.3rem;
}
@media (max-width: 767px) {
  .fv h1.single-h1 {
    padding-right: 1rem;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.fv p {
  color: #ff0000;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .fv p {
    font-size: 1.8rem;
  }
}
.fv p.time {
  font-size: 1.6rem;
  font-weight: normal;
  color: black;
}
.fv__inner {
  padding-bottom: 16.7rem;
  border-bottom: 5px solid black;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .fv__inner {
    padding-bottom: 10rem;
    border-width: 0.4rem;
  }
}
.fv__inner img {
  position: absolute;
  bottom: 0;
  right: 38.8rem;
  width: 16rem;
  height: auto;
}
@media (max-width: 767px) {
  .fv__inner img {
    right: 4rem;
    width: 10rem;
  }
}
.fv__inner.single-fv__inner {
  padding-bottom: 7.6rem;
  border-bottom: 3px dashed black;
}
@media (max-width: 767px) {
  .fv__inner.single-fv__inner {
    padding-bottom: 4rem;
  }
}

.news {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}
@media (max-width: 767px) {
  .news {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.news::before {
  content: "";
  width: 111.5rem;
  height: 111.5rem;
  position: absolute;
  background-color: #f5efe3;
  border-radius: 50%;
  right: -51.9rem;
  top: -10rem;
}
@media (max-width: 767px) {
  .news::before {
    width: 25rem;
    height: 25rem;
    right: -10rem;
    top: 50rem;
  }
}
.news__inner {
  max-width: 90rem;
  margin: auto;
  position: relative;
  z-index: 2;
}
.news .article {
  border-bottom: 3px dashed #ece0cf;
}
.news .article__wrapper {
  border-top: 3px dashed #ece0cf;
}
@media (max-width: 767px) {
  .news .article__wrapper {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .news .article {
    border-width: 2px;
  }
}
.news .article a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4.4rem;
  padding-bottom: 4rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .news .article a {
    padding-top: 1.8rem;
    padding-bottom: 2rem;
  }
}
.news .article__txt {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .news .article__txt {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news .article__txt time {
  font-size: 1.6rem;
  color: #251e1c;
  margin-right: 4rem;
}
@media (max-width: 767px) {
  .news .article__txt time {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.news .article__txt p {
  font-size: 1.6rem;
  letter-spacing: 0.035em;
  color: #251e1c;
}
@media (max-width: 767px) {
  .news .article__txt p {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}
.news .article img {
  width: 2.1rem;
  position: relative;
  left: -1rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .news .article img {
    left: 0;
  }
}
@media (min-width: 768px) {
  .news .article a:hover {
    opacity: 0.7;
  }
  .news .article a:hover img {
    left: 0;
  }
}
.news .pagination {
  padding-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .news .pagination {
    padding-top: 4rem;
  }
}
.news .pagination a, .news .pagination span {
  color: #333;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  font-family: "m-plus-2c", sans-serif;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .news .pagination a, .news .pagination span {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.3rem;
  }
}
.news .pagination .current {
  background-color: #ff0000;
  color: white;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .news .pagination .current {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.news .pagination a:hover {
  opacity: 0.7;
}
.news .pagination .prev, .news .pagination .next {
  font-size: 1.6rem;
  letter-spacing: -0.03em;
  position: relative;
}
@media (max-width: 767px) {
  .news .pagination .prev, .news .pagination .next {
    font-size: 1.4rem;
  }
}
.news .pagination .prev::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(../../img/other-pages/prev-arrow.svg);
  position: absolute;
  left: -1.8rem;
  top: 0.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.news .pagination .next::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(../../img/other-pages/next-arrow.svg);
  position: absolute;
  right: -1.8rem;
  top: 0.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.news .pagination .dot {
  position: relative;
  top: -0.5rem;
  pointer-events: none;
}

.single-sec {
  padding-top: 8rem;
  padding-bottom: 13rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.single-sec__inner {
  max-width: 70rem;
  margin: auto;
}
@media (max-width: 767px) {
  .single-sec {
    padding-top: 0rem;
    padding-bottom: 6rem;
  }
}
.single-sec .content {
  padding-top: 1rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .single-sec .content {
    padding-bottom: 6rem;
  }
}
.single-sec .content h2, .single-sec .content h3, .single-sec .content h4, .single-sec .content h5, .single-sec .content h6 {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .single-sec .content h2, .single-sec .content h3, .single-sec .content h4, .single-sec .content h5, .single-sec .content h6 {
    margin-top: 4rem;
    line-height: normal;
  }
}
.single-sec .content p {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.88em;
}
.single-sec .content p span {
  font-size: 1em;
}
.single-sec .content strong, .single-sec .content b {
  font-weight: bold;
  font-size: 1em;
}
.single-sec .content h2 {
  font-size: 3rem;
  padding: 0.7rem 1.5rem 0.4rem 3.5rem;
  position: relative;
  font-weight: bold;
  background-color: #f5efe3;
}
.single-sec .content h2::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 1.4rem;
  width: 1rem;
  height: 1rem;
  background-color: black;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .single-sec .content h2::before {
    top: 2rem;
  }
}
@media (max-width: 767px) {
  .single-sec .content h2 {
    font-size: 2.4rem;
  }
}
.single-sec .content h3 {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 0.7rem 1.5rem 0.4rem 1.5rem;
  background-color: #f5efe3;
}
@media (max-width: 767px) {
  .single-sec .content h3 {
    font-size: 2.2rem;
  }
}
.single-sec .content h4 {
  font-size: 2.3rem;
  font-weight: bold;
}
.single-sec .content h4 span {
  background: linear-gradient(transparent 70%, #f5efe3 0%);
  font-size: 1em;
}
@media (max-width: 767px) {
  .single-sec .content h4 {
    font-size: 2rem;
  }
}
.single-sec .content h5 {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}
.single-sec .content h5::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .single-sec .content h5 {
    font-size: 1.8rem;
  }
}
.single-sec .content h6 {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .single-sec .content h6 {
    font-size: 1.7rem;
  }
}
.single-sec .content a {
  font-size: 1em;
  color: #ff0000;
  text-decoration: underline;
}
.single-sec .content .wp-block-buttons {
  text-align: right;
  margin-top: 3rem;
  justify-content: flex-end;
}
.single-sec .content .wp-block-buttons a {
  background-color: white;
  border: 1px solid #ff0000;
  text-decoration: none;
  padding-right: 3.2rem;
  height: 3rem;
  display: inline-flex;
  border-radius: 99px;
  align-items: center;
  padding-left: 1rem;
  position: relative;
  font-size: 1.4rem;
}
.single-sec .content .wp-block-buttons a::before {
  content: "";
  height: 1rem;
  width: 1.88rem;
  position: absolute;
  background-image: url(../../img/single/arrow-red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 1rem;
  top: 1rem;
}
.single-sec .content img, .single-sec .content video, .single-sec .content iframe, .single-sec .content blockquote {
  margin-top: 3rem;
}
.single-sec .content img {
  width: 100%;
  border-radius: 4rem;
}
.single-sec .content iframe {
  width: 100%;
  height: 100%;
  border: 2px solid #ff0000;
  aspect-ratio: 700/450;
  border-radius: 4rem;
}
.single-sec .content blockquote {
  background-color: #f5efe3;
  position: relative;
  padding: 5rem;
  padding-top: 6.4rem;
}
@media (max-width: 767px) {
  .single-sec .content blockquote {
    padding: 3rem;
    padding-top: 5rem;
    margin-top: 5rem;
  }
}
.single-sec .content blockquote cite {
  display: block;
  text-align: right;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}
.single-sec .content blockquote::before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 8rem;
  background-image: url(../../img/single/quote.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: calc(50% - 4rem);
  top: -4rem;
}
.single-sec .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-sec .pagination a, .single-sec .pagination span {
  color: #333;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  font-size: 1.5rem;
  font-family: "m-plus-2c", sans-serif;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .single-sec .pagination a, .single-sec .pagination span {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.3rem;
  }
}
.single-sec .pagination .dummy {
  width: 3.105rem;
  display: block;
}
@media (max-width: 767px) {
  .single-sec .pagination .dummy {
    width: 2.71rem;
  }
}
.single-sec .pagination a:hover {
  opacity: 0.7;
}
.single-sec .pagination .prev, .single-sec .pagination .next {
  font-size: 1.6rem;
  letter-spacing: -0.03em;
  position: relative;
}
@media (max-width: 767px) {
  .single-sec .pagination .prev, .single-sec .pagination .next {
    font-size: 1.4rem;
  }
}
.single-sec .pagination .prev::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(../../img/other-pages/prev-arrow.svg);
  position: absolute;
  left: -1.8rem;
  top: 0.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.single-sec .pagination .next::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(../../img/other-pages/next-arrow.svg);
  position: absolute;
  right: -1.8rem;
  top: 0.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

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