.outer__grid {
  z-index: -1;
}

/* mainVisual  */

.topNews__boxTitle h1 {
  display: none;
}

.topNews__boxTitleSub {
  display: none;
}

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

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

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

.mainVisual__left .mainVisual__title h2 span {
  font-size: 16px;
  font-family: 'Zen Kaku Gothic New', serif;
  font-weight: bold;
}

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

.mainVisual__left .mainVisual__title .border::after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 30px;
  background: var(--gradation-main-horizontal);
  margin-left: 2.6vw;
  margin-right: 2.6vw;
}

.mainVisual__left .mainVisual__title h3 {
  font-size: 1.6vw;
  font-weight: bold;
}

.mainVisual__left .mainVisual__index {
  font-size: 0.9vw;
  font-weight: bold;
  width: 16vw;
}

.mainVisual__left .mainVisual__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;
}

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

}

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

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

.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: calc(75% + 1px);
  margin-left: calc(25% - 1px);
  overflow: hidden;
}

.mainContents section {
  margin-top: 10.4vw;
}

.mainContents h3 {
  font-size: 1.6vw;
  font-weight: bold;
}

.mainContents h3::before {
  content: "";
  display: block;
  background-color: #9B149B;
  width: 1.6vw;
  height: 1px;
  margin-bottom: 0.2vw;
}

.mainContents section {
  margin-top: 7.3vw;
}

.mainContents .mainContents__tableContents {
  font-size: 0.83vw;
}

.mainContents .mainContents__tableLeft {
  width: 16.6%;
  font-weight: bold;
}

.mainContents .mainContents__tableRight {
  width: 83.4%;
}

.mainContents .mainContents__tableLeft p,
.mainContents .mainContents__tableRight p {
  margin: 2vw 0;
}

.mainContents .mainContents__tableRight span {
  color: var(--color-main);
  font-weight: bold;
}

.mainContents .tableRight__head {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1vw;
}

.mainContents .tableRight__text {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.5vw;
}

.mainContents .tableRight__head:before {
  background: var(--color-main);
  content: "";
  height: 0.5vw;
  width: 0.5vw;
  left: 0;
  position: absolute;
}

.mainContents .tableRight__text:before {
  background: var(--color-main);
  content: "";
  height: 0.2vw;
  width: 0.2vw;
  border-radius: 100vw;
  position: absolute;
  left: 0.5vw;
}

.mainContents .tableRight__head.tableRight__headLink a {
  display: flex;
}

.mainContents .tableRight__head.tableRight__headLink:after {
  content: '';
  width: 89%;
  height: 1px;
  display: inline-block;
  background-color: var(--color-main);
  ;
  position: absolute;
  bottom: 0px;
  left: 1vw
}

.mainContents .tableRight__head.tableRight__headLink a::after {
  content: "";
  background: url(../img/icn_arrow-other.svg) no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin: 0.4em 0 0 0.4em;
  width: 0.7vw;
  height: 0.7vw;
}

.mainContents .mainContents__flex--center {
  display: flex;
  align-items: center;
  margin-bottom: 0.5vw;
}

.mainContents .topNews__boxInner {
  padding-top: 5%;
  margin-top: 5%;
  font-size: 0.9vw;
}

.mainContents span.tableRight__head {
  color: #000000;
}

.mainContents span.tableRight__text {
  color: #000000;
  font-weight: normal;
}

.mainContents .mainContents__tableContents .mainContents__tableLeft::before {
  content: "";
  height: 0.25vw;
  display: inline-block;
  background: var(--gradation-main-horizontal);
  position: absolute;
  width: 11.25%;
}

.mainContents .mainContents__tableContents .mainContents__tableRight::before {
  content: "";
  height: 0.25vw;
  display: inline-block;
  background: #F2F2F2;
  position: absolute;
  width: 56.3%;
}

.mainContents .text--normal span {
  font-weight: normal !important;
}

.mainContents .mainContents__tableContents .mainContents__tableRight.p--clear p:nth-of-type(1) {
  margin-bottom: 0.5vw;
}

.mainContents .mainContents__tableContents .mainContents__tableRight.p--clear p:nth-of-type(2) {
  margin: 0.5vw 0;
}

.mainContents .mainContents__tableContents .mainContents__tableRight.p--clear .mainContents__flex--center:last-child {
  margin-bottom: 2vw;
}



