@charset "UTF-8";
/*
Blocks styles for Gutenberg content and editor.
*/
@media screen and (min-width: 768px) {
  .HIDE-PC {
    display: none !important;
  }
}
@media screen and (max-width: 767.9px) {
  .HIDE-SP {
    display: none !important;
  }
}
/*
Blocks styles for Gutenberg content and editor.
*/
/*
Blocks styles for Gutenberg content and editor.
*/
/*
Blocks styles for Gutenberg content and editor.
*/
/*
Blocks styles for Gutenberg content and editor.
*/
/*
Blocks styles for Gutenberg content and editor.
*/
/*
Blocks styles for Gutenberg content and editor.
*/
/*
Blocks styles for Gutenberg content and editor.
*/
/*
Blocks styles for Gutenberg content and editor.
*/
/*
Blocks styles for Gutenberg content and editor.
*/
/*
Blocks styles for Gutenberg content and editor.
*/
/*
Blocks styles for Gutenberg content and editor.
*/
/*
Blocks styles for Gutenberg content and editor.
*/
/*
Blocks styles for Gutenberg content and editor.
*/
/*
Blocks styles for Gutenberg content and editor.
*/
/*
Blocks styles for Gutenberg content and editor.
*/
.gb-content h2 {
  margin-block: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  font-family: "Mercari Sans", "Arial", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .gb-content h2 {
    font-size: 32px;
  }
}
html[lang=ja] .gb-content h2 {
  font-size: 40px;
}
@media screen and (max-width: 767.9px) {
  html[lang=ja] .gb-content h2 {
    font-size: 24px;
  }
}
.gb-content h2.wp-block-heading:before {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 10px;
  background: linear-gradient(90deg, #EE5267 0%, #7379F1 113.16%);
  border-radius: 2px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767.9px) {
  .gb-content h2.wp-block-heading:before {
    width: 32px;
    height: 6px;
    margin-bottom: 16px;
  }
}
.gb-content h3 {
  margin-block: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Mercari Sans", "Arial", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .gb-content h3 {
    font-size: 22px;
  }
}
.gb-content h4 {
  margin-block: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Mercari Sans", "Arial", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .gb-content h4 {
    font-size: 18px;
  }
}
.gb-content p {
  margin-block: 0;
  font-size: 16px;
  line-height: 1.6;
}
.gb-content a {
  color: #6D57DB;
  text-decoration: underline;
  word-break: break-word;
}
.gb-content strong {
  font-weight: bold;
}
.gb-content sup {
  font-size: 0.75em;
  vertical-align: super;
  line-height: 0;
}
.gb-content ul.wp-block-list {
  font-size: 16px;
  line-height: 1.6;
  list-style: disc;
  padding-left: 1em;
}
.gb-content ul.wp-block-list > li {
  margin-bottom: 16px;
}
.gb-content ul.wp-block-list > li:last-child {
  margin-bottom: 0;
}
.gb-content ol.wp-block-list {
  font-size: 16px;
  line-height: 1.6;
  list-style: none;
  padding-left: 0;
  counter-reset: ol-counter;
}
.gb-content ol.wp-block-list > li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 16px;
  counter-increment: ol-counter;
}
.gb-content ol.wp-block-list > li:last-child {
  margin-bottom: 0;
}
.gb-content ol.wp-block-list > li::before {
  content: "(" counter(ol-counter) ")";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8em;
  text-align: right;
}
.gb-content figure.wp-block-image img {
  width: 100%;
  border-radius: 8px;
}
.gb-content .wp-block-columns.is-layout-flex {
  gap: var(--m-mid2);
}
@media screen and (max-width: 767.9px) {
  .gb-content .wp-block-columns.is-layout-flex {
    gap: var(--m-default);
  }
}
.gb-content .notice-text {
  position: relative;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.gb-content .notice-text:before {
  content: "※";
  display: inline;
}
.gb-content {
  --m-big: 80px;
  --m-mid2: 64px;
  --m-mid: 40px;
  --m-default: 24px;
  --m-small: 16px;
  --m-tiny: 8px;
}
@media screen and (max-width: 767.9px) {
  .gb-content {
    --m-big: 48px;
    --m-mid2: 40px;
    --m-mid: 40px;
    --m-default: 24px;
    --m-small: 16px;
    --m-tiny: 8px;
  }
}
.gb-content:not(.gb-content--news) > * + *, .gb-content .is-root-container > * + * {
  margin-top: var(--m-big);
}
.gb-content:not(.gb-content--news) > .wp-block-group > * + *, .gb-content .is-root-container > .wp-block-group > * + * {
  margin-top: var(--m-default);
}
.gb-content:not(.gb-content--news) > .wp-block-group > .wp-block-group__inner-container > * + *, .gb-content .is-root-container > .wp-block-group > .wp-block-group__inner-container > * + * {
  margin-top: var(--m-default);
}
.gb-content:not(.gb-content--news) > .wp-block-group > * + .wp-block-group, .gb-content .is-root-container > .wp-block-group > * + .wp-block-group {
  margin-top: var(--m-mid);
}
.gb-content:not(.gb-content--news) > .wp-block-group > .wp-block-group__inner-container > * + .wp-block-group, .gb-content .is-root-container > .wp-block-group > .wp-block-group__inner-container > * + .wp-block-group {
  margin-top: var(--m-mid);
}
.gb-content:not(.gb-content--news) > .wp-block-group > :is(h4, h5, h6) + *, .gb-content .is-root-container > .wp-block-group > :is(h4, h5, h6) + * {
  margin-top: var(--m-tiny);
}
.gb-content:not(.gb-content--news) > .wp-block-group > .wp-block-group__inner-container > :is(h4, h5, h6) + *, .gb-content .is-root-container > .wp-block-group > .wp-block-group__inner-container > :is(h4, h5, h6) + * {
  margin-top: var(--m-tiny);
}
.gb-content:not(.gb-content--news) .wp-block-columns > .wp-block-column > * + *, .gb-content .is-root-container .wp-block-columns > .wp-block-column > * + * {
  margin-top: var(--m-default);
}
.gb-content:not(.gb-content--news) .wp-block-columns > .wp-block-column > * + .wp-block-group, .gb-content .is-root-container .wp-block-columns > .wp-block-column > * + .wp-block-group {
  margin-top: var(--m-mid);
}
.gb-content:not(.gb-content--news) .wp-block-columns > .wp-block-column > :is(h4, h5, h6) + *, .gb-content .is-root-container .wp-block-columns > .wp-block-column > :is(h4, h5, h6) + * {
  margin-top: var(--m-tiny);
}
.gb-content:not(.gb-content--news) .wp-block-columns > .wp-block-column > .wp-block-group > * + *, .gb-content .is-root-container .wp-block-columns > .wp-block-column > .wp-block-group > * + * {
  margin-top: var(--m-default);
}
.gb-content:not(.gb-content--news) .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-group__inner-container > * + *, .gb-content .is-root-container .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-group__inner-container > * + * {
  margin-top: var(--m-default);
}
.gb-content:not(.gb-content--news) .wp-block-columns > .wp-block-column > .wp-block-group > * + .wp-block-group, .gb-content .is-root-container .wp-block-columns > .wp-block-column > .wp-block-group > * + .wp-block-group {
  margin-top: var(--m-mid);
}
.gb-content:not(.gb-content--news) .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-group__inner-container > * + .wp-block-group, .gb-content .is-root-container .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-group__inner-container > * + .wp-block-group {
  margin-top: var(--m-mid);
}
.gb-content:not(.gb-content--news) .wp-block-columns > .wp-block-column > .wp-block-group > :is(h4, h5, h6) + *, .gb-content .is-root-container .wp-block-columns > .wp-block-column > .wp-block-group > :is(h4, h5, h6) + * {
  margin-top: var(--m-tiny);
}
.gb-content:not(.gb-content--news) .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-group__inner-container > :is(h4, h5, h6) + *, .gb-content .is-root-container .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-group__inner-container > :is(h4, h5, h6) + * {
  margin-top: var(--m-tiny);
}
.gb-content:not(.gb-content--news) .wp-block-group .wp-block-group > * + *, .gb-content .is-root-container .wp-block-group .wp-block-group > * + * {
  margin-top: var(--m-default);
}
.gb-content:not(.gb-content--news) .wp-block-group .wp-block-group > .wp-block-group__inner-container > * + *, .gb-content .is-root-container .wp-block-group .wp-block-group > .wp-block-group__inner-container > * + * {
  margin-top: var(--m-default);
}
.gb-content:not(.gb-content--news) .wp-block-group .wp-block-group > * + .wp-block-group, .gb-content .is-root-container .wp-block-group .wp-block-group > * + .wp-block-group {
  margin-top: var(--m-mid);
}
.gb-content:not(.gb-content--news) .wp-block-group .wp-block-group > .wp-block-group__inner-container > * + .wp-block-group, .gb-content .is-root-container .wp-block-group .wp-block-group > .wp-block-group__inner-container > * + .wp-block-group {
  margin-top: var(--m-mid);
}
.gb-content:not(.gb-content--news) .wp-block-group .wp-block-group > :is(h4, h5, h6) + *, .gb-content .is-root-container .wp-block-group .wp-block-group > :is(h4, h5, h6) + * {
  margin-top: var(--m-tiny);
}
.gb-content:not(.gb-content--news) .wp-block-group .wp-block-group > .wp-block-group__inner-container > :is(h4, h5, h6) + *, .gb-content .is-root-container .wp-block-group .wp-block-group > .wp-block-group__inner-container > :is(h4, h5, h6) + * {
  margin-top: var(--m-tiny);
}
.gb-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  border: 1px solid;
  width: calc(100% - 120px);
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .gb-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
    width: 100%;
    margin: 0 auto;
  }
}
.gb-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.gb-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border-color: #222;
  padding: 14px 20px;
  color: #222;
}
@media screen and (max-width: 767.9px) {
  .gb-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
  .gb-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    padding: 14px 10px;
  }
}
.gb-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  border-color: #666666;
  color: #ffffff;
  background-color: #222;
}
.gb-content h2.custom-heading-h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
}
@media screen and (max-width: 767.9px) {
  .gb-content h2.custom-heading-h2 {
    font-size: 32px;
  }
}
.gb-content h2.custom-heading-h2 {
  /*
  ショルダーテキストをwrapperで囲う理由を示しておく。
  shoulder-text自体はインライン要素（背景色をつけるために必須）で、
  block要素でwrapして、そちらにフォントサイズを記述しないとh2のストラットの影響を受けてしまうため。
  h2のストラットを.shoulder-wrapperでリセットしているということ。
  */
}
.gb-content h2.custom-heading-h2 .shoulder-wrapper {
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .gb-content h2.custom-heading-h2 .shoulder-wrapper {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.gb-content h2.custom-heading-h2 .shoulder-wrapper span.shoulder-text {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  font-weight: 700;
  padding: 5px 16px 2px;
  background: linear-gradient(90deg, #EE5267 0%, #7379F1 113.16%);
  border-radius: 2px;
}
@media screen and (max-width: 767.9px) {
  .gb-content h2.custom-heading-h2 .shoulder-wrapper span.shoulder-text {
    padding: 4px 12px 2px;
  }
}
html[lang=ja] .gb-content h2.custom-heading-h2.no-shoulder {
  font-size: 40px;
}
@media screen and (max-width: 767.9px) {
  html[lang=ja] .gb-content h2.custom-heading-h2.no-shoulder {
    font-size: 24px;
  }
}
.gb-content h2.custom-heading-h2.no-shoulder:before {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 10px;
  background: linear-gradient(90deg, #EE5267 0%, #7379F1 113.16%);
  border-radius: 2px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767.9px) {
  .gb-content h2.custom-heading-h2.no-shoulder:before {
    width: 32px;
    height: 6px;
    margin-bottom: 16px;
  }
}
.gb-content h2.custom-heading-h2.about-top-h2 {
  font-size: 50px;
}
@media screen and (max-width: 767.9px) {
  .gb-content h2.custom-heading-h2.about-top-h2 {
    font-size: 34px;
  }
}
.gb-content h2.custom-heading-h2.about-top-h2.no-shoulder:before {
  display: none;
}
.gb-content h3.custom-heading-h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .gb-content h3.custom-heading-h3 {
    font-size: 22px;
  }
}
.gb-content h4.custom-heading-h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .gb-content h4.custom-heading-h4 {
    font-size: 18px;
  }
}
.gb-content .cb-thumb-link-box {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  gap: 15px;
}
.gb-content .cb-thumb-link-box-item {
  display: grid;
  gap: 32px;
  align-items: start;
  padding: 16px;
  border-radius: 8px;
  grid-template-columns: 46.8% 1fr;
  transition: all 0.35s;
  text-decoration: none;
  color: #222;
}
@media (pointer: fine) {
  .gb-content .cb-thumb-link-box-item:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 14px rgba(34, 34, 34, 0.15);
  }
}
@media screen and (max-width: 1079.9px) {
  .gb-content .cb-thumb-link-box-item {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.gb-content .cb-thumb-link-box-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.gb-content .cb-thumb-link-box-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gb-content .cb-thumb-link-box-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.gb-content .cb-thumb-link-box-text {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
.gb-content .cb-member-list {
  border-top: 1px solid #dcdcdc;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gb-content .cb-member-row {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767.9px) {
  .gb-content .cb-member-row {
    padding: 14px 8px 10px;
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.gb-content .cb-member-name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
}
@media screen and (max-width: 767.9px) {
  .gb-content .cb-member-name {
    font-size: 16px;
  }
}
.gb-content .cb-member-role {
  font-size: 12px;
  line-height: 1.2;
  color: #666;
}
@media screen and (max-width: 767.9px) {
  .gb-content .cb-member-role {
    grid-column: 1/2;
  }
}
.gb-content .cb-more-link {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767.9px) {
  .gb-content .cb-more-link .c-text-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .gb-content .cb-more-link .c-text-link .c-circle-arrow {
    width: 32px;
    height: 32px;
  }
}
.gb-content .about-activities-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #282828;
  margin-bottom: 45px;
  padding-bottom: 62px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767.9px) {
  .gb-content .about-activities-intro {
    font-size: 14px;
    margin-bottom: 32px;
    padding-bottom: 24px;
  }
}
.gb-content .cb-project-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 40px;
  margin-bottom: 30px;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 767.9px) {
  .gb-content .cb-project-list {
    gap: 32px;
  }
}
.gb-content .project-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767.9px) {
  .gb-content .project-item {
    padding-bottom: 32px;
  }
}
.gb-content .project-item .h3-title {
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .gb-content .project-item .h3-title {
    font-size: 22px;
  }
}
.gb-content .project-item .h3-title-meta {
  color: #666;
  margin-bottom: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .gb-content .project-item .h3-title-meta {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.gb-content .project-subitem {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.gb-content .project-subitem-item {
  display: grid;
  grid-template-columns: 37.5% 1fr;
  gap: 32px;
  align-items: start;
}
@media screen and (max-width: 1079.9px) {
  .gb-content .project-subitem-item {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.gb-content .project-subitem-thumb {
  position: relative;
}
.gb-content .project-subitem-thumb img {
  width: 100%;
  border-radius: 8px;
}
.gb-content .project-subitem-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gb-content .project-subitem-text {
  margin-bottom: 16px;
  color: #282828;
}
@media screen and (max-width: 767.9px) {
  .gb-content .project-subitem-text {
    margin-bottom: 12px;
  }
}
.gb-content .project-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin-top: auto;
}
@media screen and (max-width: 767.9px) {
  .gb-content .project-links {
    align-items: flex-end;
    margin-top: 16px;
  }
}
.gb-content .project-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 767.9px) {
  .gb-content .project-link {
    font-size: 13px;
  }
}
.gb-content .about-activities-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #282828;
  margin-bottom: 45px;
  padding-bottom: 62px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767.9px) {
  .gb-content .about-activities-intro {
    font-size: 14px;
    margin-bottom: 32px;
    padding-bottom: 24px;
  }
}
.gb-content .cb-project-list2 {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 40px;
  margin-bottom: 30px;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 767.9px) {
  .gb-content .cb-project-list2 {
    gap: 32px;
  }
}
.gb-content .project-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767.9px) {
  .gb-content .project-item {
    padding-bottom: 32px;
  }
}
.gb-content .project-item .h3-title {
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .gb-content .project-item .h3-title {
    font-size: 22px;
  }
}
.gb-content .project-item .h3-title-meta {
  color: #666;
  margin-bottom: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .gb-content .project-item .h3-title-meta {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.gb-content .project-subitem {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.gb-content .project-subitem-item {
  display: grid;
  grid-template-columns: 37.5% 1fr;
  gap: 32px;
  align-items: start;
}
@media screen and (max-width: 1079.9px) {
  .gb-content .project-subitem-item {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.gb-content .project-subitem-thumb {
  position: relative;
}
.gb-content .project-subitem-thumb figure {
  margin-bottom: 14px;
}
.gb-content .project-subitem-thumb img {
  width: 100%;
  border-radius: 8px;
}
.gb-content .project-subitem-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gb-content .project-subitem-text {
  margin-bottom: 16px;
  color: #282828;
}
@media screen and (max-width: 767.9px) {
  .gb-content .project-subitem-text {
    margin-bottom: 12px;
  }
}
.gb-content .project-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .gb-content .project-links {
    align-items: flex-end;
  }
}
.gb-content .project-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: right;
  gap: 10px;
  transition: opacity 0.2s;
  color: #222;
}
@media (pointer: fine) {
  .gb-content .project-link.c-link-external:hover {
    opacity: 0.7;
  }
  .gb-content .project-link:hover .c-circle-arrow {
    background-color: #222;
    border-color: #222;
  }
  .gb-content .project-link:hover .c-circle-arrow:after {
    background-image: url("/assets/images/arrow_w.svg");
  }
}
.gb-content .project-link .c-circle-arrow {
  position: relative;
  bottom: 1px;
  right: 0;
}
@media screen and (max-width: 767.9px) {
  .gb-content .project-link {
    font-size: 13px;
  }
}
.gb-content .partial-topic {
  display: grid;
  gap: 16px;
}
.gb-content .partial-topic .partial-topic-card {
  padding: 16px;
  border-radius: 16px;
  background: #fff;
}
.gb-content .partial-topic .partial-topic-card h3 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #282828;
}
@media screen and (max-width: 767.9px) {
  .gb-content .partial-topic .partial-topic-card h3 {
    font-size: 16px;
  }
}
.gb-content .partial-topic .partial-topic-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #282828;
}
.gb-content .partial-topic .partial-topic-card .cb-more-link {
  margin-top: 16px;
}
@media screen and (max-width: 767.9px) {
  .gb-content .partial-topic .partial-topic-card .cb-more-link {
    margin-top: 8px;
  }
}
.gb-content .partial-topic .partial-topic-card .cb-more-link .c-text-link .text {
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  .gb-content .partial-topic .partial-topic-card .cb-more-link .c-text-link .text {
    font-size: 14px;
  }
}
.gb-content .cb-sns-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: fit-content;
}
@media screen and (max-width: 767.9px) {
  .gb-content .cb-sns-list {
    margin: 0 auto;
  }
}
.gb-content .cb-sns-list .c-sns-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #222;
}
.gb-content .cb-sns-list .sns-icon-wrapper {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gb-content .cb-sns-list .sns-icon-wrapper img {
  width: 100%;
}
.gb-content .cb-sns-list .sns-icon-wrapper.x img,
.gb-content .cb-sns-list .sns-icon-wrapper.x picture,
.gb-content .cb-sns-list .sns-icon-wrapper.x picture img {
  width: 21px;
}
.gb-content .cb-sns-list .sns-name {
  font-size: 16px;
  font-weight: 700;
  flex-grow: 1;
  font-family: "Mercari Sans", "Arial", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .gb-content .cb-sns-list .sns-name {
    font-size: 14px;
  }
}
.gb-content.gb-content--news {
  --m-big: 80px;
  --m-default: 32px;
  --m-small: 16px;
}
@media screen and (max-width: 767.9px) {
  .gb-content.gb-content--news {
    --m-big: 48px;
    --m-default: 24px;
    --m-small: 16px;
  }
}
.gb-content.gb-content--news > :first-child, .gb-content.gb-content--news .wp-block-column > :first-child {
  margin-top: 0;
}
.gb-content.gb-content--news > * + *, .gb-content.gb-content--news .wp-block-column > * + * {
  margin-top: var(--m-default);
}
.gb-content.gb-content--news > h2, .gb-content.gb-content--news .wp-block-column > h2 {
  margin-top: var(--m-big);
}
.gb-content.gb-content--news > h2:first-child, .gb-content.gb-content--news .wp-block-column > h2:first-child {
  margin-top: 0;
}
.gb-content.gb-content--news > h3 + :not(h1, h2, h3), .gb-content.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.gb-content.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3), .gb-content.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.gb-content.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .gb-content.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.gb-content.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .gb-content.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.gb-content.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .gb-content.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.gb-content.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .gb-content.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.gb-content.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .gb-content.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.gb-content.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .gb-content.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.gb-content.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .gb-content.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.gb-content.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .gb-content.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.gb-content.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .gb-content.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.gb-content.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .gb-content.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.gb-content figure.r4d-responsive-image img {
  width: 100%;
  border-radius: 8px;
  margin: auto;
}
.gb-content .contact-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767.9px) {
  .gb-content .contact-form-wrap {
    gap: 20px;
  }
}
.gb-content .form-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .gb-content .form-row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
}
.gb-content .form-label {
  width: 29.5%;
  max-width: 260px;
  font-size: 18px;
  padding-top: 10px;
  color: #222;
}
@media screen and (max-width: 767.9px) {
  .gb-content .form-label {
    width: 100%;
    padding-top: 0;
    font-size: 16px;
  }
}
.gb-content .form-label .required {
  display: inline-block;
  font-size: 14px;
  color: #ff0211;
  margin-left: 8px;
}
@media screen and (max-width: 767.9px) {
  .gb-content .form-label .required {
    font-size: 12px;
  }
}
.gb-content .form-field {
  width: 68.18%;
}
@media screen and (max-width: 767.9px) {
  .gb-content .form-field {
    width: 100%;
  }
}
.gb-content .form-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.gb-content .form-field input[type=text],
.gb-content .form-field input[type=email],
.gb-content .form-field input[type=tel],
.gb-content .form-field textarea,
.gb-content .form-field select {
  width: 100%;
  height: 48px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 12px 16px;
  font-size: 16px;
  color: #222;
  box-sizing: border-box;
  transition: border-color 0.35s, background-color 0.35s;
}
.gb-content .form-field input[type=text]:focus,
.gb-content .form-field input[type=email]:focus,
.gb-content .form-field input[type=tel]:focus,
.gb-content .form-field textarea:focus,
.gb-content .form-field select:focus {
  border-color: #7379F1;
  outline: none;
}
.gb-content .form-field input[type=text].wpcf7-not-valid, .gb-content .form-field input[type=text][aria-invalid=true],
.gb-content .form-field input[type=email].wpcf7-not-valid,
.gb-content .form-field input[type=email][aria-invalid=true],
.gb-content .form-field input[type=tel].wpcf7-not-valid,
.gb-content .form-field input[type=tel][aria-invalid=true],
.gb-content .form-field textarea.wpcf7-not-valid,
.gb-content .form-field textarea[aria-invalid=true],
.gb-content .form-field select.wpcf7-not-valid,
.gb-content .form-field select[aria-invalid=true] {
  border-color: #f3222c;
  background-color: #ffe5e7;
}
@media screen and (max-width: 767.9px) {
  .gb-content .form-field input[type=text],
  .gb-content .form-field input[type=email],
  .gb-content .form-field input[type=tel],
  .gb-content .form-field textarea,
  .gb-content .form-field select {
    padding: 10px 12px;
    font-size: 14px;
  }
}
.gb-content .form-field textarea {
  height: 200px;
}
@media screen and (max-width: 767.9px) {
  .gb-content .form-field textarea {
    height: 180px;
  }
}
.gb-content .form-field select {
  height: auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/assets/images/arrow_menu.svg");
  background-repeat: no-repeat;
  background-position: right 21px center;
  background-size: 12px;
  padding-right: 40px;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .gb-content .form-field select {
    background-position: right 12px center;
  }
}
.gb-content .form-field .wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .gb-content .form-field .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 6px;
  }
}
.gb-content .form-consent {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .gb-content .form-consent {
    justify-content: flex-start;
  }
}
.gb-content .form-consent .c-checkbox-label,
.gb-content .form-consent .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
  color: #222;
}
.gb-content .form-consent .c-checkbox-label input[type=checkbox],
.gb-content .form-consent .wpcf7-acceptance label input[type=checkbox] {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.35s;
  flex-shrink: 0;
}
.gb-content .form-consent .c-checkbox-label input[type=checkbox]:checked,
.gb-content .form-consent .wpcf7-acceptance label input[type=checkbox]:checked {
  background-color: #222;
  border-color: #222;
}
.gb-content .form-consent .c-checkbox-label input[type=checkbox]:checked::after,
.gb-content .form-consent .wpcf7-acceptance label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.gb-content .form-submit {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  margin: 20px auto 0;
  font-size: 0;
}
.gb-content .form-submit > *:not(.c-submit-btn):not(.c-circle-arrow) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none;
}
@media screen and (max-width: 767.9px) {
  .gb-content .form-submit {
    margin-top: 32px;
  }
}
.gb-content .form-submit .c-submit-btn {
  display: block;
  width: 100%;
  height: 56px;
  background-color: #222;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.35s;
}
.gb-content .form-submit .c-submit-btn:disabled {
  background-color: #dcdcdc;
  color: #ffffff;
  cursor: not-allowed;
}
@media (pointer: fine) {
  .gb-content .form-submit:not(:has(.c-submit-btn:disabled)):hover .c-submit-btn {
    background-color: #ffffff;
    color: #222;
    border: 1px solid #222;
  }
  .gb-content .form-submit:not(:has(.c-submit-btn:disabled)):hover .c-circle-arrow {
    background-color: #222;
  }
  .gb-content .form-submit:not(:has(.c-submit-btn:disabled)):hover .c-circle-arrow:after {
    background-image: url("/assets/images/arrow_w.svg");
  }
}
.gb-content .form-submit .c-circle-arrow {
  background-color: #ffffff;
  bottom: 50%;
  transform: translateY(50%);
  right: 8px;
}
.gb-content .form-submit:has(.c-submit-btn:disabled) .c-circle-arrow {
  border-color: #ffffff;
  background-color: #ffffff;
}
.gb-content .form-submit:has(.c-submit-btn:disabled) .c-circle-arrow:after {
  background-image: url("/assets/images/arrow_gray.svg");
}
.gb-content form.failed .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 0;
  border: none !important;
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: #ff0211;
}
@media screen and (max-width: 767.9px) {
  .gb-content form.failed .wpcf7-response-output {
    font-size: 12px;
    margin-top: 16px;
    text-align: left;
  }
}

