@charset "UTF-8";
:root {
  --color-primary: #1c3352;
  --color-primary-dark: #142744;
  --color-primary-soft: #d7e2ef;
  --color-accent: #dc504b;
  --color-accent-soft: #f7dfe3;
  --color-alert: #d64545;
  --color-alert-soft: #f9e6e6;
  --color-muted: #7c7c7b;
  --color-muted-soft: #f4f4f3;
  --color-success: #2d6a4f;
  --color-success-soft: #dcede4;
  --color-bg: #ffffff;
  --color-bg-soft: #f4f4f3;
  --color-border: #d1d1d1;
  --color-text: #1a1a1a;
  --color-text-light: #ffffff;
  --font-base: "Noto Sans JP", sans-serif;
  --font-en: "Inter", "Helvetica Neue", Arial, sans-serif;
  --radius: 20px;
  --radius-sm: 8px;
  --radius-lg: 32px;
  --shadow: 0 8px 24px rgba(31, 41, 55, 0.12);
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-base);
  font-size: 1rem;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

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

img {
  vertical-align: bottom;
}

a {
  color: var(--color-primary);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: opacity 0.2s ease, color 0.2s ease;
}

a:hover {
  opacity: 0.76;
}

button,
input,
select,
textarea {
  font: inherit;
}

figure,
p,
ul,
ol,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  padding-left: 0;
}

.site-header,
.site-footer {
  background: var(--color-bg-soft);
  border-color: var(--color-border);
}

.site-header {
  border-bottom: 1px solid var(--color-border);
}

.site-footer {
  border-top: 1px solid var(--color-border);
}

.site-header__inner,
.site-footer__inner,
.page-content,
.single-content {
  width: min(100% - 40px, 860px);
  margin-inline: auto;
}

.site-header__inner,
.site-footer__inner {
  padding-block: var(--space-5);
}

.site-header__title {
  color: var(--color-text);
  font-weight: 700;
  text-decoration: none;
}

.page-content,
.single-content {
  padding-block: var(--space-10);
}

.page-content__title,
.single-content__title {
  margin: 0 0 var(--space-8);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.35;
}

.page-content__body > * + *,
.single-content__body > * + * {
  margin-top: var(--space-8);
}

.inner-content > *:not(.has-small-font-size),
.wp-block-column > *:not(.has-small-font-size) {
  margin-top: 1.875rem;
}

.inner-content > *:first-child,
.wp-block-column > *:first-child {
  margin-top: 0;
}

.inner-content:not(.features__content):not(.merit-demerit__content):not(.triage__body) > ul:not(.is-check):not(.is-style-check),
.single-content__body > ul:not(.is-check):not(.is-style-check),
.wp-block-column > ul:not(.is-check):not(.is-style-check) {
  list-style: disc;
  padding-left: 1.5em;
}

/* .page-content__body のリスト体裁は native/_native.scss が管理（disc/decimalの既定マーカーを付けない・2026-08-10） */
.inner-content:not(.features__content):not(.merit-demerit__content):not(.triage__body) > ol,
.single-content__body > ol,
.wp-block-column > ol {
  list-style: decimal;
  padding-left: 1.5em;
}

/* .page-content__body のリスト li パディングは native/_native.scss が管理（2026-08-10） */
.inner-content:not(.features__content):not(.merit-demerit__content):not(.triage__body) > ul.wp-block-list:not(.is-check):not(.is-style-check) li,
.inner-content:not(.features__content):not(.merit-demerit__content):not(.triage__body) > ol.wp-block-list li,
.single-content__body > ul.wp-block-list:not(.is-check):not(.is-style-check) li,
.single-content__body > ol.wp-block-list li,
.wp-block-column > ul.wp-block-list:not(.is-check):not(.is-style-check) li,
.wp-block-column > ol.wp-block-list li {
  padding-left: 0;
}

.inner-content:not(.features__content):not(.merit-demerit__content):not(.triage__body) > ul.wp-block-list:not(.is-check):not(.is-style-check) li::before,
.inner-content:not(.features__content):not(.merit-demerit__content):not(.triage__body) > ol.wp-block-list li::before,
.single-content__body > ul.wp-block-list:not(.is-check):not(.is-style-check) li::before,
.single-content__body > ol.wp-block-list li::before,
.wp-block-column > ul.wp-block-list:not(.is-check):not(.is-style-check) li::before,
.wp-block-column > ol.wp-block-list li::before {
  display: none;
}

.inner-content > ul.wp-block-list.is-check,
.inner-content > ul.wp-block-list.is-style-check,
.page-content__body > ul.wp-block-list.is-check,
.page-content__body > ul.wp-block-list.is-style-check,
.single-content__body > ul.wp-block-list.is-check,
.single-content__body > ul.wp-block-list.is-style-check,
.wp-block-column > ul.wp-block-list.is-check,
.wp-block-column > ul.wp-block-list.is-style-check {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.45;
}

