@charset "UTF-8";
/* --------------------------------------------------
* top
*/
#top {
  overflow: initial;
}
#top .sect-about {
  padding: 125px 0;
  background-color: var(--wht-color-2);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-about {
    padding: 75px 0;
  }
}
#top .sect-about .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 79.6875%;
  max-width: 1530px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-about .wrap {
    display: block;
    width: 80%;
  }
}
#top .sect-about .lft-area {
  flex: 1;
  margin-left: -12.7450980392%;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-about .lft-area {
    width: 80%;
    margin-bottom: 40px;
  }
}
#top .sect-about .rgt-area {
  width: min(42.4836601307%, 650px);
  margin-left: 7.8431372549%;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-about .rgt-area {
    width: min(100%, 650px);
    margin-left: 0;
  }
}
#top .sect-about .rgt-area .sect-heading {
  padding: 0;
  margin-bottom: 20px;
  background-color: transparent;
}
#top .sect-about .rgt-area .sect-ttl {
  position: relative;
  display: inline-block;
  text-align: left;
  color: var(--grn-color-2);
}
#top .sect-about .rgt-area .sect-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -100%;
  margin-right: 5px;
  width: 227px;
  height: 1px;
  background-color: var(--grn-color-2);
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  #top .sect-about .rgt-area .sect-ttl::after {
    margin-right: 65px;
    width: 127px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-about .rgt-area .sect-ttl::after {
    margin-right: 35px;
    width: 127px;
  }
}
#top .sect-about .rgt-area .txt {
  padding-bottom: 2px;
  font-weight: var(--font-weight-medium);
  line-height: 2em;
  color: var(--blk-color-1);
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, var(--wht-color-2) 50%, var(--wht-color-2) 100%), linear-gradient(0deg, var(--grn-color-2) 2px, transparent 2px);
  background-size: 10px 100%, 100% 2em;
}
#top .sect-news {
  margin-bottom: 115px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-news {
    margin-bottom: 85px;
  }
}
#top .sect-news .news-article::after {
  content: "";
  position: absolute;
  bottom: -118px;
  right: -6.6624365482%;
  width: 193px;
  height: 180px;
  background: url("../img/top/news_illust.svg") no-repeat bottom center;
  background-size: cover;
  animation: yurayura1 1s ease-in-out infinite alternate;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-news .news-article::after {
    width: 143px;
    height: 135px;
  }
}
#top .sect-stren {
  position: relative;
  margin-bottom: 90px;
}
#top .sect-stren > .wrap {
  scroll-behavior: smooth;
}
#top .sect-stren .upr-area {
  position: relative;
  padding: 148px 7.4418604651% 30px;
  background-color: var(--grn-color-3);
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  #top .sect-stren .upr-area {
    padding: 78px 7.4418604651% 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-stren .upr-area {
    padding: 48px 3% 20px;
  }
}
#top .sect-stren .upr-area::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -135px;
  width: 100%;
  height: 135px;
  background: url("../img/top/stren_intro_bg.svg") no-repeat bottom center;
  background-size: cover;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-stren .upr-area::after {
    bottom: -53px;
    height: 55px;
  }
}
#top .sect-stren .upr-area .area-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 1.3661202186%;
  margin-bottom: 100px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-stren .upr-area .area-inner {
    margin-bottom: 40px;
  }
}
#top .sect-stren .upr-area li {
  position: relative;
}
#top .sect-stren .upr-area li::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  width: 87px;
  height: 89px;
  background: url("../img/top/stren_intro_illust.svg") no-repeat bottom center;
  background-size: cover;
  transform: translateX(-50%);
  animation-duration: 4.4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  #top .sect-stren .upr-area li::after {
    bottom: -35px;
    width: 57px;
    height: 59px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-stren .upr-area li::after {
    bottom: -20px;
    width: 37px;
    height: 39px;
  }
}
#top .sect-stren .upr-area li:nth-of-type(1)::after {
  animation-name: fuwafuwa-stren1;
}
#top .sect-stren .upr-area li:nth-of-type(2)::after {
  animation-name: fuwafuwa-stren2;
}
#top .sect-stren .upr-area li:nth-of-type(3)::after {
  animation-name: fuwafuwa-stren3;
}
#top .sect-stren .upr-area li:nth-of-type(4)::after {
  animation-name: fuwafuwa-stren4;
}
#top .sect-stren .upr-area .area-copy {
  font-size: clamp(34px, 15.7142857143px + 1.7857142857vw, 50px);
  text-align: center;
  color: var(--wht-color-1);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-stren .upr-area .area-copy {
    font-size: 24px;
  }
}
#top .sect-stren .lwr-area {
  padding: 230px 8.1395348837% 90px 9.0697674419%;
  background-color: var(--wht-color-2);
  border-radius: 0 0 30px 30px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-stren .lwr-area {
    padding: 100px 8.1395348837% 90px 9.0697674419%;
  }
}
#top .sect-stren .lwr-area .col-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#top .sect-stren .lwr-area .sect-heading {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  width: 8.2162921348%;
  padding: 0;
  background-color: transparent;
}
#top .sect-stren .lwr-area .sect-ttl {
  max-width: 117px;
}
#top .sect-stren .lwr-area .area-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 3.5112359551%;
  width: 82.3033707865%;
  padding: 165px 0 20px 7.2331460674%;
  margin-left: 7.2331460674%;
  border-left: 2px dashed var(--gry-color);
}
#top .sect-stren .lwr-area li:nth-of-type(odd) {
  margin-top: -135px;
}
#top .cta-area {
  margin-bottom: 100px;
}
#top .sect-course {
  margin-bottom: 150px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-course {
    margin-bottom: 100px;
  }
}
#top .sect-course .sect-heading {
  margin-bottom: 55px;
}
#top .sect-course .blk-wrap {
  padding: 100px 8.8541666667%;
  border-radius: 52px;
  background-color: var(--wht-color-2);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-course .blk-wrap {
    padding: 60px 8.8541666667%;
  }
}
#top .sect-course .blk-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 5.7971014493%;
}
#top .sect-course .blk-inner li {
  max-width: 386px;
  margin: 0 auto;
}
#top .sect-course .blk-inner li.blk03 .ttl {
  width: 96.8911917098%;
}
#top .sect-course .blk-inner .illust {
  width: 56.9948186528%;
  margin: 0 auto 40px;
}
#top .sect-course .blk-inner .ttl {
  width: 100%;
  margin: 0 auto 35px;
}
#top .sect-course .blk-inner .txt {
  width: 89.378238342%;
  margin: 0 auto;
}
#top .sect-course .lwr-area {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 2px dashed var(--gry-color);
}
#top .sect-course .lwr-area .lead {
  width: 60.652173913%;
  margin: 0 auto 65px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-course .lwr-area .lead {
    width: 80%;
  }
}
#top .sect-course .lwr-area .cmn-btn {
  width: 23.3502538071%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #top .sect-course .lwr-area .cmn-btn {
    width: 60%;
  }
}
#top .sect-course .lwr-area .cmn-btn a {
  border-radius: 70px;
  box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.25);
}

