.outer__grid {
  z-index: -1;
}

/* mainVisual  */

.mainVisual__left {
  position: absolute;
  top: 0;
}

.mainVisual__left .mainVisual__title {
  display: flex;
  align-items: center;
  padding-top: 11.6vw;
  padding-bottom: 2.6vw;
  padding-right: 1.5vw;
  background-color: #fff;
}

.mainVisual__left .mainVisual__title h1 {
  font-size: 2.5vw;
  font-family: 'Zen Old Mincho', serif;
  font-weight: bold;
  line-height: 0.6;
}

.mainVisual__left .mainVisual__title h1 span {
  font-size: 0.83vw;
  font-family: 'Zen Kaku Gothic New', serif;
  font-weight: bold;
  margin-top: 4.5vw;
  display: block;
}

.mainVisual__left .mainVisual__title .border {
  display: flex;
  align-items: center;
  flex-flow: column;
}

.mainVisual__left .mainVisual__title .border::after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 2.5vw;
  background: var(--gradation-main-horizontal);
  position: relative !important;
  margin: 0;
  margin-right: auto !important;
  margin-top: -2.6vw;
}


.mainVisual__right {
  float: right;
  width: calc(75% + (111% / 100 * 5));
  height: 460px;
  margin-right: calc(-111% / 100 * 5);
  position: relative;
  z-index: 0;
}

.mainVisual__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainVisual__right:after {
  content: "";
  display: inline-block;
  width: calc(50% + (111% / 100 * 5));
  height: 100%;
  background-color: #3E149B;
  opacity: 0.05;
  position: absolute;
  top: 5.7vw;
  right: 0;
  z-index: -1;
}

.mainContents {
  width: 100%;
  margin-left: 0;
  overflow: hidden;
}

.mainContents__background {
  width: 44%;
  height: 90%;
  background-color: #3E149B;
  opacity: 0.05;
  position: absolute;
  margin-left: -10%;
  z-index: -1;
  margin-top: 6%;
}


/* topNews */
.topNews {
  position: relative;
  margin-top: 12%;
  margin-bottom: 6%;
}

.topNews .topNews__sort {
  width: 25%
}

.topNews .topNews__sort .topNews__title {
  font-size: 2.5vw;
  font-weight: 500;
  background: url(../img/top/news_title.png) no-repeat;
  background-size: contain;
  padding: 5.5% 0;
}

.topNews .topNews__category {
  width: 100%;
}

.topNews .topNews__category .topNews__categoryTitle {
  font-size: 0.9vw;
  font-weight: 500;
  margin: 0 0 4%;
}

.topNews .topNews__category>div {
  justify-content: space-between;
  margin-bottom: 10%;
}

.topNews .topNews__category>div>a {
  background-color: #F0F0F0;
  font-size: 0.9vw;
  border-radius: 100vh;
  padding: 3% 4%;
  font-weight: bold;
  margin-bottom: 3%;
}

.topNews .topNews__category>div>a:hover {
  background-color: #9B149B;
  color: #fff;
  opacity: 1;
}

.topNews .topNews__link {
  font-size: 1.3vw;
  font-weight: bold;
  display: inline-block;
  width: 70%;
}

.topNews .topNews__link:after {
  content: "";
  background: url(../img/arrow_upperright.svg) no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin: 0px 0 6px 20px;
  width: 1.5vw;
  height: 1.5vw;
  float: right;
}

.topNews .topNews__linkURL {
  border-bottom: 4px solid #fff;
  border-image: linear-gradient(to right, #9B149B 0%, #3E149B 100%);
  border-image-slice: 1;
  padding-bottom: 6%;
}

.topNews .topNews__linkURL.sp {
  display: none;
}

.topNews .topNews__box {
  width: 75%;
  background: #fff;
  padding: 3%;
}

.topNews .topNews__boxTitle {
  display: flex;
  flex-flow: column;
}

.topNews .topNews__box h1 {
  font-size: 2.5vw;
  font-weight: bold;
  position: relative;

}

.topNews .topNews__box h1::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 2.5vw;
  background: #000;
  position: absolute;
  margin: 0;
  margin-right: auto !important;
  margin-top: -2.6vw;
  left: 0;
  margin-top: 9%;
}

