@charset "UTF-8";
/* ################ functions ################ */
/* ################ base ################ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

img, video {
  max-width: 100%;
  height: auto;
}

sup {
  vertical-align: super;
  font-size: 0.75em;
}

input,
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: none;
  color: inherit;
  font-family: inherit;
}

input::-ms-expand,
select::-ms-expand,
textarea::-ms-expand,
button::-ms-expand {
  display: none;
}

button {
  display: block;
  cursor: pointer;
}

input,
textarea,
select {
  width: 100%;
  height: 3.5em;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
}

.wp-site-blocks {
  overflow: hidden;
}

.wp-block-button.is-style-button-arrow .wp-block-button__link::after {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 1.5em;
  font-family: var(--wp--preset--font-family--material-symbols-outlined);
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e5cc";
}

/* ################ slick ################ */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  float: none;
  height: auto;
  outline: none;
}
.slick-slide > .wp-block-columns {
  height: 100%;
}

.slick-list {
  overflow: visible;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  width: clamp(10px, 2.6666666667vw, 10px);
  height: clamp(10px, 2.6666666667vw, 10px);
  margin: 0 clamp(16px, 4.2666666667vw, 16px);
}
.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slick-dots li:not(.slick-active) button {
  background-color: #999;
}
.slick-dots li.slick-active button {
  background-color: var(--wp--preset--color--main);
}

.c-slideController {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: clamp(25px, 6.6666666667vw, 50px) 0 0;
}
.c-slideController__dots {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-slideController__arrow {
  display: block;
  top: 50%;
  margin: 0;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  z-index: 10;
}
.c-slideController__arrow::before, .c-slideController__arrow::after {
  font-family: var(--wp--preset--font-family--material-symbols-outlined);
}
.c-slideController__prev {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.c-slideController__prev::before {
  font-size: 3em;
  font-weight: 100;
  content: "\e5cb";
}
.c-slideController__next {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-slideController__next::before {
  font-size: 3em;
  font-weight: 100;
  content: "\e5cc";
}

/* ################ header ################ */
.wp-site-blocks {
  padding-top: clamp(60px, 16vw, 100px);
}

.siteTitle {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .siteTitle .wp-block-image {
    width: 48px;
  }
  .siteTitle .wp-block-site-title,
  .siteTitle .wp-block-site-tagline {
    font-size: 10px !important;
  }
}

/* ################ header 検索 ################ */
header.wp-block-template-part {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 5000;
}
@media (max-width: 767px) {
  header.wp-block-template-part .headerSearchButton {
    margin-left: auto;
    margin-right: 1em;
  }
}

.headerOverlayBox {
  width: 100%;
  padding-top: clamp(48px, 12.8vw, 80px);
  padding-bottom: 80px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .headerOverlayBox {
    height: 100vh;
  }
}
.headerOverlayBox .wp-block-search .wp-block-search__label {
  display: block;
  margin-bottom: 1em;
}
.headerOverlayBox .wp-block-search .wp-block-search__inside-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--wp--preset--spacing--50);
}
.headerOverlayBox .wp-block-search input.wp-block-search__input {
  border-color: var(--wp--preset--color--darkgray);
  border-radius: 10px;
  background-color: var(--wp--preset--color--base);
  font-weight: normal;
}
.headerOverlayBox .wp-block-search .wp-block-search__button {
  width: clamp(256px, 68.2666666667vw, 280px);
  margin: auto;
  background-color: var(--wp--preset--color--black);
}
.headerOverlayBox .wp-block-categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 0.75em;
}
.headerOverlayBox .wp-block-categories-list .cat-item a {
  text-decoration: none;
  color: var(--wp--preset--color--darkgray);
}
.headerOverlayBox .wp-block-categories-list .cat-item a::before {
  content: "#";
}

.headerOverlayClose {
  cursor: pointer;
}