/* --------------------------------------------------
* course
*/
#course .sect-course {
  margin-bottom: 150px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #course .sect-course {
    margin-bottom: 100px;
  }
}
#course .sect-course .cmn-page-heading {
  margin-bottom: 55px;
}
#course .sect-course .sect-wrap {
  padding: 110px 8.8541666667% 130px;
  border-radius: 52px;
  background-color: var(--wht-color-2);
  box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #course .sect-course .sect-wrap {
    padding: 60px 8.8541666667%;
  }
}
#course .sect-course .sect-ttl {
  width: 91.3768115942%;
  margin: 0 auto 100px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #course .sect-course .sect-ttl {
    margin: 0 auto 60px;
  }
}
#course .sect-course .blk-inner li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 100px 0 100px 2.8985507246%;
  border-top: 2px dashed var(--gry-color);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #course .sect-course .blk-inner li {
    padding: 60px 0;
  }
}
#course .sect-course .blk-inner .blk-heading {
  width: 28.8059701493%;
  margin-right: 5.9701492537%;
}
#course .sect-course .blk-inner .illust {
  width: 56.9948186528%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #course .sect-course .blk-inner .illust {
    margin: 0 auto 20px;
  }
}
#course .sect-course .blk-inner .ttl {
  width: 100%;
  margin: 0 auto;
}
#course .sect-course .blk-inner .blk-detail {
  flex: 1;
}
#course .sect-course .blk-inner .blk-detail .type {
  position: relative;
  padding-left: 65px;
  margin-bottom: 10px;
  font-size: clamp(30px, 23.1428571429px + 0.6696428571vw, 36px);
  line-height: 1.6;
  letter-spacing: 5%;
  color: var(--blk-color-2);
}
#course .sect-course .blk-inner .blk-detail .type::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 34px;
  height: 46px;
  transform: translateY(-50%);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #course .sect-course .blk-inner .blk-detail .type {
    padding-left: 35px;
    font-size: 15px;
  }
  #course .sect-course .blk-inner .blk-detail .type::before {
    width: 19px;
    height: 31px;
  }
}
#course .sect-course .blk-inner .blk-detail .date {
  position: relative;
  padding-left: 65px;
  line-height: 1.6;
  letter-spacing: 5%;
  color: var(--blk-color-2);
}
#course .sect-course .blk-inner .blk-detail .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #course .sect-course .blk-inner .blk-detail .date {
    padding-left: 35px;
    font-size: 14px;
  }
  #course .sect-course .blk-inner .blk-detail .date::before {
    width: 25px;
    height: 25px;
  }
}
#course .sect-course .blk-inner .blk-detail .list {
  width: min(100%, 877px);
  margin-top: 65px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #course .sect-course .blk-inner .blk-detail .list {
    margin-top: 30px;
  }
}
#course .sect-course .blk-inner .blk-detail .sho-student {
  margin-bottom: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #course .sect-course .blk-inner .blk-detail .sho-student {
    margin-top: 15px;
  }
}
#course .sect-course .blk-inner .blk01 .txt {
  width: 89.378238342%;
  margin: 40px auto 0;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #course .sect-course .blk-inner .blk01 .txt {
    margin: 20px auto 0;
  }
}
#course .sect-course .blk-inner .blk01 .blk-detail .type::before {
  background: url("../img/course/icon_blk01_type.svg") no-repeat top center;
  background-size: cover;
}
#course .sect-course .blk-inner .blk01 .blk-detail .date::before {
  background: url("../img/course/icon_blk01_date.svg") no-repeat top center;
  background-size: cover;
}
#course .sect-course .blk-inner .blk02 .txt,
#course .sect-course .blk-inner .blk03 .txt {
  max-width: 626px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #course .sect-course .blk-inner .blk02 .txt,
  #course .sect-course .blk-inner .blk03 .txt {
    max-width: 246px;
  }
}
#course .sect-course .blk-inner .blk02 .txt {
  margin-bottom: 75px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #course .sect-course .blk-inner .blk02 .txt {
    margin-bottom: 35px;
  }
}
#course .sect-course .blk-inner .blk02 .blk-detail .type::before {
  background: url("../img/course/icon_blk02_type.svg") no-repeat top center;
  background-size: cover;
}
#course .sect-course .blk-inner .blk02 .blk-detail .date::before {
  background: url("../img/course/icon_blk02_date.svg") no-repeat top center;
  background-size: cover;
}
#course .sect-course .blk-inner .blk03 .ttl {
  width: 96.8911917098%;
}
#course .sect-course .blk-inner .blk03 .txt {
  margin-bottom: 45px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #course .sect-course .blk-inner .blk03 .txt {
    margin-bottom: 35px;
  }
}
#course .sect-course .blk-inner .blk03 .blk-detail .type::before {
  background: url("../img/course/icon_blk03_type.svg") no-repeat top center;
  background-size: cover;
}
#course .sect-course .blk-inner .blk03 .blk-detail .date::before {
  background: url("../img/course/icon_blk03_date.svg") no-repeat top center;
  background-size: cover;
}
#course .sect-course .caption-area {
  width: 84.4202898551%;
  margin: 65px auto 0;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #course .sect-course .caption-area {
    margin: 40px auto 0;
  }
}
#course .sect-course .caption-area p {
  line-height: 2.1;
  color: var(--blk-color-2);
}
#course .sect-course .cmn-btn {
  width: 39.8550724638%;
  margin: 50px auto 0;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #course .sect-course .cmn-btn {
    width: 62%;
  }
}

/* --------------------------------------------------
* terms
*/
#terms .sect-terms {
  padding-top: 300px;
  margin-bottom: 150px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #terms .sect-terms {
    margin-bottom: 100px;
  }
}
#terms .sect-terms .cmn-page-heading {
  margin-bottom: 55px;
}
#terms .sect-terms .sect-wrap {
  padding: 110px 8.8541666667% 130px;
  border-radius: 52px;
  background-color: var(--wht-color-2);
  box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #terms .sect-terms .sect-wrap {
    padding: 60px 8.8541666667%;
  }
}
#terms .sect-terms .blk-list dl:not(:last-of-type) {
  margin-bottom: 40px;
}
#terms .sect-terms .blk-list dt {
  margin-bottom: 8px;
  line-height: 1.7777777778;
}
#terms .sect-terms .blk-list dd {
  line-height: 1.8666666667;
}