.topNews .topNews__boxTitleSub {
  display: flex;
  margin-top: 5%;
  align-items: center;
  font-size: 0.625vw;
  color: #999999;
}

.topNews .topNews__boxTitleCate li a{
  background-color: #F0F0F0;
  font-size: 0.9vw;
  border-radius: 100vh;
  padding: 14% 4%;
  font-weight: bold;
  margin-bottom: 3%;
  cursor: pointer;
  display: block;
  width: 150%;
  text-align: center;
  color: #000;
  margin-left: 20%;
}

.topNews .topNews__boxInner {
  border-top: 1px solid #EFEFEF;
  padding-top: 5%;
  margin-top: 5%;
  font-size: 0.9vw;
}

.topNews .topNews__boxInner h2 {
  font-size: 1.6vw;
  font-weight: bold;
  margin-bottom: 1em;
}

.topNews .topNews__boxInner h2::before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 28%;
  background: var(--gradation-main-horizontal);
  position: absolute;
  margin: 0;
  margin-right: auto !important;
  margin-top: -1em;
}

.topNews .topNews__boxInner .wp-block-preformatted {
  font-size: 0.9vw;
  padding: 0% 0 1em 0;
}

.topNews .topNews__boxInner h3 {
  font-size: 1.3vw;
  font-weight: bold;
  margin-top: 6%;
  margin-bottom: 1em;
  margin-top: 1em;
}

.topNews .topNews__boxInner h3::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 16%;
  background: var(--gradation-main-horizontal);
  position: absolute;
  margin: 0;
  margin-right: auto !important;
  margin-top: -1em;
}

.topNews .topNews__boxInner h4 {
  font-size: 1.2vw;
  font-weight: bold;
  padding: 0 2%;
  border-left: 3px solid;
  border-image: var(--gradation-main-vertical) 1;
  margin-bottom: 1em;
}

.topNews .topNews__boxInner h5 {
  font-size: 1.1vw;
  font-weight: bold;
  margin-bottom: 1em;
}

.topNews .topNews__boxInner h6 {
  font-size: 1vw;
  font-weight: bold;
  margin-bottom: 1em;
}
.topNews .topNews__boxInner .wp-block-table td {
  text-align: left;
  margin: 2vw 0;
  padding: 1em 0;
  font-size: 1vw;
  position: relative;
  line-height: 2;
}
.topNews .topNews__boxInner .wp-block-table tr {
  border-top:0.25vw solid #F2F2F2;
}
.topNews .topNews__boxInner .wp-block-table tr::before{
content: "";
    height: 0.25vw;
    display: inline-block;
    background: var(--gradation-main-horizontal);
    position: absolute;
    width: 14%;
    margin-top:-0.25vw; ;
}

.topNews .topNews__boxInner .wp-block-table thead tr{
background: #F2F2F2;
}
.topNews .topNews__boxInner .wp-block-table thead tr::before,
.topNews .topNews__boxInner .wp-block-table thead + tbody tr::before
{
  content: none;
}
.topNews .topNews__boxInner .wp-block-table thead td,
.topNews .topNews__boxInner .wp-block-table thead + tbody td{
  text-align: center;
}
.topNews .topNews__boxInner .wp-block-table thead tr th{
    padding: 3% 0;
    font-size: 1vw;
    position: relative;
}
.topNews .topNews__boxInner .wp-block-table thead tr th::before {
  background: #fff;
  content: "";
  display: inline-block;
  height: 60%;
  width: 1px;
  margin: 0;
  margin-right: auto !important;
  position: absolute;
  right: 0;
  top: 20%;
}
.topNews .topNews__boxInner .wp-block-table thead{
  position: relative;
}
.topNews .topNews__boxInner .wp-block-table thead::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  background: var(--gradation-main-horizontal);
  margin: 0;
  margin-right: auto !important;
  position: absolute;
  bottom: 0;
  left: 0;
}