.editor-styles-wrapper {
  font-family: "Avenir-Roman", "Arial", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #f5f5f5;
}
.editor-styles-wrapper h2 {
  margin-block: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  font-family: "Mercari Sans", "Arial", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper h2 {
    font-size: 32px;
  }
}
html[lang=ja] .editor-styles-wrapper h2 {
  font-size: 40px;
}
@media screen and (max-width: 767.9px) {
  html[lang=ja] .editor-styles-wrapper h2 {
    font-size: 24px;
  }
}
.editor-styles-wrapper h2.wp-block-heading:before {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 10px;
  background: linear-gradient(90deg, #EE5267 0%, #7379F1 113.16%);
  border-radius: 2px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper h2.wp-block-heading:before {
    width: 32px;
    height: 6px;
    margin-bottom: 16px;
  }
}
.editor-styles-wrapper h3 {
  margin-block: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Mercari Sans", "Arial", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper h3 {
    font-size: 22px;
  }
}
.editor-styles-wrapper h4 {
  margin-block: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Mercari Sans", "Arial", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper h4 {
    font-size: 18px;
  }
}
.editor-styles-wrapper p {
  margin-block: 0;
  font-size: 16px;
  line-height: 1.6;
}
.editor-styles-wrapper a {
  color: #6D57DB;
  text-decoration: underline;
  word-break: break-word;
}
.editor-styles-wrapper strong {
  font-weight: bold;
}
.editor-styles-wrapper sup {
  font-size: 0.75em;
  vertical-align: super;
  line-height: 0;
}
.editor-styles-wrapper ul.wp-block-list {
  font-size: 16px;
  line-height: 1.6;
  list-style: disc;
  padding-left: 1em;
}
.editor-styles-wrapper ul.wp-block-list > li {
  margin-bottom: 16px;
}
.editor-styles-wrapper ul.wp-block-list > li:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper ol.wp-block-list {
  font-size: 16px;
  line-height: 1.6;
  list-style: none;
  padding-left: 0;
  counter-reset: ol-counter;
}
.editor-styles-wrapper ol.wp-block-list > li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 16px;
  counter-increment: ol-counter;
}
.editor-styles-wrapper ol.wp-block-list > li:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper ol.wp-block-list > li::before {
  content: "(" counter(ol-counter) ")";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8em;
  text-align: right;
}
.editor-styles-wrapper figure.wp-block-image img {
  width: 100%;
  border-radius: 8px;
}
.editor-styles-wrapper .wp-block-columns.is-layout-flex {
  gap: var(--m-mid2);
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .wp-block-columns.is-layout-flex {
    gap: var(--m-default);
  }
}
.editor-styles-wrapper .notice-text {
  position: relative;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.editor-styles-wrapper .notice-text:before {
  content: "※";
  display: inline;
}
.editor-styles-wrapper {
  --m-big: 80px;
  --m-mid2: 64px;
  --m-mid: 40px;
  --m-default: 24px;
  --m-small: 16px;
  --m-tiny: 8px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper {
    --m-big: 48px;
    --m-mid2: 40px;
    --m-mid: 40px;
    --m-default: 24px;
    --m-small: 16px;
    --m-tiny: 8px;
  }
}
.editor-styles-wrapper:not(.gb-content--news) > * + *, .editor-styles-wrapper .is-root-container > * + * {
  margin-top: var(--m-big);
}
.editor-styles-wrapper:not(.gb-content--news) > .wp-block-group > * + *, .editor-styles-wrapper .is-root-container > .wp-block-group > * + * {
  margin-top: var(--m-default);
}
.editor-styles-wrapper:not(.gb-content--news) > .wp-block-group > .wp-block-group__inner-container > * + *, .editor-styles-wrapper .is-root-container > .wp-block-group > .wp-block-group__inner-container > * + * {
  margin-top: var(--m-default);
}
.editor-styles-wrapper:not(.gb-content--news) > .wp-block-group > * + .wp-block-group, .editor-styles-wrapper .is-root-container > .wp-block-group > * + .wp-block-group {
  margin-top: var(--m-mid);
}
.editor-styles-wrapper:not(.gb-content--news) > .wp-block-group > .wp-block-group__inner-container > * + .wp-block-group, .editor-styles-wrapper .is-root-container > .wp-block-group > .wp-block-group__inner-container > * + .wp-block-group {
  margin-top: var(--m-mid);
}
.editor-styles-wrapper:not(.gb-content--news) > .wp-block-group > :is(h4, h5, h6) + *, .editor-styles-wrapper .is-root-container > .wp-block-group > :is(h4, h5, h6) + * {
  margin-top: var(--m-tiny);
}
.editor-styles-wrapper:not(.gb-content--news) > .wp-block-group > .wp-block-group__inner-container > :is(h4, h5, h6) + *, .editor-styles-wrapper .is-root-container > .wp-block-group > .wp-block-group__inner-container > :is(h4, h5, h6) + * {
  margin-top: var(--m-tiny);
}
.editor-styles-wrapper:not(.gb-content--news) .wp-block-columns > .wp-block-column > * + *, .editor-styles-wrapper .is-root-container .wp-block-columns > .wp-block-column > * + * {
  margin-top: var(--m-default);
}
.editor-styles-wrapper:not(.gb-content--news) .wp-block-columns > .wp-block-column > * + .wp-block-group, .editor-styles-wrapper .is-root-container .wp-block-columns > .wp-block-column > * + .wp-block-group {
  margin-top: var(--m-mid);
}
.editor-styles-wrapper:not(.gb-content--news) .wp-block-columns > .wp-block-column > :is(h4, h5, h6) + *, .editor-styles-wrapper .is-root-container .wp-block-columns > .wp-block-column > :is(h4, h5, h6) + * {
  margin-top: var(--m-tiny);
}
.editor-styles-wrapper:not(.gb-content--news) .wp-block-columns > .wp-block-column > .wp-block-group > * + *, .editor-styles-wrapper .is-root-container .wp-block-columns > .wp-block-column > .wp-block-group > * + * {
  margin-top: var(--m-default);
}
.editor-styles-wrapper:not(.gb-content--news) .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-group__inner-container > * + *, .editor-styles-wrapper .is-root-container .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-group__inner-container > * + * {
  margin-top: var(--m-default);
}
.editor-styles-wrapper:not(.gb-content--news) .wp-block-columns > .wp-block-column > .wp-block-group > * + .wp-block-group, .editor-styles-wrapper .is-root-container .wp-block-columns > .wp-block-column > .wp-block-group > * + .wp-block-group {
  margin-top: var(--m-mid);
}
.editor-styles-wrapper:not(.gb-content--news) .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-group__inner-container > * + .wp-block-group, .editor-styles-wrapper .is-root-container .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-group__inner-container > * + .wp-block-group {
  margin-top: var(--m-mid);
}
.editor-styles-wrapper:not(.gb-content--news) .wp-block-columns > .wp-block-column > .wp-block-group > :is(h4, h5, h6) + *, .editor-styles-wrapper .is-root-container .wp-block-columns > .wp-block-column > .wp-block-group > :is(h4, h5, h6) + * {
  margin-top: var(--m-tiny);
}
.editor-styles-wrapper:not(.gb-content--news) .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-group__inner-container > :is(h4, h5, h6) + *, .editor-styles-wrapper .is-root-container .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-group__inner-container > :is(h4, h5, h6) + * {
  margin-top: var(--m-tiny);
}
.editor-styles-wrapper:not(.gb-content--news) .wp-block-group .wp-block-group > * + *, .editor-styles-wrapper .is-root-container .wp-block-group .wp-block-group > * + * {
  margin-top: var(--m-default);
}
.editor-styles-wrapper:not(.gb-content--news) .wp-block-group .wp-block-group > .wp-block-group__inner-container > * + *, .editor-styles-wrapper .is-root-container .wp-block-group .wp-block-group > .wp-block-group__inner-container > * + * {
  margin-top: var(--m-default);
}
.editor-styles-wrapper:not(.gb-content--news) .wp-block-group .wp-block-group > * + .wp-block-group, .editor-styles-wrapper .is-root-container .wp-block-group .wp-block-group > * + .wp-block-group {
  margin-top: var(--m-mid);
}
.editor-styles-wrapper:not(.gb-content--news) .wp-block-group .wp-block-group > .wp-block-group__inner-container > * + .wp-block-group, .editor-styles-wrapper .is-root-container .wp-block-group .wp-block-group > .wp-block-group__inner-container > * + .wp-block-group {
  margin-top: var(--m-mid);
}
.editor-styles-wrapper:not(.gb-content--news) .wp-block-group .wp-block-group > :is(h4, h5, h6) + *, .editor-styles-wrapper .is-root-container .wp-block-group .wp-block-group > :is(h4, h5, h6) + * {
  margin-top: var(--m-tiny);
}
.editor-styles-wrapper:not(.gb-content--news) .wp-block-group .wp-block-group > .wp-block-group__inner-container > :is(h4, h5, h6) + *, .editor-styles-wrapper .is-root-container .wp-block-group .wp-block-group > .wp-block-group__inner-container > :is(h4, h5, h6) + * {
  margin-top: var(--m-tiny);
}
.editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  border: 1px solid;
  width: calc(100% - 120px);
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
    width: 100%;
    margin: 0 auto;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border-color: #222;
  padding: 14px 20px;
  color: #222;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
  .editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    padding: 14px 10px;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  border-color: #666666;
  color: #ffffff;
  background-color: #222;
}
.editor-styles-wrapper h2.custom-heading-h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper h2.custom-heading-h2 {
    font-size: 32px;
  }
}
.editor-styles-wrapper h2.custom-heading-h2 {
  /*
  ショルダーテキストをwrapperで囲う理由を示しておく。
  shoulder-text自体はインライン要素（背景色をつけるために必須）で、
  block要素でwrapして、そちらにフォントサイズを記述しないとh2のストラットの影響を受けてしまうため。
  h2のストラットを.shoulder-wrapperでリセットしているということ。
  */
}
.editor-styles-wrapper h2.custom-heading-h2 .shoulder-wrapper {
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper h2.custom-heading-h2 .shoulder-wrapper {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.editor-styles-wrapper h2.custom-heading-h2 .shoulder-wrapper span.shoulder-text {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  font-weight: 700;
  padding: 5px 16px 2px;
  background: linear-gradient(90deg, #EE5267 0%, #7379F1 113.16%);
  border-radius: 2px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper h2.custom-heading-h2 .shoulder-wrapper span.shoulder-text {
    padding: 4px 12px 2px;
  }
}
html[lang=ja] .editor-styles-wrapper h2.custom-heading-h2.no-shoulder {
  font-size: 40px;
}
@media screen and (max-width: 767.9px) {
  html[lang=ja] .editor-styles-wrapper h2.custom-heading-h2.no-shoulder {
    font-size: 24px;
  }
}
.editor-styles-wrapper h2.custom-heading-h2.no-shoulder:before {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 10px;
  background: linear-gradient(90deg, #EE5267 0%, #7379F1 113.16%);
  border-radius: 2px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper h2.custom-heading-h2.no-shoulder:before {
    width: 32px;
    height: 6px;
    margin-bottom: 16px;
  }
}
.editor-styles-wrapper h2.custom-heading-h2.about-top-h2 {
  font-size: 50px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper h2.custom-heading-h2.about-top-h2 {
    font-size: 34px;
  }
}
.editor-styles-wrapper h2.custom-heading-h2.about-top-h2.no-shoulder:before {
  display: none;
}
.editor-styles-wrapper h3.custom-heading-h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper h3.custom-heading-h3 {
    font-size: 22px;
  }
}
.editor-styles-wrapper h4.custom-heading-h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper h4.custom-heading-h4 {
    font-size: 18px;
  }
}
.editor-styles-wrapper .cb-thumb-link-box {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  gap: 15px;
}
.editor-styles-wrapper .cb-thumb-link-box-item {
  display: grid;
  gap: 32px;
  align-items: start;
  padding: 16px;
  border-radius: 8px;
  grid-template-columns: 46.8% 1fr;
  transition: all 0.35s;
  text-decoration: none;
  color: #222;
}
@media (pointer: fine) {
  .editor-styles-wrapper .cb-thumb-link-box-item:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 14px rgba(34, 34, 34, 0.15);
  }
}
@media screen and (max-width: 1079.9px) {
  .editor-styles-wrapper .cb-thumb-link-box-item {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.editor-styles-wrapper .cb-thumb-link-box-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.editor-styles-wrapper .cb-thumb-link-box-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.editor-styles-wrapper .cb-thumb-link-box-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.editor-styles-wrapper .cb-thumb-link-box-text {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
.editor-styles-wrapper .cb-member-list {
  border-top: 1px solid #dcdcdc;
  list-style: none;
  padding: 0;
  margin: 0;
}
.editor-styles-wrapper .cb-member-row {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .cb-member-row {
    padding: 14px 8px 10px;
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.editor-styles-wrapper .cb-member-name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .cb-member-name {
    font-size: 16px;
  }
}
.editor-styles-wrapper .cb-member-role {
  font-size: 12px;
  line-height: 1.2;
  color: #666;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .cb-member-role {
    grid-column: 1/2;
  }
}
.editor-styles-wrapper .cb-more-link {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .cb-more-link .c-text-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .cb-more-link .c-text-link .c-circle-arrow {
    width: 32px;
    height: 32px;
  }
}
.editor-styles-wrapper .about-activities-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #282828;
  margin-bottom: 45px;
  padding-bottom: 62px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .about-activities-intro {
    font-size: 14px;
    margin-bottom: 32px;
    padding-bottom: 24px;
  }
}
.editor-styles-wrapper .cb-project-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 40px;
  margin-bottom: 30px;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .cb-project-list {
    gap: 32px;
  }
}
.editor-styles-wrapper .project-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .project-item {
    padding-bottom: 32px;
  }
}
.editor-styles-wrapper .project-item .h3-title {
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .project-item .h3-title {
    font-size: 22px;
  }
}
.editor-styles-wrapper .project-item .h3-title-meta {
  color: #666;
  margin-bottom: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .project-item .h3-title-meta {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.editor-styles-wrapper .project-subitem {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.editor-styles-wrapper .project-subitem-item {
  display: grid;
  grid-template-columns: 37.5% 1fr;
  gap: 32px;
  align-items: start;
}
@media screen and (max-width: 1079.9px) {
  .editor-styles-wrapper .project-subitem-item {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.editor-styles-wrapper .project-subitem-thumb {
  position: relative;
}
.editor-styles-wrapper .project-subitem-thumb img {
  width: 100%;
  border-radius: 8px;
}
.editor-styles-wrapper .project-subitem-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.editor-styles-wrapper .project-subitem-text {
  margin-bottom: 16px;
  color: #282828;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .project-subitem-text {
    margin-bottom: 12px;
  }
}
.editor-styles-wrapper .project-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin-top: auto;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .project-links {
    align-items: flex-end;
    margin-top: 16px;
  }
}
.editor-styles-wrapper .project-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .project-link {
    font-size: 13px;
  }
}
.editor-styles-wrapper .about-activities-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #282828;
  margin-bottom: 45px;
  padding-bottom: 62px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .about-activities-intro {
    font-size: 14px;
    margin-bottom: 32px;
    padding-bottom: 24px;
  }
}
.editor-styles-wrapper .cb-project-list2 {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 40px;
  margin-bottom: 30px;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .cb-project-list2 {
    gap: 32px;
  }
}
.editor-styles-wrapper .project-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .project-item {
    padding-bottom: 32px;
  }
}
.editor-styles-wrapper .project-item .h3-title {
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .project-item .h3-title {
    font-size: 22px;
  }
}
.editor-styles-wrapper .project-item .h3-title-meta {
  color: #666;
  margin-bottom: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .project-item .h3-title-meta {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.editor-styles-wrapper .project-subitem {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.editor-styles-wrapper .project-subitem-item {
  display: grid;
  grid-template-columns: 37.5% 1fr;
  gap: 32px;
  align-items: start;
}
@media screen and (max-width: 1079.9px) {
  .editor-styles-wrapper .project-subitem-item {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.editor-styles-wrapper .project-subitem-thumb {
  position: relative;
}
.editor-styles-wrapper .project-subitem-thumb figure {
  margin-bottom: 14px;
}
.editor-styles-wrapper .project-subitem-thumb img {
  width: 100%;
  border-radius: 8px;
}
.editor-styles-wrapper .project-subitem-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.editor-styles-wrapper .project-subitem-text {
  margin-bottom: 16px;
  color: #282828;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .project-subitem-text {
    margin-bottom: 12px;
  }
}
.editor-styles-wrapper .project-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .project-links {
    align-items: flex-end;
  }
}
.editor-styles-wrapper .project-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: right;
  gap: 10px;
  transition: opacity 0.2s;
  color: #222;
}
@media (pointer: fine) {
  .editor-styles-wrapper .project-link.c-link-external:hover {
    opacity: 0.7;
  }
  .editor-styles-wrapper .project-link:hover .c-circle-arrow {
    background-color: #222;
    border-color: #222;
  }
  .editor-styles-wrapper .project-link:hover .c-circle-arrow:after {
    background-image: url("/assets/images/arrow_w.svg");
  }
}
.editor-styles-wrapper .project-link .c-circle-arrow {
  position: relative;
  bottom: 1px;
  right: 0;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .project-link {
    font-size: 13px;
  }
}
.editor-styles-wrapper .partial-topic {
  display: grid;
  gap: 16px;
}
.editor-styles-wrapper .partial-topic .partial-topic-card {
  padding: 16px;
  border-radius: 16px;
  background: #fff;
}
.editor-styles-wrapper .partial-topic .partial-topic-card h3 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #282828;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .partial-topic .partial-topic-card h3 {
    font-size: 16px;
  }
}
.editor-styles-wrapper .partial-topic .partial-topic-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #282828;
}
.editor-styles-wrapper .partial-topic .partial-topic-card .cb-more-link {
  margin-top: 16px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .partial-topic .partial-topic-card .cb-more-link {
    margin-top: 8px;
  }
}
.editor-styles-wrapper .partial-topic .partial-topic-card .cb-more-link .c-text-link .text {
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .partial-topic .partial-topic-card .cb-more-link .c-text-link .text {
    font-size: 14px;
  }
}
.editor-styles-wrapper .cb-sns-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: fit-content;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .cb-sns-list {
    margin: 0 auto;
  }
}
.editor-styles-wrapper .cb-sns-list .c-sns-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #222;
}
.editor-styles-wrapper .cb-sns-list .sns-icon-wrapper {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.editor-styles-wrapper .cb-sns-list .sns-icon-wrapper img {
  width: 100%;
}
.editor-styles-wrapper .cb-sns-list .sns-icon-wrapper.x img,
.editor-styles-wrapper .cb-sns-list .sns-icon-wrapper.x picture,
.editor-styles-wrapper .cb-sns-list .sns-icon-wrapper.x picture img {
  width: 21px;
}
.editor-styles-wrapper .cb-sns-list .sns-name {
  font-size: 16px;
  font-weight: 700;
  flex-grow: 1;
  font-family: "Mercari Sans", "Arial", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper .cb-sns-list .sns-name {
    font-size: 14px;
  }
}
.editor-styles-wrapper.gb-content--news {
  --m-big: 80px;
  --m-default: 32px;
  --m-small: 16px;
}
@media screen and (max-width: 767.9px) {
  .editor-styles-wrapper.gb-content--news {
    --m-big: 48px;
    --m-default: 24px;
    --m-small: 16px;
  }
}
.editor-styles-wrapper.gb-content--news > :first-child, .editor-styles-wrapper.gb-content--news .wp-block-column > :first-child {
  margin-top: 0;
}
.editor-styles-wrapper.gb-content--news > * + *, .editor-styles-wrapper.gb-content--news .wp-block-column > * + * {
  margin-top: var(--m-default);
}
.editor-styles-wrapper.gb-content--news > h2, .editor-styles-wrapper.gb-content--news .wp-block-column > h2 {
  margin-top: var(--m-big);
}
.editor-styles-wrapper.gb-content--news > h2:first-child, .editor-styles-wrapper.gb-content--news .wp-block-column > h2:first-child {
  margin-top: 0;
}
.editor-styles-wrapper.gb-content--news > h3 + :not(h1, h2, h3), .editor-styles-wrapper.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.editor-styles-wrapper.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3), .editor-styles-wrapper.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.editor-styles-wrapper.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .editor-styles-wrapper.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.editor-styles-wrapper.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .editor-styles-wrapper.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.editor-styles-wrapper.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .editor-styles-wrapper.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.editor-styles-wrapper.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .editor-styles-wrapper.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.editor-styles-wrapper.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .editor-styles-wrapper.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.editor-styles-wrapper.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .editor-styles-wrapper.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.editor-styles-wrapper.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .editor-styles-wrapper.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.editor-styles-wrapper.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .editor-styles-wrapper.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.editor-styles-wrapper.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .editor-styles-wrapper.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.editor-styles-wrapper.gb-content--news > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3), .editor-styles-wrapper.gb-content--news .wp-block-column > h3 + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) + :not(h1, h2, h3) {
  margin-top: var(--m-small);
}
.editor-styles-wrapper figure.r4d-responsive-image img {
  width: 100%;
  border-radius: 8px;
  margin: auto;
}

/*# sourceMappingURL=blocks.css.map */
