@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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.
 * width / max-width を指定して、main 内のコンテンツではみ出しによるレイアウト崩れを防ぐ
 */
main {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0; /* flex 子のとき縮小できるようにする */
  box-sizing: border-box;
}

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 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 {
  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 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100%;
  font-family: Arial, sans-serif;
  background-color: var(--bg-white);
  color: var(--sakura-blue);
  font-size: 1rem;
}
body img {
  width: 100%;
  height: auto; /* アスペクト比を保つ */
}

.link_button a {
  display: inline-block;
  border: 1px solid var(--bg-white);
  text-align: center;
  min-width: 250px;
  padding: 1em 2.5em;
  transition: all 0.2s cubic-bezier(0.005, 0.33, 0.105, 1) 0s;
  letter-spacing: 3px;
  z-index: 5;
  color: var(--bg-white);
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  font-size: 16px;
  text-decoration: none !important;
}
.link_button a:hover {
  color: var(--sakura-blue);
  padding-right: 4.5em;
}
.link_button a:before {
  height: 100%;
  width: calc(100% - 2em);
  top: 0;
  left: -110%;
  content: "";
  position: absolute;
  z-index: -2;
  background: var(--bg-white);
  transition: all 0.4s cubic-bezier(0.005, 0.33, 0.105, 1) 0s;
}
.link_button a:hover:before {
  left: 0;
}
.link_button a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -4em;
  z-index: -1;
  border-radius: 999px;
  width: 3.5em;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22currentColor%22%3E%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9%205l7%207-7%207%22%20%2F%3E%3C%2Fsvg%3E) no-repeat left 1em center var(--bg-white);
  background-size: 0.8em;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.005, 0.33, 0.105, 1) 0s;
}
.link_button a:hover:after {
  left: calc(100% - 3.6em);
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22%23f6f8fa%22%3E%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9%205l7%207-7%207%22%20%2F%3E%3C%2Fsvg%3E) no-repeat left 1em center var(--sakura-blue);
  background-size: 0.8em;
  color: var(--sakura-blue);
  background-position-x: center;
}

.fadeup {
  opacity: 0;
  transform: translateY(30px); /* 下から上に */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeup-visible {
  opacity: 1;
  transform: translateY(0);
}

.nav_sns a {
  transition: 0.3s;
  opacity: 1;
}
.nav_sns a:hover {
  opacity: 0.5;
}

.nav_pc_right a {
  transition: 0.3s;
}
.nav_pc_right a:hover {
  color: var(--sakura-pink);
}

.breadcrumb {
  padding-bottom: 1rem;
  font-size: var(--fs-small);
}
.breadcrumb a {
  transition: color 0.3s ease;
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: var(--sakura-pink);
}
.breadcrumb .breadcrumb-current {
  color: inherit;
  pointer-events: none;
}

.single_works_sidebar a {
  transition: 0.3s;
}
.single_works_sidebar a:hover {
  color: var(--sakura-pink);
}

.works_card_img {
  position: relative;
  cursor: pointer;
  transition: transform 0.1s linear;
  transform-style: preserve-3d;
}

.sec_seminor {
  height: 150vh;
  width: 100vw;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 5rem;
  animation: bgFade 9s infinite;
}
@media (max-width: 480px) {
  .sec_seminor {
    height: 130vh;
  }
}
@keyframes bgFade {
  0%, 100% {
    background-image: url("../img/pages/img_lecture.webp");
  }
}
.sec_seminor .sec_seminor_banner_wrapper {
  width: min(1250px, 90%);
  margin: 0 auto;
}
.sec_seminor .sec_seminor_banner_wrapper > p {
  display: inline-block;
  width: 30rem;
  font-size: var(--fs-h4);
  margin-block: 2rem;
  margin-inline: 2rem;
  position: relative;
  padding: 0 10px;
}
.sec_seminor .sec_seminor_banner_wrapper > p::before, .sec_seminor .sec_seminor_banner_wrapper > p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 44px;
  height: 2px;
  background-color: var(--sakura-blue);
}
.sec_seminor .sec_seminor_banner_wrapper > p::before {
  left: 0;
  transform: rotate(60deg);
}
.sec_seminor .sec_seminor_banner_wrapper > p::after {
  right: 0;
  transform: rotate(-60deg);
}
@media (max-width: 768px) {
  .sec_seminor .sec_seminor_banner_wrapper > p {
    width: 90%;
    margin-inline: 0;
  }
}
.sec_seminor .sec_seminor_banner_wrapper .sec_seminor_banner {
  border: 1px solid var(--sakura-blue);
  background-color: white;
  border-radius: 10px;
}
.sec_seminor .sec_seminor_banner_wrapper .sec_seminor_banner p {
  margin-block: 2rem;
  font-size: var(--fs-h2);
  letter-spacing: 2px;
}
.sec_seminor .sec_seminor_banner_wrapper .sec_seminor_banner .sec_seminor_banner_below {
  padding-block: 5rem;
  background-color: var(--sakura-blue);
  color: white;
  border-radius: 0 0 10px 10px;
}
.sec_seminor .sec_seminor_banner_wrapper .sec_seminor_banner .sec_seminor_banner_below h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  display: inline-block;
  font-size: var(--fs-h2);
  color: white;
}
.sec_seminor .sec_seminor_banner_wrapper .sec_seminor_banner .sec_seminor_banner_below h3 span {
  display: inline-block;
  font-size: var(--fs-h1);
}