.topNews .topNews__boxInner .wp-block-table thead + tbody tr td::before {
  content: "";
  display: inline-block;
  height: 60%;
  width: 1px;
  background: #F2F2F2;
  margin: 0;
  margin-right: auto !important;
  position: absolute;
  right: 0;
  top: 20%;
}



.topNews .topNews__boxInner .wp-block-table tr td:last-child::before {
  content: none;
}
.topNews .topNews__boxInner .wp-block-table thead + tbody tr:nth-child(n + 1){
  border-top: 1px solid #F2F2F2;
}
.topNews .topNews__boxInner .wp-block-table thead + tbody tr:last-child{
  border-bottom: 4px solid #F2F2F2;
}

.topNews .topNews__boxInner ul,
.topNews .topNews__boxInner ol {
  margin-bottom: 1em;
}

.topNews .topNews__boxInner ul li {
  background: none !important;
  position: relative;
  padding-left: 0.8vw;
}

.topNews .topNews__boxInner ul li:before {
  background: var(--color-main);
  content: "";
  height: 0.5em;
  width: 0.5em;
  left: 0;
  position: absolute;
  top: 0.6em;
}

.topNews .topNews__boxInner ul li>ul li:before {
  background: var(--color-main);
  content: "";
  height: 0.2em;
  width: 0.2em;
  border-radius: 100vw;
  position: absolute;
  left: 0vw;
  top: 0.8em;
}

.topNews .topNews__boxInner ol {
  padding-left: 0.8vw;
}

.topNews .topNews__boxInner ol li {
  list-style-type: decimal-leading-zero;
}

.topNews .topNews__boxInner ol li::marker {
  color: var(--color-main);
  red;
}

.topNews .topNews__boxInner ol li>ol li {
  list-style-type: lower-latin;
}

.topNews .topNews__boxInner figure figcaption {
  /* text-align: center; */
  color: #999999;
}


.topNews .topNews__boxInner blockquote {
  position: relative;
  box-sizing: border-box;
  background: #F2F2F2;
  padding: 4%;
  margin-bottom: 1em;
}

.topNews .topNews__boxInner blockquote:before {
  display: inline-block;
  position: relative;
  content: "“";
  font-family: sans-serif;
  color: #fff;
  font-size: 10vw;
  line-height: 1;
  float: left;
  height: 4vw;
  margin-right: 2%;
}

.topNews .topNews__boxInner blockquote p {
  padding: 0;
  line-height: 1.7;
}

.topNews .topNews__boxInner blockquote cite {
  display: block;
  text-align: left;
  color: #888888;
  font-style: normal;
  margin-top: 2%;
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: #fff;
  backdrop-filter: blur(12px);
  height: 26%;
  margin-top: 59%;
}

.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  min-height: auto;
  margin-bottom: 1em;
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000;
  position: absolute;
  bottom: 0;
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  position: relative;
}

.wp-block-cover__inner-container .wp-block-preformatted {}

.topNews .topNews__boxInner .wp-block-audio {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 1em;
}

.wp-block-cover__inner-container {
  padding: 3%;
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
  height: auto;
}

.wp-block-cover__inner-container strong {
  font-size: 2.5vw;
}

.wp-block-file__button {
  background: #F6F6F6 !important;
  width: 100% !important;
  display: block;
  color: #000 !important;
  border-radius: 0 !important;
  position: relative;
  padding: 6% !important;
  font-size: 1.4rem !important;
  margin-left: 0em !important;
}

