@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP&family=Shippori+Mincho:wght@400;500;600;700;800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.notification-message {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .notification-message {
    font-size: clamp(0.625rem, 0.2403846154vw + 0.5096153846rem, 0.75rem);
  }
}

.wp-block-image :where(figcaption) {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .wp-block-image :where(figcaption) {
    font-size: clamp(0.75rem, 0.2403846154vw + 0.6346153846rem, 0.875rem);
  }
}

.is-layout-flow {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .is-layout-flow {
    font-size: clamp(0.875rem, 0.2403846154vw + 0.7596153846rem, 1rem);
  }
}

.wp-block-heading:is(h4) {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .wp-block-heading:is(h4) {
    font-size: clamp(1rem, 0.4807692308vw + 0.7692307692rem, 1.25rem);
  }
}

.wp-block-heading:is(h3) {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .wp-block-heading:is(h3) {
    font-size: clamp(1.25rem, 0.4807692308vw + 1.0192307692rem, 1.5rem);
  }
}

.wp-block-heading:is(h2) {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .wp-block-heading:is(h2) {
    font-size: clamp(1.375rem, 0.7211538462vw + 1.0288461538rem, 1.75rem);
  }
}

.wp-block-heading:is(h1) {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .wp-block-heading:is(h1) {
    font-size: clamp(1.375rem, 3.90625vw + -0.5rem, 2rem);
  }
}

.wp-block-post-title {
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .wp-block-post-title {
    font-size: clamp(1.625rem, 1.9230769231vw + 0.7019230769rem, 2.625rem);
  }
}

/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  color: inherit; /* 2 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
foundation > base
------------------------------
*/
:root {
  --base: #3E3A39;
  --black: #000;
  --white: #fff;
  --blue: #37557D;
  --blue01: #486A98;
  --blue02: #BDC7D4;
  --blue03: #C0C9D6;
  --blue04: #F8F9FB;
  --blue05: #AFBBCB;
  --blue06: #FBFBFC;
  --blue07: #8E9CB1;
  --gray: #5D5A59;
  --gray01: #707070;
  --gray02: #A1A1A1;
  --gray03: #AFAEAD;
  --gray04: #CFCFCF;
  --gray05: #E9E9E9;
  --gray06: #ECECEC;
  --gray07: #e1e1e1;
  --gray08: #CDCCCC;
}

body {
  line-height: 2;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--base);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 2.25;
    font-size: 1rem;
  }
}

body.overflow_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.body-wrapper {
  position: relative;
  display: block;
  overflow: clip;
}

main {
  padding-top: 68px;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: clamp(4rem, 4.3269230769vw + 1.9230769231rem, 6.25rem);
  }
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    text-decoration: none !important;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.editor-styles-wrapper, .block-editor-writing-flow {
  width: 100%;
  padding: 0 20px;
  max-width: 860px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper, .block-editor-writing-flow {
    padding: 0 40px;
  }
}

.wp-block-post-title {
  margin-bottom: 50px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .wp-block-post-title {
    margin-bottom: 80px;
  }
}

.edit-post-fullscreen-mode-close__view-mode-toggle .edit-post-fullscreen-mode-close__view-mode-toggle-icon img, .edit-post-fullscreen-mode-close__view-mode-toggle .edit-post-fullscreen-mode-close__view-mode-toggle-icon svg {
  background-color: transparent;
  padding: 5px;
}

.customize-control .attachment-media-view .upload-button {
  padding: 9px 15px;
}

.notification-message {
  line-height: 1.6;
}