/* --------------------------------------------------
* news
*/
.sect-news .sect-heading {
  margin-bottom: 90px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .sect-news .sect-heading {
    margin-bottom: 50px;
  }
}
.sect-news .wrap {
  width: 82.0833333333%;
  max-width: 1576px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .sect-news .wrap {
    width: 80%;
  }
}
.sect-news .news-article {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 1.269035533%;
  margin-bottom: 65px;
  z-index: 5;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .sect-news .news-article {
    margin-bottom: 35px;
  }
}
.sect-news .news-article li a {
  display: block;
  padding: 25px 5.8823529412%;
  color: var(--blk-color-1);
  background-color: var(--wht-color-1);
  border-radius: 27px;
  box-shadow: 4px 4px 15px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .sect-news .news-article li a {
    border-radius: 17px;
  }
}
.sect-news .news-article:has(.category-area) li a {
  padding: 25px 5.8823529412% 15px;
}
.sect-news .news-article .img {
  position: relative;
  width: 100%;
  max-width: 450px;
  max-height: 300px;
  padding-top: 66.6666666667%;
  margin: 0 auto 10px;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .sect-news .news-article .img {
    padding-top: 60%;
    border-radius: 8px;
  }
}
.sect-news .news-article .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.sect-news .news-article .article-ttl {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
  font-size: clamp(18px, 10px + 0.78125vw, 25px);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 5%;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .sect-news .news-article .article-ttl {
    font-size: 13px;
  }
}
.sect-news .news-article .daytime {
  display: block;
  margin-bottom: 5px;
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 5%;
}
.sect-news .news-article .article-cont {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 5%;
}
.sect-news .news-article .category-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
}
.sect-news .news-article .category-area .category {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 43px 5px 39px;
  text-align: center;
  color: var(--wht-color-1);
  border-radius: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .sect-news .news-article .category-area .category {
    padding: 5px 23px 5px 19px;
  }
}
.sect-news .news-article .category-area .category.shou {
  background-color: var(--blu-color);
}
.sect-news .news-article .category-area .category.chu {
  background-color: var(--org-color);
}
.sect-news .more-btn {
  width: 23.3502538071%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .sect-news .more-btn {
    width: 40%;
  }
}
.sect-news .more-btn a {
  border-radius: 35px;
  box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.25);
}

.news-top .news-upr-area .wrap,
.news-top .news-lwr-area .wrap {
  position: relative;
}
.news-top .news-upr-area .wrap::after,
.news-top .news-lwr-area .wrap::after {
  content: "";
  position: absolute;
  width: 371px;
  height: 143px;
  background: url("../img/news/lwr_bg.svg") no-repeat bottom center;
  background-size: cover;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .news-top .news-upr-area .wrap::after,
  .news-top .news-lwr-area .wrap::after {
    width: 221px;
    height: 85px;
  }
}
.news-top .news-upr-area .cmn-page-heading,
.news-top .news-lwr-area .cmn-page-heading {
  margin-bottom: 80px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .news-top .news-upr-area .cmn-page-heading,
  .news-top .news-lwr-area .cmn-page-heading {
    margin-bottom: 30px;
  }
}
.news-top .news-upr-area .more-btn a,
.news-top .news-lwr-area .more-btn a {
  color: var(--grn-color-4);
  background-color: var(--ylw-color-2);
  border: 4px solid var(--grn-color-4);
}
.news-top .news-upr-area .more-btn a span::after,
.news-top .news-lwr-area .more-btn a span::after {
  border: solid 11.5px transparent;
  border-top: solid 19px var(--grn-color-4);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .news-top .news-upr-area .more-btn a span::after,
  .news-top .news-lwr-area .more-btn a span::after {
    margin-left: 5px;
    border: solid 6.5px transparent;
    border-top: solid 9px var(--grn-color-4);
  }
}
.news-top .news-upr-area {
  margin-bottom: 100px;
}
.news-top .news-upr-area .wrap::after {
  bottom: -54px;
  left: -6.154822335%;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .news-top .news-upr-area .wrap::after {
    bottom: -24px;
    left: -8%;
  }
}
.news-top .news-lwr-area {
  margin-bottom: 115px;
}
.news-top .news-lwr-area .wrap::after {
  bottom: -95px;
  right: -6.154822335%;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .news-top .news-lwr-area .wrap::after {
    bottom: -55px;
    right: -9%;
  }
}

#news.archive .sect-news {
  margin-bottom: 120px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.archive .sect-news {
    margin-bottom: 80px;
  }
}
#news.archive .sect-news > .wrap {
  position: relative;
}
#news.archive .sect-news > .wrap::after {
  content: "";
  position: absolute;
  bottom: -54px;
  left: -6.154822335%;
  width: 371px;
  height: 143px;
  background: url("../img/news/lwr_bg.svg") no-repeat bottom center;
  background-size: cover;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.archive .sect-news > .wrap::after {
    bottom: -24px;
    left: -8%;
    width: 221px;
    height: 85px;
  }
}
#news.archive .cmn-page-heading {
  margin-bottom: 80px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.archive .cmn-page-heading {
    margin-bottom: 40px;
  }
}
#news.archive .cate-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 6.9796954315%;
  margin-top: -10px;
  margin-bottom: 70px;
}
#news.archive .cate-list li a {
  display: block;
  padding: 12px 43px 18px 39px;
  font-size: 36px;
  text-align: center;
  border-radius: 200px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.archive .cate-list li a {
    padding: 12px 23px 18px 19px;
  }
}
#news.archive .cate-list li a:hover {
  opacity: 1;
}
#news.archive .cate-list li + li {
  margin-left: 45px;
}
#news.archive .cate-list li.shou a {
  color: var(--blu-color);
  border: 8px solid var(--blu-color);
}
#news.archive .cate-list li.shou:hover a {
  color: var(--wht-color-1);
  background-color: var(--blu-color);
}
#news.archive .cate-list li.chu a {
  color: var(--org-color);
  border: 8px solid var(--org-color);
}
#news.archive .cate-list li.chu:hover a {
  color: var(--wht-color-1);
  background-color: var(--org-color);
}
#news.archive .wp-pagenavi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 90px;
  z-index: 5;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.archive .wp-pagenavi {
    margin-top: 50px;
  }
}
#news.archive .wp-pagenavi .page,
#news.archive .wp-pagenavi span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
  width: 60px;
  height: 60px;
  font-size: 35px;
  color: var(--grn-color-5);
  background-color: transparent;
  border: 5px solid var(--grn-color-5);
  border-radius: 50%;
  transition: all 0.5s var(--ease-inout-cubic);
}
#news.archive .wp-pagenavi .page:hover, #news.archive .wp-pagenavi .page.current,
#news.archive .wp-pagenavi span:hover,
#news.archive .wp-pagenavi span.current {
  color: var(--wht-color-1);
  background-color: var(--grn-color-5);
  opacity: 1;
}
#news.archive .wp-pagenavi .page:hover::after, #news.archive .wp-pagenavi .page.current::after,
#news.archive .wp-pagenavi span:hover::after,
#news.archive .wp-pagenavi span.current::after {
  display: none;
}
#news.archive .wp-pagenavi .previouspostslink,
#news.archive .wp-pagenavi .nextpostslink {
  width: 51px;
  height: 24px;
  font-size: 0;
}
#news.archive .wp-pagenavi .previouspostslink {
  margin-right: 5px;
  background: url("../img/common/icon_arrow_prev.svg") no-repeat top center;
  background-size: cover;
}
#news.archive .wp-pagenavi .nextpostslink {
  margin-left: 5px;
  background: url("../img/common/icon_arrow_next.svg") no-repeat top center;
  background-size: cover;
}