.wp-block-file__button::after {
  content: "";
  height: 0.25vw;
  display: inline-block;
  background: var(--gradation-main-horizontal);
  width: 100%;
  margin-left: 0;
  bottom: 0;
}

/* .wp-block-file::after {
  content: "";
  background: url(../img/common/ico_download.svg) no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 1.5vw;
  height: 1.5vw;
  margin-left: 1%;
  position: absolute;
  margin-top: -3%;
  margin-left: 19%;
} */

.wp-block-file a[href$=".pdf"]::after {
  background: url(../img/common/ico_download_pdf.svg) no-repeat;
  margin-left: 17.5%;
  width: 2.5vw;
  height: 2.5vw;
  background-size: contain;
  pointer-events: none;
  float: right;
}

.wp-block-media-text {
  grid-template-columns: 1fr 2fr;
  background: #F6F6F6;
  margin-bottom: 1em;
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 2fr 1fr;
  background: #F6F6F6;
}

.wp-block-media-text__content strong {
  font-size: 2.5vw;
}

.wp-block-button__link {
  font-size: 1.2vw;
  width: 100%;
  color: #fff;
  background: var(--gradation-main-vertical);
  text-align: center;
  float: right;
  position: relative;
  border-radius: 0;
  font-weight: bold;
}

.wp-block-buttons {
  width: 100%;
  margin-bottom: 1em;
}

.wp-block-buttons>.wp-block-button {
  width: 80%;
}

.wp-block-button__link::after {
  content: "";
  background: url(../img/common/arrow_upperrightWhite.svg) no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 1.2vw;
  height: 1.2vw;
  float: right;
  margin-top: 0.4vw;
}

.wp-block-button__link.blank::after {
  background: url(../img/common/arrow_external.svg) no-repeat;
  background-size: contain;
}

hr.wp-block-separator.has-alpha-channel-opacity {
  color: #F2F2F2;
  margin-bottom: 5%;
}

.post-meta {
  display: none;
}
nav.pagination-single{
  margin-top: 120px;
}
.pagination-single-inner {
  font-size: 0.9vw;
  display: flex;
  gap: 10px;
}

.pagination-single-inner .arrow {
  display: none;
}

.pagination-single-inner .previous-post,
.pagination-single-inner .next-post {
  width: 49%;
  background: #F2F2F2;
  padding: 4%;
  display: flex;
  align-items: center;
  position: relative;
}

.styled-separator.is-style-wide {
  display: none;
}

.pagination-single-inner .previous-post::after {
  content: "";
  background: url(../img/common/icn_arrow-right.svg) no-repeat;
  transform: rotate(180deg);
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 1.2vw;
  height: 1.2vw;
  float: left;
  margin-top: 0.1vw;
  position: absolute;
  margin-left: -4.5%;
}
.title.match{
  width:100%;
}

.pagination-single-inner .previous-post .title-inner {
  margin-left: 3%;
}

.pagination-single-inner .next-post::after {
  content: "";
  background: url(../img/common/icn_arrow-right.svg) no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 1.2vw;
  height: 1.2vw;
  float: right;
  position: absolute;
  margin-right: 2.5%;
  right: 0;
}

/* .topNews .topNews__box a{
  font-weight: bold;
  border-bottom: 1px solid #000;
} */


.topNews .topNews__box ul li a {
  display: block;
}

.topNews .topNews__box ul li a .topNews__boxArticle {
  align-items: center;
  flex-wrap: initial;
}

.topNews .topNews__box ul li a .topNews__boxArticle::after {
  content: "";
  background: url(../img/arrow_right.svg) no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 1.5vw;
  height: 1.5vw;
  margin-left: auto;
}

.topNews .topNews__box ul li .topNews__boxCategory--width {
  width: 21%;
  margin-left: 3%;
}

.topNews .topNews__box ul li .topNews__boxCategory {
  background-color: #fff;
  color: #9B149B;
  border-radius: 100vh;
  padding: 8%;
  margin-left: 4%;
  display: inline-block;
}