.seminor_exp {
  position: relative;
  z-index: 8;
  width: 100%;
  background-color: var(--sakura-blue);
  color: white;
  padding-block: 10rem;
}
.seminor_exp:after {
  content: "";
  position: absolute;
  bottom: -20px; /* 吹き出しを下に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 25px;
  background: var(--sakura-blue);
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.seminor_exp p {
  font-size: var(--fs-h4);
  line-height: 1.8;
  letter-spacing: 2px;
  text-align: center;
}

.web_sec_seminor {
  position: relative;
  z-index: 7;
  height: 140vh;
  width: 100vw;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 5rem;
  animation: bgFade 9s infinite;
}
@media (max-width: 480px) {
  .web_sec_seminor {
    height: 110vh;
    background-position: 30%;
  }
}
@keyframes bgFade {
  0%, 100% {
    background-image: url("../img/pages/img_lecture.webp");
  }
}
.web_sec_seminor .sec_seminor_banner_wrapper {
  width: min(1250px, 90%);
  margin: 0 auto;
}
.web_sec_seminor .sec_seminor_banner_wrapper > p {
  display: inline-block;
  width: 30rem;
  font-size: var(--fs-h4);
  margin-block: 2rem;
  margin-inline: 2rem;
  position: relative;
  padding: 0 10px;
}
.web_sec_seminor .sec_seminor_banner_wrapper > p::before, .web_sec_seminor .sec_seminor_banner_wrapper > p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 44px;
  height: 2px;
  background-color: var(--sakura-blue);
}
.web_sec_seminor .sec_seminor_banner_wrapper > p::before {
  left: 0;
  transform: rotate(60deg);
}
.web_sec_seminor .sec_seminor_banner_wrapper > p::after {
  right: 0;
  transform: rotate(-60deg);
}
@media (max-width: 768px) {
  .web_sec_seminor .sec_seminor_banner_wrapper > p {
    width: 100%;
    margin-inline: 0;
  }
}
.web_sec_seminor .sec_seminor_banner_wrapper .sec_seminor_banner {
  border: 1px solid var(--sakura-blue);
  background-color: white;
  border-radius: 10px;
}
.web_sec_seminor .sec_seminor_banner_wrapper .sec_seminor_banner p {
  margin-block: 2rem;
  font-size: var(--fs-h2);
  letter-spacing: 2px;
}
.web_sec_seminor .sec_seminor_banner_wrapper .sec_seminor_banner .sec_seminor_banner_below {
  padding-block: 5rem;
  background-color: var(--sakura-blue);
  color: white;
  border-radius: 0 0 10px 10px;
}
.web_sec_seminor .sec_seminor_banner_wrapper .sec_seminor_banner .sec_seminor_banner_below h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  display: inline-block;
  font-size: var(--fs-h2);
  color: white;
}
.web_sec_seminor .sec_seminor_banner_wrapper .sec_seminor_banner .sec_seminor_banner_below h3 span {
  display: inline-block;
  font-size: var(--fs-h1);
}
.web_sec_seminor .sec_seminor_banner_wrapper .sec_seminor_banner .sec_seminor_banner_below .link_button a {
  background-color: white;
}

.breadcrumb {
  font-size: 14px;
}

span.wbr {
  display: inline-block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.single_works_data {
  /* オプション: 画像ブロックにクラス display-full を付けると枠内100%表示 */
}
.single_works_data .wp-block-image img,
.single_works_data figure.wp-block-image img,
.single_works_data img {
  max-width: 100% !important; /* ブロックのインライン width を上書き */
  height: auto !important;
  width: auto;
}
.single_works_data figure.wp-block-image {
  max-width: 100%;
}
.single_works_data .alignwide {
  max-width: 90vw;
  margin-inline: auto;
}
.single_works_data .alignfull {
  max-width: none;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.single_works_data .wp-block-image.display-full,
.single_works_data figure.wp-block-image.display-full {
  width: 100%;
  max-width: 100%;
}
.single_works_data .wp-block-image.display-full img,
.single_works_data figure.wp-block-image.display-full img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}
.single_works_data .display-full img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}

body > header,
#header {
  position: fixed;
  opacity: 1;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 99998; /* 管理バー(99999)より下にしてクリック可能に */
}
body > header h1,
#header h1 {
  width: 20rem;
  height: 45px;
}
body > header h1 img,
#header h1 img {
  width: 100%;
  -webkit-filter: invert(20%) saturate(2);
  -moz-filter: invert(20%) saturate(2);
  -ms-filter: invert(20%) saturate(2);
  filter: invert(20%) saturate(2);
}
body > header nav > div:nth-of-type(1) ul.mnav_pc,
#header nav > div:nth-of-type(1) ul.mnav_pc {
  display: flex;
  justify-content: center;
  gap: 1em;
  align-items: center;
  min-width: 500px;
  position: relative;
  margin-right: 13%;
}
@media (max-width: 768px) {
  body > header nav > div:nth-of-type(1) ul.mnav_pc,
  #header nav > div:nth-of-type(1) ul.mnav_pc {
    display: none;
  }
}
body > header nav > div:nth-of-type(1) ul.mnav_pc li a,
#header nav > div:nth-of-type(1) ul.mnav_pc li a {
  width: min(30rem, 100%);
  background-color: white;
  color: var(--sakura-blue);
  display: inline-block;
  font-size: var(--fs-small);
  padding-inline: 1.2em;
  padding-block: 0.6em;
  border: 1px solid var(--sakura-blue);
  border-radius: 2em;
  transition: 0.5s;
}
body > header nav > div:nth-of-type(1) ul.mnav_pc li a:hover,
#header nav > div:nth-of-type(1) ul.mnav_pc li a:hover {
  color: white;
  background-color: var(--sakura-blue);
}
body > header nav > div:nth-of-type(1) ul.mnav_pc li a svg,
#header nav > div:nth-of-type(1) ul.mnav_pc li a svg {
  width: 2em;
  height: 1.5em;
  margin-bottom: -0.2em;
}
body > header nav > div:nth-of-type(1) ul.mnav_pc li:last-of-type a,
#header nav > div:nth-of-type(1) ul.mnav_pc li:last-of-type a {
  letter-spacing: 0.3em;
}