#news.entry-single .sect-news {
  margin-bottom: 245px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.entry-single .sect-news {
    margin-bottom: 145px;
  }
}
#news.entry-single .cmn-page-heading {
  margin-bottom: 70px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.entry-single .cmn-page-heading {
    margin-bottom: 40px;
  }
}
#news.entry-single .single-container {
  padding: 100px 13.5416666667% 115px;
  border-radius: 50px;
  background-color: var(--wht-color-1);
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.entry-single .single-container {
    padding: 50px 8.8541666667% 80px;
  }
}
#news.entry-single .single-container.wrap {
  position: relative;
}
#news.entry-single .single-container.wrap::after {
  content: "";
  position: absolute;
  bottom: -143px;
  left: -1.9035532995%;
  width: 371px;
  height: 143px;
  background: url("../img/news/lwr_bg.svg") no-repeat bottom center;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.entry-single .single-container.wrap::after {
    bottom: -24px;
    left: -8%;
    width: 221px;
    height: 85px;
  }
}
#news.entry-single .page-ttl {
  margin-bottom: 30px;
  line-height: 1.6;
  letter-spacing: 5%;
  text-align: center;
}
#news.entry-single .daytime {
  display: block;
  margin-bottom: 85px;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 5%;
  text-align: center;
}
#news.entry-single .category-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: -30px;
  margin-bottom: 105px;
}
#news.entry-single .category-area .category {
  padding: 12px 43px 18px 39px;
  font-size: 36px;
  text-align: center;
  color: var(--wht-color-1);
  border-radius: 200px;
}
#news.entry-single .category-area .category + .category {
  margin-left: 10px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.entry-single .category-area .category {
    padding: 12px 23px 18px 19px;
  }
}
#news.entry-single .category-area .category.shou {
  background-color: var(--blu-color);
}
#news.entry-single .category-area .category.chu {
  background-color: var(--org-color);
}
#news.entry-single .c-post-content {
  /* =====================
  　  エレメントスタイル
  ===================== */
}
#news.entry-single .c-post-content p {
  margin-bottom: 50px;
  font-size: clamp(20px, 10.8571428571px + 0.8928571429vw, 28px);
  line-height: 1.8;
}
#news.entry-single .c-post-content a {
  text-decoration: underline;
}
#news.entry-single .c-post-content code {
  padding: 0.5em 1em;
  font-family: Menlo, Yu Gothic, Monaco, "Courier New", monospace;
  font-size: 13px;
  color: crimson;
  background-color: #f0f0f1;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content code {
    font-size: 0.5208333333vw;
  }
}
#news.entry-single .c-post-content mark {
  background-color: #F5F58A;
}
#news.entry-single .c-post-content embed,
#news.entry-single .c-post-content iframe,
#news.entry-single .c-post-content object {
  max-width: 100%;
}
#news.entry-single .c-post-content img {
  margin-bottom: 50px;
  vertical-align: top;
}
#news.entry-single .c-post-content pre {
  white-space: break-spaces;
}
#news.entry-single .c-post-content b, #news.entry-single .c-post-content strong {
  font-weight: bold;
}
#news.entry-single .c-post-content {
  /* ==============
  　 共通スタイル
    クラス名
  ============== */
}
#news.entry-single .c-post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
#news.entry-single .c-post-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
#news.entry-single .c-post-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
#news.entry-single .c-post-content {
  /* =======================
  　  見出し H2が標準
  ======================= */
}
#news.entry-single .c-post-content h1, #news.entry-single .c-post-content h2, #news.entry-single .c-post-content h3, #news.entry-single .c-post-content h4, #news.entry-single .c-post-content h5, #news.entry-single .c-post-content h6 {
  margin-bottom: 20px;
  line-height: 1.68;
}
#news.entry-single .c-post-content h1 {
  font-size: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  #news.entry-single .c-post-content h1 {
    font-size: 50px;
  }
}
#news.entry-single .c-post-content h2 {
  font-size: 50px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  #news.entry-single .c-post-content h2 {
    font-size: 40px;
  }
}
#news.entry-single .c-post-content h3 {
  font-size: 40px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  #news.entry-single .c-post-content h3 {
    font-size: 30px;
  }
}
#news.entry-single .c-post-content h4 {
  font-size: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  #news.entry-single .c-post-content h4 {
    font-size: 25px;
  }
}
#news.entry-single .c-post-content h5 {
  font-size: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  #news.entry-single .c-post-content h5 {
    font-size: 15px;
  }
}
#news.entry-single .c-post-content h6 {
  font-size: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  #news.entry-single .c-post-content h6 {
    font-size: 15px;
  }
}
#news.entry-single .c-post-content {
  /* =====================
  　  引用
  ===================== */
}
#news.entry-single .c-post-content .wp-block-quote {
  position: relative;
  margin: 0 0 40px 0;
  padding: 30px 50px;
  color: var(--grn-color-2);
  overflow-wrap: break-word;
  background-color: var(--wht-color-1);
}
#news.entry-single .c-post-content .wp-block-quote::before, #news.entry-single .c-post-content .wp-block-quote::after {
  position: absolute;
  font-size: 28px;
  letter-spacing: 0.065em;
  color: var(--grn-color-2);
}
#news.entry-single .c-post-content .wp-block-quote::before {
  content: "「";
  top: 10px;
  left: 0;
}
#news.entry-single .c-post-content .wp-block-quote::after {
  content: "」";
  bottom: 10px;
  right: 0;
}
#news.entry-single .c-post-content .wp-block-quote p {
  margin-bottom: 0;
}
#news.entry-single .c-post-content .wp-block-quote p + p {
  margin-top: 20px;
}
#news.entry-single .c-post-content .wp-block-quote cite,
#news.entry-single .c-post-content .wp-block-quote footer {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  font-size: 0.8125em;
  font-style: normal;
  color: var(--grn-color-2);
}
#news.entry-single .c-post-content .wp-block-quote cite::before,
#news.entry-single .c-post-content .wp-block-quote footer::before {
  content: "ー";
  margin-right: 0.4em;
}
#news.entry-single .c-post-content .wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 0.25em solid currentColor;
  padding-left: 0;
  padding-right: 1em;
}
#news.entry-single .c-post-content .wp-block-quote.has-text-align-center {
  border: none;
  padding-left: 0;
}
#news.entry-single .c-post-content .wp-block-quote.is-style-plain {
  padding: 10px 20px 20px;
  border-left: none;
  background: var(--wht-color-1);
}
#news.entry-single .c-post-content .wp-block-quote.is-style-plain p {
  font-style: italic;
}
#news.entry-single .c-post-content .wp-block-quote.is-style-plain, #news.entry-single .c-post-content .wp-block-quote.is-style-large, #news.entry-single .c-post-content .wp-block-quote.is-large {
  border: none;
}
#news.entry-single .c-post-content .wp-block-quote.is-style-large, #news.entry-single .c-post-content .wp-block-quote.is-large {
  padding: 10px 20px 20px;
  border-left: none;
  white-space: pre-wrap;
  margin-bottom: 1em;
  background: var(--wht-color-1);
}
#news.entry-single .c-post-content .wp-block-quote.is-style-large p, #news.entry-single .c-post-content .wp-block-quote.is-large p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-quote.is-style-large p, #news.entry-single .c-post-content .wp-block-quote.is-large p {
    font-size: 0.9375vw;
  }
}
#news.entry-single .c-post-content .wp-block-quote.is-style-large cite,
#news.entry-single .c-post-content .wp-block-quote.is-style-large footer, #news.entry-single .c-post-content .wp-block-quote.is-large cite,
#news.entry-single .c-post-content .wp-block-quote.is-large footer {
  font-size: 1.125em;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-quote.is-style-large cite,
  #news.entry-single .c-post-content .wp-block-quote.is-style-large footer, #news.entry-single .c-post-content .wp-block-quote.is-large cite,
  #news.entry-single .c-post-content .wp-block-quote.is-large footer {
    font-size: 0.625vw;
  }
}
#news.entry-single .c-post-content {
  /* =====================
  　  タイポグラフィ
  ===================== */
  /* サイズ */
}
#news.entry-single .c-post-content .has-small-font-size {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .has-small-font-size {
    font-size: 0.78125vw;
  }
}
#news.entry-single .c-post-content .has-medium-font-size {
  font-size: 25px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .has-medium-font-size {
    font-size: 1.0416666667vw;
  }
}
#news.entry-single .c-post-content .has-large-font-size {
  font-size: 36px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .has-large-font-size {
    font-size: 1.4583333333vw;
  }
}
#news.entry-single .c-post-content .has-x-large-font-size {
  font-size: 42px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .has-x-large-font-size {
    font-size: 1.7708333333vw;
  }
}
#news.entry-single .c-post-content {
  /* 外観
  font-weightとfont-style:italic;のインラインスタイル */
  /* 大文字小文字
  text-transformのインラインスタイル */
  /* letter-spacing
  letter-spacingのインラインスタイル */
  /* =========
  　  文字色
  ========= */
}
#news.entry-single .c-post-content .has-vivid-red-color {
  color: #cf2e2e;
}
#news.entry-single .c-post-content .has-vivid-cyan-blue-color {
  color: #0693e3;
}
#news.entry-single .c-post-content .has-black-color {
  color: #000000;
}
#news.entry-single .c-post-content .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
#news.entry-single .c-post-content .has-white-color {
  color: #ffffff;
}
#news.entry-single .c-post-content .has-pale-pink-color {
  color: #f78da7;
}
#news.entry-single .c-post-content .has-luminous-vivid-orange-color {
  color: #ff6900;
}
#news.entry-single .c-post-content .has-luminous-vivid-amber-color {
  color: #fcb900;
}
#news.entry-single .c-post-content .has-light-green-cyan-color {
  color: #7bdcb5;
}
#news.entry-single .c-post-content .has-vivid-green-cyan-color {
  color: #00d084;
}
#news.entry-single .c-post-content .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
#news.entry-single .c-post-content .has-vivid-purple-color {
  color: #9b51e0;
}
#news.entry-single .c-post-content {
  /* ================
  　  背景色
  ================ */
}
#news.entry-single .c-post-content .has-background {
  padding: 1.25em 2.375em;
}
#news.entry-single .c-post-content .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
#news.entry-single .c-post-content .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
#news.entry-single .c-post-content .has-black-background-color {
  background-color: #000000;
}
#news.entry-single .c-post-content .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
#news.entry-single .c-post-content .has-white-background-color {
  background-color: #ffffff;
}
#news.entry-single .c-post-content .has-pale-pink-background-color {
  background-color: #f78da7;
}
#news.entry-single .c-post-content .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
#news.entry-single .c-post-content .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
#news.entry-single .c-post-content .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
#news.entry-single .c-post-content .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
#news.entry-single .c-post-content .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
#news.entry-single .c-post-content .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
#news.entry-single .c-post-content {
  /* ================
  　  整形
  ================ */
}
#news.entry-single .c-post-content sup {
  vertical-align: super;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content sup {
    font-size: 0.5208333333vw;
  }
}
#news.entry-single .c-post-content sub {
  vertical-align: sub;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content sub {
    font-size: 0.5208333333vw;
  }
}
#news.entry-single .c-post-content {
  /* 下線はtext-decoration: underlineのインラインスタイル */
}
#news.entry-single .c-post-content .has-text-align-left {
  text-align: left;
}
#news.entry-single .c-post-content .has-text-align-center {
  text-align: center;
}
#news.entry-single .c-post-content .has-text-align-right {
  text-align: right;
}
#news.entry-single .c-post-content {
  /* ================
  　  リスト
  ================ */
}
#news.entry-single .c-post-content ul, #news.entry-single .c-post-content ol {
  list-style: revert;
  list-style-type: revert;
  margin-bottom: 40px;
  padding: revert;
  font-size: 28px;
  line-height: 2.5;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.entry-single .c-post-content ul, #news.entry-single .c-post-content ol {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content ul, #news.entry-single .c-post-content ol {
    margin-bottom: 1.1458333333vw;
    font-size: 0.7291666667vw;
  }
}
#news.entry-single .c-post-content ul li:not(:last-child), #news.entry-single .c-post-content ol li:not(:last-child) {
  margin-bottom: 10px;
}
#news.entry-single .c-post-content ul li, #news.entry-single .c-post-content ol li {
  list-style: revert;
}
#news.entry-single .c-post-content .block-editor-block-list__layout .block-editor-block-list__block {
  list-style-type: revert;
  margin-bottom: 20px;
  padding: revert;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .block-editor-block-list__layout .block-editor-block-list__block {
    margin-bottom: 0.78125vw;
  }
}
#news.entry-single .c-post-content {
  /* ================
  　  テーブル
  ================ */
}
#news.entry-single .c-post-content .wp-block-table {
  width: 100%;
  margin: 0 0 1em 0;
  overflow-x: auto;
}
#news.entry-single .c-post-content .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-table th, #news.entry-single .c-post-content .wp-block-table td {
  border: 1px solid;
  padding: 0.5em;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-table th, #news.entry-single .c-post-content .wp-block-table td {
    font-size: 0.6770833333vw;
  }
}
#news.entry-single .c-post-content .wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-table .has-fixed-layout td,
#news.entry-single .c-post-content .wp-block-table .has-fixed-layout th {
  word-break: break-word;
  vertical-align: middle;
}
#news.entry-single .c-post-content .wp-block-table.alignleft, #news.entry-single .c-post-content .wp-block-table.aligncenter, #news.entry-single .c-post-content .wp-block-table.alignright {
  display: table;
  width: auto;
}
#news.entry-single .c-post-content .wp-block-table.alignleft td,
#news.entry-single .c-post-content .wp-block-table.alignleft th, #news.entry-single .c-post-content .wp-block-table.aligncenter td,
#news.entry-single .c-post-content .wp-block-table.aligncenter th, #news.entry-single .c-post-content .wp-block-table.alignright td,
#news.entry-single .c-post-content .wp-block-table.alignright th {
  word-break: break-word;
}
#news.entry-single .c-post-content .wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
#news.entry-single .c-post-content .wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
#news.entry-single .c-post-content .wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
#news.entry-single .c-post-content .wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
#news.entry-single .c-post-content .wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
#news.entry-single .c-post-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
#news.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
#news.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
#news.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
#news.entry-single .c-post-content .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
#news.entry-single .c-post-content .wp-block-table.is-style-stripes th,
#news.entry-single .c-post-content .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
#news.entry-single .c-post-content .wp-block-table .has-border-color > *,
#news.entry-single .c-post-content .wp-block-table .has-border-color tr,
#news.entry-single .c-post-content .wp-block-table .has-border-color th,
#news.entry-single .c-post-content .wp-block-table .has-border-color td {
  border-color: inherit;
}
#news.entry-single .c-post-content .wp-block-table table[style*=border-style] > *,
#news.entry-single .c-post-content .wp-block-table table[style*=border-style] tr,
#news.entry-single .c-post-content .wp-block-table table[style*=border-style] th,
#news.entry-single .c-post-content .wp-block-table table[style*=border-style] td {
  border-style: inherit;
}
#news.entry-single .c-post-content .wp-block-table table[style*=border-width] > *,
#news.entry-single .c-post-content .wp-block-table table[style*=border-width] tr,
#news.entry-single .c-post-content .wp-block-table table[style*=border-width] th,
#news.entry-single .c-post-content .wp-block-table table[style*=border-width] td {
  border-width: inherit;
}
#news.entry-single .c-post-content .wp-block-table figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: var(--blu-color);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.entry-single .c-post-content .wp-block-table figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-table figcaption {
    font-size: 0.5208333333vw;
  }
}
#news.entry-single .c-post-content {
  /* ================
  　  画像
  ================ */
}
#news.entry-single .c-post-content .wp-block-image {
  margin: 0 0 40px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-image {
    margin: 1.5625vw 0;
  }
}
#news.entry-single .c-post-content .wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
#news.entry-single .c-post-content .wp-block-image:not(.is-style-rounded) > a,
#news.entry-single .c-post-content .wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}
#news.entry-single .c-post-content .wp-block-image.aligncenter {
  text-align: center;
}
#news.entry-single .c-post-content .wp-block-image.alignfull img, #news.entry-single .c-post-content .wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-image .alignleft,
#news.entry-single .c-post-content .wp-block-image .alignright,
#news.entry-single .c-post-content .wp-block-image .aligncenter {
  display: table;
}
#news.entry-single .c-post-content .wp-block-image .alignleft > figcaption,
#news.entry-single .c-post-content .wp-block-image .alignright > figcaption,
#news.entry-single .c-post-content .wp-block-image .aligncenter > figcaption {
  display: table-caption;
  caption-side: bottom;
}
#news.entry-single .c-post-content .wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-left: 0;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#news.entry-single .c-post-content .wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-right: 0;
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#news.entry-single .c-post-content .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
#news.entry-single .c-post-content .wp-block-image figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: var(--blu-color);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.entry-single .c-post-content .wp-block-image figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-image figcaption {
    font-size: 1.1458333333vw;
  }
}
#news.entry-single .c-post-content .wp-block-image.is-style-rounded img {
  border-radius: 10px;
}
#news.entry-single .c-post-content .wp-block-image.is-style-circle-mask img {
  border-radius: 10px;
}
@supports (-webkit-mask-image: none) or (mask-image: none) or (-webkit-mask-image: none) {
  #news.entry-single .c-post-content .wp-block-image.is-style-circle-mask img {
    /* stylelint-disable */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    /* stylelint-enable */
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
#news.entry-single .c-post-content .wp-block-image figure {
  margin: 0;
}
#news.entry-single .c-post-content .wp-block-cover-image,
#news.entry-single .c-post-content .wp-block-cover {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
#news.entry-single .c-post-content .wp-block-cover-image.has-parallax,
#news.entry-single .c-post-content .wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  #news.entry-single .c-post-content .wp-block-cover-image.has-parallax,
  #news.entry-single .c-post-content .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  #news.entry-single .c-post-content .wp-block-cover-image.has-parallax,
  #news.entry-single .c-post-content .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