/* ################ header ナビゲーション ################ */
.navToggle {
  display: block;
  position: relative;
  width: clamp(24px, 6.4vw, 48px);
  height: clamp(24px, 6.4vw, 48px);
  margin: 0;
  cursor: pointer;
  z-index: 10;
}
.navToggle .wp-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 66.6666666667%;
}
.navToggle .wp-block-button .wp-block-button__link {
  display: block;
  position: relative;
  width: 100%;
  height: 12.5%;
  padding: 0;
  background-color: var(--wp--preset--color--black);
  font-size: 0;
  pointer-events: none;
}
.navToggle .wp-block-button::before, .navToggle .wp-block-button::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 12.5%;
  border-radius: 10px;
  background-color: var(--wp--preset--color--black);
  content: "";
}
.navToggle .wp-block-button::before {
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.navToggle .wp-block-button::after {
  bottom: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: translateY(0) scaleX(0.66);
          transform: translateY(0) scaleX(0.66);
}
.navToggle.is-open + .g-navigation {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.navToggle.is-open .wp-block-button .wp-block-button__link {
  background-color: transparent;
}
.navToggle.is-open .wp-block-button::before {
  -webkit-transform: translateY(350%) rotate(45deg);
          transform: translateY(350%) rotate(45deg);
  -webkit-animation: menuBtnTopOpen 0.5s;
          animation: menuBtnTopOpen 0.5s;
}
.navToggle.is-open .wp-block-button::after {
  -webkit-transform: translateY(-350%) rotate(-45deg) scaleX(1);
          transform: translateY(-350%) rotate(-45deg) scaleX(1);
  -webkit-animation: menuBtnBottomOpen 0.5s;
          animation: menuBtnBottomOpen 0.5s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.navToggle.is-close + .g-navigation {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.navToggle.is-close .wp-block-button .wp-block-button__link {
  background-color: #222;
}
.navToggle.is-close .wp-block-button::before {
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  -webkit-animation: menuBtnTopClose 0.5s;
          animation: menuBtnTopClose 0.5s;
}
.navToggle.is-close .wp-block-button::after {
  -webkit-transform: translateY(0) rotate(0) scaleX(0.66);
          transform: translateY(0) rotate(0) scaleX(0.66);
  -webkit-animation: menuBtnBottomClose 0.5s;
          animation: menuBtnBottomClose 0.5s;
}

@-webkit-keyframes menuBtnTopOpen {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(350%) rotate(0);
            transform: translateY(350%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(350%) rotate(45deg);
            transform: translateY(350%) rotate(45deg);
  }
}

@keyframes menuBtnTopOpen {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(350%) rotate(0);
            transform: translateY(350%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(350%) rotate(45deg);
            transform: translateY(350%) rotate(45deg);
  }
}
@-webkit-keyframes menuBtnBottomOpen {
  0% {
    -webkit-transform: translateY(0) rotate(0) scaleX(0.66);
            transform: translateY(0) rotate(0) scaleX(0.66);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: translateY(-350%) rotate(0) scaleX(1);
            transform: translateY(-350%) rotate(0) scaleX(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: translateY(-350%) rotate(-45deg) scaleX(1);
            transform: translateY(-350%) rotate(-45deg) scaleX(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
@keyframes menuBtnBottomOpen {
  0% {
    -webkit-transform: translateY(0) rotate(0) scaleX(0.66);
            transform: translateY(0) rotate(0) scaleX(0.66);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: translateY(-350%) rotate(0) scaleX(1);
            transform: translateY(-350%) rotate(0) scaleX(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: translateY(-350%) rotate(-45deg) scaleX(1);
            transform: translateY(-350%) rotate(-45deg) scaleX(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
@-webkit-keyframes menuBtnTopClose {
  0% {
    -webkit-transform: translateY(350%) rotate(45deg);
            transform: translateY(350%) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(350%) rotate(0);
            transform: translateY(350%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menuBtnTopClose {
  0% {
    -webkit-transform: translateY(350%) rotate(45deg);
            transform: translateY(350%) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(350%) rotate(0);
            transform: translateY(350%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menuBtnBottomClose {
  0% {
    -webkit-transform: translateY(-350%) rotate(-45deg) scaleX(1);
            transform: translateY(-350%) rotate(-45deg) scaleX(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(-350%) rotate(0) scaleX(1);
            transform: translateY(-350%) rotate(0) scaleX(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0) scaleX(0.66);
            transform: translateY(0) rotate(0) scaleX(0.66);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@keyframes menuBtnBottomClose {
  0% {
    -webkit-transform: translateY(-350%) rotate(-45deg) scaleX(1);
            transform: translateY(-350%) rotate(-45deg) scaleX(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(-350%) rotate(0) scaleX(1);
            transform: translateY(-350%) rotate(0) scaleX(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0) scaleX(0.66);
            transform: translateY(0) rotate(0) scaleX(0.66);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.g-navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 560px;
  padding-inline: clamp(20px, 5.3333333333vw, 40px);
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.g-navigation .wp-block-categories-list.is-category .cat-item a {
  background-color: var(--wp--preset--color--white);
}
.g-navigation .wp-block-categories-list.is-tag .cat-item a {
  color: var(--wp--preset--color--black);
}

nav.wp-block-navigation {
  display: block;
}
nav.wp-block-navigation .wp-block-navigation__responsive-container {
  left: auto;
  right: 0;
  width: 100%;
  max-width: 560px;
  padding-inline: clamp(20px, 5.3333333333vw, 40px);
}
nav.wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  display: block;
}
nav.wp-block-navigation .wp-block-navigation__responsive-container-open {
  width: clamp(24px, 6.4vw, 48px);
  height: clamp(24px, 6.4vw, 48px);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2250%22%20height%3D%2234%22%20viewBox%3D%220%200%2050%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201H49%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M1%2017H49%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M1%2033H33%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
nav.wp-block-navigation .wp-block-navigation__responsive-container-open svg {
  display: none;
}
nav.wp-block-navigation .wp-block-navigation__responsive-container-close {
  width: clamp(24px, 6.4vw, 48px);
  height: clamp(24px, 6.4vw, 48px);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2248%22%20height%3D%2236%22%20viewBox%3D%220%200%2048%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.0293%201.02942L40.9704%2034.9705%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M7%2034.9411L40.9411%200.999976%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
nav.wp-block-navigation .wp-block-navigation__responsive-container-close svg {
  display: none;
}
nav.wp-block-navigation .wp-block-navigation-item__content {
  outline: none;
}
nav.wp-block-navigation .wp-block-navigation__container {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
nav.wp-block-navigation .wp-block-navigation__container:not(.wp-block-navigation-submenu) > .wp-block-navigation-item:not(.has-child) {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #fff;
}
nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item.has-child .wp-block-navigation-submenu.wp-block-navigation__submenu-container {
  padding-inline: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item.has-child .wp-block-navigation-submenu.wp-block-navigation__submenu-container .wp-block-navigation-item {
  display: inline-block;
}
nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item.has-child .wp-block-navigation-submenu.wp-block-navigation__submenu-container.is-category .wp-block-navigation-item .wp-block-navigation-item__content {
  display: inline-block;
  padding: 0.5em 0.75em;
  background-color: #fff;
  border-radius: 5rem;
  line-height: 1;
}
nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item.has-child .wp-block-navigation-submenu.wp-block-navigation__submenu-container.is-tag .wp-block-navigation-item .wp-block-navigation-item__content::before {
  content: "#";
}
nav.wp-block-navigation .wp-block-navigation-item {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

/* ################ Footer ################ */
.wp-block-categories-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75em;
}
.wp-block-categories-list .cat-item a {
  text-decoration: none;
}
.wp-block-categories-list.is-category .cat-item a {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 5rem;
  background-color: var(--wp--preset--color--main);
  line-height: 1;
}
.wp-block-categories-list.is-tag .cat-item a {
  color: var(--wp--preset--color--darkgray);
}
.wp-block-categories-list.is-tag .cat-item a::before {
  content: "#";
}

.companyInfo {
  position: relative;
  z-index: 1;
}
.companyInfo::before {
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-image: url(/wp-content/uploads/2025/04/be-Moved.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  content: "";
}
@media (min-width: 782px) {
  .companyInfo::before {
    left: 50%;
    top: 50%;
    width: 1440px;
    padding: 0;
    background-position: center center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 781px) {
  .companyInfo .wp-block-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ################ top slider ################ */
.kvsliders .slick-slide {
  margin-inline: clamp(20px, 5.3333333333vw, 32px);
}

.termslider {
  display: block;
}
.termslider .cat-item {
  display: inline-block;
  width: auto;
  margin: 0 1em;
  font-size: clamp(14px, 3.7333333333vw, 18px);
  white-space: nowrap;
}
.termslider .cat-item a::before {
  content: "#";
}
.termslider .cat-item:nth-child(3n) {
  vertical-align: middle;
}
.termslider .cat-item:nth-child(3n)::after {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1.25em;
  vertical-align: middle;
  background-image: url(/wp-content/uploads/2025/04/speech.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.wp-block-group:has(> .termslider) {
  position: relative;
}
.wp-block-group:has(> .termslider) .wp-block-heading {
  display: block;
  position: absolute;
  left: 2%;
  top: 0;
  width: clamp(64px, 17.0666666667vw, 140px);
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  z-index: 10;
  content: "";
}

/* ################ パンくず ################ */
.breadcrumb a {
  font-weight: 500;
}
.breadcrumb a::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25em;
  font-size: 1.5em;
  font-family: var(--wp--preset--font-family--material-symbols-outlined);
  font-weight: 100;
  line-height: 1;
  content: "\e5cc";
}
.breadcrumb .wp-block-post-terms a:not(:first-child) {
  display: none;
}

.wp-block-post-terms.taxonomy-category.is-style-post-terms-1, .wp-block-post-terms.taxonomy-column_category.is-style-post-terms-1 {
  line-height: 1;
}
.wp-block-post-terms.taxonomy-category.is-style-post-terms-1 a, .wp-block-post-terms.taxonomy-column_category.is-style-post-terms-1 a {
  margin-right: 0.5em;
  border: none;
  border-radius: 20px;
  font-weight: 400;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color: var(--wp--preset--color--main);
  line-height: 2.8;
  text-decoration: none;
}
.wp-block-post-terms.taxonomy-post_tag a, .wp-block-post-terms.taxonomy-column_tag a {
  margin-right: 1em;
  text-decoration: none;
}
.wp-block-post-terms.taxonomy-post_tag a::before, .wp-block-post-terms.taxonomy-column_tag a::before {
  content: "#";
}
.wp-block-post-terms .wp-block-post-terms__separator {
  display: none;
}

.wp-block-post-author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-post-author .avatar {
  width: 48px;
  border-radius: 50%;
  background-color: #fff;
}

/* ################ 記事一覧調整 ################ */
.wp-block-post .wp-block-post-featured-image {
  position: relative;
  overflow: hidden;
}
.wp-block-post .wp-block-post-featured-image__owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
.wp-block-post .wp-block-post-featured-image__owner img {
  width: 28%;
  border-radius: 50%;
  background-color: #fff;
}
.wp-block-post .wp-block-post-featured-image:hover .wp-block-post-featured-image__owner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.wp-block-group:has(img[src*=img_column]) {
  position: relative;
}
.wp-block-group:has(img[src*=img_column]) img[src*=img_column] {
  display: block;
  position: absolute;
  right: 50%;
  top: 0;
  width: clamp(64px, 17.0666666667vw, 120px);
  -webkit-transform: translate(clamp(170px, 45.3333333333vw, 300px), -10%);
          transform: translate(clamp(170px, 45.3333333333vw, 300px), -10%);
}

.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-query-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  line-height: 1;
}
.wp-block-query-pagination .page-numbers.current {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

/* ################ 記事詳細 ################ */
p code {
  display: inline-block;
  padding: 0.5em;
  margin-inline: 0.25em;
  border-radius: 4px;
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  line-height: 1;
}

/* ##### 目次 #####*/
div#ez-toc-container nav ul ul li {
  font-size: 100%;
}

#ez-toc-container {
  display: block;
  padding: clamp(20px, 5.3333333333vw, 40px);
  border: none;
  border-radius: 10px;
  background-color: var(--wp--preset--color--base);
  font-size: 1em;
}
#ez-toc-container ul li a:hover {
  text-decoration: none;
}
#ez-toc-container ul li a:visited {
  color: inherit;
}
#ez-toc-container .ez-toc-title-container {
  margin-bottom: 1em;
  font-size: clamp(20px, 5.3333333333vw, 28px);
  text-align: center;
  line-height: 1;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-size: 1em;
}
#ez-toc-container .ez-toc-list,
#ez-toc-container .ez-toc-list-level-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}
#ez-toc-container .ez-toc-list-level-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  margin-top: 1em;
  margin-left: 0;
}
#ez-toc-container .ez-toc-list-level-3 li a {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#ez-toc-container .ez-toc-list-level-3 li a::before {
  content: "・";
}
#ez-toc-container .ez-toc-heading-level-2 > a {
  font-weight: bold;
}

/* ################ 関連記事一覧 ################ */
.relatedPostList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--wp--preset--spacing--40);
  max-width: var(--wp--style--global--content-size);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  list-style: none;
}

.relatedPostBlock {
  margin: 0;
}
.relatedPostBlock__image {
  position: relative;
  overflow: hidden;
}
.relatedPostBlock__cat a {
  background-color: var(--wp--preset--color--main);
  border: none;
  border-radius: 20px;
  margin-right: 0.5em;
  font-weight: 400;
  line-height: 2.8;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-decoration: none;
}
.relatedPostBlock__title {
  word-break: break-word;
}
.relatedPostBlock__tag a {
  margin-right: 1em;
  text-decoration: none;
}
.relatedPostBlock__tag a::before {
  content: "#";
}
.relatedPostBlock__info {
  margin-top: var(--wp--preset--spacing--10);
}
.relatedPostBlock__info .wp-block-post-author {
  margin-right: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.relatedPostBlock__info .wp-block-post-author .wp-block-post-author__avatar {
  width: 48px;
  border-radius: 50%;
  line-height: 0;
  overflow: hidden;
}