@charset "UTF-8";
:root {
  --vw: 1vw;
}

/* ========================================================
   # BASE
======================================================== */
html.open {
  overflow: hidden;
}

body {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  font: 400 clamp(16px, 0.6vw + 10px, 18px)/1 "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

.site {
  padding-top: var(--header_height);
}

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

b, strong {
  font-weight: 600;
}

/* = CLASS
-------------------------------------------------------- */
.trans500 {
  transition: all 500ms 0s ease;
}

.noSP, .onPC {
  display: none;
}

.is-content-justification-center {
  justify-content: center;
}

.inner {
  padding-left: clamp(1em, 2.5vw, 2em);
  padding-right: clamp(1em, 2.5vw, 2em);
}
.innerS, .innerM, .innerL, .innerLl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.innerS {
  max-width: 980px;
}
.innerM {
  max-width: 1240px;
}
.innerL {
  max-width: 1540px;
}

@media (min-width: 640px) {
  .onSP {
    display: none !important;
  }
  .noSP {
    display: block;
  }
  img.noSP, span.noSP, strong.noSP {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .noPC {
    display: none !important;
  }
  .onPC {
    display: block;
  }
  img.onPC, span.onPC, strong.onPC {
    display: inline;
  }
}
/* ========================================================
   # HREF
======================================================== */
body .wp-block-buttons .wp-block-button__link {
  background: var(--wp--preset--color--main);
  border-radius: 0;
  min-width: 12em;
  line-height: 1.3;
  padding: 0.5em 2em;
  transition: all 500ms 0s ease;
}
body .wp-block-buttons .wp-block-button__link:hover {
  transform: translateY(-0.2em);
}
body .wp-block-buttons.is-content-justification-center .wp-block-button__link:hover {
  transform: scale(1.1);
}
body .wp-block-buttons .is-style-outline .wp-block-button__link {
  background: var(--wp--preset--color--white);
  border-width: 0.1em;
  color: var(--wp--preset--color--main);
}
body .wp-block-file * + .wp-block-file__button {
  color: var(--wp--preset--color--white);
  padding: 0 2em;
  text-decoration: none;
}

.entryBody p a, .is-root-container p a {
  color: var(--wp--preset--color--main);
  text-decoration: underline;
}

/* ========================================================
   # HEAD
======================================================== */
/* = SITE
-------------------------------------------------------- */
.siteHead {
  background: var(--wp--preset--color--white);
  box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.siteHead .body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: clamp(1em, 3vw, 1.5em);
  padding-bottom: clamp(1em, 3vw, 1.5em);
}
.siteHead .body .logo img {
  width: 300px;
  max-width: 60vw;
  transform-origin: top left;
  transition: all 500ms 0s ease;
}
.siteHead .body .hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 999;
}
.siteHead .body .hamburger .lines {
  display: block;
  height: 21px;
  width: 26px;
}
.siteHead .body .hamburger .lines .line {
  background: var(--wp--preset--color--black);
  width: 100%;
  height: 3px;
  left: 0;
}
.siteHead .body .hamburger .lines .line:first-child {
  top: 0;
}
.siteHead .body .hamburger .lines .line:nth-child(2) {
  top: 9px;
}
.siteHead .body .hamburger .lines .line:last-child {
  bottom: 0;
}
.open .siteHead .body .hamburger .lines .line:first-child {
  transform: translateY(9px) rotate(45deg);
}
.open .siteHead .body .hamburger .lines .line:nth-child(2) {
  opacity: 0;
}
.open .siteHead .body .hamburger .lines .line:last-child {
  transform: translateY(-9px) rotate(-45deg);
}
.siteHead.fixed .body {
  padding: 0.5em;
}
.siteHead.fixed .body .logo img {
  width: 200px;
}

/* = ENTRY(PAGE, SINGLE), ARCHIVE(PAGE)
-------------------------------------------------------- */
.pageHead {
  background-color: #fafafa;
  background-size: cover;
  background-position: center;
  font-weight: 500;
  padding: clamp(4em, 12vw, 7em) 1em;
  position: relative;
}
.pageHead.hasThumb {
  padding-bottom: clamp(4em, 12vw, 7em);
}
.pageHead.hasThumb::after {
  background-image: linear-gradient(-45deg, #fff 25%, #ccc 25%, #ccc 50%, #fff 50%, #fff 75%, #ccc 75%, #ccc);
  background-size: 4px 4px;
  backdrop-filter: blur(2px);
  content: "";
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pageHead.hasThumb .postThumb {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pageHead.hasThumb .postThumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageHead.hasThumb .pageTtl {
  color: var(--wp--preset--color--white);
  text-shadow: 0 0 0.5em var(--wp--preset--color--black);
}
.pageTtl {
  color: var(--wp--preset--color--black);
  font-size: clamp(1.6em, 4vw, 2em);
  position: relative;
  z-index: 1;
}
.page-subTitle {
  font-size: clamp(0.9em, 3vw, 1em);
  font-weight: 600;
  margin-top: clamp(1em, 3vw, 1.5em);
  position: relative;
  z-index: 1;
}
.page-subTitle p::before {
  content: "［ ";
}
.page-subTitle p::after {
  content: " ］";
}

.entryHead {
  font-weight: 700;
  padding: clamp(2em, 8vw, 6em) 1em clamp(0em, 2vw, 2em);
  position: relative;
}
.entryHead .body {
  border: 0.3em solid;
  display: flex;
  flex-direction: column;
  gap: 1em;
  line-height: 1.4;
  padding: clamp(1em, 4vw, 3em) clamp(1em, 4vw, 3em);
}
.entryHead .body .ttl {
  color: var(--wp--preset--color--black);
  font-size: clamp(1.6em, 4vw, 2em);
}
.entryHead .body .info {
  gap: 1em;
}
.entryHead .body .info .term {
  gap: 0.6em;
  margin-top: 0.1em;
}
.entryHead .body .info .term a {
  border: 1px solid;
  border-radius: 2em;
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1.1;
  padding: 0 1em 0.05em;
  opacity: 0.6;
}

/* ========================================================
   # NAVI
======================================================== */
.gNav {
  background: var(--wp--preset--color--white);
  border-top: 3px solid;
  display: none;
  overflow: auto;
  width: 100%;
  height: calc(100dvh - var(--header_height));
  position: fixed;
  left: 0;
  top: var(--header_height);
  z-index: 99;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gNav::-webkit-scrollbar {
  display: none;
}
.gNav ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.gNav ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex: 1;
  position: relative;
}
.gNav ul li .btn {
  aspect-ratio: 1/1;
  width: 2em;
  position: absolute;
  right: clamp(1em, 4vw, 2em);
  top: 1em;
}
.gNav ul li .btn::before, .gNav ul li .btn::after {
  aspect-ratio: 1/1;
  border-right: 2px solid #aaa;
  border-top: 2px solid #aaa;
  content: "";
  width: 0.5em;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0.2em;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
  transition: all 300ms 0s ease;
}
.gNav ul li:has(.sub-menu) > .btn::before, .gNav ul li:has(.sub-menu) > .btn::after {
  background-color: #aaa;
  border: none;
  height: 2px;
  width: 0.8em;
  right: 0;
  transform: none;
}
.gNav ul li:has(.sub-menu) > .btn::after {
  transform: rotate(-90deg);
}
.gNav ul li:has(.sub-menu) > .btn.open::after {
  transform: rotate(0);
}
.gNav ul li a {
  display: flex;
  align-items: center;
  height: clamp(4em, 6vw, 4.5em);
  padding: 0 clamp(1em, 4vw, 2em);
  transition: all 300ms 0s ease;
}
.gNav ul li > a:hover, .gNav ul li.current-menu-item > a, .gNav ul li.current-menu-ancestor > a, .gNav ul li.current_page_parent > a {
  color: inherit;
}
.gNav ul li.noLink > a {
  pointer-events: none;
}
.gNav ul li.noHead {
  display: none;
}
.gNav ul.sub-menu {
  background-color: #f6f6f6;
  min-width: 100%;
  margin: 0;
  opacity: 0;
  transition: all 300ms 0s ease;
  visibility: hidden;
  z-index: 1;
}
.gNav ul.sub-menu li {
  border: none;
  font-size: 0.9em;
  padding-left: 1.5em;
}
.gNav ul.sub-menu li a {
  height: 0;
  overflow: hidden;
}
.gNav ul.sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.gNav ul.sub-menu.open {
  padding: 1em 0;
  opacity: 1;
  visibility: visible;
}
.gNav ul.sub-menu.open > li > a {
  height: 4em;
  opacity: 1;
}
.gNav ul.sub-menu .sub-menu {
  background-color: #eee;
}
@media (min-width: 1024px) {
  .gNav {
    background: var(--wp--preset--color--main);
    border: none;
    color: var(--wp--preset--color--white);
    display: block !important;
    height: auto;
    overflow: visible;
    position: relative;
    top: 0;
  }
  .gNav ul {
    flex-direction: row;
    padding-left: clamp(1em, 2.5vw, 2em);
    padding-right: clamp(1em, 2.5vw, 2em);
  }
  .gNav ul li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .gNav ul li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .gNav ul li .btn {
    display: none !important;
  }
  .gNav ul li a {
    justify-content: center;
    margin: 0 !important;
  }
  .gNav ul.sub-menu {
    background-color: #222;
    flex-direction: column;
    padding: 0 !important;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .gNav ul.sub-menu li {
    border: none;
    padding: 0;
  }
  .gNav ul.sub-menu li a {
    padding: 0;
  }
  .gNav ul.sub-menu .sub-menu {
    background-color: #333;
    left: 100%;
    top: 0;
  }
}
/* ========================================================
   # FOOT
======================================================== */
.siteFoot {
  background: var(--wp--preset--color--main);
  color: var(--wp--preset--color--white);
}
.siteFoot :where(*) {
  margin: 0;
}
.siteFoot .copy {
  display: block;
  font-size: 0.8em;
  letter-spacing: 0.2px;
  line-height: clamp(4em, 13vw, 8em);
}
/* = GO TO TOP
-------------------------------------------------------- */
.gotoTop {
  aspect-ratio: 1/1;
  background: var(--wp--preset--color--main);
  display: flex;
  justify-content: center;
  width: clamp(3em, 6vw, 5em);
  position: fixed;
  right: clamp(1em, 3vw, 2em);
  bottom: clamp(1em, 3vw, 2em);
  z-index: 9;
}
.gotoTop svg {
  fill: var(--wp--preset--color--white);
  width: 40%;
}
.gotoTop:hover {
  transform: translateY(-0.5em);
}
/* = PAGE NAVI
-------------------------------------------------------- */
.pageNav.wp-block-query-pagination {
  gap: 1em;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
}
.pageNav.wp-block-query-pagination a {
  text-decoration: none;
  transition: all 500ms 0s ease;
}
.pageNav.wp-block-query-pagination a:hover {
  opacity: 1;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-next, .pageNav.wp-block-query-pagination .wp-block-query-pagination-previous {
  opacity: 0.5;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 0.5em;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

/* = SINGLE NAVI
-------------------------------------------------------- */
.singleNav {
  padding-bottom: clamp(3em, 10vw, 5em);
}
.singleNav .body {
  gap: 0;
}
.singleNav .body li {
  flex: 1;
  margin: 0 -1px;
}
.singleNav .body li a {
  background: var(--wp--preset--color--white);
  border: 1px solid;
  display: block;
  font-size: 0.8em;
  padding: clamp(1em, 3vw, 1.5em) 0;
  text-align: center;
}
.singleNav .body li a:hover {
  background: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

/* ========================================================
   # CONTENTS
======================================================== */
.entryBody {
  line-height: 2;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: clamp(1em, 2.3vw, 2em);
  padding-bottom: clamp(3em, 10vw, 5em);
}
.entryBody > :where(:not(:first-child)) {
  margin-top: 2em;
}
.entryBody > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
}
.entryBody .alignfull {
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.entryBody .alignfull:not(hr) {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.entryBody .alignwide {
  width: var(--wp--style--global--wide-size);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.entryBody .hasAnchor {
  margin-top: calc((var(--header_height) - 2em) * -1);
  padding-top: var(--header_height);
}
.entryBody .linkWrap {
  position: relative;
}
.entryBody .linkWrap a {
  text-decoration: none;
}
.entryBody .linkWrap a::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.entryBody .scrollTbl {
  padding-top: 10px;
  white-space: nowrap;
}
.entryBody .scrollTbl::before {
  background: url(./img/ico_scroll.png) 0/cover;
  content: "";
  height: 20px;
  width: 72px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.entryBody .scrollTbl figure {
  padding-bottom: 0.5em;
}
@media (min-width: 640px) {
  .entryBody .scrollTbl {
    padding-top: 0;
    white-space: initial;
  }
  .entryBody .scrollTbl::before {
    display: none;
  }
  .entryBody .scrollTbl figure table {
    width: 100%;
  }
}
.entryBody .wp-block-media-text {
  gap: 1em clamp(1.5em, 4vw, 2.5em);
}
.entryBody .wp-block-media-text > .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}

body .has-inline-color, body .sme-bg-color {
  margin-left: 0.15em;
  margin-right: 0.15em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-bottom: 0.1em;
}
body .wp-block-accordion {
  display: flex;
  flex-direction: column;
  gap: clamp(1em, 3vw, 1.5em);
}
body .wp-block-accordion-item {
  margin: 0 !important;
}
body .wp-block-accordion-heading {
  background: #fafafa;
  border: none;
  display: flex;
  gap: 0.5em;
  font-size: inherit;
  line-height: 1.4;
  padding: 0 clamp(0.5em, 2vw, 1em) 0 1em;
}
body .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}
body .wp-block-accordion-panel {
  display: flex;
  gap: 0.5em;
  line-height: 1.8;
  margin: 0;
  padding: 0.5em 0.5em 0.5em 1em;
}
body .wp-block-accordion.is-style-faq .wp-block-accordion-heading::before {
  content: "Q";
  color: var(--wp--preset--color--red);
  font-size: 1.2em;
  transform: translateY(1em);
}
body .wp-block-accordion.is-style-faq .wp-block-accordion-panel::before {
  content: "A";
  color: var(--wp--preset--color--blue);
  font-size: 1.2em;
  font-weight: 500;
  transform: translateY(-0.15em);
}
body .wp-block-separator {
  background: #ccc;
  border: none;
  height: 1px;
}
body .wp-block-separator.is-style-hrClear {
  width: 10em;
}
body .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  padding: 0.5em;
}
body kbd {
  background-color: #eee;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
  color: #333;
  color: #333;
  display: inline-block;
  font-size: 0.85em;
  line-height: 1;
  margin-left: 0.3em;
  margin-right: 0.3em;
  padding: 0.2em;
  white-space: nowrap;
  transform: translateY(-0.15em);
}
body .wp-block-list {
  padding-left: 1.5em;
}
body ol.wp-block-list {
  list-style: decimal;
}
body ul.wp-block-list {
  list-style: disc;
}
body pre {
  background: #fafafa;
  line-height: 1.6;
  overflow: auto;
  padding: 1.6em;
}

/* ========================================================
   # HEADING
======================================================== */
body h2.wp-block-heading {
  font-size: clamp(2em, 6vw, 2.5em);
  font-weight: 600;
  line-height: 1.3em;
  margin-top: clamp(1.5em, 12vw, 2.5em);
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
}
body h2.wp-block-heading.has-text-align-center {
  margin-bottom: 1em;
}
body h2.wp-block-heading.has-text-align-center::after {
  border-top: 0.12em solid;
  content: "";
  width: 1.2em;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
body h3.wp-block-heading {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  font-size: 1.2em;
  font-weight: 500;
  margin-top: clamp(2em, 6vw, 2.5em);
  padding: 0.5em 0.8em;
}
body h3.wp-block-heading + * {
  margin-top: clamp(0.5em, 2vw, 1em);
}
body h4.wp-block-heading {
  border: 0.08em solid;
  font-size: 1.2em;
  font-weight: 500;
  margin-top: clamp(2em, 6vw, 2.5em);
  padding: 0.3em 0.8em;
}
body h4.wp-block-heading.has-text-align-center {
  padding: 0.1em 2em;
  width: -moz-fit-content;
  width: fit-content;
}
body h4.wp-block-heading + * {
  margin-top: 1em;
}
body h5.wp-block-heading {
  border-bottom: 0.08em solid #ccc;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
  margin-top: clamp(1.5em, 6vw, 2em);
  padding-bottom: 0.4em;
  position: relative;
}
body h5.wp-block-heading::after {
  background: var(--wp--preset--color--black);
  content: " ";
  width: 2em;
  height: 0.08em;
  position: absolute;
  left: 0;
  bottom: -0.08em;
}
body h5.wp-block-heading.has-text-align-center {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0.2em;
}
body h5.wp-block-heading.has-text-align-center::after {
  display: none;
}
body h5.wp-block-heading + * {
  margin-top: 0.5em;
}
body h6.wp-block-heading {
  border-left: 0.2em solid;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1;
  margin-top: clamp(1.5em, 6vw, 2em);
  padding: 0 0 0.1em 0.5em;
}
body h6.wp-block-heading.has-text-align-center {
  border: none;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  padding: 0;
}
body h6.wp-block-heading.has-text-align-center::before {
  content: "＼";
}
body h6.wp-block-heading.has-text-align-center::after {
  content: "／";
}
body h6.wp-block-heading + * {
  margin-top: 0.5em;
}
/* ========================================================
   # HOME
======================================================== */
.home .entryBody {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.homeItem {
  padding-top: clamp(2em, 8vw, 4em);
  padding-bottom: clamp(2em, 8vw, 4em);
}
.homeMv_wrap * {
  height: 100%;
}
.homeMv.wp-block-gallery figure.wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100dvh - var(--header_height));
  width: 100%;
  max-width: none !important;
}
.homeMv .slick-arrow {
  background: transparent;
  border: none;
  border-top: 5px solid;
  border-right: 5px solid;
  border-radius: 0;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-size: 0;
  height: 30px;
  width: 30px;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
}
.homeMv .slick-next {
  right: 30px;
  transform: rotate(45deg);
}
.homeMv .slick-prev {
  left: 30px;
  transform: rotate(-135deg);
}
.homeMv .slick-dots {
  display: flex;
  gap: clamp(1.5em, 3.2vw, 2em);
  justify-content: center;
  height: auto;
  position: absolute;
  bottom: 1.5em;
  left: 0;
  right: 0;
}
.homeMv .slick-dots button {
  background: transparent;
  border: 1px solid;
  border-radius: 50%;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-size: 0;
  height: 10px;
  width: 10px;
  padding: 0;
}
.homeMv .slick-dots .slick-active button {
  background: var(--wp--preset--color--white);
}
@media (min-width: 640px) {
  .homeMv.wp-block-gallery figure.wp-block-image img {
    height: 60dvh;
  }
}
@media (min-width: 1024px) {
  .homeMv_wrap {
    aspect-ratio: 19/7;
  }
  .homeMv.wp-block-gallery figure.wp-block-image img {
    height: 100%;
  }
}
/* ========================================================
   # NEWS, BLOG
======================================================== */
.entryList li {
  margin: 0;
}
.entryList li .item {
  gap: 1em;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.4;
  position: relative;
}
.entryList li .item .head {
  gap: 0;
}
.entryList li .item .head .term {
  display: flex;
  gap: 0.5em;
}
.entryList li .item .head .term a {
  font-size: 0.9em;
  margin: 0;
  transition: all 500ms 0s ease;
}
.entryList li .item .head .term span {
  display: none;
}
.entryList li .item .body {
  gap: 1em;
  width: 100%;
}
.entryList li .item .body .ttl {
  font-size: clamp(16px, 1.6vw, 18px);
}
.entryList li .item .body .ttl a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.entryList li .item .body .txt {
  font-size: 1.14em;
  opacity: 0.5;
}
.entryList.simple li {
  padding: clamp(1em, 3vw, 2em) 0;
}
.entryList.simple li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.entryList.simple li .item .head .date {
  font-weight: 500;
  width: clamp(7em, 20vw, 10em);
  letter-spacing: 0.04em;
}
.entryList.simple li .item .head .term a {
  border: 1px solid;
  border-radius: 3em;
  padding: 0 1em 0.1em;
  opacity: 0.5;
}
.entryList.simple li .item .head .term a:hover {
  opacity: 1;
}
.entryList.simple li .item .head .term a.gallery {
  color: var(--wp--preset--color--red);
}
.entryList.simple li .item .head .term a.news {
  color: var(--wp--preset--color--blue);
}
.entryList.simple li .item .head .term a.etc {
  color: var(--wp--preset--color--green);
}
.entryList.simple li .item .body {
  align-items: flex-start;
  flex-direction: column;
  padding-right: clamp(2em, 4vw, 4em);
  position: relative;
}
.entryList.simple li .item .body::after {
  border-top: 3px solid;
  border-right: 3px solid;
  color: #ccc;
  content: "";
  margin: auto;
  height: 1.5em;
  width: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
  transform-origin: 40% 30%;
  transition: all 500ms 0s ease;
}
.entryList.simple li .item .body:hover::after {
  color: var(--wp--preset--color--black);
  right: 0;
}
.entryList.hasThumb li .item .head .thumb {
  aspect-ratio: 1/1;
  border-radius: 1em;
  overflow: hidden;
}
.entryList.hasThumb li .item .head .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
  transition: all 1000ms 0s ease;
}
.entryList.hasThumb li .item .head .term {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.entryList.hasThumb li .item .head .term a {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  padding: 0.1em 1em 0.2em;
}
.entryList.hasThumb li .item .head .term a:not(:first-child) {
  display: none;
}
.entryList.hasThumb li .item .head .term a.gallery {
  background: var(--wp--preset--color--red);
}
.entryList.hasThumb li .item .head .term a.news {
  background: var(--wp--preset--color--blue);
}
.entryList.hasThumb li .item .head .term a.etc {
  background: var(--wp--preset--color--green);
}
.entryList.hasThumb li .item .body {
  gap: clamp(0.5em, 1vw, 1em);
}
.entryList.hasThumb li .item:hover .head .thumb img {
  transform: scale(1.1);
}
.entryList.slick .list {
  display: block;
  margin-left: -1em;
  width: calc(100% + 2em);
  max-width: none;
}
.entryList.slick .list li {
  padding: 0 1em;
}
.entryList.slick .slick-slide {
  height: auto;
}
.entryList.slick .slick-arrow {
  background: #fafafa;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 3em;
  width: 3em;
  padding: 0;
  position: absolute;
  top: 38%;
  z-index: 1;
}
.entryList.slick .slickNext {
  right: -0.7em;
}
.entryList.slick .slickPrev {
  left: -0.7em;
}
@media (min-width: 640px) {
  .entryList.simple li .item .body {
    padding-left: clamp(7em, 20vw, 10em);
  }
  .entryList.simple li .item .body::after {
    right: 1em;
  }
}
/* ========================================================
   # INQ
======================================================== */
.inqTbl {
  gap: 0 1em;
  grid-template-columns: 1fr;
  line-height: 1.2;
  margin-bottom: clamp(0.5em, 2.4vw, 2em);
}
.inqTbl :where(*) {
  margin: 0;
}
.inqTbl dt {
  border-top: 1px solid #eee;
  font-weight: 500;
  padding: 1.2em 0 0.3em;
}
.inqTbl dt .must {
  background: var(--wp--preset--color--red);
  border-radius: 0.3em;
  color: var(--wp--preset--color--white);
  display: inline-block;
  font-size: clamp(11px, 2.9vw, 12px);
  padding: 0 0.5em 0.15em;
  transform: translateY(-0.2em);
}
.inqTbl dd {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 0.5em 0 1.5em;
  position: relative;
}
.inqTbl dd.inqSend {
  align-items: center;
  padding-top: clamp(1em, 4vw, 2em);
}
.inqTbl dd p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3em 0.5em;
}
.inqTbl dd p .small {
  font-size: 0.8em;
  letter-spacing: 0;
  opacity: 0.4;
}
.inqTbl dd p .inqTxt {
  font-size: 1.3em;
  font-weight: 300;
}
.inqTbl .wpcf7-form-control-wrap {
  width: 100%;
}
.inqTbl .wpcf7-form-control-wrap:has(.sizeSs) {
  width: auto;
}
.inqTbl .wpcf7-form-control-wrap:has(.sizeL) {
  width: 100%;
}
.inqTbl .wpcf7-form-control-wrap:has(.wpcf7-select)::after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
.inqTbl .wpcf7-not-valid {
  background: rgba(255, 246, 246, 0.5) !important;
  border: 1px solid #c99 !important;
  display: inline-block;
}
.inqTbl .wpcf7-not-valid-tip {
  display: none;
}
.inqTbl .wpcf7-text, .inqTbl .wpcf7-email, .inqTbl .wpcf7-tel, .inqTbl .wpcf7-number, .inqTbl .wpcf7-textarea, .inqTbl .wpcf7-select {
  background: #fcfcfc;
  border: 1px solid #ccc;
}
.inqTbl .wpcf7-text, .inqTbl .wpcf7-email, .inqTbl .wpcf7-tel, .inqTbl .wpcf7-number, .inqTbl .wpcf7-textarea {
  color: inherit;
  width: 100%;
  padding: 0.5em;
  -webkit-appearance: none;
}
.inqTbl .wpcf7-text.sizeSs {
  width: 7em;
}
.inqTbl .wpcf7-text.sizeS {
  width: 12em;
}
.inqTbl .wpcf7-text.sizeL {
  max-width: 40em;
}
.inqTbl .wpcf7-textarea {
  height: 200px;
}
.inqTbl .wpcf7-radio, .inqTbl .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
.inqTbl .wpcf7-list-item input[type=radio], .inqTbl .wpcf7-list-item input[type=checkbox] {
  accent-color: var(--wp--preset--color--black);
}
.inqTbl .wpcf7-select {
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  width: 100%;
  padding: 0.5em 5em 0.5em 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.inqTbl .wpcf7-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
.inqTbl .wpcf7-submit {
  background: var(--wp--preset--color--black);
  border: none;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  display: inline-block;
  line-height: clamp(2em, 8vw, 3em);
  outline: none;
  width: min(60vw, 23em);
}
.inqTbl .wpcf7-submit:hover {
  transform: scale(1.1);
}
.inqTbl .wpcf7-spinner {
  margin-left: 1em;
  opacity: 0.3;
  position: absolute;
  transform: scale(0.8);
}
@media (min-width: 640px) {
  .inqTbl {
    grid-template-columns: clamp(15em, 30vw, 17em) auto;
  }
  .inqTbl dt, .inqTbl dd {
    border-top: 1px solid #eee;
    padding: 1.5em 0;
  }
  .inqTbl dt {
    padding-top: 2em;
  }
  .inqTbl dd.inqSend {
    grid-column: 1/3;
    padding-top: 3em;
  }
  .inqTbl .wpcf7-form-control-wrap {
    width: auto;
  }
  .inqTbl .wpcf7-text.sizeM {
    max-width: 16em;
  }
  .inqTbl .wpcf7-radio, .inqTbl .wpcf7-checkbox {
    padding: 0.4em;
  }
}/*# sourceMappingURL=custom.css.map */