#news.entry-single .c-post-content .wp-block-cover-image.is-repeated,
#news.entry-single .c-post-content .wp-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
#news.entry-single .c-post-content .wp-block-cover-image.has-background-dim:not([class*=-background-color]),
#news.entry-single .c-post-content .wp-block-cover-image .has-background-dim:not([class*=-background-color]),
#news.entry-single .c-post-content .wp-block-cover.has-background-dim:not([class*=-background-color]),
#news.entry-single .c-post-content .wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: #000;
}
#news.entry-single .c-post-content .wp-block-cover-image.has-background-dim::before,
#news.entry-single .c-post-content .wp-block-cover-image .has-background-dim::before,
#news.entry-single .c-post-content .wp-block-cover.has-background-dim::before,
#news.entry-single .c-post-content .wp-block-cover .has-background-dim::before {
  content: "";
  background-color: inherit;
}
#news.entry-single .c-post-content .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
#news.entry-single .c-post-content .wp-block-cover-image .has-background-dim:not(.has-background-gradient)::before,
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background,
#news.entry-single .c-post-content .wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
#news.entry-single .c-post-content .wp-block-cover .has-background-dim:not(.has-background-gradient)::before,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
#news.entry-single .c-post-content .wp-block-cover-image.alignleft, #news.entry-single .c-post-content .wp-block-cover-image.alignright,
#news.entry-single .c-post-content .wp-block-cover.alignleft,
#news.entry-single .c-post-content .wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-cover-image::after,
#news.entry-single .c-post-content .wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (position: sticky) {
  #news.entry-single .c-post-content .wp-block-cover-image::after,
  #news.entry-single .c-post-content .wp-block-cover::after {
    content: none;
  }
}
#news.entry-single .c-post-content .wp-block-cover-image.aligncenter, #news.entry-single .c-post-content .wp-block-cover-image.alignleft, #news.entry-single .c-post-content .wp-block-cover-image.alignright,
#news.entry-single .c-post-content .wp-block-cover.aligncenter,
#news.entry-single .c-post-content .wp-block-cover.alignleft,
#news.entry-single .c-post-content .wp-block-cover.alignright {
  display: flex;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover__inner-container,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-light .wp-block-cover__inner-container,