@media screen and (max-width: 1024px) {
  .mainVisual {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .mainVisual__left {
    position: static;
    width: 50%;
  }

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

  .mainVisual__left .mainVisual__title {
    display: revert;
    z-index: 0;
  }

  .mainVisual__left .mainVisual__title h2 {
    font-size: 32px;
    line-height: 0.6;
  }

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

  .mainVisual__left .mainVisual__title .border {
    display: revert;
  }

  .mainVisual__left .mainVisual__title .border::after {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }

  .mainVisual__left .mainVisual__title h2 {
    font-size: 24px;
    margin-top: 15px;
  }
  .mainVisual__left .mainVisual__title h3{
    font-size: 14px;
  }

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

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

  }

  .mainContents section {
    margin-top: 18.3vw;
  }

  .mainContents .mainContents__tableContents {
    font-size: 1.4rem;
  }

  .mainContents .mainContents__tableLeft {
    width: 25%;
  }

  .mainContents .mainContents__tableContents .mainContents__tableLeft::before {
    width: 22.5%;
    height: 3px;
  }

  .mainContents .mainContents__tableRight {
    width: 75%;
  }

  .mainContents .mainContents__tableContents .mainContents__tableRight::before {
    width: 69%;
    height: 3px;
  }

  .mainContents .mainContents__tableLeft p,
  .mainContents .mainContents__tableRight p {
    margin: 20px 0;
  }

  .mainContents .tableRight__head:before {
    width: 6px;
    height: 6px;
  }

  .mainContents .tableRight__head {
    padding-left: 14px;
  }

  .mainContents .tableRight__text:before {
    width: 2px;
    height: 2px;
    left: 6px;
  }

  .mainContents .tableRight__text {
    padding-left: 20px;
  }

  .mainContents .tableRight__head.tableRight__headLink:after {
    left: 14px;
  }

  .mainContents .tableRight__head.tableRight__headLink a::after {
    margin: 6px 0 0 6px;
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 833px) {}







/* compornent */

.entry-content {
  padding:5% 0 5% 5%;
  background: #fff;
}

.topRecruitment::before {
  content: "";
  display: inline-block;
  width: 62%;
  height: 73%;
  background-color: #3E149B;
  opacity: 0.05;
  position: absolute;
  top: -41%;
  z-index: -1;
  left: -25%;
}


.entry-content h2 {
  font-size: 1.6vw;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
}

.entry-content 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;
}

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

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

.entry-content 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;
}

.entry-content 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;
}

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

.entry-content h6 {
  font-size: 1vw;
  font-weight: bold;
  margin-bottom: 1em;
}

.entry-content .wp-block-table td {
  /* text-align: left; */
  margin: 2vw 0;
  padding: 1em 0;
  font-size: 1vw;
  position: relative;
  line-height: 2;
}
.entry-content .wp-block-table tr td:nth-of-type(1){
  width: 33.3%;
}
.entry-content ul, .entry-content ol{
  margin-left: 0 !important;
}

.entry-content .wp-block-table tr {
  border-top: 0.25vw solid #F2F2F2;
}

.entry-content .wp-block-table td:nth-of-type(1)::before {
  content: "";
  height: 0.25vw;
  display: inline-block;
  background: var(--gradation-main-horizontal);
  position: absolute;
  width: 100%;
  margin-top: 0;
  top: -0.25vw;
  left:0;
}
.entry-content .wp-block-table thead+tbody td:nth-of-type(1)::before{
  content: none;
}
.entry-content .wp-block-table thead tr {
  background: #F2F2F2;

}

.entry-content .wp-block-table thead tr::before,
.entry-content .wp-block-table thead+tbody tr::before {
  content: none;
}

.entry-content .wp-block-table thead td,
.entry-content .wp-block-table thead+tbody td {
  /* text-align: center; */
}

.entry-content .wp-block-table thead tr th {
  padding: 3% 0;
  font-size: 1vw;
  position: relative;
}

.entry-content .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%;
}
.entry-content .wp-block-table thead{
  position: relative;
}
.entry-content .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;
}
.entry-content .wp-block-table thead+tbody tr td {
  position: relative;
}
/*.entry-content .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%;
}*/


.entry-content .wp-block-table tr td:last-child::before {
  content: none;
}

.entry-content .wp-block-table thead+tbody tr:nth-child(n + 1) {
  border-top: 1px solid #F2F2F2;
}

.entry-content .wp-block-table thead+tbody tr:last-child {
  border-bottom: 4px solid #F2F2F2;
}