.topNews .topNews__box ul li .topNews__boxText {
  margin-left: auto;
  width: 68%;
  margin-right: 2%;
}

.topNews .topNews__category ul {
  justify-content: space-between;
  margin-bottom: 10%;
}
.topNews .topNews__category ul::after{
  content:"";
  display: block;
  width:30%;
}

.topNews .news__categorylink li {
  background-color: #F0F0F0;
  font-size: 0.9vw;
  border-radius: 100vh;
  font-weight: bold;
  margin-bottom: 3%;
  cursor: pointer;
}

.topNews .news__categorylink li:hover {
  background-color: #9B149B;
  color: #fff;
  opacity: 1;
}

.topNews .topNews__link {
  font-size: 1.3vw;
  font-weight: bold;
  display: inline-block;
  width: 70%;
}

.news__categorylink {
  display: flex;
  margin: 0 0 35px;
  padding: 0;
  list-style-type: none;
}

.news__categorylink li:first-child {
  margin-left: 0;
}

.news__categorylink li.active,
.news__categorylink li:hover {
  background: #9B149B;
  color: #fff;
  font-weight: bold;
}

.news__categorylink li.active:after,
.news__categorylink li:hover:after {
  display: block;
}

.archives__index {
  font-size: 1.1vw;
  font-weight: bold;
}

.archives__index li a::after {
  content: "";
  background-image: url(/cms/wp-content/themes/japax/assets/img/common/arrow_right.svg);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 1vw;
  height: 1vw;
  margin-left: auto;
}

.archives__index li a {
  padding: 1vw;
  width: 100%;
  transition: .1s;
  display: flex;
  align-items: center;
  background-color: #F6F3FA;

}

.archives__index li a:hover,
.archives__index li.current a {
  background: linear-gradient(45deg, rgba(192, 131, 202, 1) 0%, rgba(154, 131, 202, 1) 100%);
  color: #fff;
}

.archives__index li a:hover::after,
.archives__index li.current a::after {
  background-image: url(/cms/wp-content/themes/japax/assets/img/common/arrow_right-w.svg);
}


.news__pagenation {
  font-size: 0.8vw;
  align-items: center;
  font-weight: bold;
}

.news__pagenation img {
  width: 1vw;
}

.news__pagenation .news__pagenationBtn--back img {
  transform: rotate(180deg);
}

.news__pagenation a.news__pagenationBtnNumber {
  border-radius: 100vw;
  position: relative;
  padding: 1.5vw;
  border-radius: 50%;
  margin: 0 0.5%;
  cursor: pointer;
}

.news__pagenation .news__pagenationBtnNumber p {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -0.65vw 0 0;
  width: 100%;
  text-align: center;
}

.news__pagenation .news__pagenationBtnNumber.current,
.news__pagenation .news__pagenationBtnNumber:hover {
  background: var(--color-main);
}

.news__pagenation .news__pagenationBtnNumber.current p,
.news__pagenation .news__pagenationBtnNumber:hover p {
  color: #fff;
}





.wp-block-file__button{
  max-width: 768px !important;
}


.wp-block-file a[href$=".pdf"]::after{
  /* width: 9vw;
  height: 5vw; */
}

