@charset "UTF-8";
/*! ---------------------------------
Theme Name: Main
Version: 3.4.2
Tested up to: 6.8.2
---------------------------------- */
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

:root {
  --color-text: #111;
  --color-bg: #fff;
  --color-base: #111;
  --color-link: #111;
  --color-hover: rgb(55.25, 55.25, 55.25);
  --color-visited: #111;
  --color-error: #dd0000;
  --swiper-theme-color: #111;
}

/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/**************************************************
  faq
***************************************************/
.m-faq__item {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: transparent;
  padding-inline: 25px;
}
.m-faq__item + .m-faq__item {
  border-top: none;
}
.m-faq__item[open] .m-faq__question-toggle {
  background: rgba(51, 51, 51, 0.1);
}
.m-faq__item[open] .m-faq__question-toggle::after {
  background: #333;
}
.m-faq__item[open] .m-faq__question-toggle::before {
  transform: rotate(0deg);
}

.m-faq__question {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  cursor: pointer;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  padding-block: 25px;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}
.m-faq__question::-webkit-details-marker {
  display: none;
}
.m-faq__question:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 4px;
}

.m-faq__question-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 6px;
  color: currentColor;
  display: inline-block;
}

.m-faq__question-text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 18px;
  line-height: 1.8;
  word-break: break-word;
}

.m-faq__question-toggle {
  position: relative;
  flex: 0 0 32px;
  inline-size: 32px;
  block-size: 32px;
  border-radius: 9999px;
  background: #333;
  opacity: 1;
  transition: 0.3s;
  will-change: filter, opacity;
}
.m-faq__question-toggle::before, .m-faq__question-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  inline-size: 12px;
  block-size: 2px;
  background: #fff;
  transition: 0.3s;
}
.m-faq__question-toggle::before {
  transform: rotate(90deg);
}

.m-faq__answer {
  overflow: hidden;
  padding-block-end: 30px;
  padding-inline-start: 38px;
}

.m-faq__answer-content {
  color: #666;
  line-height: 2;
}
.m-faq__answer-content *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.m-faq__answer-content *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.m-faq__question:hover .m-faq__question-toggle {
  filter: brightness(0.9);
}

/* 動きを減らしたいユーザーへの配慮 */
@media (prefers-reduced-motion: reduce) {
  .m-faq__question-toggle::before,
  .m-faq__question-toggle::after {
    transition: none;
  }
  .js-content {
    animation: none !important;
  }
}
/**************************************************
  faq
***************************************************/
.b-toc {
  margin-top: 100px;
  margin-bottom: 80px;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .b-toc {
    margin-block: 4rem;
  }
}
.b-toc .b-toc__inner {
  max-width: 1000px;
  margin-inline: auto;
  margin-block: 15px;
}
@media all and (max-width: 768px) {
  .b-toc .b-toc__inner {
    margin-inline: 2.5rem;
  }
}
.b-toc .b-toc__inner ol {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
@media all and (max-width: 768px) {
  .b-toc .b-toc__inner ol {
    flex-direction: column;
    font-size: 14px;
  }
}
.b-toc .b-toc__inner ol li {
  margin: 0;
  padding: 0;
}
.b-toc .b-toc__inner ol li::before {
  width: 8px;
  height: 8px;
  top: 1.6em;
  left: 0;
  translate: 0 -50%;
  transform: rotate(45deg);
  border-width: 2px;
}
@media all and (max-width: 768px) {
  .b-toc .b-toc__inner ol li::before {
    top: 1em;
  }
}
.b-toc .b-toc__inner ol a {
  text-decoration: none;
  display: block;
  padding: 15px 40px 15px 20px;
}
@media all and (max-width: 768px) {
  .b-toc .b-toc__inner ol a {
    padding: 5px 20px;
  }
}
@media all and (min-width: 769px) {
  .b-toc .b-toc__inner ol a:hover {
    text-decoration: underline;
  }
}
.b-toc .b-toc__inner ol a:focus-visible {
  outline: auto;
}

.wp-singular .b-toc {
  margin-inline: 0;
  width: 100%;
}
/**************************************************
  wp-block-page-list
***************************************************/
.wp-block-page-list {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  margin-block: 7rem;
  margin-inline: auto;
  border-top: 1px solid #d2d2d2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
@media all and (max-width: 768px) {
  .wp-block-page-list {
    grid-template-columns: 1fr;
    font-size: 1.6rem;
  }
}
.wp-block-page-list .wp-block-pages-list__item {
  margin-left: 0;
  border-bottom: 1px solid #d2d2d2;
}
.wp-block-page-list .wp-block-pages-list__item::before {
  top: 50%;
  left: auto;
  right: 3rem;
  translate: 0 -50%;
  height: 8px;
  width: 8px;
}
@media all and (min-width: 769px) {
  .wp-block-page-list .wp-block-pages-list__item:nth-of-type(odd) {
    border-right: 1px solid #d2d2d2;
  }
}
.wp-block-page-list .wp-block-pages-list__item__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 130px;
  padding-inline: 3rem 5rem;
}
@media all and (max-width: 768px) {
  .wp-block-page-list .wp-block-pages-list__item__link {
    height: auto;
    padding-block: 2rem;
  }
}
@media all and (min-width: 769px) {
  .wp-block-page-list .wp-block-pages-list__item__link:hover, .wp-block-page-list .wp-block-pages-list__item__link:focus-visible {
    background: #f5f5f5;
  }
}
@media all and (min-width: 769px) {
  .wp-block-page-list .wp-block-pages-list__item__link:focus-visible {
    outline: auto;
  }
}
.wp-block-page-list .wp-block-pages-list__item:has(.is-current) {
  background: #f6f6f6;
}
.wp-block-page-list .wp-block-navigation__submenu-container {
  display: none;
}

/**************************************************
  wp-block-list--flow
***************************************************/
.wp-block-list--flow {
  counter-reset: step;
  border-top: 1px solid #e6e6e6;
  font-size: 1.8rem;
}
.wp-block-list--flow > li {
  counter-increment: step;
  padding: 3rem 3rem 3rem 7.5rem;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 750px) {
  .wp-block-list--flow > li {
    padding: 2rem 0 2rem 5rem;
  }
}
.wp-block-list--flow > li::before {
  content: counter(step);
  left: 3rem;
  top: 3rem;
  font-variant-numeric: tabular-nums;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .wp-block-list--flow > li::before {
    top: 2rem;
    left: 1rem;
  }
}
.wp-block-list--flow > li ul {
  margin-top: 15px;
}
.wp-block-list--flow > li ul > li {
  position: relative;
  margin-left: 3px;
  margin-block: 5px;
}
.wp-block-list--flow > li ul > li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 0;
  background: #aaa;
  top: 0.5em;
  left: 0;
}/*# sourceMappingURL=style-block.css.map */