.menu-toggle,
#menu-toggle {
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  position: fixed;
  right: 20px;
  top: 3px;
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
  z-index: 99998; /* 管理バー(99999)より下に */
  -webkit-filter: invert(20%) saturate(2);
  -moz-filter: invert(20%) saturate(2);
  -ms-filter: invert(20%) saturate(2);
  filter: invert(20%) saturate(2);
}
.menu-toggle:hover .bar:nth-child(1),
#menu-toggle:hover .bar:nth-child(1) {
  transform: translateX(-5px);
  transition-delay: 0s;
}
.menu-toggle:hover .bar:nth-child(2),
#menu-toggle:hover .bar:nth-child(2) {
  transform: translateX(-5px);
  transition-delay: 0.05s;
  opacity: 1;
}
.menu-toggle:hover .bar:nth-child(3),
#menu-toggle:hover .bar:nth-child(3) {
  transform: translateX(-5px);
  transition-delay: 0.1s;
}
.menu-toggle.active,
#menu-toggle.active {
  position: fixed;
  transform: translateX(-150%) translateY(100%);
}
@media (max-width: 768px) {
  .menu-toggle.active,
  #menu-toggle.active {
    transform: translateX(-50%) translateY(40%);
  }
}
@media (max-width: 480px) {
  .menu-toggle.active,
  #menu-toggle.active {
    transform: translateX(-40%) translateY(50%);
  }
}
.menu-toggle .bar,
#menu-toggle .bar {
  display: block;
  width: 40px;
  height: 2px;
  margin: 13px auto;
  background-color: var(--sakura-blue);
  transition: 0.3s ease-in-out;
  border-radius: 2px;
  left: 0;
}
.menu-toggle .bar:nth-child(1),
#menu-toggle .bar:nth-child(1) {
  top: 0;
}
.menu-toggle .bar:nth-child(2),
#menu-toggle .bar:nth-child(2) {
  top: 50%;
}
.menu-toggle .bar:nth-child(3),
#menu-toggle .bar:nth-child(3) {
  bottom: 0;
}

.menu-toggle.active .bar:nth-child(1) {
  transform: translateY(15px) rotate(45deg) !important;
  transition-delay: 0.1s !important;
}
.menu-toggle.active .bar:nth-child(2) {
  opacity: 0 !important;
  transition-delay: 0s !important;
}
.menu-toggle.active .bar:nth-child(3) {
  transform: translateY(-15px) rotate(-45deg) !important;
  transition-delay: 0.1s !important;
}