:root :where(.is-layout-flow) > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
@media screen and (min-width: 768px) {
  :root :where(.is-layout-flow) > * {
    -webkit-margin-after: 50px;
            margin-block-end: 50px;
  }
}
:root :where(.is-layout-flow) > *:is(.wp-block-image) {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
}
@media screen and (min-width: 768px) {
  :root :where(.is-layout-flow) > *:is(.wp-block-image) {
    -webkit-margin-after: clamp(3.75rem, 1.6826923077vw + 2.9423076923rem, 4.625rem);
            margin-block-end: clamp(3.75rem, 1.6826923077vw + 2.9423076923rem, 4.625rem);
  }
}
:root :where(.is-layout-flow) > *:is(.wp-block-image):last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
:root :where(.is-layout-flow) > *:is(.wp-block-image):first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
:root :where(.is-layout-flow) > *:is(p) {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}
@media screen and (min-width: 768px) {
  :root :where(.is-layout-flow) > *:is(p) {
    -webkit-margin-after: 36px;
            margin-block-end: 36px;
  }
}
:root :where(.is-layout-flow) > *:is(p):last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
:root :where(.is-layout-flow) > *:is(p):first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
:root :where(.is-layout-flow) > *:is(h1) {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}
@media screen and (min-width: 768px) {
  :root :where(.is-layout-flow) > *:is(h1) {
    -webkit-margin-after: 36px;
            margin-block-end: 36px;
  }
}
:root :where(.is-layout-flow) > *:is(h1):last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
:root :where(.is-layout-flow) > *:is(h1):first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
:root :where(.is-layout-flow) > *:is(h2) {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}
@media screen and (min-width: 768px) {
  :root :where(.is-layout-flow) > *:is(h2) {
    -webkit-margin-before: clamp(3.75rem, 4.0865384615vw + 1.7884615385rem, 5.875rem);
            margin-block-start: clamp(3.75rem, 4.0865384615vw + 1.7884615385rem, 5.875rem);
    -webkit-margin-after: 34px;
            margin-block-end: 34px;
  }
}
:root :where(.is-layout-flow) > *:is(h2):last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
:root :where(.is-layout-flow) > *:is(h2):first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
:root :where(.is-layout-flow) > *:is(h3) {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
@media screen and (min-width: 768px) {
  :root :where(.is-layout-flow) > *:is(h3) {
    -webkit-margin-before: clamp(3.75rem, 4.3269230769vw + 1.6730769231rem, 6rem);
            margin-block-start: clamp(3.75rem, 4.3269230769vw + 1.6730769231rem, 6rem);
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
:root :where(.is-layout-flow) > *:is(h3):last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
:root :where(.is-layout-flow) > *:is(h3):first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
:root :where(.is-layout-flow) > *:is(h4) {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}
@media screen and (min-width: 768px) {
  :root :where(.is-layout-flow) > *:is(h4) {
    -webkit-margin-before: clamp(3.75rem, 4.6875vw + 1.5rem, 6.1875rem);
            margin-block-start: clamp(3.75rem, 4.6875vw + 1.5rem, 6.1875rem);
    -webkit-margin-after: 34px;
            margin-block-end: 34px;
  }
}
:root :where(.is-layout-flow) > *:is(h4):last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
:root :where(.is-layout-flow) > *:is(h4):first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
:root :where(.is-layout-flex) {
  gap: 24px;
}
@media screen and (min-width: 768px) {
  :root :where(.is-layout-flex) {
    gap: clamp(2.5rem, 2.4038461538vw + 1.3461538462rem, 3.75rem);
  }
}

.wp-block-image :where(figcaption) {
  margin-bottom: 0;
  margin-top: 8px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .wp-block-image :where(figcaption) {
    margin-top: 12px;
  }
}

.is-layout-flow {
  color: var(--base);
}

.wp-block-heading:is(h1) {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: var(--blue);
}

.wp-block-heading:is(h2) {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1428571429;
  color: var(--blue);
  border-top: 1px solid var(--blue03);
  border-bottom: 1px solid var(--blue03);
  padding: 15px 15px;
}
@media screen and (min-width: 768px) {
  .wp-block-heading:is(h2) {
    padding: clamp(1.5625rem, 0.9615384615vw + 1.1009615385rem, 2.0625rem) clamp(0.9375rem, 0.4807692308vw + 0.7067307692rem, 1.1875rem) clamp(1.4375rem, 0.7211538462vw + 1.0913461538rem, 1.8125rem);
  }
}

.wp-block-heading:is(h3) {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  color: var(--blue);
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .wp-block-heading:is(h3) {
    padding-left: clamp(2.5rem, 2.4038461538vw + 1.3461538462rem, 3.75rem);
  }
}
.wp-block-heading:is(h3)::after {
  content: "";
  width: 28px;
  height: 1px;
  background-color: var(--blue03);
  position: absolute;
  left: 0;
  top: 12px;
}
@media screen and (min-width: 768px) {
  .wp-block-heading:is(h3)::after {
    top: clamp(0.75rem, 0.6009615385vw + 0.4615384615rem, 1.0625rem);
    width: clamp(1.875rem, 1.2019230769vw + 1.2980769231rem, 2.5rem);
  }
}

.wp-block-heading:is(h4) {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: var(--blue);
  position: relative;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .wp-block-heading:is(h4) {
    padding-bottom: clamp(0.9375rem, 0.4807692308vw + 0.7067307692rem, 1.1875rem);
  }
}
.wp-block-heading:is(h4)::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--blue03);
  position: absolute;
  left: 0;
  bottom: 0;
}

.wp-block-list:is(ul) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-block-list:is(ul) li::before {
  content: "";
  display: block;
  background-color: var(--base);
  width: 4px;
  height: 4px;
  border-radius: 100px;
  position: relative;
  top: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 7px;
}
@media screen and (min-width: 768px) {
  .wp-block-list:is(ul) li::before {
    margin-right: clamp(0.4375rem, 0.3605769231vw + 0.2644230769rem, 0.625rem);
    top: clamp(0.875rem, 0.2403846154vw + 0.7596153846rem, 1rem);
    width: 5px;
    height: 5px;
  }
}

.wp-block-list:is(ol) {
  counter-reset: number;
}
.wp-block-list:is(ol) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-block-list:is(ol) li::before {
  counter-increment: number;
  content: "" counter(number) ".";
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 7px;
  width: 12px;
}
@media screen and (min-width: 768px) {
  .wp-block-list:is(ol) li::before {
    width: 15px;
    margin-right: clamp(0.4375rem, 0.3605769231vw + 0.2644230769rem, 0.625rem);
  }
}

.admin-ui-navigable-region {
  font-size: 0.8125rem;
}
.admin-ui-navigable-region .components-button.components-button-clear {
  position: relative;
  top: -20px;
  text-decoration: unset;
}

.wp-block-table td.is-selected,
.wp-block-table th.is-selected {
  outline: 2px solid #007cba;
  background: rgba(0, 124, 186, 0.08);
}

.wp-block-table table thead, .wp-block-table table tfoot {
  border: none;
}
.wp-block-table table th {
  background-color: var(--th-bg, var(--blue01));
  color: var(--th-color, var(--white));
  font-size: var(--th-font-size, 14px);
  line-height: var(--th-line-height, 1.3333333333);
  font-family: var(--th-font-family, inherit);
  font-weight: var(--th-font-weight, 500);
  border: var(--th-border-width, 1px) solid var(--th-border-color, var(--white));
  padding-top: var(--th-padding-top, 8px);
  padding-right: var(--th-padding-right, 15px);
  padding-bottom: var(--th-padding-bottom, 8px);
  padding-left: var(--th-padding-left, 15px);
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .wp-block-table table th {
    font-size: var(--th-font-size, 18px);
    padding-top: var(--th-padding-top, 14px);
    padding-right: var(--th-padding-right, 20px);
    padding-bottom: var(--th-padding-bottom, 14px);
    padding-left: var(--th-padding-left, 20px);
  }
}
.wp-block-table table td {
  background-color: var(--td-bg, var(--blue04));
  color: var(--td-color, inherit);
  font-size: var(--td-font-size, 14px);
  line-height: var(--td-line-height, 1.75);
  font-family: var(--td-font-family, inherit);
  font-weight: var(--td-font-weight, 400);
  border: var(--td-border-width, 1px) solid var(--td-border-color, var(--white));
  padding-top: var(--td-padding-top, 6px);
  padding-right: var(--td-padding-right, 14px);
  padding-bottom: var(--td-padding-bottom, 6px);
  padding-left: var(--td-padding-left, 14px);
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .wp-block-table table td {
    font-size: var(--td-font-size, 16px);
    padding-top: var(--td-padding-top, 9px);
    padding-right: var(--td-padding-right, 19px);
    padding-bottom: var(--td-padding-bottom, 18px);
    padding-left: var(--td-padding-left, 19px);
  }
}

.components-truncate {
  text-align: center;
  line-height: 1.6;
}