.entry-content ul,
.entry-content ol {
  margin-bottom: 1em;
  margin-left: 5%;
}

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

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

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

.entry-content ol {
  padding-left: 0.8vw;
}

.entry-content ol li {
  list-style-type: decimal-leading-zero;
}

.entry-content ol li::marker {
  color: var(--color-main);
  red;
}

.entry-content ol li>ol li {
  list-style-type: lower-latin;
}

.entry-content figure figcaption {
  color: #999999;
}


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

.entry-content 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%;
}

.entry-content blockquote p {
  padding: 0;
  line-height: 1.7;
}

.entry-content 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 {}

.entry-content .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: 0.9vw !important;
}

.wp-block-file__button::after {
  content: "";
  height: 0.25vw;
  display: inline-block;
  background: var(--gradation-main-horizontal);
  position: absolute;
  width: 100%;
  margin-left: 0;
  margin-left: -29%;
  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%;
}

.pdf .wp-block-file::after {
  background: url(../img/common/ico_download_pdf.svg) no-repeat;
  margin-left: 17.5%;
  width: 3vw;
  height: 1.5vw;
  background-size: contain;
  pointer-events: none;
}

.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;
}

.pagination-single-inner {
  font-size: 0.9vw;
}

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

.pagination-single-inner .previous-post,
.pagination-single-inner .next-post {
  width: 49%;
  background: #F2F2F2;
  padding: 4%;
  display: inline-block;
}

.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;
}

.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;
  margin-top: 0.1vw;
}




.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/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/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;
}




@media screen and (max-width: 760px) {
.entry-content ul li:before{
  top:1em !important;
}
}

@media screen and (max-width: 1024px) {
  .mainContents__background {
    width: 55.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__category {
    margin: 0 auto;
  }

  .entry-content h2 {
    font-size: 3.2rem;
  }

  .entry-content .wp-block-preformatted {
    font-size: 1.6rem;
    padding: 0% 0 1em 0;
  }

  .entry-content h3 {
    font-size: 2.8rem;
  }

  .entry-content h3::before {
    width: 48%;
  }

  .entry-content figure figcaption {
    font-size: 1.4rem;
  }

  .entry-content h4 {
    font-size: 2.4rem;
  }

  .entry-content h5 {
    font-size: 2rem;
  }

  .entry-content h6 {
    font-size: 1.6rem;
  }

  .wp-block-table table {
    width: 150%;
  }

  .entry-content .wp-block-table td {
    font-size: 1.4rem;
  }

  .entry-content ol li,
  .entry-content ul li {
    font-size: 1.6rem;

  }

  .entry-content ul li {
    padding-left: 1.5vw;
  }

  .entry-content ul li:before {
    background: var(--color-main);
    content: "";
    height: 1vw;
    width: 1vw;
    left: 0;
    position: absolute;
    top: 0.75em;
  }

  .entry-content ol {
    padding-left: 4.8vw;
  }

  .entry-content h2::before {
    width: 94%;
  }

  .entry-content blockquote {
    font-size: 1.6rem;
  }

  .entry-content blockquote:before {
    font-size: 17rem;
    height: 6rem;
  }

  .entry-content blockquote {
    width: 105%;
    padding: 6%;
  }

  .entry-content .wp-block-preformatted {
    font-size: 1.6rem;
  }

  .pdf .wp-block-file::after {
    width: 4rem;
    height: 2rem;
    right: 7%;
  }

  .wp-block-file::after {
    width: 4rem;
    height: 2rem;
    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 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: 3rem;
    height: 3rem;
  }

  .pagination-single-inner .previous-post {
    margin-bottom: 3px;
  }

  .archives__index {
    font-size: 1.8rem;
  }

  .archives__index li a::after {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 3%;
  }

  .topNews .topNews__sort {
    width: 100%;
  }

  .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%;
  }
  .entry-content .wp-block-table thead tr th{
    font-size: 1.4rem;
  }
  .wp-block-cover, .wp-block-cover-image{
    z-index: -1;
}


}

@media screen and (max-width: 896px) {
  .topNews .topNews__box ul li::after {
    margin-right: 5%;
  }
}

@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;
  }


  .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;
  }
  .mainContents .topNews__boxInner{
    font-size: 1.4rem;
  }

  .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-file {
    position: relative;
    display: flex;
    align-items: center;
}


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

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