@media screen and (max-width: 1024px) {
    .mainContents {
        overflow: initial;
    }
  .mainContents__background {
    width: 55.5%;
    margin-top: -5%;
  }

  .topNews {
    margin-top: 15%;
    flex-direction: row-reverse;

  }

  .topNews .topNews__box h1 {
    font-size: 2.4rem;
  }

  .topNews__boxTitleDate {
    font-size: 1.2rem;
  }

  .topNews__boxTitleCate {
    font-size: 1.6rem;
  }

  .topNews .topNews__boxTitleCate li a {
    font-size: 1.6rem;
  }

  .topNews .topNews__category {
    margin: 0 auto;
  }

  .topNews .topNews__boxInner h2 {
    font-size: 3.2rem;
  }

  .topNews .topNews__boxInner h2::before {
  }

  .topNews .topNews__boxInner .wp-block-preformatted {
    font-size: 1.6rem;
  }

  .topNews .topNews__boxInner h3 {
    font-size: 2.8rem;
  }

  .topNews .topNews__boxInner h3::before {
    width: 48%;
  }

  .topNews .topNews__boxInner figure figcaption {
    font-size: 1.4rem;
  }

  .topNews .topNews__boxInner h4 {
    font-size: 2.4rem;
  }

  .topNews .topNews__boxInner h5 {
    font-size: 2rem;
  }

  .topNews .topNews__boxInner h6 {
    font-size: 1.6rem;
  }
  .wp-block-table{
    margin-bottom: 3%;
  }
  .wp-block-table table {
    width: 150%;
  }
  .topNews .topNews__boxInner{
    font-size: 1.4rem;
  }

  .topNews .topNews__boxInner .wp-block-table td {
    font-size: 1.4rem;
  }

  .topNews .topNews__boxInner ol li,
  .topNews .topNews__boxInner ul li {
    font-size: 1.6rem;

  }

  .topNews .topNews__boxInner ul li {
    padding-left: 4.8vw;
  }

  .topNews .topNews__boxInner ul li:before {
    background: var(--color-main);
    content: "";
    height: 2vw;
    width: 2vw;
    left: 0;
    position: absolute;
    top: 3vw;
  }
  .topNews .topNews__boxInner ul li>ul li:before{
    height: 4px;
    width: 4px;
    left: 5px;
    top: 12px;
  }

  .topNews .topNews__boxInner ol {
    padding-left: 4.8vw;
  }

  .topNews .topNews__boxInner h2::before {
    width: 94%;
  }

  .topNews .topNews__boxInner blockquote {
    font-size: 1.6rem;
  }

  .topNews .topNews__boxInner blockquote:before {
    font-size: 17rem;
    height: 6rem;
  }

  .topNews .topNews__boxInner blockquote {
    width: 105%;
    padding: 6%;
  }

  /* .topNews .topNews__boxInner .wp-block-preformatted {
    padding: 6% 0;
    font-size: 1.2rem;
  } */
  .wp-block-file{
    display: block !important;

  }
  .pdf .wp-block-file::after {
    width: 4rem;
    height: 2rem;
    right: 7%;
  }
  .wp-block-file a[href$=".pdf"]::after{
    /* width: 9vw;
    height: 5vw; */
  }
  .wp-block-file::after {
    width: 4rem;
    height: 2rem;
    /* margin-top: -12%; */
    right: 3%;
  }

.wp-block-file__button::after {
    height: 4px;
}
  .wp-block-cover__inner-container strong {
    font-size: 3.2rem;
  }

  .wp-block-cover-image.has-background-dim:not([class*=-background-color]),
  .wp-block-cover-image .has-background-dim:not([class*=-background-color]),
  .wp-block-cover.has-background-dim:not([class*=-background-color]),
  .wp-block-cover .has-background-dim:not([class*=-background-color]) {
    margin-top: 44%;
  }

  .wp-block-cover.cover {
    margin-top: 0%;
    display: inline-block;
  }
  /* .wp-block-cover.cover:before {
    content: "";
    display: inline-block;
    padding-bottom: 100%;
    width: 100%;
    position: absolute;
  } */
  .wp-block-cover.cover img.wp-block-cover__image-background{
    position: absolute;
    object-fit: cover;
  }
  .wp-block-cover.cover .has-background-dim {
    margin-top: auto;
  }

  .wp-block-cover.cover .wp-block-cover__inner-container {
    position: relative;
  }

  .wp-block-cover.cover .wp-block-cover__inner-container>p {
    margin-top: 0%;
  }

  .wp-block-file a {
    /* font-size: 1.6rem !important; */
    font-weight: bold;
  }

  .wp-block-media-text__content strong {
    font-size: 3.2rem;
  }

  .wp-block-media-text .wp-block-media-text__content {
    padding: 4%;
  }

  .wp-block-buttons>.wp-block-button {
    width: 100%;
  }

  .wp-block-buttons>.wp-block-button a {
    font-size: 2rem;
  }

  .wp-block-button__link::after {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 1rem;
  }

  .pagination-single-inner .previous-post,
  .pagination-single-inner .next-post {
    width: 100%;
  }

  .pagination-single-inner {
    font-size: 1.4rem;
  }

  .pagination-single-inner .previous-post::after,
  .pagination-single-inner .next-post::after {
    width: 2rem;
    height: 2rem;
  }

  .pagination-single-inner .previous-post {
    margin-bottom: 3px;
  }
  .pagination-single-inner{
    display: block;
  }
  .archives__index{
    font-size: 1.8rem;
  }
  .archives__index li a::after{
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 3%;
  }
  .pagination-single-inner .previous-post::after{
    margin-left: -1.5%;
  }
  .pagination-single-inner .previous-post .title-inner{
    margin-left: 7%;
  }
  .topNews .topNews__sort {
    width: 110%;
    margin-left:-10%;
    padding-left:10%;
    background-color: #fff;
  }

  .topNews .topNews__sort .topNews__title {
    font-size: 3.2rem;
    padding: 6%;
    width: 80%;
    margin-left: 10%;
    text-align: center;
  }

  .topNews .topNews__category {
    width: 100%;
    background: #fff;
  }

  .topNews .topNews__category .topNews__categoryTitle,
  .topNews .topNews__category>div>a {
    font-size: 1.6rem;
  }

  .topNews .news__categorylink li {
    font-size: 1.6rem;
  }

  .topNews .topNews__box {
    width: 100%;
  }


}