.menu {
  width: 100%;
  height: auto;
  list-style: none;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  color: var(--sakura-blue);
  opacity: 0;
  animation: fadeOut 0.3s ease-in 0s forwards;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: none;
  z-index: 99997; /* オーバーレイ: .menu-toggle(99998)より背面。管理バー(99999)より下 */
  pointer-events: auto;
}
.menu div.inner_wrap {
  background-image: url("../img/common/flower_ptn.svg");
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: calc(100% + 20px) calc(100% + 20px);
  /* ビューポートに固定し、アコーディオン開閉で高さが変わっても動かない */
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  width: 95%;
  height: auto;
  background-color: var(--bg-white);
  border-radius: 10px;
  margin: 1.5% auto;
  padding: 3rem;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .menu div.inner_wrap {
    background-size: 200%;
  }
}
@media (max-width: 480px) {
  .menu div.inner_wrap {
    background-size: 300%;
  }
}
.menu div.inner_wrap > header {
  padding-block: 2%;
  padding-left: 1%;
}
@media (max-width: 480px) {
  .menu div.inner_wrap > header {
    padding-top: 0;
    padding-bottom: 10%;
  }
}
.menu div.inner_wrap > header img {
  width: min(20rem, 100%);
}
.menu div.inner_wrap > div.nav_pc_upper {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  column-gap: 5vw;
  padding-bottom: 3%;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  pointer-events: auto; /* 他レイヤーにクリックを奪われないよう明示 */
}
@media (max-width: 1440px) {
  .menu div.inner_wrap > div.nav_pc_upper {
    display: block;
  }
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right {
  pointer-events: auto;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: var(--fs-small);
  column-gap: 5vw;
  pointer-events: auto; /* ナビのみ干渉される場合の対策 */
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li {
  padding-inline: 1rem;
  border-top: 1px solid var(--sakura-blue);
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li h4 {
  padding-block: 1rem;
  font-size: var(--fs-h4);
  font-weight: 500;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li > ul {
  padding-bottom: 2rem;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li > ul > li {
  padding: 1rem;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(7) {
  grid-column: 3;
  grid-row: 1;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(8) {
  grid-column: 3;
  grid-row: 2;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(9) {
  grid-column: 3;
  grid-row: 3;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(10) {
  grid-column: 3;
  grid-row: 4;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(11) {
  grid-column: 3;
  grid-row: 5;
}
@media (max-width: 768px) {
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul {
    display: block;
    margin-bottom: 10%;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li {
    position: relative;
    display: grid;
    grid-template-rows: auto 0fr; /* 1行目: h4の高さ、2行目: ulは閉じ時0 */
    transition: grid-template-rows 0.5s ease;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:has(ul.show) {
    grid-template-rows: auto 1fr;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4 {
    padding-block: 2rem 0;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:hover {
    cursor: pointer;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:before, .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:after {
    content: "";
    background-color: var(--sakura-blue);
    border-radius: 2px;
    width: 25px;
    height: 2px;
    position: absolute;
    top: 30px;
    right: 15px;
    transform-origin: center center;
    transition: transform 0.2s ease, opacity 0.1s ease 0.1s;
    pointer-events: none;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:before {
    width: 2px;
    height: 25px;
    top: 18px;
    right: 26px;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4.active::before {
    transform: rotate(180deg);
    opacity: 0;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4.active::after {
    transform: rotate(180deg);
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li ul {
    min-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease 0.15s;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li ul.show {
    opacity: 1;
  }
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right div.nav_priv {
  font-size: var(--fs-p);
}
@media (max-width: 1440px) {
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right div.nav_priv {
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right div.nav_priv {
    text-align: center;
  }
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left {
  width: min(25rem, 100%);
  display: flex;
  flex-direction: column; /* 縦方向に配置 */
  justify-content: flex-end; /* 子要素を下に揃える */
}
@media (max-width: 480px) {
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left {
    margin: 0 auto;
    display: block;
  }
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower {
  display: block;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_sns {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_sns li {
  text-align: center;
  padding: 0;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_sns li img {
  width: min(2rem, 100%);
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li {
  margin-block: 1rem;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li a {
  width: min(25rem, 100%);
  text-align: center;
  background-color: white;
  color: var(--sakura-blue);
  display: inline-block;
  font-size: var(--fs-small);
  padding-inline: 1.5em;
  padding-block: 0.4em;
  border: 1px solid var(--sakura-blue);
  border-radius: 2em;
  transition: 0.5s;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li a:hover {
  color: white;
  background-color: var(--sakura-blue);
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li a svg {
  width: 2em;
  height: 1.5em;
  margin-bottom: -0.1em;
  margin-right: 1em;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li:nth-of-type(2) a {
  letter-spacing: 0.5em;
}

.menu.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 1;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
footer {
  position: relative;
}
footer > div:nth-of-type(1) {
  position: absolute;
  right: 5%;
  top: 7%;
}
@media (max-width: 1440px) {
  footer > div:nth-of-type(1) {
    top: 1%;
  }
}
footer > div:nth-of-type(1) a {
  position: relative;
  display: inline-block;
}
footer > div:nth-of-type(1)::after {
  content: "";
  display: inline-block;
  width: 30px; /* アイコンのサイズを指定 */
  height: 30px;
  background-image: url("../img/common/arrow-top.svg");
  background-size: contain; /* アイコンがきれいに表示されるように調整 */
  background-repeat: no-repeat;
  margin-left: 8px; /* テキストとアイコンの間隔を設定 */
  vertical-align: bottom;
}
footer > div.nav_pc_upper {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  color: var(--sakura-blue);
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  column-gap: 5vw;
  padding-inline: 5%;
  padding-top: 10vh;
  padding-bottom: 5%;
  pointer-events: auto; /* 他レイヤーにクリックを奪われないよう明示 */
}
@media (max-width: 1440px) {
  footer > div.nav_pc_upper {
    display: block;
  }
}
footer > div.nav_pc_upper div.nav_pc_right {
  pointer-events: auto;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul {
  pointer-events: auto; /* ナビのみ干渉される場合の対策 */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: var(--fs-small);
  column-gap: 5vw;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li {
  padding-inline: 1rem;
  border-top: 1px solid var(--sakura-blue);
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li h4 {
  padding-block: 1rem;
  font-size: var(--fs-h4);
  font-weight: 500;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li > ul {
  padding-bottom: 2rem;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li > ul > li {
  padding: 1rem;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(7) {
  grid-column: 3;
  grid-row: 1;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(8) {
  grid-column: 3;
  grid-row: 2;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(9) {
  grid-column: 3;
  grid-row: 3;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(10) {
  grid-column: 3;
  grid-row: 4;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(11) {
  grid-column: 3;
  grid-row: 5;
}
@media (max-width: 768px) {
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul {
    display: block;
    margin-bottom: 10%;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li {
    position: relative;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4 {
    padding-block: 2rem 0;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:hover {
    cursor: pointer;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:before, footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:after {
    content: "";
    background-color: var(--sakura-blue);
    border-radius: 2px;
    width: 25px;
    height: 2px;
    position: absolute;
    pointer-events: none; /* クリックを h4 に通す */
    top: 30px;
    right: 15px;
    transform-origin: center center;
    transition: transform 0.2s ease, opacity 0.1s ease 0.1s;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:before {
    width: 2px;
    height: 25px;
    top: 18px;
    right: 26px;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4.active::before {
    transform: rotate(180deg);
    opacity: 0;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4.active::after {
    transform: rotate(180deg);
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li ul {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.3s ease 0.2s;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li ul.show {
    opacity: 1;
  }
}
footer > div.nav_pc_upper div.nav_pc_right div.nav_priv {
  font-size: var(--fs-p);
}
@media (max-width: 1440px) {
  footer > div.nav_pc_upper div.nav_pc_right div.nav_priv {
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  footer > div.nav_pc_upper div.nav_pc_right div.nav_priv {
    text-align: center;
  }
}
footer > div.nav_pc_upper div.nav_pc_left {
  width: min(25rem, 100%);
  display: flex;
  flex-direction: column; /* 縦方向に配置 */
  justify-content: flex-end; /* 子要素を下に揃える */
}
@media (max-width: 768px) {
  footer > div.nav_pc_upper div.nav_pc_left {
    margin: 15% auto 0;
  }
}
@media (max-width: 480px) {
  footer > div.nav_pc_upper div.nav_pc_left {
    margin: 0 auto;
    display: block;
  }
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower {
  display: block;
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_sns {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_sns li {
  text-align: center;
  padding: 0;
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_sns li img {
  width: min(2rem, 100%);
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li {
  margin-block: 1rem;
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li a {
  width: min(25rem, 100%);
  text-align: center;
  background-color: white;
  color: var(--sakura-blue);
  display: inline-block;
  font-size: var(--fs-small);
  padding-inline: 1.5em;
  padding-block: 0.4em;
  border: 1px solid var(--sakura-blue);
  border-radius: 2em;
  transition: 0.5s;
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li a:hover {
  color: white;
  background-color: var(--sakura-blue);
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li a svg {
  width: 2em;
  height: 1.5em;
  margin-bottom: -0.1em;
  margin-right: 1em;
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li:nth-of-type(2) a {
  letter-spacing: 0.5em;
}
footer div.footer_below {
  padding-inline: 5%;
  padding-top: 3rem;
  background-color: var(--sakura-blue);
  color: white;
}
footer div.footer_below div.footer_address {
  padding-top: 1rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  footer div.footer_below div.footer_address {
    text-align: center;
  }
}
footer div.footer_below div.footer_address h3 {
  padding-bottom: 3rem;
  margin: 0;
}
footer div.footer_below div.footer_address h3 img {
  width: min(200px, 100%);
}
footer div.footer_below div.footer_address > div {
  display: flex;
  column-gap: 5vw;
}
@media (max-width: 768px) {
  footer div.footer_below div.footer_address > div {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  footer div.footer_below div.footer_address > div > div {
    margin-bottom: 4rem;
  }
}
footer div.footer_below div.footer_address > div > div h4 {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  font-size: var(--fs-p);
  font-weight: 600;
  padding-bottom: 5%;
}
footer div.footer_below div.footer_address > div > div address {
  line-height: 1.5;
}
footer div.footer_below div.footer_address > div > div address p {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: var(--fs-xsmall);
}
footer div.footer_below div.footer_address > div > div ul.footer_nav_sns {
  padding-top: 2rem;
  display: flex;
  column-gap: 1rem;
}
@media (max-width: 768px) {
  footer div.footer_below div.footer_address > div > div ul.footer_nav_sns {
    justify-content: center;
    margin-top: 3rem;
    gap: 4rem;
  }
}
footer div.footer_below div.footer_address > div > div ul.footer_nav_sns li {
  width: min(2rem, 100%);
}
footer div.footer_below .footer_credit p {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  padding-bottom: 1rem;
}
footer div.footer_below .footer_credit p span {
  font-size: var(--fs-small);
  display: inline-block;
  transform: translateY(2px);
}
@media (max-width: 768px) {
  footer div.footer_below .footer_credit p {
    text-align: center;
  }
}

main {
  padding-top: 65px;
}

#myCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: -1;
}

.wrapper {
  position: relative;
  z-index: 1;
  width: min(95%, 1500px);
  margin: 0 auto; /* 中央揃え */
  position: relative; /* 子要素を絶対配置するため */
}

h2 {
  color: var(--sakura-blue);
  text-align: right;
  margin: 5rem auto 5rem;
  font-size: var(--fs-h1);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  color: var(--sakura-blue);
  letter-spacing: 0.7rem;
}
h2 span {
  display: block;
  font-size: var(--fs-h4);
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  h2 {
    padding-left: 5%;
  }
}
@media (max-width: 480px) {
  h2 {
    margin: 5rem auto 5rem;
  }
}

.about_message_contents h3 {
  color: var(--sakura-blue);
  text-align: start;
  margin: 5rem auto 5rem;
  font-size: var(--fs-h2);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  color: var(--sakura-blue);
  letter-spacing: 0.7rem;
}
.about_message_contents h3 span {
  display: block;
  font-size: var(--fs-h4);
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .about_message_contents h3 {
    padding-left: 5%;
  }
}
@media (max-width: 480px) {
  .about_message_contents h3 {
    margin: 5rem auto 5rem;
  }
}

.full-width-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%; /* 必要に応じて位置調整 */
  width: 100vw; /* ビューポート幅 */
}

.content_bg {
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  border-radius: 10px;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
}
.content_bg .main_content {
  padding-block: 5%;
  width: 95%;
  margin: 0 auto;
}
.content_bg .main_content h2 {
  text-align: start;
}

.page-about {
  width: min(100%, 1500px);
  margin: 0 auto;
  /* アクティブタブにドットを追加 */
  /* アクティブなタブのドットを表示 */
  /* ドットの移動 */
  /* タブコンテンツの管理 */
  /* アクティブなコンテンツを表示する */
  /* フェードインアニメーション */
}
.page-about .wrapper .single_works_wrapper {
  display: flex;
  font-size: var(--fs-p);
  gap: 3rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .page-about .wrapper .single_works_wrapper {
    flex-direction: column;
  }
}
.page-about .wrapper .single_works_wrapper .single_works_sidebar {
  flex: 2;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .page-about .wrapper .single_works_wrapper .single_works_sidebar {
    display: none;
  }
}
.page-about .wrapper .single_works_wrapper .single_works_sidebar h4 {
  font-size: var(--fs-h4);
  font-weight: 500;
  padding-bottom: 3rem;
}
.page-about .wrapper .single_works_wrapper .single_works_sidebar ul {
  list-style-type: disc; /* リストマークをディスク型に */
  padding-left: 20px;
}
.page-about .wrapper .single_works_wrapper .single_works_sidebar ul li {
  margin-bottom: 1rem;
}
.page-about .wrapper .single_works_wrapper .content_bg {
  flex: 8;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.page-about .wrapper .single_works_wrapper .content_bg .main_content {
  margin-block: 5%;
}
.page-about .wrapper .single_works_wrapper .content_bg .main_content h4 {
  border-bottom: none;
}
.page-about .wrapper .single_works_wrapper .content_bg .main_content > ul {
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--sakura-blue);
  margin-bottom: 3rem;
}
.page-about .wrapper .single_works_wrapper .content_bg .main_content .single_works_img,
.page-about .wrapper .single_works_wrapper .content_bg .main_content .single_works_data {
  padding-top: 5rem;
  font-size: var(--fs-p);
  line-height: 1.5;
  letter-spacing: 0.3rem;
}
.page-about .about_tabs {
  display: flex;
  flex-wrap: nowrap;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 2% 3%;
  font-size: var(--fs-p);
  gap: 3%;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}
.page-about .about_tabs .tab {
  flex: 0 0 auto;
  white-space: nowrap;
}
.page-about .about_tabs h4 {
  position: relative;
  padding-right: 3rem;
  flex: 0 0 auto;
  white-space: nowrap;
}
.page-about .about_tabs h4:after {
  content: "";
  background: var(--sakura-blue);
  height: 200%;
  width: 1px;
  position: absolute;
  top: -1rem;
  right: 0;
}
@media (max-width: 768px) {
  .page-about .about_tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 1rem;
    padding: 1rem 1rem 1.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    box-sizing: border-box;
  }
  .page-about .about_tabs h4 {
    display: none;
  }
  .page-about .about_tabs .tab {
    padding: 0.75rem 0.25rem;
  }
  .page-about .about_tabs .tab.active::before {
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-about .about_tabs .tab::after {
    content: none;
    display: none;
  }
}
.page-about .about_tabs .tab.active::before {
  content: "";
  position: absolute;
  top: -15px; /* タブの下に少しドットを置く */
  left: 50%;
  transform: translateX(-50%); /* ドットを中央に配置 */
  width: 8px; /* ドットの幅 */
  height: 8px; /* ドットの高さ */
  background-color: var(--sakura-pink); /* ドットの色（仮に青色） */
  border-radius: 50%; /* ドットを丸に */
  opacity: 0; /* 初期状態は透明 */
  visibility: hidden; /* 最初は非表示 */
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; /* フェードイン・フェードアウト、移動のアニメーション */
}
.page-about .tab {
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative;
}
.page-about .about_tabs .tab.active::before {
  opacity: 1;
  visibility: visible; /* アクティブなタブでは表示 */
  animation: fadeInDot 0.3s ease-in-out forwards;
}
@keyframes fadeInDot {
  0% {
    opacity: 0; /* 初期状態は透明 */
    transform: translateY(-10px); /* ドットを少し下に配置 */
  }
  100% {
    opacity: 1; /* 完全に表示 */
    transform: translateY(0); /* 元の位置に戻す */
  }
}
.page-about .about_tab_contents {
  position: relative;
}
.page-about .about_tab_content {
  display: none; /* 非表示 */
}
.page-about .about_tab_content.active {
  display: block;
  animation: fadeIn 0.5s ease-in-out; /* フェードインアニメーション */
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about_message_fv {
  background-image: url(../img/pages/about_img_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 50vh;
  position: relative;
  border-radius: 10px;
}
.about_message_fv .about_message_fv_illust {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#history .about_message_fv {
  background-image: none;
  min-height: auto;
  position: relative;
  padding: 0;
  margin-bottom: 3rem;
  background-color: transparent;
  overflow: hidden;
  border-radius: 10px;
}
#history .about_message_fv .about_message_fv_txt {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  left: auto;
  max-width: min(32rem, 75%);
  z-index: 2;
  text-align: right;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #history .about_message_fv .about_message_fv_txt {
    bottom: 1.5rem;
    right: 1rem;
    left: 1rem;
    max-width: none;
    width: auto;
    transform: none;
  }
}
@media (max-width: 480px) {
  #history .about_message_fv .about_message_fv_txt {
    left: 50%;
    right: auto;
    width: 90%;
    max-width: 90%;
    transform: translateX(-50%);
    text-align: center;
  }
}
.about_message_fv .about_message_fv_txt {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.about_message_fv .about_message_fv_txt h3 {
  font-size: var(--fs-h3);
  padding-bottom: 3rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.about_message_fv .about_message_fv_txt p {
  font-size: var(--fs-p);
  line-height: 1.5;
  letter-spacing: 0.3rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
}
@media (max-width: 480px) {
  .about_message_fv .about_message_fv_txt {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.about_img_full {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 3rem;
  width: min(700px, 100%);
}
@media (max-width: 480px) {
  .about_img_full {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    border-radius: 0;
  }
}

.about_message_contents {
  width: min(700px, 100%);
}
.about_message_contents .about_catch {
  font-size: var(--fs-p);
  line-height: 1.5;
  letter-spacing: 0.3rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  font-size: var(--fs-h4);
  padding-bottom: 3rem;
}
.about_message_contents .about_message_text {
  font-size: var(--fs-p);
  line-height: 1.5;
  letter-spacing: 0.3rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  padding-bottom: 2rem;
}
.about_message_contents .about_signature {
  padding-bottom: 5rem;
}
.about_message_contents .about_signature p {
  font-size: var(--fs-h3);
  text-align: right;
}
.about_message_contents .about_signature p span {
  display: block;
  font-size: var(--fs-h4);
  padding-bottom: 2rem;
}
.about_message_contents ul {
  list-style: none;
  padding-left: 0;
  margin: 2rem 0;
  font-size: var(--fs-p);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
}
.about_message_contents ul li {
  margin-block-start: 1rem;
  padding-left: 1.5em;
  position: relative;
}
.about_message_contents ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.about_message_contents h4 {
  font-size: var(--fs-h4);
  font-weight: 600;
  margin: 2.5rem 0 1rem;
  color: var(--sakura-blue);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

#about .about_message_fv {
  background-image: url(../img/pages/about_img_4.jpg);
}
#about .about_message_contents {
  font-size: var(--fs-p);
}
#about .about_message_contents dl {
  padding-block: 5rem;
}
#about .about_message_contents dl > div {
  display: flex;
  flex-wrap: wrap;
  padding-block: 3rem;
  border-bottom: 1px solid var(--sakura-blue);
}
@media (max-width: 768px) {
  #about .about_message_contents dl > div {
    flex-direction: column;
  }
}
#about .about_message_contents dt {
  width: 250px; /* dtの幅を設定 */
  font-weight: bold;
}
#about .about_message_contents dd {
  margin: 0;
  flex: 1; /* ddが残りのスペースを占める */
  min-width: 100%; /* 2つ目以降のddを下に配置 */
  letter-spacing: 1.5px;
  line-height: 1.4;
}
#about .about_message_contents dd a {
  text-decoration: none;
  position: relative;
}
#about .about_message_contents dd a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
#about .about_message_contents dd a:hover::after {
  width: 100%;
}

#history .fadeup {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
#history .fadeup-visible {
  opacity: 1;
  transform: translateY(0);
}
#history .about_message_fv_txt h3 {
  padding-bottom: 1.5rem;
}
#history .history_contents {
  opacity: 1;
}
#history .first_history {
  background-image: url(../img/history/img_gallery_old_workers.webp);
}
@media (max-width: 480px) {
  #history .first_history {
    background-position: left 70% center;
  }
}
#history .second_history {
  background-image: url(../img/history/img_gallery_factory_2.webp);
}
#history .third_history {
  background-image: url(../img/history/img_old_workers4.webp);
}
@media (max-width: 480px) {
  #history .third_history {
    background-position: left 40% center;
  }
}
#history .forth_history {
  background-image: url(../img/history/img_lithron26p.webp);
}
@media (max-width: 480px) {
  #history .forth_history {
    background-position: left 40% center;
  }
}
#history .fifth_history {
  background-image: url(../img/history/img_ricohc7200.webp);
}
@media (max-width: 480px) {
  #history .fifth_history {
    background-position: left 40% center;
  }
}
#history .sixth_history {
  background-image: url(../img/history/img_gallery_old_workers_2.webp);
}
@media (max-width: 480px) {
  #history .sixth_history {
    background-position: left 60% center;
  }
}
#history .history_wrapper {
  width: 100%;
  min-height: auto;
  padding: 4rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 10px;
}
#history .history_wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 半透明オーバーレイ */
  z-index: 1;
  border-radius: 10px;
}
#history .history_wrapper .history_text {
  position: relative;
  z-index: 2;
  width: min(700px, 90%);
  height: auto;
  margin: 0 auto;
  color: white;
  padding-block: 5rem;
}
#history .history_wrapper .history_text h3 {
  padding-block: 2rem;
  font-size: var(--fs-h3);
  letter-spacing: 1.5px;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#history .history_wrapper .history_text h3 span {
  display: block;
  font-size: var(--fs-p);
  padding-bottom: 1rem;
}
#history .history_wrapper .history_text p {
  font-size: var(--fs-p);
  line-height: 1.3;
  letter-spacing: 2px;
}
#history .history_wrapper .history_text .history_catch {
  font-size: var(--fs-p);
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  padding-bottom: 2rem;
}

.page-about main {
  overflow-x: clip;
  overflow-y: visible;
}

#concept .about_message_fv {
  background-image: url(../img/pages/about_img_1.JPG);
}
#concept .about_message_contents {
  font-size: var(--fs-p);
}
#concept .mvv_label {
  font-weight: bold;
  font-size: var(--fs-h4);
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
}

#zebra .about_message_fv {
  background-image: url(../img/pages/about_img_zebra.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 10px;
  min-height: auto;
  aspect-ratio: 1024 / 388;
  height: auto;
}
#zebra .about_message_fv .about_message_fv_txt {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  text-align: right;
  width: min(600px, 90%);
}
@media (max-width: 768px) {
  #zebra .about_message_fv .about_message_fv_txt {
    right: 50%;
    transform: translateX(50%);
    text-align: center;
  }
}
#zebra .zebra_ext_link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  transition: opacity 0.3s ease;
}
#zebra .zebra_ext_link::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23004d71' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1' /%3E%3C/svg%3E") no-repeat center/contain;
  flex-shrink: 0;
}
#zebra .zebra_ext_link:hover {
  opacity: 0.5;
}

.sdgs div.wrapper div.content_bg {
  margin-bottom: 3rem;
}
.sdgs div.wrapper div.content_bg .about_message_fv {
  background-image: url(../img/sdgs/img_sdgs_fv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 50vh;
  position: relative;
  border-radius: 10px;
}
.sdgs div.wrapper div.content_bg .about_message_fv .about_message_fv_txt {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: min(600px, 90%);
}
@media (max-width: 768px) {
  .sdgs div.wrapper div.content_bg .about_message_fv .about_message_fv_txt {
    right: 50%;
    transform: translateX(50%);
  }
}
.sdgs div.wrapper div.content_bg .about_message_fv .about_message_fv_txt p {
  font-size: var(--fs-p);
  line-height: 1.5;
  letter-spacing: 0.3rem;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  color: white;
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents h3 {
  font-size: var(--fs-h3);
  padding-bottom: 5rem;
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs_img_wrapper {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs_img_wrapper img {
  width: min(10rem, 100%);
  aspect-ratio: 1/1;
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-ours-img-row {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-ours-img-row li {
  flex: 1 1 calc(50% - 1rem);
  box-sizing: border-box;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-ours-img-row {
    flex-direction: column;
    align-items: center;
  }
  .sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-ours-img-row li {
    flex: 1 1 100%;
  }
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-img {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-img[data-sdgs="1-1"] {
  background-image: url("../img/sdgs/1_1.jpg");
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-img[data-sdgs="1-2"] {
  background-image: url("../img/sdgs/1_2.jpg");
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-img[data-sdgs="2-1"] {
  background-image: url("../img/sdgs/2_1.jpg");
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-img[data-sdgs="2-2"] {
  background-image: url("../img/sdgs/2_2.jpg");
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-img[data-sdgs="3-1"] {
  background-image: url("../img/sdgs/3_1.jpg");
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-img[data-sdgs="3-2"] {
  background-image: url("../img/sdgs/3_2.jpg");
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-img[data-sdgs="4-1"] {
  background-image: url("../img/sdgs/4_1.jpg");
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-img[data-sdgs="4-2"] {
  background-image: url("../img/sdgs/4_2.jpg");
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-img[data-sdgs="5-1"] {
  background-image: url("../img/sdgs/5_1.jpg");
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-img[data-sdgs="5-2"] {
  background-image: url("../img/sdgs/5_2.jpg");
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-img[data-sdgs="6-1"] {
  background-image: url("../img/sdgs/6_1.jpg");
}
.sdgs div.wrapper div.content_bg .ours .about_message_contents .sdgs-img[data-sdgs="6-2"] {
  background-image: url("../img/sdgs/6_2.jpg");
}
.sdgs div.wrapper div.content_bg .about_message_text {
  padding-bottom: 5rem;
}
.sdgs div.wrapper div.content_bg .about_img_full {
  padding-bottom: 5rem;
}
.sdgs div.wrapper div.content_bg .link_button {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.sdgs div.wrapper div.content_bg .link_button a {
  display: inline-block;
  border: 1px solid var(--sakura-blue);
  text-align: center;
  min-width: 250px;
  padding: 1em 2.5em;
  transition: all 0.2s cubic-bezier(0.005, 0.33, 0.105, 1) 0s;
  letter-spacing: 3px;
  z-index: 5;
  color: var(--sakura-blue);
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  font-size: 16px;
  text-decoration: none !important;
}
.sdgs div.wrapper div.content_bg .link_button a:before {
  height: 100%;
  width: calc(100% - 2em);
  top: 0;
  left: -110%;
  content: "";
  position: absolute;
  z-index: -2;
  background: white;
  transition: all 0.4s cubic-bezier(0.005, 0.33, 0.105, 1) 0s;
}
.sdgs div.wrapper div.content_bg .link_button a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -4em;
  z-index: -1;
  border-radius: 999px;
  width: 3.5em;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22currentColor%22%3E%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9%205l7%207-7%207%22%20%2F%3E%3C%2Fsvg%3E) no-repeat left 1em center var(--sakura-blue);
  background-size: 0.8em;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.005, 0.33, 0.105, 1) 0s;
}
@media (min-width: 880px) {
  .sdgs div.wrapper div.content_bg .link_button a:hover {
    color: var(--sakura-blue);
    padding-right: 4.5em;
  }
  .sdgs div.wrapper div.content_bg .link_button a:hover:before {
    left: 0;
  }
  .sdgs div.wrapper div.content_bg .link_button a:hover:after {
    left: calc(100% - 3.5em);
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22%23f6f8fa%22%3E%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9%205l7%207-7%207%22%20%2F%3E%3C%2Fsvg%3E) no-repeat left 1em center var(--sakura-blue);
    background-size: 0.8em;
  }
  .sdgs div.wrapper div.content_bg .link_button a:hover:after {
    color: white;
    background-position-x: center;
  }
}

.page-block-editor .content_bg .main_content,
.page-default .content_bg .main_content {
  max-width: 700px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-inline: 2rem;
}
@media (max-width: 768px) {
  .page-block-editor .content_bg .main_content,
  .page-default .content_bg .main_content {
    padding-inline: 1rem;
  }
}

.page-block-editor .block-editor-content,
.page-default .block-editor-content {
  word-break: break-word;
  font-size: var(--fs-p);
  /* オプション: 画像ブロックに「追加CSSクラス」で display-full を指定すると枠内100%表示 */
}
.page-block-editor .block-editor-content p,
.page-block-editor .block-editor-content .wp-block-paragraph,
.page-default .block-editor-content p,
.page-default .block-editor-content .wp-block-paragraph {
  font-size: var(--fs-p);
}
.page-block-editor .block-editor-content h2,
.page-block-editor .block-editor-content h2.wp-block-heading,
.page-default .block-editor-content h2,
.page-default .block-editor-content h2.wp-block-heading {
  font-size: var(--fs-h2);
}
.page-block-editor .block-editor-content h3,
.page-block-editor .block-editor-content h3.wp-block-heading,
.page-default .block-editor-content h3,
.page-default .block-editor-content h3.wp-block-heading {
  font-size: var(--fs-h3);
}
.page-block-editor .block-editor-content h4,
.page-block-editor .block-editor-content h4.wp-block-heading,
.page-default .block-editor-content h4,
.page-default .block-editor-content h4.wp-block-heading {
  font-size: var(--fs-h4);
}
.page-block-editor .block-editor-content h5,
.page-block-editor .block-editor-content h5.wp-block-heading,
.page-default .block-editor-content h5,
.page-default .block-editor-content h5.wp-block-heading {
  font-size: var(--fs-p);
}
.page-block-editor .block-editor-content h6,
.page-block-editor .block-editor-content h6.wp-block-heading,
.page-default .block-editor-content h6,
.page-default .block-editor-content h6.wp-block-heading {
  font-size: var(--fs-small);
}
.page-block-editor .block-editor-content li,
.page-default .block-editor-content li {
  font-size: var(--fs-p);
}
.page-block-editor .block-editor-content > * + *,
.page-default .block-editor-content > * + * {
  margin-block-start: 1.5em;
}
.page-block-editor .block-editor-content .wp-block-image img,
.page-default .block-editor-content .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.page-block-editor .block-editor-content .alignwide,
.page-default .block-editor-content .alignwide {
  max-width: 90vw;
  margin-inline: auto;
}
.page-block-editor .block-editor-content .alignfull,
.page-default .block-editor-content .alignfull {
  max-width: none;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.page-block-editor .block-editor-content .wp-block-image.display-full,
.page-block-editor .block-editor-content figure.wp-block-image.display-full,
.page-default .block-editor-content .wp-block-image.display-full,
.page-default .block-editor-content figure.wp-block-image.display-full {
  width: 100%;
  max-width: 100%;
}
.page-block-editor .block-editor-content .wp-block-image.display-full img,
.page-block-editor .block-editor-content figure.wp-block-image.display-full img,
.page-default .block-editor-content .wp-block-image.display-full img,
.page-default .block-editor-content figure.wp-block-image.display-full img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}