.page-content__body > * + *, .page-content__body > * + * {
  margin-top: var(--space-8);
}
.page-content__body > * + h2.wp-block-heading {
  margin-top: 2em;
}
.page-content__body > * + h3.wp-block-heading, .page-content__body > * + h4.wp-block-heading, .page-content__body > * + h5.wp-block-heading {
  margin-top: var(--space-10);
}
.page-content__body .wp-block-group.is-bg-gray,
.page-content__body .wp-block-group.is-style-bg-gray,
.page-content__body .wp-block-group.is-bg-teal,
.page-content__body .wp-block-group.is-style-bg-teal,
.page-content__body .wp-block-group.is-style-bg-section,
.page-content__body .wp-block-group.is-style-bg-cardio,
.page-content__body .wp-block-group.is-style-bg-naika,
.page-content__body .wp-block-group.is-style-bg-hifu,
.page-content__body .wp-block-group.is-style-bg-shouni,
.page-content__body .wp-block-group.is-style-bg-biyou {
  padding: 40px;
  border-radius: 8px;
}
.page-content__body .wp-block-group.is-bg-gray,
.page-content__body .wp-block-group.is-style-bg-gray {
  background: #f4f4f3;
}
.page-content__body .wp-block-group.is-bg-teal,
.page-content__body .wp-block-group.is-style-bg-teal,
.page-content__body .wp-block-group.is-style-bg-section {
  background: rgba(28, 51, 82, 0.05);
}
.page-content__body .wp-block-group.is-style-bg-cardio {
  background: var(--dot-cardio, #d3e8d4);
}
.page-content__body .wp-block-group.is-style-bg-naika {
  background: var(--dot-naika, #d7e2ef);
}
.page-content__body .wp-block-group.is-style-bg-hifu {
  background: var(--dot-hifu, #e0dbd7);
}
.page-content__body .wp-block-group.is-style-bg-shouni {
  background: var(--dot-shouni, #e2d7e8);
}
.page-content__body .wp-block-group.is-style-bg-biyou {
  background: var(--dot-biyou, #f2d7de);
}
@media (max-width: 767px) {
  .page-content__body .wp-block-group.is-bg-gray,
  .page-content__body .wp-block-group.is-style-bg-gray,
  .page-content__body .wp-block-group.is-bg-teal,
  .page-content__body .wp-block-group.is-style-bg-teal,
  .page-content__body .wp-block-group.is-style-bg-section,
  .page-content__body .wp-block-group.is-style-bg-cardio,
  .page-content__body .wp-block-group.is-style-bg-naika,
  .page-content__body .wp-block-group.is-style-bg-hifu,
  .page-content__body .wp-block-group.is-style-bg-shouni,
  .page-content__body .wp-block-group.is-style-bg-biyou {
    padding: 24px 20px;
  }
}
.page-content__body .inner-content > *:not(.has-small-font-size),
.page-content__body .wp-block-column > *:not(.has-small-font-size) {
  margin-top: 1.875rem;
}
.page-content__body .inner-content > *:first-child,
.page-content__body .wp-block-column > *:first-child {
  margin-top: 0;
}
.page-content__body .inner-content > *:last-child,
.page-content__body .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.page-content__body .wp-block-columns {
  margin-block: var(--space-8);
}
.page-content__body .wp-block-group__inner-container > * + * {
  margin-top: var(--space-8);
}
.page-content__body .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.page-content__body .wp-block-paragraph, .page-content__body p {
  line-height: 1.8;
}
.page-content__body .wp-block-paragraph strong,
.page-content__body .wp-block-paragraph b, .page-content__body p strong,
.page-content__body p b {
  font-weight: 700;
}
.page-content__body .wp-block-paragraph a:not(.wp-block-button__link), .page-content__body p a:not(.wp-block-button__link) {
  color: #1c3352;
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.page-content__body .wp-block-paragraph mark, .page-content__body p mark {
  background-color: transparent;
}
.page-content__body .wp-block-paragraph .has-inline-color, .page-content__body p .has-inline-color {
  padding-inline: 0.08em;
}
.page-content__body .wp-block-paragraph mark.is-marker,
.page-content__body .wp-block-paragraph mark:not([class]):not([style]), .page-content__body p mark.is-marker,
.page-content__body p mark:not([class]):not([style]) {
  padding-inline: 0.08em;
  background: linear-gradient(transparent 58%, rgba(28, 51, 82, 0.15) 58%);
}
.page-content__body .has-text-color {
  color: currentColor;
}
.page-content__body h2.wp-block-heading {
  margin-bottom: var(--space-4);
  padding-block: 15px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1c3352;
}
.page-content__body h2.wp-block-heading::after {
  display: none;
}
.page-content__body h3.wp-block-heading {
  position: relative;
  margin-bottom: var(--space-4);
  padding-left: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #1c3352;
}
.page-content__body h3.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 4px;
  border-radius: 0;
  background: #1c3352;
}
.page-content__body h4.wp-block-heading {
  margin-bottom: var(--space-4);
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #1c3352;
}
.page-content__body h4.wp-block-heading::before {
  display: none;
}
.page-content__body h5.wp-block-heading {
  margin-bottom: var(--space-4);
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #1c3352;
}
.page-content__body h5.wp-block-heading::before {
  display: none;
}
.page-content__body .wp-block-heading.is-line-heading,
.page-content__body .wp-block-heading.is-style-line-heading,
.page-content__body p.is-line-heading,
.page-content__body p.is-style-line-heading {
  font-family: "Shippori Mincho", serif;
  margin-block: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #1c3352;
  white-space: nowrap;
}
.page-content__body .wp-block-heading.is-line-heading::before,
.page-content__body .wp-block-heading.is-style-line-heading::before,
.page-content__body p.is-line-heading::before,
.page-content__body p.is-style-line-heading::before {
  display: none;
}
.page-content__body .wp-block-heading.is-line-heading::after,
.page-content__body .wp-block-heading.is-style-line-heading::after,
.page-content__body p.is-line-heading::after,
.page-content__body p.is-style-line-heading::after {
  content: "";
  display: block;
  flex: 1 1 auto;
  width: auto;
  height: 1px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #1c3352;
}
.page-content__body ul.wp-block-list,
.page-content__body ol.wp-block-list {
  list-style: none;
  margin: 1.5em 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.48px;
  color: #1a1a1a;
}
.page-content__body ul.wp-block-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.page-content__body ul.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #1c3352;
}
.page-content__body ol.wp-block-list {
  counter-reset: item;
}
.page-content__body ol.wp-block-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
}
.page-content__body ol.wp-block-list li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0.9em;
  transform: translateY(-50%);
  min-width: 22px;
  white-space: nowrap;
  text-align: left;
  color: #1c3352;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
}
.page-content__body ul.wp-block-list.is-check li,
.page-content__body ul.wp-block-list.is-style-check li,
.page-content__body ul.wp-block-list.is-style-check-red li {
  padding-left: 28px;
  margin-bottom: 10px;
}
.page-content__body ul.wp-block-list.is-check li::before,
.page-content__body ul.wp-block-list.is-style-check li::before,
.page-content__body ul.wp-block-list.is-style-check-red li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 999px;
  background: #1c3352;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.page-content__body ul.wp-block-list.is-check li::after,
.page-content__body ul.wp-block-list.is-style-check li::after,
.page-content__body ul.wp-block-list.is-style-check-red li::after {
  display: none;
}
.page-content__body ul.wp-block-list.is-style-check-red li::before {
  background: #dc504b;
  color: #fff;
}
.page-content__body .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.page-content__body .wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.page-content__body .wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.page-content__body .wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}
.page-content__body .wp-block-button {
  max-width: 100%;
}
.page-content__body .wp-block-button .wp-block-button__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 240px;
  max-width: 100%;
  height: 54px;
  padding: 10px 24px;
  border: 1px solid transparent;
  border-radius: 20px;
  background: #1c3352;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.page-content__body .wp-block-button .wp-block-button__link::after {
  display: none;
}
.page-content__body .wp-block-button .wp-block-button__link:hover {
  opacity: 0.85;
  background: #1c3352;
  border-color: transparent;
  color: #fff;
}
.page-content__body .wp-block-button.is-blank .wp-block-button__link,
.page-content__body .wp-block-button.is-style-blank .wp-block-button__link {
  gap: 8px;
  padding-right: 24px;
  background: #1c3352;
  border-color: transparent;
  color: #fff;
}
.page-content__body .wp-block-button.is-blank .wp-block-button__link::after,
.page-content__body .wp-block-button.is-style-blank .wp-block-button__link::after {
  content: "";
  display: block;
  position: static;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: url("../img/ico-extsq-w.svg") center/contain no-repeat;
  transform: none;
}
.page-content__body .wp-block-button.is-blank .wp-block-button__link:hover,
.page-content__body .wp-block-button.is-style-blank .wp-block-button__link:hover {
  background: #1c3352;
  border-color: transparent;
  color: #fff;
}
@media (max-width: 767px) {
  .page-content__body .wp-block-buttons {
    flex-direction: column;
  }
  .page-content__body .wp-block-buttons > .wp-block-button {
    width: 100%;
  }
  .page-content__body .wp-block-buttons > .wp-block-button .wp-block-button__link {
    width: 100%;
  }
  .page-content__body .wp-block-buttons.is-content-justification-center > .wp-block-button {
    width: auto;
    align-self: center;
  }
  .page-content__body .wp-block-buttons.is-content-justification-center > .wp-block-button .wp-block-button__link {
    width: 240px;
    max-width: 100%;
  }
}
.page-content__body .wp-block-button.is-page-link .wp-block-button__link,
.page-content__body .wp-block-button.is-style-page-link .wp-block-button__link {
  flex-direction: column;
  gap: 14px;
  width: 240px;
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1c3352;
  font-size: 14px;
}
.page-content__body .wp-block-button.is-page-link .wp-block-button__link::before,
.page-content__body .wp-block-button.is-style-page-link .wp-block-button__link::before {
  content: "";
  position: static;
  display: block;
  flex: 0 0 auto;
  width: 160px;
  height: 1px;
  background: #1c3352;
  transform: none;
}
.page-content__body .wp-block-button.is-page-link .wp-block-button__link::after,
.page-content__body .wp-block-button.is-style-page-link .wp-block-button__link::after {
  content: "";
  position: static;
  display: block;
  flex: 0 0 auto;
  width: 160px;
  height: 14px;
  background: linear-gradient(#1c3352, #1c3352) left center/70px 1px no-repeat, url("../img/ico-anglesdown-navy.svg") center/14px 14px no-repeat, linear-gradient(#1c3352, #1c3352) right center/70px 1px no-repeat;
  transform: translateY(-8px);
}
.page-content__body .wp-block-button.is-page-link .wp-block-button__link:hover,
.page-content__body .wp-block-button.is-style-page-link .wp-block-button__link:hover {
  opacity: 1;
  background: transparent;
  border-color: transparent;
  color: #1c3352;
}
.page-content__body .wp-block-flexible-table-block-table,
.page-content__body .wp-block-table {
  border: 0;
  border-radius: 0;
}
.page-content__body .wp-block-flexible-table-block-table table,
.page-content__body .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #1a1a1a;
}
.page-content__body .wp-block-flexible-table-block-table th,
.page-content__body .wp-block-flexible-table-block-table td,
.page-content__body .wp-block-table th,
.page-content__body .wp-block-table td {
  line-height: 1.6;
  vertical-align: middle;
  border: 1px solid #d1d1d1;
  background: #fff;
}
.page-content__body .wp-block-flexible-table-block-table thead th,
.page-content__body .wp-block-table thead th {
  height: 56px;
  background: #1c3352;
  color: #fff;
  font-weight: 500;
}
.page-content__body .wp-block-flexible-table-block-table tbody th,
.page-content__body .wp-block-flexible-table-block-table tbody td:first-child,
.page-content__body .wp-block-table tbody th,
.page-content__body .wp-block-table tbody td:first-child {
  background: #f4f4f3;
}
.page-content__body .wp-block-flexible-table-block-table table,
.page-content__body .wp-block-flexible-table-block-table th,
.page-content__body .wp-block-flexible-table-block-table td,
.page-content__body .wp-block-table table,
.page-content__body .wp-block-table th,
.page-content__body .wp-block-table td {
  border-color: #d1d1d1;
}
.page-content__body .wp-block-flexible-table-block-table thead th,
.page-content__body .wp-block-table thead th {
  background: #1c3352 !important;
  color: #fff !important;
  border-color: #d1d1d1 !important;
}
.page-content__body .wp-block-flexible-table-block-table.is-td-th,
.page-content__body .wp-block-flexible-table-block-table.is-style-td-th,
.page-content__body .wp-block-table.is-td-th,
.page-content__body .wp-block-table.is-style-td-th {
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.page-content__body .wp-block-flexible-table-block-table.is-td-th table,
.page-content__body .wp-block-flexible-table-block-table.is-style-td-th table,
.page-content__body .wp-block-table.is-td-th table,
.page-content__body .wp-block-table.is-style-td-th table {
  border-collapse: separate;
  border-spacing: 0 16px;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.page-content__body .wp-block-flexible-table-block-table.is-td-th th,
.page-content__body .wp-block-flexible-table-block-table.is-td-th td,
.page-content__body .wp-block-flexible-table-block-table.is-style-td-th th,
.page-content__body .wp-block-flexible-table-block-table.is-style-td-th td,
.page-content__body .wp-block-table.is-td-th th,
.page-content__body .wp-block-table.is-td-th td,
.page-content__body .wp-block-table.is-style-td-th th,
.page-content__body .wp-block-table.is-style-td-th td {
  height: auto;
  padding: 0;
  text-align: left;
  vertical-align: top;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  color: #1c3352;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 26px;
}
.page-content__body .wp-block-flexible-table-block-table.is-td-th tbody th,
.page-content__body .wp-block-flexible-table-block-table.is-td-th tbody td:first-child,
.page-content__body .wp-block-flexible-table-block-table.is-style-td-th tbody th,
.page-content__body .wp-block-flexible-table-block-table.is-style-td-th tbody td:first-child,
.page-content__body .wp-block-table.is-td-th tbody th,
.page-content__body .wp-block-table.is-td-th tbody td:first-child,
.page-content__body .wp-block-table.is-style-td-th tbody th,
.page-content__body .wp-block-table.is-style-td-th tbody td:first-child {
  width: 146px;
  min-width: 146px;
  padding-right: 0;
  background: transparent !important;
  color: #1c3352;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
.page-content__body .wp-block-flexible-table-block-table.is-td-th tbody td,
.page-content__body .wp-block-flexible-table-block-table.is-style-td-th tbody td,
.page-content__body .wp-block-table.is-td-th tbody td,
.page-content__body .wp-block-table.is-style-td-th tbody td {
  font-weight: 400;
  color: #1c3352;
  text-align: left;
  overflow-wrap: anywhere;
}
.page-content__body .wp-block-flexible-table-block-table.is-td-th thead th,
.page-content__body .wp-block-flexible-table-block-table.is-style-td-th thead th,
.page-content__body .wp-block-table.is-td-th thead th,
.page-content__body .wp-block-table.is-style-td-th thead th {
  height: auto;
  background: transparent !important;
  color: #1c3352 !important;
}
.page-content__body .wp-block-quote {
  position: relative;
  margin: 2rem 0;
  padding: 24px;
  border: 0;
  border-radius: 20px;
  background: #fff;
  color: #1c3352;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}
.page-content__body .wp-block-quote p {
  margin: 0;
  color: #1c3352;
  font-size: 16px;
  line-height: 28px;
}
.page-content__body .wp-block-quote::before,
.page-content__body .wp-block-quote::after {
  display: none;
}
.page-content__body .wp-block-quote cite,
.page-content__body .wp-block-quote .wp-block-quote__citation,
.page-content__body .wp-block-quote .blockquote__bottom {
  display: block;
  margin-top: 16px;
  color: #1c3352;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  font-style: normal;
  text-align: right;
  text-decoration: none;
}
.page-content__body .wp-block-quote cite::before,
.page-content__body .wp-block-quote .wp-block-quote__citation::before {
  content: "引用：";
  letter-spacing: 0;
  text-decoration: none;
}
.page-content__body .wp-block-quote cite a,
.page-content__body .wp-block-quote .wp-block-quote__citation a {
  color: inherit;
  text-decoration: underline;
  text-underline-position: from-font;
}
.page-content__body .lwptoc {
  width: auto;
  max-width: 600px;
  position: relative;
  box-sizing: border-box;
  margin-inline: auto;
  padding: 18px 32px;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #1c3352;
}
.page-content__body .lwptoc .lwptoc_i {
  padding: 0;
  border: 0;
  background: transparent;
}
.page-content__body .lwptoc .lwptoc_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  background: transparent;
}
.page-content__body .lwptoc .lwptoc_i:has(.lwptoc_items-visible) .lwptoc_header {
  margin-bottom: 20px;
}
.page-content__body .lwptoc .lwptoc_title {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
}
.page-content__body .lwptoc .lwptoc_toggle {
  display: inline-flex;
  position: absolute;
  top: 16px;
  right: 32px;
  z-index: 1;
  margin: 0;
  color: #000;
}
.page-content__body .lwptoc .lwptoc_toggle::before,
.page-content__body .lwptoc .lwptoc_toggle::after {
  content: none !important;
  display: none !important;
}
.page-content__body .lwptoc .lwptoc_toggle_label {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 40px;
  background: #f5f1ee;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.page-content__body .lwptoc .lwptoc_toggle_label:hover, .page-content__body .lwptoc.lwptoc-light .lwptoc_i .lwptoc_toggle_label:hover {
  color: inherit !important;
  border-color: transparent !important;
  background: #f5f1ee !important;
  opacity: 0.7;
}
.page-content__body .lwptoc .lwptoc_items {
  padding: 0;
  background: transparent;
}
.page-content__body .lwptoc .lwptoc_itemWrap {
  padding: 0;
}
.page-content__body .lwptoc .lwptoc_items a,
.page-content__body .lwptoc .lwptoc_items a:hover,
.page-content__body .lwptoc .lwptoc_items a:focus,
.page-content__body .lwptoc .lwptoc_items a:active {
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.page-content__body .lwptoc .lwptoc_items a:hover,
.page-content__body .lwptoc .lwptoc_items a:focus,
.page-content__body .lwptoc .lwptoc_items a:active {
  color: inherit !important;
  border-color: transparent !important;
  opacity: 0.7;
}
.page-content__body .lwptoc.lwptoc-light .lwptoc_i a:hover, .page-content__body .lwptoc.lwptoc-light .lwptoc_i a:focus, .page-content__body .lwptoc.lwptoc-light .lwptoc_i a:active {
  color: inherit !important;
  border-color: transparent !important;
  opacity: 0.7;
}
.page-content__body .lwptoc .lwptoc_items > .lwptoc_itemWrap + .lwptoc_itemWrap {
  margin-top: 28px;
}
.page-content__body .lwptoc .lwptoc_item_number {
  display: none;
}
.page-content__body .lwptoc .lwptoc_items {
  counter-reset: lwptoc;
}
.page-content__body .lwptoc .lwptoc_item > a {
  display: flex;
  gap: 5px;
  align-items: baseline;
  padding: 0;
  color: #1c3352;
  font-weight: 700;
  text-decoration: none;
  background: none;
  box-shadow: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.page-content__body .lwptoc .lwptoc_item > a:hover,
.page-content__body .lwptoc .lwptoc_item > a:focus-visible {
  color: inherit !important;
  opacity: 0.7;
  text-decoration: none;
}
.page-content__body .lwptoc .lwptoc_item > a::after,
.page-content__body .lwptoc .lwptoc_item_label::before,
.page-content__body .lwptoc .lwptoc_item_label::after {
  content: none;
  display: none;
}
.page-content__body .lwptoc .lwptoc_item_label {
  color: inherit;
  text-decoration: none;
  background: none;
  box-shadow: none;
  transition: none;
}
.page-content__body .lwptoc .lwptoc_item_label {
  font-size: 16px;
  font-weight: inherit;
  line-height: 1.6;
}
.page-content__body .lwptoc .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > a::before {
  counter-increment: lwptoc;
  content: counter(lwptoc) ".";
  flex: 0 0 auto;
  color: #d64545;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  transition: none;
}
.page-content__body .lwptoc .lwptoc_item .lwptoc_itemWrap {
  padding-left: 32px;
}
.page-content__body .lwptoc .lwptoc_item .lwptoc_itemWrap + .lwptoc_itemWrap {
  margin-top: 8px;
}
.page-content__body .lwptoc .lwptoc_item .lwptoc_itemWrap .lwptoc_item > a::before {
  content: "- ";
  flex: 0 0 auto;
  color: #a6a6a6;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  background: none;
}
.page-content__body .lwptoc .lwptoc_item .lwptoc_itemWrap .lwptoc_item > a {
  font-weight: 400;
}
.page-content__body .lwptoc .lwptoc_item .lwptoc_itemWrap .lwptoc_item_label {
  font-size: 16px;
}
@media (max-width: 767px) {
  .page-content__body .wp-block-flexible-table-block-table table.has-fixed-layout td,
  .page-content__body .wp-block-flexible-table-block-table table.has-fixed-layout th,
  .page-content__body .wp-block-table table.has-fixed-layout td,
  .page-content__body .wp-block-table table.has-fixed-layout th,
  .page-content__body table.has-fixed-layout td,
  .page-content__body table.has-fixed-layout th {
    width: 50%;
  }
  .page-content__body h2.wp-block-heading {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .page-content__body h3.wp-block-heading {
    font-size: 18px;
    letter-spacing: 0.9px;
    padding-left: 14px;
  }
  .page-content__body h3.wp-block-heading::before {
    top: 0.15em;
    bottom: 0.15em;
    width: 4px;
  }
  .page-content__body h4.wp-block-heading {
    font-size: 16px;
  }
  .page-content__body h5.wp-block-heading {
    font-size: 16px;
  }
  .page-content__body .wp-block-heading.is-line-heading,
  .page-content__body .wp-block-heading.is-style-line-heading,
  .page-content__body p.is-line-heading,
  .page-content__body p.is-style-line-heading {
    font-size: 16px;
  }
  .page-content__body ol.wp-block-list li::before {
    font-size: 16px;
  }
  .page-content__body .lwptoc .lwptoc_items {
    padding: 0;
  }
  .page-content__body .wp-block-quote {
    padding: 24px;
  }
}
.page-content__body a {
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.page-content__body .wp-block-list a:not(.wp-block-button__link) {
  color: #1c3352;
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.page-content__body iframe[src*="google.com/maps"], .page-content__body iframe[src*="maps.google"] {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}
@media (max-width: 767px) {
  .page-content__body iframe[src*="google.com/maps"], .page-content__body iframe[src*="maps.google"] {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}

/* ============================================
// 見出しボックス（head-box）
//   type: default / attention / question / toggle / side
//   Figma 118-366(通常) / 118-1081(注意) / 118-1090(説明)
============================================ */
.head-box {
  width: 100%;
}
.head-box__heading {
  margin: 0;
  color: #1c3352;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.head-box__content {
  color: #1c3352;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}
.head-box {
  /* ---- default（通常見出しボックス｜118-366）：帯＋白本文・角丸無し ---- */
}
.head-box--default .head-box__heading {
  padding: 16px 24px 16px 16px;
  background: #dae2ec;
}
.head-box--default .head-box__content {
  padding: 24px;
  background: #fff;
  border-bottom: 1px solid #1c3352;
}
.head-box {
  /* ---- attention / question 共通（washiテクスチャ地の角丸フレーム＋白角丸ボックス） ---- */
}
.head-box--attention, .head-box--question {
  border-radius: 20px;
  overflow: hidden;
  padding: 0 32px 32px;
  background-image: image-set(url("../img/bg-washi.jpg.webp") type("image/webp"), url("../img/bg-washi.jpg") type("image/jpeg"));
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.head-box--attention .head-box__heading, .head-box--question .head-box__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 -32px 0;
  padding: 16px 24px;
  background: transparent;
}
.head-box--attention .head-box__heading::before, .head-box--question .head-box__heading::before {
  content: "";
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.head-box--attention .head-box__content, .head-box--question .head-box__content {
  padding: 24px;
  background: #fff;
  border-radius: 20px;
}
.head-box--attention {
  background-color: #eedcb1;
}
.head-box--attention .head-box__heading::before {
  background-image: url("../img/ico-caution-navy.svg");
}
.head-box--question {
  background-color: #dae2ec;
}
.head-box--question .head-box__heading::before {
  background-image: url("../img/ico-question-navy.svg");
}
.head-box {
  /* ---- toggle（デザインに無い＝新規。通常帯ベースで開閉） ---- */
}
.head-box--toggle .head-box__heading {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 48px 16px 16px;
  background: #dae2ec;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.head-box--toggle .head-box__icon {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("../img/ico-anglesdown-navy.svg") center/contain no-repeat;
  transition: transform 0.25s ease;
}
.head-box--toggle.is-open .head-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.head-box--toggle .head-box__content {
  height: 0;
  overflow: hidden;
  padding: 0 24px;
  background: #fff;
  transition: height 0.3s ease;
}
.head-box--toggle.is-open .head-box__content {
  padding: 24px;
  border-bottom: 1px solid #1c3352;
}
.head-box {
  /* ---- side（横並び・今回対象外／既定維持） ---- */
}
.head-box--side {
  display: grid;
  grid-template-columns: minmax(12rem, 0.34fr) 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 24px;
  border-radius: 20px;
  background: #dae2ec;
}
.head-box--side .head-box__heading {
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .head-box--toggle .head-box__heading, .head-box--toggle .head-box__content, .head-box__icon {
    transition: none;
  }
}
@media screen and (max-width:767px) {
  .head-box--default .head-box__heading, .head-box--toggle .head-box__heading {
    padding-left: 16px;
    padding-right: 16px;
  }
  .head-box--toggle .head-box__heading {
    padding-right: 44px;
  }
  .head-box--attention, .head-box--question {
    padding: 0 16px 24px;
  }
  .head-box--attention .head-box__heading, .head-box--question .head-box__heading {
    margin: 0 -16px 0;
    padding: 16px;
    font-size: 15px;
  }
  .head-box--default .head-box__content, .head-box--attention .head-box__content, .head-box--question .head-box__content {
    padding: 20px;
  }
  .head-box--toggle .head-box__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .head-box--toggle.is-open .head-box__content {
    padding: 20px;
  }
  .head-box--side {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
/* ============================================
// カード（強みカード｜Figma 152-3419）
//   白カード・角丸20・Point.NNピルが上端に重なる・画像・H3中央・本文14/lh32
//   3列はGutenbergのカラムに card を3つ並べて構成
============================================ */
.card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px 16px 16px;
}
.card__image {
  position: static;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 234/155;
  background: #d9d9d9;
}
.card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__label {
  position: absolute;
  top: -16px;
  left: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 8px 16px;
  border-radius: 30px;
  background: #1c3352;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}
.card__label-en, .card__label-num {
  font-size: 14px;
  font-weight: 700;
}
.card__body {
  padding: 0;
  margin-top: 16px;
}
.card__heading {
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  color: #1c3352;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.card__heading::after {
  display: none;
}
.card__text {
  margin-top: 16px;
  color: #1c3352;
  font-size: 14px;
  line-height: 32px;
}
.card__text > * {
  color: #1c3352;
  font-size: 14px;
  line-height: 32px;
}
.card__text > * + * {
  margin-top: 0.5em;
}
.card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
  color: #1c3352;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.card__link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../img/ico-anglesdown-navy.svg") center/contain no-repeat;
  transform: rotate(-90deg);
}

/* ============================================
// ポイントコンテンツ（Figma 152-3419）
//   Point.NN 水色ピル(#dae2ec)＋H3(24) 横並び → 本文(14/lh26)。画像は任意で左右
============================================ */
.point-contents {
  display: flex;
  align-items: center;
  gap: 40px;
}
.point-contents__body {
  flex: 0 1 430px;
  min-width: 0;
}
.point-contents__head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.point-contents__label {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex: 0 0 auto;
  margin: 0;
  padding: 8px;
  background: #dae2ec;
  color: #1c3352;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.point-contents__label-en, .point-contents__label-num {
  font-size: 16px;
  font-weight: 700;
}
.point-contents__heading {
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  color: #1c3352;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.point-contents__content {
  margin-top: 16px;
  color: #1c3352;
  font-size: 14px;
  line-height: 26px;
}
.point-contents__image {
  flex: 0 0 390px;
  margin: 0;
}
.point-contents__img {
  display: block;
  width: 390px;
  max-width: 100%;
  aspect-ratio: 390/303;
  height: auto;
  object-fit: cover;
  background: #d9d9d9;
}
.point-contents--right {
  flex-direction: row;
}
.point-contents--left {
  flex-direction: row-reverse;
}
.point-contents--noimage {
  display: block;
}
.point-contents--noimage .point-contents__body {
  flex: 1 1 auto;
}

@media screen and (max-width:767px) {
  .point-contents {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .point-contents--left, .point-contents--right {
    flex-direction: column;
  }
  .point-contents__body {
    flex: 1 1 auto;
  }
  .point-contents__image {
    flex: 0 0 auto;
    order: 2;
  }
  .point-contents__img {
    width: 100%;
    height: auto;
    aspect-ratio: 390/303;
  }
  .point-contents__heading {
    font-size: 20px;
  }
}
/* ============================================
// 流れコンテンツ（流れカード｜Figma 152-3419）
//   左端に連結ドット＋線／左=Step.NN(#6688b0)+H3(24)+本文(14/lh26)／右=画像360x279
============================================ */
.flow-contents {
  display: grid;
  grid-template-columns: 16px 1fr;
  column-gap: 24px;
  position: relative;
  padding-bottom: 8px;
}
.flow-contents::before {
  display: none;
}
.flow-contents:has(+ .flow-contents)::before {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 14px;
  bottom: calc(-1 * (var(--space-8, 32px) + 14px));
  width: 1px;
  background: #b8c8df;
}
.flow-contents__rail {
  position: relative;
  display: block;
  width: 16px;
}
.flow-contents__dot {
  position: relative;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 14px;
  border-radius: 50%;
  background: #b8c8df;
  filter: blur(2px);
}
@media screen and (max-width:767px) {
  .flow-contents__dot {
    margin-top: 10px;
  }
}
.flow-contents__main {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.flow-contents__body {
  flex: 0 1 430px;
  min-width: 0;
}
.flow-contents__label {
  margin: 0 0 8px;
  color: #6688b0;
  font-size: 24px;
  line-height: 1.2;
}
.flow-contents__label-en, .flow-contents__label-num {
  font-size: 24px;
}
.flow-contents__heading {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Shippori Mincho", serif;
  color: #1c3352;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.flow-contents__content {
  margin-top: 16px;
  color: #1c3352;
  font-size: 14px;
  line-height: 26px;
}
.flow-contents__image {
  flex: 0 0 360px;
  margin: 0;
}
.flow-contents__img {
  display: block;
  width: 360px;
  max-width: 100%;
  aspect-ratio: 360/279;
  height: auto;
  object-fit: cover;
  background: #d9d9d9;
}
.flow-contents--noimage .flow-contents__body {
  flex: 1 1 auto;
}

@media screen and (max-width:767px) {
  .flow-contents {
    column-gap: 16px;
  }
  .flow-contents__main {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .flow-contents__body {
    flex: 1 1 auto;
  }
  .flow-contents__image {
    flex: 0 0 auto;
  }
  .flow-contents__img {
    width: 100%;
    height: auto;
    aspect-ratio: 360/279;
  }
  .flow-contents__label, .flow-contents__label-en, .flow-contents__label-num, .flow-contents__heading {
    font-size: 20px;
  }
}
/* ============================================
// メリット・デメリット（Figma 118-525）
//   washiテクスチャ地×グラデ（merit=青系/demerit=赤系）＋見出し下罫線＋チェックリスト
//   1ブロック=1パネル。2枚並びはカラム(gap 0)に merit / demerit を配置
============================================ */
.merit-demerit {
  padding: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wp-block-column .merit-demerit {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.merit-demerit--merit {
  background-image: url("../img/bg-merit.webp");
}
.merit-demerit--demerit {
  background-image: url("../img/bg-demerit.webp");
}
.merit-demerit__label {
  margin: 0 0 8px;
  font-family: "Shippori Antique", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.merit-demerit--merit .merit-demerit__label {
  color: #6080a5;
}
.merit-demerit--demerit .merit-demerit__label {
  color: #d64545;
}
.merit-demerit__heading {
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #1c3352;
  font-family: "Shippori Mincho", serif;
  color: #1c3352;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.merit-demerit--demerit .merit-demerit__heading {
  border-bottom-color: #d64545;
}
.merit-demerit__content {
  margin-top: 24px;
  text-align: left;
}
.wp-block-column .merit-demerit__content {
  flex: 1;
}
.page-content__body .merit-demerit__content ul,
.page-content__body .merit-demerit__content ul.wp-block-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-content__body .merit-demerit__content ul.wp-block-list li {
  position: static;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 0;
  color: #1c3352;
  font-size: 14px;
  line-height: 1.6;
}

.page-content__body .merit-demerit__content ul.wp-block-list li:first-child {
  margin-top: 0;
}

.page-content__body .merit-demerit__content ul.wp-block-list li::before {
  content: "";
  position: static;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 0;
  transform: none;
}

.page-content__body .merit-demerit--merit .merit-demerit__content ul.wp-block-list li::before {
  background-image: url("../img/ico-check-navy.svg");
}

.page-content__body .merit-demerit--demerit .merit-demerit__content ul.wp-block-list li::before {
  background-image: url("../img/ico-check-red.svg");
}

.page-content__body .merit-demerit__content ul.wp-block-list li::after {
  content: none;
}

@media screen and (max-width:767px) {
  .merit-demerit {
    padding: 20px;
  }
  .merit-demerit__heading {
    font-size: 20px;
  }
}
/* ============================================
// よくある質問（Figma 162-3900）
//   Q行（水色丸バッジ＋質問＋＋/−トグル）→ クリックでA行（ピンク丸バッジ＋回答）
//   開閉は blocks.js の accordion（root .faq / trigger .faq__question / panel .faq__answer）
============================================ */
.faq {
  background: #fff;
}
.faq__question {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Shippori Mincho", serif;
  padding: 16px 24px 16px 16px;
  cursor: pointer;
}
.faq__question-icon, .faq__answer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.faq__question-icon {
  background: #dae2ec;
  color: #1c3352;
}
.faq__answer-icon {
  background: #f6dada;
  color: #d64545;
}
.faq__heading {
  flex: 1 1 auto;
  margin: 0;
  color: #1c3352;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.faq__question::after {
  content: "";
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  background: linear-gradient(#c9c9c9, #c9c9c9) center/18px 2px no-repeat, linear-gradient(#c9c9c9, #c9c9c9) center/2px 18px no-repeat;
}
.faq.is-open .faq__question::after {
  background: linear-gradient(#c9c9c9, #c9c9c9) center/18px 2px no-repeat;
}
.faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  height: 0;
  overflow: hidden;
  padding: 0 16px;
  background: #fff;
  transition: height 0.3s ease;
}
.faq.is-open .faq__answer {
  padding-bottom: 16px;
}
.faq__content {
  flex: 1 1 auto;
  min-width: 0;
  color: #1c3352;
  font-size: 14px;
  line-height: 32px;
}
.faq__content > * {
  margin: 0;
}
.faq__content > * + * {
  margin-top: 0.5em;
}

/* ============================================
// 監修者情報（Figma 118-1114）
//   白カード(radius20/p32)：左=写真＋名前ボックス／右=経歴・資格(罫線見出し)＋詳しく見る
============================================ */
.supervisor-max {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  border-radius: 20px;
  background: #fff;
}
.supervisor-max__title {
  font-family: "Shippori Mincho", serif;
  margin: 0;
  padding: 0 10px 0 16px;
  border-left: 4px solid #1c3352;
  color: #1c3352;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.supervisor-max__inner {
  display: flex;
  gap: 32px;
}
.supervisor-max__media {
  flex: 0 0 264px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.supervisor-max__profile {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.supervisor-max__instagram {
  flex: 0 0 52px;
  display: flex;
  align-items: center;
  width: 52px;
  line-height: 0;
}
.supervisor-max__instagram img {
  display: block;
  width: 52px;
  height: 52px;
}
.supervisor-max__image {
  margin: 0;
  width: 100%;
}
.supervisor-max__img {
  display: block;
  width: 100%;
  aspect-ratio: 264/314;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  background: #d9d9d9;
}
.supervisor-max__name {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #d1d1d1;
  color: #1c3352;
  text-align: center;
}
.supervisor-max__name-title {
  font-size: 14px;
  font-weight: 500;
}
.supervisor-max__name-main {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
}
.supervisor-max__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 32px;
}
.supervisor-max__content > * {
  margin-top: 0;
}
.supervisor-max__content :is(h2, h3, h4, h5) {
  font-family: "Shippori Mincho", serif;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0 11px;
  color: #1c3352;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.supervisor-max__content > :is(h2, h3, h4, h5):first-child {
  margin-top: 0;
}
.supervisor-max__content :is(h2, h3, h4, h5)::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #1c3352;
}
.supervisor-max__content p {
  margin: 0;
  color: #1c3352;
  font-size: 14px;
  line-height: 26px;
}
.supervisor-max__link {
  position: absolute;
  right: 32px;
  bottom: 32px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1c3352;
  font-size: 14px;
  text-decoration: none;
}
.supervisor-max__link::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url("../img/ico-arrow-circle.webp") center/contain no-repeat;
}

@media screen and (max-width:767px) {
  .supervisor-max {
    flex-direction: column;
    padding: 20px;
  }
  .supervisor-max__inner {
    flex-direction: column;
    gap: 24px;
  }
  .supervisor-max__media {
    flex: 0 0 auto;
    max-width: 264px;
    margin-inline: auto;
  }
  .supervisor-max__link {
    right: 20px;
    bottom: 20px;
  }
}
/* ============================================
// 監修者トグル（Figma 162-3901）
//   アバター＋肩書き/名前＋＋/−トグル → クリックで本文
//   開閉は blocks.js の accordion（root .supervisor-min / trigger __summary / panel __content）
============================================ */
.supervisor-min {
  background: #fff;
}
.supervisor-min__summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px 16px 16px;
  cursor: pointer;
}
.supervisor-min__image {
  flex: 0 0 100px;
  margin: 0;
}
.supervisor-min__img {
  display: block;
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  object-fit: cover;
  background: #d9d9d9;
}
.supervisor-min__name {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.supervisor-min__name-title {
  color: #1c3352;
  font-size: 14px;
  line-height: 1.4;
}
.supervisor-min__name-main {
  font-family: "Shippori Mincho", serif;
  color: #1c3352;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.supervisor-min__icon {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  background: linear-gradient(#c9c9c9, #c9c9c9) center/18px 2px no-repeat, linear-gradient(#c9c9c9, #c9c9c9) center/2px 18px no-repeat;
}
.supervisor-min.is-open .supervisor-min__icon {
  background: linear-gradient(#c9c9c9, #c9c9c9) center/18px 2px no-repeat;
}
.supervisor-min__content {
  height: 0;
  overflow: hidden;
  padding: 0 16px;
  color: #1c3352;
  font-size: 14px;
  line-height: 32px;
  transition: height 0.3s ease;
}
.supervisor-min.is-open .supervisor-min__content {
  padding-bottom: 16px;
}
.supervisor-min__content > * {
  margin: 0;
}
.supervisor-min__content > * + * {
  margin-top: 0.5em;
}

@media screen and (max-width:767px) {
  .supervisor-min__image {
    flex-basis: 72px;
  }
  .supervisor-min__img {
    width: 72px;
    height: 72px;
  }
}
/* ============================================
// 関連記事（Figma 167-4444）
//   「あわせて読みたい」タブ＋横並びカード（画像250×194＋タイトル＋本文）
============================================ */
.post-card__tab {
  position: relative;
  z-index: 1;
  transform: translateY(50%);
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 8px 24px 8px 16px;
  background: #dae2ec;
  color: #1c3352;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.post-card__inner {
  position: relative;
  display: flex;
  gap: 24px;
  padding: 32px 24px 24px;
  background: #fff;
  border-radius: 0 20px 20px 20px;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
}
.post-card__tab + .post-card__inner {
  margin-top: -1px;
}
.post-card__image {
  flex: 0 0 250px;
  margin: 0;
}
.post-card__img {
  display: block;
  width: 250px;
  max-width: 100%;
  aspect-ratio: 250/194;
  height: auto;
  object-fit: cover;
  background: #d9d9d9;
}
.post-card__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.post-card__heading {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.post-card__text {
  margin: 0;
  color: #1c3352;
  font-size: 14px;
  line-height: 32px;
}

@media screen and (max-width:767px) {
  .post-card__inner {
    flex-direction: column;
    gap: 16px;
  }
  .post-card__image {
    flex: 0 0 auto;
  }
  .post-card__img {
    width: 100%;
  }
}
/* ============================================
// 吹き出し（Figma 167-4455）
//   アバター(100円)＋名前 ／ pill吹き出し(白・角丸50・三角ポインタ)。left/rightで左右
============================================ */
.bubble {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.bubble--right {
  flex-direction: row-reverse;
}
.bubble__person {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 112px;
}
.bubble__image {
  margin: 0;
}
.bubble__img {
  display: block;
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  background: #d9d9d9;
}
.bubble__name {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  color: #1c3352;
  font-weight: 500;
  text-align: center;
}
.bubble .bubble__name {
  line-height: 1;
}
.bubble__name-title {
  font-size: 14px;
}
.bubble__name-main {
  font-size: 16px;
}
.bubble__content {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  padding: 24px;
  background: #fff;
  border-radius: 50px;
  color: #1c3352;
  font-size: 14px;
  line-height: 32px;
}
.bubble__content > * {
  margin: 0;
}
.bubble__content > * + * {
  margin-top: 0.5em;
}
.bubble__content::before {
  content: "";
  position: absolute;
  top: 38px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
.bubble--left .bubble__content::before {
  left: -23px;
  border-right: 24px solid #fff;
}
.bubble--right .bubble__content::before {
  right: -23px;
  border-left: 24px solid #fff;
}

@media screen and (max-width:767px) {
  .bubble {
    gap: 8px;
  }
  .bubble__person {
    width: 80px;
  }
  .bubble__img {
    width: 64px;
    height: 64px;
  }
  .bubble__content {
    padding: 16px 20px;
    border-radius: 24px;
  }
  .bubble__content::before {
    top: 24px;
    border-top-width: 9px;
    border-bottom-width: 9px;
  }
  .bubble--left .bubble__content::before {
    left: -17px;
    border-right-width: 18px;
  }
  .bubble--right .bubble__content::before {
    right: -17px;
    border-left-width: 18px;
  }
}
.access-info__body {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width:767px) {
  .access-info__body {
    gap: 24px;
  }
}
.access-info__main {
  flex: 1 1 460px;
  min-width: 0;
}
.access-info__schedules {
  display: flex;
  flex-direction: column;
}
.access-info__notes {
  margin-top: 16px;
  color: #1c3352;
  font-size: 13px;
  line-height: 1.8;
}
.access-info__notes p {
  margin: 0;
}
.access-info__notes--parking {
  margin-top: var(--space-4);
}
.access-info__meta {
  margin-top: 24px;
}
.access-info__meta-row {
  display: flex;
  align-items: center;
  gap: 32px;
}
.access-info__meta-row + .access-info__meta-row {
  margin-top: 8px;
}
@media screen and (max-width:767px) {
  .access-info__meta-row {
    gap: 16px;
  }
}
.access-info__meta-term {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 40px;
  border: 1px solid #d1d1d1;
  color: #1c3352;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:767px) {
  .access-info__meta-term {
    width: 96px;
  }
}
.access-info__meta-desc {
  margin: 0;
  color: #1c3352;
  font-size: 14px;
  line-height: 1.6;
}
.access-info__map {
  display: flex;
  flex-direction: column;
  flex: 0 1 328px;
  min-width: 0;
}
.access-info__map-img {
  aspect-ratio: 328/310;
  width: 100%;
}
.access-info__map-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.access-info__map-btn {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 6px 16px;
  border: 1px solid #d1d1d1;
  border-radius: 30px;
  background: #fff;
  color: #1c3352;
  font-size: 12px;
  text-decoration: none;
  transition: background 0.2s;
}
.access-info__map-btn:hover {
  background: #f2f5fa;
}

@media (max-width: 900px) {
  .access-info__map {
    flex: 1 1 100%;
  }
}
/* ============================================
// 症例（Figma 162-3898）
//   before/after画像＋▶／トグル見出し／罫線付きセクション
============================================ */
.case {
  display: grid;
  gap: 24px;
}
.case__images {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}
.case__img {
  overflow: hidden;
  margin: 0;
  background: #d9d9d9;
}
.case__img img {
  display: block;
  width: 100%;
  aspect-ratio: 390/303;
  height: auto;
  object-fit: cover;
}
.case__placeholder {
  font-family: "Shippori Mincho", serif;
  display: grid;
  place-items: center;
  aspect-ratio: 390/303;
  color: #fff;
  font-size: clamp(20px, 3vw, 42px);
  font-weight: 700;
}
.case__arrow {
  width: 30px;
  height: 30px;
  background: url("../img/ico-arrow-gray.svg") center/contain no-repeat;
  transform: rotate(90deg);
}
.case__detail {
  display: block;
}
.case__name {
  font-family: "Shippori Mincho", serif;
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px 16px 16px;
  border: 0;
  background: #e0dbd7;
  color: #1c3352;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}
.case__toggle {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}
.case__toggle::before, .case__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #1c3352;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.case__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.case__detail.is-open .case__toggle::after {
  opacity: 0;
}
.case__body {
  height: 0;
  overflow: hidden;
  padding: 0 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: height 0.3s ease;
}
.case__detail.is-open .case__body {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #664e39;
}
.case__row-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
}
.case__row-head::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #d1d1d1;
}
.case__row-label {
  flex: 0 0 auto;
  color: #1c3352;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.case__row-text {
  color: #1c3352;
  font-size: 14px;
  line-height: 32px;
}
.case__cols {
  display: flex;
  gap: 27px;
}
.case__cols .case__row {
  flex: 1 1 0;
  min-width: 0;
}

@media screen and (max-width:767px) {
  .case__images {
    gap: 8px;
  }
  .case__cols {
    flex-direction: column;
    gap: 24px;
  }
}
/* ============================================
// 受診の目安トリアージ（Figma 168-5615）
//   urgent(赤#e4c7c7) / caution(黄#eedcb1) / mild(青灰#92a3ba)
//   全幅=79px顔アイコンが左上に重なる／カラム内=33pxインライン
============================================ */
.triage {
  position: relative;
}
.triage__head {
  font-family: "Shippori Mincho", serif;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px 16px 92px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.triage__icon {
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 79px;
  height: 79px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.triage__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 56px;
  background: #fff;
  border-style: solid;
  border-width: 0 1px 1px;
}
.page-content__body .triage__body ul,
.page-content__body .triage__body ul.wp-block-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-content__body .triage__body ul.wp-block-list li {
  position: static;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding-left: 0;
  color: #1c3352;
  font-size: 14px;
}

.page-content__body .triage__body ul.wp-block-list li::before {
  content: "";
  position: static;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  background-image: url("../img/ico-check-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 0;
  transform: none;
}

.page-content__body .triage__body ul.wp-block-list li::after {
  content: none;
  display: none;
}

.triage__body p {
  margin: 0;
  color: #1c3352;
  font-size: 14px;
  line-height: 32px;
}
.triage--urgent .triage__head {
  background: #e4c7c7;
  color: #d64545;
}
.triage--urgent .triage__body {
  border-color: #e4c7c7;
}
.triage--urgent .triage__icon {
  background-image: url("../img/triage-face-urgent.svg");
}
.triage--caution .triage__head {
  background: #eedcb1;
  color: #65552d;
}
.triage--caution .triage__body {
  border-color: #eedcb1;
}
.triage--caution .triage__icon {
  background-image: url("../img/triage-face-caution.svg");
}
.triage--mild .triage__head {
  background: #92a3ba;
  color: #fff;
}
.triage--mild .triage__body {
  border-color: #92a3ba;
}
.triage--mild .triage__icon {
  background-image: url("../img/triage-face-mild.svg");
}

/* カラム内＝アイコン33pxインライン・padding縮小 */
.wp-block-column .triage__head {
  padding: 12px 16px;
}
.wp-block-column .triage__icon {
  position: static;
  transform: none;
  flex: 0 0 33px;
  width: 33px;
  height: 33px;
}
.wp-block-column .triage__body {
  padding: 24px 16px;
}

/* カラム内は 184-39 の単円フェイスに差し替え */
.wp-block-column .triage--urgent .triage__icon {
  background-image: url("../img/triage-col-urgent.svg");
}

.wp-block-column .triage--caution .triage__icon {
  background-image: url("../img/triage-col-caution.svg");
}

.wp-block-column .triage--mild .triage__icon {
  background-image: url("../img/triage-col-mild.svg");
}

@media screen and (max-width:767px) {
  .triage__head {
    padding: 8px 16px;
  }
  .triage__icon {
    position: static;
    transform: none;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
  .triage--urgent .triage__icon {
    background-image: url("../img/triage-col-urgent.svg");
  }
  .triage--caution .triage__icon {
    background-image: url("../img/triage-col-caution.svg");
  }
  .triage--mild .triage__icon {
    background-image: url("../img/triage-col-mild.svg");
  }
  .triage__body {
    padding: 24px 16px;
  }
  .wp-block-column .triage__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
}
/* ============================================
// CTA（3カード：LINE / Web予約 / 電話）Figma 167-4607
============================================ */
.cta3 {
  display: flex;
  gap: 18px;
}
.cta3__card {
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 12px;
  align-items: center;
  min-height: 102px;
  padding: 16px 20px 16px 16px;
  background: #fff;
  border-radius: 10px;
  border-top: 2px solid transparent;
  text-decoration: none;
  font-family: "Shippori Antique B1", "Noto Sans JP", sans-serif;
}
.cta3__card--line {
  border-top-color: #34c639;
}
.cta3__card--web {
  border-top-color: #384b67;
}
.cta3__card--tel {
  border-top-color: #d46454;
}
.cta3__icon {
  grid-column: 1;
  grid-row: 1/span 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta3__icon img {
  display: block;
  width: 36px;
  height: 36px;
}
.cta3__sub {
  grid-column: 2;
  color: #ac9e91;
  font-size: 14px;
  line-height: 20px;
}
.cta3__main {
  grid-column: 2;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 20px;
}
.cta3__note {
  grid-column: 2;
  color: #5f5f5f;
  font-size: 12px;
  line-height: 20px;
}

/* 補助導線（電話案内 .cta-tel）はフッター/ドロワー/ブロックの全文脈で使うため、
   全ページ読み込みの style.css 側（site/project/_cta-band.scss）へ定義を移動した。 */
@media screen and (max-width:767px) {
  .cta3 {
    flex-direction: column;
    gap: 12px;
  }
}
.name-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: fit-content;
  min-width: 286px;
  max-width: 100%;
  padding: 12px 22px;
  background: #fff;
  color: #1c3352;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.name-block--center {
  align-items: center;
  text-align: center;
  margin-inline: auto;
}
.name-block--left {
  align-items: flex-start;
  text-align: left;
  margin-inline: 0 auto;
}
.name-block--right {
  align-items: flex-end;
  text-align: right;
  margin-inline: auto 0;
}
.name-block__dept {
  font-size: 14px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.name-block__role {
  white-space: nowrap;
}
.name-block__name {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
}

.page-content__body .wp-block-group.is-style-bg-naika,
.page-content__body .wp-block-group.is-style-bg-hifu {
  padding: 40px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-content__body .wp-block-group.is-style-bg-naika {
  background-image: url("../img/bg-sec-naika.webp");
}
.page-content__body .wp-block-group.is-style-bg-hifu {
  background-image: url("../img/bg-sec-hifu.webp");
}

@media screen and (max-width: 767px) {
  .page-content__body .wp-block-group.is-style-bg-naika,
  .page-content__body .wp-block-group.is-style-bg-hifu {
    padding: 24px 20px;
  }
}
.is-mincho,
.is-mincho.is-mincho.is-mincho,
.is-mincho.is-mincho.is-mincho * {
  font-family: "Shippori Mincho", serif;
}

.is-mincho strong,
.is-mincho b,
.is-mincho.is-mincho.is-mincho strong,
.is-mincho.is-mincho.is-mincho b {
  font-weight: 700;
}
/*# sourceMappingURL=blocks.css.map */