@media screen and (max-width: 896px) {
  .topNews .topNews__box ul li::after {
    margin-right: 5%;
  }
}
@media screen and (max-width: 782px) {
  .wp-block-file a[href$=".pdf"]::after {
    width: 6vw;
    height: 6.5vw;
}
}
@media screen and (max-width: 1024px) {
  .mainVisual {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .mainVisual__left {
    position: static;
    width: 50%;
    z-index: 0;
  }

  .mainVisual__right {
    position: relative;
    width: 55%;
    height: 40vw;
  }

  .wp-block-file {
        position: relative;
        display: flex;
    align-items: center;
    }
  .mainVisual__left .mainVisual__title h1 {
    font-size: 3.2rem;
  }

  .mainVisual__left .mainVisual__title h1 span {
    font-size: 12px;
  }

  .mainVisual__left .mainVisual__title .border::after {
    margin-top: -4.6vw;
  }

  .mainVisual__left .mainVisual__title h1 span {
    margin-top: 7.5vw;
  }


  .mainVisual__right:after {
    width: 50%;
    height: 100px;
    top: 155px;
  }

  .news__pagenation {
    align-items: center;
    justify-content: center;
  }

  .news__pagenation img {
    width: 6vw;
  }

  .news__pagenation a.news__pagenationBtnNumber {
    padding: 2.5rem;
  }

  .news__pagenation .news__pagenationBtnNumber p {
    top: 0.9rem;
  }

  .news__pagenationBtn--back,
  .news__pagenationBtn--forward {
    margin-top: -0.9rem;
  }
  .archives__index li{
    font-size: 2rem;
  }
  .archives__index li a {
    width: 100%;
    display: flex;
    padding: 5% 5%;
}
.topNews .topNews__category .topNews__categoryTitle{
  font-size: 1.8rem;
    margin-top: 10%;
}


}


.wp-block-columns{
  margin-bottom: 0 !important;
}
.inner p{
  margin-bottom: 1em;
}