#news.entry-single .c-post-content .wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000;
}
#news.entry-single .c-post-content .wp-block-cover-image p:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover-image h1:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover-image h2:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover-image h3:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover-image h4:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover-image h5:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover-image h6:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover p:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover h1:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover h2:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover h3:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover h4:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover h5:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-cover h6:not(.has-text-color) {
  color: inherit;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-top-left,
#news.entry-single .c-post-content .wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-top-center,
#news.entry-single .c-post-content .wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-top-right,
#news.entry-single .c-post-content .wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-center-left,
#news.entry-single .c-post-content .wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-center-center,
#news.entry-single .c-post-content .wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-center-right,
#news.entry-single .c-post-content .wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-bottom-left,
#news.entry-single .c-post-content .wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-bottom-center,
#news.entry-single .c-post-content .wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
#news.entry-single .c-post-content .wp-block-cover-image.is-position-bottom-right,
#news.entry-single .c-post-content .wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
#news.entry-single .c-post-content .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
#news.entry-single .c-post-content .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
#news.entry-single .c-post-content .wp-block-cover-image img.wp-block-cover__image-background,
#news.entry-single .c-post-content .wp-block-cover-image video.wp-block-cover__video-background,
#news.entry-single .c-post-content .wp-block-cover img.wp-block-cover__image-background,
#news.entry-single .c-post-content .wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
#news.entry-single .c-post-content .wp-block-cover__video-background {
  z-index: 0;
}
#news.entry-single .c-post-content .wp-block-cover__image-background {
  z-index: 0;
}
#news.entry-single .c-post-content section.wp-block-cover-image h2,
#news.entry-single .c-post-content .wp-block-cover-image-text,
#news.entry-single .c-post-content .wp-block-cover-text {
  color: #fff;
}
#news.entry-single .c-post-content section.wp-block-cover-image h2 a,
#news.entry-single .c-post-content section.wp-block-cover-image h2 a:hover,
#news.entry-single .c-post-content section.wp-block-cover-image h2 a:focus,
#news.entry-single .c-post-content section.wp-block-cover-image h2 a:active,
#news.entry-single .c-post-content .wp-block-cover-image-text a,
#news.entry-single .c-post-content .wp-block-cover-image-text a:hover,
#news.entry-single .c-post-content .wp-block-cover-image-text a:focus,
#news.entry-single .c-post-content .wp-block-cover-image-text a:active,
#news.entry-single .c-post-content .wp-block-cover-text a,
#news.entry-single .c-post-content .wp-block-cover-text a:hover,
#news.entry-single .c-post-content .wp-block-cover-text a:focus,
#news.entry-single .c-post-content .wp-block-cover-text a:active {
  color: #fff;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
#news.entry-single .c-post-content section.wp-block-cover-image.has-left-content > h2,
#news.entry-single .c-post-content .wp-block-cover-image.has-left-content .wp-block-cover-image-text,
#news.entry-single .c-post-content .wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}
#news.entry-single .c-post-content section.wp-block-cover-image.has-right-content > h2,
#news.entry-single .c-post-content .wp-block-cover-image.has-right-content .wp-block-cover-image-text,
#news.entry-single .c-post-content .wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}
#news.entry-single .c-post-content section.wp-block-cover-image > h2,
#news.entry-single .c-post-content .wp-block-cover-image .wp-block-cover-image-text,
#news.entry-single .c-post-content .wp-block-cover .wp-block-cover-text {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
}
#news.entry-single .c-post-content .wp-block-gallery,
#news.entry-single .c-post-content .blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 50px auto;
}
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image,
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(50% - 1em);
}
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image figure,
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item figure,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image figure,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image img,
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item img,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image img,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image figcaption,
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item figcaption,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image figcaption,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  box-sizing: border-box;
  margin: 0;
  z-index: 2;
}
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image figcaption img,
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item figcaption img,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image figcaption img,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item figcaption img {
  display: inline;
}
#news.entry-single .c-post-content .wp-block-gallery figcaption,
#news.entry-single .c-post-content .blocks-gallery-grid figcaption {
  flex-grow: 1;
}
#news.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-image a,
#news.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-image img, #news.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-item a,
#news.entry-single .c-post-content .wp-block-gallery.is-cropped .blocks-gallery-item img,
#news.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
#news.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
#news.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
#news.entry-single .c-post-content .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
#news.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-image, #news.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-item,
#news.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-image,
#news.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  #news.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-image, #news.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-item,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc(33.3333333333% - 0.6666666667em);
    margin-right: 1em;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-image, #news.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-item,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-image, #news.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-item,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-image, #news.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-item,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-item {
    width: calc(16.6666666667% - 0.8333333333em);
    margin-right: 1em;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-image, #news.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-item,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-item {
    width: calc(14.2857142857% - 0.8571428571em);
    margin-right: 1em;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-image, #news.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-item,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), #news.entry-single .c-post-content .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), #news.entry-single .c-post-content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), #news.entry-single .c-post-content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), #news.entry-single .c-post-content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), #news.entry-single .c-post-content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), #news.entry-single .c-post-content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), #news.entry-single .c-post-content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), #news.entry-single .c-post-content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  #news.entry-single .c-post-content .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-image:last-child,
#news.entry-single .c-post-content .wp-block-gallery .blocks-gallery-item:last-child,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-image:last-child,
#news.entry-single .c-post-content .blocks-gallery-grid .blocks-gallery-item:last-child {
  margin-right: 0;
}
#news.entry-single .c-post-content .wp-block-gallery.alignleft, #news.entry-single .c-post-content .wp-block-gallery.alignright,
#news.entry-single .c-post-content .blocks-gallery-grid.alignleft,
#news.entry-single .c-post-content .blocks-gallery-grid.alignright {
  max-width: 420px;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-gallery.aligncenter .blocks-gallery-item figure,
#news.entry-single .c-post-content .blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
#news.entry-single .c-post-content .wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0 var(--gallery-block--gutter-size, 16px) var(--gallery-block--gutter-size, 16px) 0;
  width: calc(50% - var(--gallery-block--gutter-size, 16px) / 2);
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-of-type:not(#individual-image) {
  margin-right: 0;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(even) {
  margin-right: 0;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image > div,
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image > a {
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div,
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a {
  flex: 1 1 auto;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  flex: initial;
  background: none;
  color: inherit;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
  margin-bottom: var(--gallery-block--gutter-size, 16px);
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) figcaption {
  bottom: var(--gallery-block--gutter-size, 16px);
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone),
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a {
  display: flex;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(33.3333333333% - var(--gallery-block--gutter-size, 16px) * 0.6666666667);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(25% - var(--gallery-block--gutter-size, 16px) * 0.75);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(20% - var(--gallery-block--gutter-size, 16px) * 0.8);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(16.6666666667% - var(--gallery-block--gutter-size, 16px) * 0.8333333333);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(14.2857142857% - var(--gallery-block--gutter-size, 16px) * 0.8571428571);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(12.5% - var(--gallery-block--gutter-size, 16px) * 0.875);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image):nth-of-type(1n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image):nth-of-type(3n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-of-type(4n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-of-type(5n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-of-type(6n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image):nth-of-type(7n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image):nth-of-type(8n) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(33.33% - var(--gallery-block--gutter-size, 16px) * 0.6666666667);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-of-type(3n+3) {
    margin-right: 0;
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--gallery-block--gutter-size, 16px) * 0.5);
  }
  #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) {
    width: 100%;
  }
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.alignleft, #news.entry-single .c-post-content .wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
#news.entry-single .c-post-content .blocks-gallery-caption {
  color: var(--blu-color);
  font-size: 13px;
  text-align: center;
}
#news.entry-single .c-post-content {
  /* ================
  　  埋め込み
  ================ */
}
#news.entry-single .c-post-content .wp-block[data-align=left] > [data-type="core/embed"],
#news.entry-single .c-post-content .wp-block[data-align=right] > [data-type="core/embed"],
#news.entry-single .c-post-content .wp-block-embed.alignleft,
#news.entry-single .c-post-content .wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
#news.entry-single .c-post-content .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper,
#news.entry-single .c-post-content .wp-block-embed.alignleft .wp-block-embed__wrapper,
#news.entry-single .c-post-content .wp-block-embed.alignright .wp-block-embed__wrapper {
  min-width: 280px;
}
#news.entry-single .c-post-content .wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px;
}
#news.entry-single .c-post-content .wp-block-embed {
  margin: 0 0 1em 0;
  overflow-wrap: break-word;
}
#news.entry-single .c-post-content .wp-block-embed figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: var(--blu-color);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.entry-single .c-post-content .wp-block-embed figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-embed figcaption {
    font-size: 0.5208333333vw;
  }
}
#news.entry-single .c-post-content .wp-block-embed iframe {
  max-width: 100%;
}
#news.entry-single .c-post-content .wp-block-embed__wrapper {
  position: relative;
}
#news.entry-single .c-post-content .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-has-aspect-ratio iframe,
#news.entry-single .c-post-content .wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.77%;
}
#news.entry-single .c-post-content .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before,
#news.entry-single .c-post-content .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}
#news.entry-single .c-post-content .wp-block-media-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
  width: 100%;
  margin: 0 auto 40px;
}
#news.entry-single .c-post-content .wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 0;
  font-size: 14px;
}
#news.entry-single .c-post-content .wp-block-media-text .wp-block-media-text__content p + p {
  margin-top: 20px;
}
#news.entry-single .c-post-content {
  /* ================
  　  ボタン
  ================ */
}
#news.entry-single .c-post-content .wp-block-buttons {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-buttons {
    margin-bottom: 0.78125vw;
  }
}
#news.entry-single .c-post-content .wp-block-button__link {
  color: var(--wht-color-1);
  background-color: var(--blu-color);
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #news.entry-single .c-post-content .wp-block-button__link {
    font-size: 0.7291666667vw;
  }
}
#news.entry-single .c-post-content .wp-block-button__link:hover, #news.entry-single .c-post-content .wp-block-button__link:focus, #news.entry-single .c-post-content .wp-block-button__link:active, #news.entry-single .c-post-content .wp-block-button__link:visited {
  color: #fff;
}
#news.entry-single .c-post-content .wp-block-button__link.aligncenter {
  text-align: center;
}
#news.entry-single .c-post-content .wp-block-button__link.alignright {
  /*rtl:ignore*/
  text-align: right;
}
#news.entry-single .c-post-content .wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
#news.entry-single .c-post-content .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
#news.entry-single .c-post-content .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
#news.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
#news.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
#news.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
#news.entry-single .c-post-content .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  width: 100%;
  flex-basis: 100%;
}
#news.entry-single .c-post-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
#news.entry-single .c-post-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
#news.entry-single .c-post-content .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
#news.entry-single .c-post-content .wp-block-button.is-style-squared,
#news.entry-single .c-post-content .wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
#news.entry-single .c-post-content .wp-block-button.no-border-radius,
#news.entry-single .c-post-content .wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
#news.entry-single .c-post-content .is-style-outline > :where(.wp-block-button__link),
#news.entry-single .c-post-content :where(.wp-block-button__link).is-style-outline {
  border: 2px solid currentColor;
  padding: 0.667em 1.333em;
}
#news.entry-single .c-post-content .is-style-outline > .wp-block-button__link:not(.has-text-color),
#news.entry-single .c-post-content .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}
#news.entry-single .c-post-content .is-style-outline > .wp-block-button__link:not(.has-background),
#news.entry-single .c-post-content .wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
}
#news.entry-single .c-post-content {
  /* ================
  　  線
  ================ */
}
#news.entry-single .c-post-content .wp-block-separator {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border: none;
  border-bottom: 2px solid currentColor;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.4;
}
#news.entry-single .c-post-content .wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
#news.entry-single .c-post-content .wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  line-height: 1;
  height: auto;
}
#news.entry-single .c-post-content .wp-block-separator.is-style-dots::before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  /*rtl:ignore*/
  padding-left: 2em;
  font-family: serif;
}
#news.entry-single .c-post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
}
#news.entry-single .c-post-content .wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: none;
  height: 1px;
}
#news.entry-single .c-post-content .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px;
}
#news.entry-single .post-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 120px;
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #news.entry-single .post-pager {
    margin-top: 60px;
  }
}
#news.entry-single .post-pager .back a {
  display: block;
  font-size: 24px;
  letter-spacing: 5%;
  text-align: center;
  color: var(--grn-color-5);
}
#news.entry-single .post-pager .back a span {
  position: relative;
}
#news.entry-single .post-pager .back a span:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  width: 14px;
  height: 23px;
  margin-right: 15px;
  background: url("../img/common/icon_arrow.svg") no-repeat top center;
  background-size: cover;
  transition: opacity 0.5s var(--ease-inout-cubic);
}

#notfound .inner {
  padding: 17em 0 20em;
}
#notfound .inner h2 {
  margin-bottom: 50px;
  font-size: 30px;
}
#notfound .inner p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}
#notfound .inner .back-link a {
  font-size: 16px;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */