@charset "UTF-8";
:root {
  --white: #fff;
  --black: #262626;
  --btn-orange: linear-gradient(90deg, var(--primary, #e94709) 0%, var(--orange, #fe952f) 100%);
  --btn-orangreverse: linear-gradient(90deg, var(--orange, #fe952f) 0%, var(--primary, #e94709) 100%);
  --btn-white: linear-gradient(90deg, var(--primary, #e94709) 0%, var(--orange, #fe952f) 100%);
  --orange: #fe952f;
  --white: #fff;
  --primary: #e94709;
  --text: #262626;
}
* {
  font-family: "Zen Kaku Gothic New";
}
.wp-block-post-title {
  max-width: 940px;
  margin: 0 auto;
}
html :where(.wp-block) {
  max-width: none;
}
html {
  scroll-padding-top: 87px;
}
@media screen and (max-width: 1440px) {
  .blockEditor,
  .wp-block-post-content {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  html {
    scroll-padding-top: 98px;
  }
}
.blockEditor > :first-child,
.wp-block-post-content > :first-child {
  /* margin-top: 0; */
}


.blockEditor h1,
.wp-block-post-content h1 {
  margin-top: 138px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 2.94px;
  color: var(--text);
}
.blockEditor h2,
.wp-block-post-content h2 {
  margin-top:  180px;
  font-size:36px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 2.52px;
  color: var(--text);
  position: relative;
  margin-bottom: 115px;
}
.blockEditor h2::before,
.wp-block-post-content h2::before {
  content: " ";
  width: 50px;
  height: 3px;
  background-color: #262626;
  transform: translateX(-50%);
  position: absolute;
  bottom: -35px;
  left: 50%;
}
@media screen and (max-width: 480px) {
  .blockEditor h1,
    .wp-block-post-content h1{
      color: var(--black, #262626);
      font-size: 32px;
      font-weight: 500;
      line-height: 170%;
      letter-spacing: 2.24px;
    }
  .blockEditor h2,
  .wp-block-post-content h2 {
    margin-top: 80px;
    letter-spacing: 1.2px;
    color: var(--black, #262626);
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 1.75px;
    margin-bottom: 60px;
  }
  .blockEditor h2::before,
   .wp-block-post-content h2::before {
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #262626;
    transform: translateX(-50%);
    position: absolute;
    bottom: -25px;
    left: 50%;
  }
}
@media screen and (max-width: 480px) {
  .blockEditor h2:after,
  .wp-block-post-content h2:after {
    width: 48px;
  }
}
.blockEditor h2 img,
.wp-block-post-content h2 img {
  display: inline !important;
}
.blockEditor h3,
.wp-block-post-content h3 {
  margin-top: 72px;
  font-size:28px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.96px;
  color: var(--text);
  position: relative;
}
@media screen and (max-width: 480px) {
  .blockEditor h3,
  .wp-block-post-content h3 {
    margin-top: 64px;
    letter-spacing: 1.08px;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 1.4px;
  }
}
.blockEditor h3 img,
.wp-block-post-content h3 img {
  display: inline !important;
}
.blockEditor h4,
.wp-block-post-content h4 {
  margin-top:48px;
  font-size:24px;
  font-weight: 500;
  letter-spacing: 1.68px;
  line-height: 1.6;
  color: var(--text);
}
@media screen and (max-width: 480px) {
  .blockEditor h4,
  .wp-block-post-content h4 {
    margin-top: 48px;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 1.26px;
  }
}
.blockEditor h4 img,
.wp-block-post-content h4 img {
  display: inline !important;
}
.blockEditor h5,
.wp-block-post-content h5 {
  margin-top:40px;
  font-size:20px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 1.6;
  color: var(--text);
}
@media screen and (max-width: 480px) {
  .blockEditor h5,
  .wp-block-post-content h5 {
    margin-top: 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.12px;
  }
}
.blockEditor h5 img,
.wp-block-post-content h5 img {
  display: inline !important;
}
.blockEditor h6,
.wp-block-post-content h6 {
  margin-top: clamp(25px, 2vw + 0.2rem, 32px);
  font-size: clamp(14px, 1.125vw + 0.2rem, 16px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.12px;
  color: var(--Text);
}
@media screen and (max-width: 480px) {
  .blockEditor h6,
  .wp-block-post-content h6 {
    letter-spacing: 0.98px;
  }
}
.blockEditor h6 img,
.wp-block-post-content h6 img {
  display: inline !important;
}
.blockEditor p,
.wp-block-post-content p {
  margin-top: clamp(17px, 1.875vw + 0.2rem, 30px);
  color: var(--text);
  font-size: clamp(14px, 1vw + 0.2rem, 16px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.12px;
}
.blockEditor p::before,
.wp-block-post-content p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.blockEditor p::after,
.wp-block-post-content p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (max-width: 480px) {
  .blockEditor p,
  .wp-block-post-content p {
    letter-spacing: 0.98px;
  }
}
.blockEditor p strong,
.wp-block-post-content p strong {
  font-weight: 700;
}
.blockEditor p a,
.wp-block-post-content p a {
  color: var(--primary);
  text-decoration: underline;
}
.blockEditor ol,
.blockEditor ul,
.wp-block-post-content ol,
.wp-block-post-content ul {
  margin-top: clamp(29px, 2.3125vw + 0.2rem, 32px);
  padding-left: 0;
  margin-left: 0.8em;
}
.blockEditor ol [role="textbox"],
.blockEditor ul [role="textbox"],
.wp-block-post-content ol [role="textbox"],
.wp-block-post-content ul [role="textbox"] {
  display: inline;
}
.blockEditor ol ol,
.blockEditor ol ul,
.blockEditor ul ol,
.blockEditor ul ul,
.wp-block-post-content ol ol,
.wp-block-post-content ol ul,
.wp-block-post-content ul ol,
.wp-block-post-content ul ul {
  margin-top: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .blockEditor ol ol,
  .blockEditor ol ul,
  .blockEditor ul ol,
  .blockEditor ul ul,
  .wp-block-post-content ol ol,
  .wp-block-post-content ol ul,
  .wp-block-post-content ul ol,
  .wp-block-post-content ul ul {
    margin-top: -4px;
  }
}
.blockEditor ol > li,
.blockEditor ul > li,
.wp-block-post-content ol > li,
.wp-block-post-content ul > li {
  list-style-type: none;
  margin-top: 8px;
  position: relative;
  color: var(--text);
  font-size: clamp(14px, 1vw + 0.2rem, 16px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.12px;
  text-indent: -12px;
  padding-left: 12px;
}
.blockEditor ol > li:first-child,
.blockEditor ul > li:first-child,
.wp-block-post-content ol > li:first-child,
.wp-block-post-content ul > li:first-child {
  margin-top: 0;
}
.blockEditor ol > li::before,
.blockEditor ul > li::before,
.wp-block-post-content ol > li::before,
.wp-block-post-content ul > li::before {
  display: inline-block;
  content: "";
  line-height: 1;
  margin-right: 8px;
}
.blockEditor ol > li span,
.blockEditor ul > li span,
.wp-block-post-content ol > li span,
.wp-block-post-content ul > li span {
  flex: 1;
}
.blockEditor ol > li a,
.blockEditor ul > li a,
.wp-block-post-content ol > li a,
.wp-block-post-content ul > li a {
  color: var(--primary);
  text-decoration: underline;
}
.blockEditor ol > li a::after,
.blockEditor ul > li a::after,
.wp-block-post-content ol > li a::after,
.wp-block-post-content ul > li a::after {
  display: inline !important;
}
@media screen and (max-width: 480px) {
  .blockEditor ol > li,
  .blockEditor ul > li,
  .wp-block-post-content ol > li,
  .wp-block-post-content ul > li {
    letter-spacing: 0.98px;
    margin-top: 4px;
  }
}
.blockEditor ul,
.wp-block-post-content ul {
  margin-left: 0;
}
.blockEditor ul > li,
.wp-block-post-content ul > li {
  gap: 10px;
}
.blockEditor ul > li::before,
.wp-block-post-content ul > li::before {
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background-color: #0F0F0F;
  transform: translateY(-1px);
}
@media screen and (max-width: 820px) {
  .blockEditor ul > li::before,
  .wp-block-post-content ul > li::before {
    transform: translateY(-1px);
  }
}
.blockEditor ul > li ul,
.wp-block-post-content ul > li ul {
  margin-top: 8px;
  margin-left: 0;
}
.blockEditor ul > li ul:first-child,
.wp-block-post-content ul > li ul:first-child {
  margin-top: 8px;
}
.blockEditor ul > li ul li,
.wp-block-post-content ul > li ul li {
  padding-left: clamp(17px, 1.375vw + 0.2rem, 22px);
}
.blockEditor ul > li ul li:before,
.wp-block-post-content ul > li ul li:before {
  background-color: var(--white);
}
.blockEditor ol,
.wp-block-post-content ol {
  counter-reset: number 0;
}
.blockEditor ol > li,
.wp-block-post-content ol > li {
  counter-increment: number 1;
}
.blockEditor ol > li:before,
.wp-block-post-content ol > li:before {
  margin-top: 0;
  content: counter(number) ".";
}
.blockEditor ol > li ol,
.wp-block-post-content ol > li ol {
  margin-top: 8px;
  counter-reset: my-nested-counter;
  list-style-type: none;
  margin-left: 0;
}
.blockEditor ol > li ol:first-child,
.wp-block-post-content ol > li ol:first-child {
  margin-top: 8px;
}
.blockEditor ol > li ol li,
.wp-block-post-content ol > li ol li {
  counter-increment: my-nested-counter;
  padding-left: 42px;
  text-indent: -20px;
}
.blockEditor ol > li ol li:before,
.wp-block-post-content ol > li ol li:before {
  margin-top: 0;
  content: counter(number) "-" counter(my-nested-counter) ".";
}
.blockEditor .wp-block-columns,
.wp-block-post-content .wp-block-columns {
  margin-top: 75px;
  gap: 48px 50px;
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-columns,
  .wp-block-post-content .wp-block-columns {
    margin-top: 40px;
  }
}
.blockEditor .wp-block-columns .wp-block-column > :first-child,
.wp-block-post-content .wp-block-columns .wp-block-column > :first-child {
  margin-top: 0;
}
.blockEditor .wp-block-columns .wp-block-buttons:first-child,
.blockEditor .wp-block-columns .wp-block-card:first-child,
.blockEditor .wp-block-columns .wp-block-columns:first-child,
.blockEditor .wp-block-columns .wp-block-embed-youtube:first-child,
.blockEditor .wp-block-columns .wp-block-emphasis:first-child,
.blockEditor .wp-block-columns .wp-block-file:first-child,
.blockEditor .wp-block-columns .wp-block-image:first-child,
.blockEditor .wp-block-columns .wp-block-linkcard:first-child,
.blockEditor .wp-block-columns .wp-block-quote:first-child,
.blockEditor .wp-block-columns .wp-block-video:first-child,
.blockEditor .wp-block-columns .wp-scroll-table:first-child,
.blockEditor .wp-block-columns h2:first-child,
.blockEditor .wp-block-columns h3:first-child,
.blockEditor .wp-block-columns h4:first-child,
.blockEditor .wp-block-columns h5:first-child,
.blockEditor .wp-block-columns h6:first-child,
.blockEditor .wp-block-columns ol:first-child,
.blockEditor .wp-block-columns p:first-child,
.blockEditor .wp-block-columns ul:first-child,
.wp-block-post-content .wp-block-columns .wp-block-buttons:first-child,
.wp-block-post-content .wp-block-columns .wp-block-card:first-child,
.wp-block-post-content .wp-block-columns .wp-block-columns:first-child,
.wp-block-post-content .wp-block-columns .wp-block-embed-youtube:first-child,
.wp-block-post-content .wp-block-columns .wp-block-emphasis:first-child,
.wp-block-post-content .wp-block-columns .wp-block-file:first-child,
.wp-block-post-content .wp-block-columns .wp-block-image:first-child,
.wp-block-post-content .wp-block-columns .wp-block-linkcard:first-child,
.wp-block-post-content .wp-block-columns .wp-block-quote:first-child,
.wp-block-post-content .wp-block-columns .wp-block-video:first-child,
.wp-block-post-content .wp-block-columns .wp-scroll-table:first-child,
.wp-block-post-content .wp-block-columns h2:first-child,
.wp-block-post-content .wp-block-columns h3:first-child,
.wp-block-post-content .wp-block-columns h4:first-child,
.wp-block-post-content .wp-block-columns h5:first-child,
.wp-block-post-content .wp-block-columns h6:first-child,
.wp-block-post-content .wp-block-columns ol:first-child,
.wp-block-post-content .wp-block-columns p:first-child,
.wp-block-post-content .wp-block-columns ul:first-child {
  margin-top: 0;
}
.blockEditor .wp-block-image,
.wp-block-post-content .wp-block-image {
  margin-top: clamp(21px, 2vw + 0.2rem, 32px);
}
.blockEditor .wp-block-image img,
.wp-block-post-content .wp-block-image img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blockEditor .wp-block-image a,
.wp-block-post-content .wp-block-image a {
  display: block;
  overflow: hidden;
}
@media (hover: hover) {
  .blockEditor .wp-block-image a:hover img,
  .wp-block-post-content .wp-block-image a:hover img {
    scale: 1.05;
  }
}
.blockEditor .wp-block-image a .wp-block-image-wrap,
.wp-block-post-content .wp-block-image a .wp-block-image-wrap {
  border-radius: var(--be_border_radius);
  overflow: hidden;
}
.blockEditor img,
.blockEditor .wp-block-image  .wp-block-image-wrap,
.blockEditor .wp-block-image  figure,
.blockEditor .wp-block-image.is-style-circle-mask .wp-block-image-wrap,
.blockEditor .wp-block-image.is-style-circle-mask figure,
.blockEditor .wp-block-image .wp-block-image-wrap,
.blockEditor .wp-block-image figure,
.wp-block-post-content .wp-block-image  .wp-block-image-wrap,
.wp-block-post-content .wp-block-image  figure,
.wp-block-post-content .wp-block-image.is-style-circle-mask .wp-block-image-wrap,
.wp-block-post-content .wp-block-image.is-style-circle-mask figure,
.wp-block-post-content .wp-block-image .wp-block-image-wrap,
.wp-block-post-content .wp-block-image figure {
  border-radius: var(--be_border_radius);
  overflow: hidden;
}
.blockEditor img,
.blockEditor .wp-block-image  img,
.blockEditor .wp-block-image.is-style-circle-mask img,
.blockEditor .wp-block-image img,
.wp-block-post-content .wp-block-image  img,
.wp-block-post-content .wp-block-image.is-style-circle-mask img,
.wp-block-post-content .wp-block-image img {
  border-radius: 12.4px;
}

.blockEditor .wp-block-gallery,
.wp-block-post-content .wp-block-gallery {
  align-items: flex-start !important;
  margin-top: clamp(21px, 2vw + 0.2rem, 32px);
  --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 32px))) !important;
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 32px))) !important;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-gallery,
  .wp-block-post-content .wp-block-gallery {
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 17px))) !important;
    gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 17px))) !important;
  }
}
.blockEditor .wp-block-gallery .wp-block-image,
.wp-block-post-content .wp-block-gallery .wp-block-image {
  margin-top: 0;
  flex-grow: inherit !important;
}
.blockEditor .wp-block-file,
.wp-block-post-content .wp-block-file {
  margin-top: clamp(22px, 2.875vw + 0.2rem, 46px);
  display: flex;
  align-items: center;
}
.blockEditor .wp-block-file a,
.wp-block-post-content .wp-block-file a {
  color: var(--primary);
  font-size: clamp(14px, 1vw + 0.2rem, 16px);
  font-weight: 400;
  letter-spacing: 0.96px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.blockEditor .wp-block-file a:not(.wp-block-file__button):after,
.wp-block-post-content .wp-block-file a:not(.wp-block-file__button):after {
  display: none !important;
}
.blockEditor .wp-block-file a.wp-block-file__button,
.wp-block-post-content .wp-block-file a.wp-block-file__button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  font-size: clamp(12px, 0.875vw + 0.2rem, 14px);
  font-weight: 600;
  line-height: normal;
  padding: 4px 9px 4px 11px;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0;
  margin-left: 7px;
  border-radius: 0;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-file a.wp-block-file__button,
  .wp-block-post-content .wp-block-file a.wp-block-file__button {
    padding: 5px 6px 4px 8px;
  }
}
.blockEditor .wp-block-file a.wp-block-file__button:after,
.wp-block-post-content .wp-block-file a.wp-block-file__button:after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  font-size: 14px;
  line-height: 1;
  background: url("/webadmin/wp-content/uploads/2025/09/download_icon.png") no-repeat center / contain;
  vertical-align: baseline;

}
@media (hover: hover) {
  .blockEditor .wp-block-file a.wp-block-file__button:hover,
  .wp-block-post-content .wp-block-file a.wp-block-file__button:hover {
    opacity: 0.5;
  }
}
.blockEditor .wp-block-embed-youtube,
.blockEditor .wp-block-video,
.wp-block-post-content .wp-block-embed-youtube,
.wp-block-post-content .wp-block-video {
  margin-top: clamp(20px, 2vw + 0.2rem, 32px);
}
.blockEditor .wp-block-embed-youtube .wp-block-embed__wrapper,
.blockEditor .wp-block-video .wp-block-embed__wrapper,
.wp-block-post-content .wp-block-embed-youtube .wp-block-embed__wrapper,
.wp-block-post-content .wp-block-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.blockEditor .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.blockEditor .wp-block-video .wp-block-embed__wrapper iframe,
.wp-block-post-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.wp-block-post-content .wp-block-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.blockEditor .wp-block-quote,
.wp-block-post-content .wp-block-quote {
  margin-top: clamp(20px, 2.5vw + 0.2rem, 40px);
  border: 2px solid var(--Gray2);
  padding: clamp(20px, 2.8125vw + 0.2rem, 45px) clamp(17px, 2.375vw + 0.2rem, 38px) clamp(13px, 2.3125vw + 0.2rem, 37px);
  border: 1px solid #CFCFCF;
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-quote,
  .wp-block-post-content .wp-block-quote {
    border-width: 1px;
  }
}
.blockEditor .wp-block-quote p,
.wp-block-post-content .wp-block-quote p {
  margin-top: 0;
}
.blockEditor .wp-block-quote cite,
.wp-block-post-content .wp-block-quote cite {
  margin-top: 18px;
  color: #9EAFBB;
  font-style: normal;
  font-size: clamp(14px, 1vw + 0.2rem, 16px);
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.8px;
}
.blockEditor .wp-block-quote cite a,
.wp-block-post-content .wp-block-quote cite a {
  color: #9EAFBB;
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-quote cite,
  .wp-block-post-content .wp-block-quote cite {
    letter-spacing: 0.98px;
  }
}
.blockEditor .wp-scroll-table,
.wp-block-post-content .wp-scroll-table {
  margin-top: 32px;
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-scroll-table,
  .wp-block-post-content .wp-scroll-table {
    margin-top: 19px;
  }
}
.blockEditor .wp-scroll-table:not(.no-scroll),
.wp-block-post-content .wp-scroll-table:not(.no-scroll) {
  margin-top: 32px;
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-scroll-table:not(.no-scroll),
  .wp-block-post-content .wp-scroll-table:not(.no-scroll) {
    margin-top: 19px;
  }
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-scroll-table:not(.no-scroll),
  .wp-block-post-content .wp-scroll-table:not(.no-scroll) {
    position: relative;
    width: 100vw;
    margin-left: -5%;
  }
  .blockEditor .wp-scroll-table:not(.no-scroll):after,
  .wp-block-post-content .wp-scroll-table:not(.no-scroll):after {
    display: block;
    content: "";
    width: 20px;
    height: 100%;
    background-color: rgba(90, 90, 90, 0.5);
    transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    top: 0;
    right: 0;
  }
  .blockEditor .wp-scroll-table:not(.no-scroll):before,
  .wp-block-post-content .wp-scroll-table:not(.no-scroll):before {
    display: inline-block;
    content: "\e903";
    height: 1em;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    color: var(--white);
    transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    z-index: 1;
  }
  .blockEditor .wp-scroll-table:not(.no-scroll).maxScroll:after,
  .blockEditor .wp-scroll-table:not(.no-scroll).maxScroll:before,
  .wp-block-post-content .wp-scroll-table:not(.no-scroll).maxScroll:after,
  .wp-block-post-content .wp-scroll-table:not(.no-scroll).maxScroll:before {
    opacity: 0;
  }
  .blockEditor .wp-scroll-table:not(.no-scroll) .is-scroll-on-mobile,
  .wp-block-post-content .wp-scroll-table:not(.no-scroll) .is-scroll-on-mobile {
    padding-left: 1px;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .blockEditor .wp-scroll-table:not(.no-scroll) .is-scroll-on-mobile table,
  .wp-block-post-content .wp-scroll-table:not(.no-scroll) .is-scroll-on-mobile table {
    min-width: 960px;
  }
  .blockEditor .wp-scroll-table:not(.no-scroll) .is-scroll-on-mobile figcaption,
  .wp-block-post-content .wp-scroll-table:not(.no-scroll) .is-scroll-on-mobile figcaption {
    min-width: 960px;
  }
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-scroll-table:not(.no-scroll) .wp-block-flexible-table-block-table,
  .wp-block-post-content .wp-scroll-table:not(.no-scroll) .wp-block-flexible-table-block-table {
    padding: 0 5%;
  }
}
.blockEditor .wp-block-flexible-table-block-table > table tr td,
.blockEditor .wp-block-flexible-table-block-table > table tr th,
.wp-block-post-content .wp-block-flexible-table-block-table > table tr td,
.wp-block-post-content .wp-block-flexible-table-block-table > table tr th {
  padding: 19px 20px;
  color: var(--Text);
  font-size: clamp(12px, 1vw + 0.2rem, 16px);
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 1.12px;
  border-color: var(--primary);
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-flexible-table-block-table > table tr td,
  .blockEditor .wp-block-flexible-table-block-table > table tr th,
  .wp-block-post-content .wp-block-flexible-table-block-table > table tr td,
  .wp-block-post-content .wp-block-flexible-table-block-table > table tr th {
    padding: 12px;
  }
}
.blockEditor .wp-block-flexible-table-block-table > table tr td a,
.blockEditor .wp-block-flexible-table-block-table > table tr th a,
.wp-block-post-content .wp-block-flexible-table-block-table > table tr td a,
.wp-block-post-content .wp-block-flexible-table-block-table > table tr th a {
  color: var(--primary);
  text-decoration: underline;
}
.blockEditor .wp-block-flexible-table-block-table > table tr td a::after,
.blockEditor .wp-block-flexible-table-block-table > table tr th a::after,
.wp-block-post-content .wp-block-flexible-table-block-table > table tr td a::after,
.wp-block-post-content .wp-block-flexible-table-block-table > table tr th a::after {
  display: inline !important;
}
.blockEditor .wp-block-flexible-table-block-table > table tr td img,
.blockEditor .wp-block-flexible-table-block-table > table tr th img,
.wp-block-post-content .wp-block-flexible-table-block-table > table tr td img,
.wp-block-post-content .wp-block-flexible-table-block-table > table tr th img {
  display: inline-block;
}
.blockEditor .wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(odd) td,
.wp-block-post-content .wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(odd) td {
  background-color: rgba(var(--primary-rgb), 0.1);
}
.blockEditor .wp-block-flexible-table-block-table figcaption,
.wp-block-post-content .wp-block-flexible-table-block-table figcaption {
  font-size: clamp(12px, 0.875vw + 0.2rem, 14px) !important;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.98px;
  color: var(--Text) !important;
  padding: 0 !important;
  margin-top: clamp(11px, 0.9375vw + 0.2rem, 15px) !important;
  position: relative !important;
  text-align: left !important;
  background: 0 0 !important;
  overflow: visible !important;
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-flexible-table-block-table figcaption,
  .wp-block-post-content .wp-block-flexible-table-block-table figcaption {
    line-height: 150%;
    letter-spacing: 0.84px;
  }
}
.blockEditor .wp-block-buttons,
.wp-block-post-content .wp-block-buttons {
  margin-top: clamp(25px, 2.375vw + 0.2rem, 32px);
  gap: clamp(19px, 2.5vw + 0.2rem, 40px);
}
@media screen and (max-width: 680px) {
  .blockEditor .wp-block-buttons,
  .wp-block-post-content .wp-block-buttons {
    flex-direction: column;
  }
}
.blockEditor .wp-block-buttons .wp-block-button,
.wp-block-post-content .wp-block-buttons .wp-block-button {
  max-width: 600px;
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-buttons .wp-block-button,
  .wp-block-post-content .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.blockEditor .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 250px;
  max-width: 600px;
  min-height: 66px;
  padding: 16px 75px 16px 32px;
  border-radius: 112px;
  border: none;
  background: var(--black, #262626);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: var(--white);
  font-size: clamp(15px, 1vw + 0.2rem, 16px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.12px;
  position: relative;
  z-index: 1;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link {
    min-width: 100%;
    padding: 12px 77px 11px 40px;
  }
}
.blockEditor .wp-block-buttons .wp-block-button .wp-block-button__link::before,
.wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 40px;
  width: 16.6px;
  height: 6.5px;
  background: url("/webadmin/wp-content/uploads/2025/09/btn_arrow.png") no-repeat center / contain;
  transform: translateY(-50%);
  z-index: 5;
}
.blockEditor .wp-block-buttons .wp-block-button .wp-block-button__link::after,
.wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 14px;
  width: 18px;
  height: 15px;
  background-image: url(../../img/common/ico_arrow_anchor.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: 0.4s cubic-bezier(0, 0, 0.16, 1.02);
  z-index: 15;
}
.blockEditor .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-align-center,
.wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-align-center {
  justify-content: center;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .sp--text-align-left {
    text-align: left !important;
  }
}


.blockEditor .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-align-right,
.wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-align-right {
  justify-content: flex-end;
}
.blockEditor .wp-block-buttons .wp-block-button.wp-block-button__width-50,
.wp-block-post-content .wp-block-buttons .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 40px) * 0.5);
}
.blockEditor .wp-block-buttons .wp-block-button.wp-block-button__width-75,
.wp-block-post-content .wp-block-buttons .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 40px) * 0.25);
}
.blockEditor .wp-block-buttons .wp-block-button.wp-block-button__width-25,
.wp-block-post-content .wp-block-buttons .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 40px) * 0.75);
}
.blockEditor .wp-block-separator,
.wp-block-post-content .wp-block-separator {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #262626;
  overflow: hidden;
  width: 100px;
  margin: clamp(25px, 2.375vw + 0.2rem, 38px) auto;
}
.blockEditor .wp-block-separator.is-style-wide,
.wp-block-post-content .wp-block-separator.is-style-wide {
  width: 100%;
  border-color: #CFCFCF;
}
.blockEditor .wp-block-separator.is-style-dots,
.wp-block-post-content .wp-block-separator.is-style-dots {
  width: 100%;
  border-top: 1px dotted var(--gray, #cfcfcf) !important;
}
.blockEditor .wp-element-caption,
.wp-block-post-content .wp-element-caption {
  font-size: clamp(12px, 0.875vw + 0.2rem, 14px) !important;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.98px;
  color: var(--Text) !important;
  padding: 0 !important;
  margin-top:8px !important;
  position: relative !important;
  text-align: left !important;
  background: 0 0 !important;
  overflow: visible !important;
}
.blockEditor .wp-element-caption::before,
.wp-block-post-content .wp-element-caption::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.blockEditor .wp-element-caption::after,
.wp-block-post-content .wp-element-caption::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-element-caption,
  .wp-block-post-content .wp-element-caption {
    line-height: 150%;
    letter-spacing: 0.84px;
  }
}
.blockEditor a:not(.wp-block-file__button),
.wp-block-post-content a:not(.wp-block-file__button) {
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .blockEditor a:not(.wp-block-file__button):hover,
  .wp-block-post-content a:not(.wp-block-file__button):hover {
    text-decoration: none;
    opacity: 0.5;
  }
  .blockEditor a:not(.wp-block-file__button):hover:after,
  .wp-block-post-content a:not(.wp-block-file__button):hover:after {
    opacity: 1;
  }
}
.blockEditor a:not(.wp-block-file__button)[target="_blank"],
.wp-block-post-content a:not(.wp-block-file__button)[target="_blank"] {
  position: relative;
  color: #FFB393;
}
.blockEditor a:not(.wp-block-file__button)[href$=".ai"],
.blockEditor a:not(.wp-block-file__button)[href$=".csv"],
.blockEditor a:not(.wp-block-file__button)[href$=".doc"],
.blockEditor a:not(.wp-block-file__button)[href$=".docs"],
.blockEditor a:not(.wp-block-file__button)[href$=".docx"],
.blockEditor a:not(.wp-block-file__button)[href$=".jpg"],
.blockEditor a:not(.wp-block-file__button)[href$=".mp3"],
.blockEditor a:not(.wp-block-file__button)[href$=".pdf"],
.blockEditor a:not(.wp-block-file__button)[href$=".png"],
.blockEditor a:not(.wp-block-file__button)[href$=".ppt"],
.blockEditor a:not(.wp-block-file__button)[href$=".tsv"],
.blockEditor a:not(.wp-block-file__button)[href$=".xls"],
.blockEditor a:not(.wp-block-file__button)[href$=".xlsx"],
.blockEditor a:not(.wp-block-file__button)[href$=".zip"],
.wp-block-post-content a:not(.wp-block-file__button)[href$=".ai"],
.wp-block-post-content a:not(.wp-block-file__button)[href$=".csv"],
.wp-block-post-content a:not(.wp-block-file__button)[href$=".doc"],
.wp-block-post-content a:not(.wp-block-file__button)[href$=".docs"],
.wp-block-post-content a:not(.wp-block-file__button)[href$=".docx"],
.wp-block-post-content a:not(.wp-block-file__button)[href$=".jpg"],
.wp-block-post-content a:not(.wp-block-file__button)[href$=".mp3"],
.wp-block-post-content a:not(.wp-block-file__button)[href$=".pdf"],
.wp-block-post-content a:not(.wp-block-file__button)[href$=".png"],
.wp-block-post-content a:not(.wp-block-file__button)[href$=".ppt"],
.wp-block-post-content a:not(.wp-block-file__button)[href$=".tsv"],
.wp-block-post-content a:not(.wp-block-file__button)[href$=".xls"],
.wp-block-post-content a:not(.wp-block-file__button)[href$=".xlsx"],
.wp-block-post-content a:not(.wp-block-file__button)[href$=".zip"] {
  position: relative;
  margin-right: 4px;
  font-weight: 500;
}
.blockEditor a:not(.wp-block-file__button)[href$=".ai"]:after,
.blockEditor a:not(.wp-block-file__button)[href$=".csv"]:after,
.blockEditor a:not(.wp-block-file__button)[href$=".doc"]:after,
.blockEditor a:not(.wp-block-file__button)[href$=".docs"]:after,
.blockEditor a:not(.wp-block-file__button)[href$=".docx"]:after,
.blockEditor a:not(.wp-block-file__button)[href$=".jpg"]:after,
.blockEditor a:not(.wp-block-file__button)[href$=".mp3"]:after,
.blockEditor a:not(.wp-block-file__button)[href$=".pdf"]:after,
.blockEditor a:not(.wp-block-file__button)[href$=".png"]:after,
.blockEditor a:not(.wp-block-file__button)[href$=".ppt"]:after,
.blockEditor a:not(.wp-block-file__button)[href$=".tsv"]:after,
.blockEditor a:not(.wp-block-file__button)[href$=".xls"]:after,
.blockEditor a:not(.wp-block-file__button)[href$=".xlsx"]:after,
.blockEditor a:not(.wp-block-file__button)[href$=".zip"]:after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".ai"]:after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".csv"]:after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".doc"]:after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".docs"]:after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".docx"]:after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".jpg"]:after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".mp3"]:after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".pdf"]:after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".png"]:after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".ppt"]:after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".tsv"]:after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".xls"]:after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".xlsx"]:after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".zip"]:after {
  display: inline-block;
  width: 1em;
  font-size: 26px;
  line-height: 1;
  vertical-align: middle;
  translate: 0 -1px;
  margin-left: 5px;
}
@media screen and (min-width: 1260px) {
  .blockEditor a:not(.wp-block-file__button)[target="_blank"]:not(.wp-block-button__link):hover::after,
  .wp-block-post-content a:not(.wp-block-file__button)[target="_blank"]:not(.wp-block-button__link):hover::after {
    background-image: url(../img/common/ico_blank_hov.svg);
  }
}
.blockEditor a:not(.wp-block-file__button)[href$=".xls"]::after,
.blockEditor a:not(.wp-block-file__button)[href$=".xlsx"]::after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".xls"]::after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".xlsx"]::after {
  content: "\e91e";
  color: #095733;
}
.blockEditor a:not(.wp-block-file__button)[href$=".ai"]::after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".ai"]::after {
  content: "\e917";
  color: #f59700;
}
.blockEditor a:not(.wp-block-file__button)[href$=".png"]::after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".png"]::after {
  content: "\e91c";
  color: #1fbc10;
}
.blockEditor a:not(.wp-block-file__button)[href$=".pdf"]::after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".pdf"]::after {
  content: "\e91b";
  color: #ac2e2d;
}
.blockEditor a:not(.wp-block-file__button)[href$=".zip"]::after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".zip"]::after {
  content: "\e91f";
  color: #2ca6e0;
}
.blockEditor a:not(.wp-block-file__button)[href$=".ppt"]::after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".ppt"]::after {
  content: "\e91d";
  color: #eb5b2e;
}
.blockEditor a:not(.wp-block-file__button)[href$=".mp3"]::after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".mp3"]::after {
  content: "\e91a";
  color: #125deb;
}
.blockEditor a:not(.wp-block-file__button)[href$=".doc"]::after,
.blockEditor a:not(.wp-block-file__button)[href$=".docs"]::after,
.blockEditor a:not(.wp-block-file__button)[href$=".docx"]::after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".doc"]::after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".docs"]::after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".docx"]::after {
  content: "\e918";
  color: #1a3b7a;
}
.blockEditor a:not(.wp-block-file__button)[href$=".jpg"]::after,
.wp-block-post-content a:not(.wp-block-file__button)[href$=".jpg"]::after {
  content: "\e919";
  color: #976192;
}
.blockEditor a:has(> img)::after,
.wp-block-post-content a:has(> img)::after {
  display: none !important;
}
.blockEditor .wp-block-linkcard,
.wp-block-post-content .wp-block-linkcard {
  border: 1px solid var(--primary);
  margin-top: clamp(32px, 2.5vw + 0.2rem, 40px);
  overflow: hidden;
}
.blockEditor .wp-block-linkcard:after,
.wp-block-post-content .wp-block-linkcard:after {
  display: none;
}
.blockEditor .wp-block-linkcard .linkcardBlock,
.wp-block-post-content .wp-block-linkcard .linkcardBlock {
  display: flex !important;
  margin-right: 0 !important;
  gap: 32px;
  padding: clamp(19px, 2vw + 0.2rem, 32px) clamp(21px, 1.9375vw + 0.2rem, 31px) clamp(22px, 1.875vw + 0.2rem, 30px);
  text-decoration: none;
  background-color: #fff;
  color: var(--black);
}
.blockEditor .wp-block-linkcard .linkcardBlock:after,
.wp-block-post-content .wp-block-linkcard .linkcardBlock:after {
  display: none !important;
}
@media screen and (max-width: 680px) {
  .blockEditor .wp-block-linkcard .linkcardBlock,
  .wp-block-post-content .wp-block-linkcard .linkcardBlock {
    flex-direction: column;
    gap: 20px;
  }
}
.blockEditor .wp-block-linkcard .linkcardBlock.blank .linkblock,
.wp-block-post-content .wp-block-linkcard .linkcardBlock.blank .linkblock {
  position: relative;
}
.blockEditor .wp-block-linkcard .linkcardBlock.blank .linkblock:after,
.wp-block-post-content .wp-block-linkcard .linkcardBlock.blank .linkblock:after {
  display: block;
  content: "外部リンク";
  background-color: #f5f5f5;
  padding: 2px 8px;
  color: #a4a4a4;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.6px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blockEditor .wp-block-linkcard .linkcardBlock .linkblock-wrapper,
.wp-block-post-content .wp-block-linkcard .linkcardBlock .linkblock-wrapper {
  width: 100%;
}
@media (hover: hover) {
  .blockEditor .wp-block-linkcard .linkcardBlock:hover figure,
  .wp-block-post-content .wp-block-linkcard .linkcardBlock:hover figure {
    display: block;
  }
  .blockEditor .wp-block-linkcard .linkcardBlock:hover figure img,
  .wp-block-post-content .wp-block-linkcard .linkcardBlock:hover figure img {
    scale: 1.05;
  }
}
.blockEditor .wp-block-linkcard figure,
.wp-block-post-content .wp-block-linkcard figure {
  border-radius: var(--be_border_radius);
  overflow: hidden;
  width: 340px;
  border: 1px solid #dadada;
}
@media screen and (max-width: 680px) {
  .blockEditor .wp-block-linkcard figure,
  .wp-block-post-content .wp-block-linkcard figure {
    width: 100%;
  }
}
.blockEditor .wp-block-linkcard figure img,
.wp-block-post-content .wp-block-linkcard figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blockEditor .wp-block-linkcard .linkblock,
.wp-block-post-content .wp-block-linkcard .linkblock {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.blockEditor .wp-block-linkcard .linkblock-head,
.wp-block-post-content .wp-block-linkcard .linkblock-head {
  color: var(--Text);
  font-size: clamp(18px, 1.25vw + 0.2rem, 20px);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-linkcard .linkblock-head,
  .wp-block-post-content .wp-block-linkcard .linkblock-head {
    letter-spacing: 1.08px;
  }
}
.blockEditor .wp-block-linkcard .linkblock-text,
.wp-block-post-content .wp-block-linkcard .linkblock-text {
  margin-top: clamp(18px, 1.875vw + 0.2rem, 30px);
  color: var(--Text);
  font-size: clamp(14px, 1vw + 0.2rem, 16px);
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 1.12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blockEditor .wp-block-linkcard .linkblock-text:first-child,
.wp-block-post-content .wp-block-linkcard .linkblock-text:first-child {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-linkcard .linkblock-text,
  .wp-block-post-content .wp-block-linkcard .linkblock-text {
    letter-spacing: 0.98px;
  }
}
.blockEditor .wp-block-linkcard .textlink,
.wp-block-post-content .wp-block-linkcard .textlink {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: clamp(14px, 1vw + 0.2rem, 16px);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  color: var(--primary);
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-linkcard .textlink,
  .wp-block-post-content .wp-block-linkcard .textlink {
    letter-spacing: 0.7px;
  }
}
.blockEditor .wp-block-linkcard .textlink:after,
.wp-block-post-content .wp-block-linkcard .textlink:after {
  display: inline-block;
  content: "\e903";
  height: 1em;
  font-size: clamp(14px, 1.125vw + 0.2rem, 18px);
  line-height: 1;
  vertical-align: baseline;
  color: var(--primary);
  translate: 0 1px;
}
.blockEditor .wp-block-card,
.wp-block-post-content .wp-block-card {
  max-width: 344px;
  border: 1px solid var(--primary);
  margin-top: clamp(32px, 2.5vw + 0.2rem, 40px);
  overflow: hidden;
  border-radius: var(--be_border_radius);
}
@media screen and (max-width: 781px) {
  .blockEditor .wp-block-card,
  .wp-block-post-content .wp-block-card {
    max-width: 100%;
  }
}
.blockEditor .wp-block-card .cardBlock,
.wp-block-post-content .wp-block-card .cardBlock {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-color: #fff;
}
.blockEditor .wp-block-card .cardBlock.external,
.wp-block-post-content .wp-block-card .cardBlock.external {
  position: relative;
}
.blockEditor .wp-block-card .cardBlock.external:after,
.wp-block-post-content .wp-block-card .cardBlock.external:after {
  display: block;
  content: "外部リンク";
  background-color: #f5f5f5;
  padding: 2px 8px;
  color: #a4a4a4;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.6px;
  position: absolute;
  bottom: 9px;
  left: 10px;
}
.blockEditor .wp-block-card .cardBlock .linkblock-wrapper,
.wp-block-post-content .wp-block-card .cardBlock .linkblock-wrapper {
  width: 100%;
}
@media (hover: hover) {
  .blockEditor .wp-block-card .cardBlock:hover picture,
  .wp-block-post-content .wp-block-card .cardBlock:hover picture {
    display: block;
  }
  .blockEditor .wp-block-card .cardBlock:hover picture img,
  .wp-block-post-content .wp-block-card .cardBlock:hover picture img {
    scale: 1.05;
  }
}
.blockEditor .wp-block-card picture,
.wp-block-post-content .wp-block-card picture {
  display: block;
  height: 187px;
}
.blockEditor .wp-block-card picture img,
.wp-block-post-content .wp-block-card picture img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blockEditor .wp-block-card .card-block,
.wp-block-post-content .wp-block-card .card-block {
  padding: 30px 18px 30px;
}
.blockEditor .wp-block-card .block-wrapper,
.wp-block-post-content .wp-block-card .block-wrapper {
  display: flex;
  align-items: center;
  height: 59px;
}
.blockEditor .wp-block-card .card-head,
.wp-block-post-content .wp-block-card .card-head {
  width: 100%;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blockEditor .wp-block-card .card-head.hasCenter,
.wp-block-post-content .wp-block-card .card-head.hasCenter {
  text-align: center;
}
.blockEditor .wp-block-emphasis,
.wp-block-post-content .wp-block-emphasis {
  margin-top: clamp(32px, 2.5vw + 0.2rem, 40px);
}
.blockEditor .wp-block-emphasis .emphasis-block,
.wp-block-post-content .wp-block-emphasis .emphasis-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: var(--be_border_radius);
  background: var(--background);
  padding: 76px 60px 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-emphasis .emphasis-block,
  .wp-block-post-content .wp-block-emphasis .emphasis-block {
    padding: 79px 25px 70px;
  }
}
.blockEditor .wp-block-emphasis .emphasis-sub-title,
.wp-block-post-content .wp-block-emphasis .emphasis-sub-title {
  color: #353535;
  font-size: clamp(14px, 1.125vw + 0.2rem, 18px);
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.9px;
  margin-top: 0;
}
.blockEditor .wp-block-emphasis .emphasis-sub-title:first-child,
.wp-block-post-content .wp-block-emphasis .emphasis-sub-title:first-child {
  margin-top: 0;
}
.blockEditor .wp-block-emphasis .emphasis-title,
.wp-block-post-content .wp-block-emphasis .emphasis-title {
  margin-top: 27px;
}
.blockEditor .wp-block-emphasis .emphasis-title:first-child,
.wp-block-post-content .wp-block-emphasis .emphasis-title:first-child {
  margin-top: 0;
}
.blockEditor .wp-block-emphasis .emphasis-title p,
.wp-block-post-content .wp-block-emphasis .emphasis-title p {
  margin-top: 0;
  text-align: center;
  color: var(--primary);
  font-size: clamp(24px, 1.75vw + 0.2rem, 28px);
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.4px;
}
.blockEditor .wp-block-emphasis .emphasis-content,
.wp-block-post-content .wp-block-emphasis .emphasis-content {
  margin-top: clamp(34px, 3vw + 0.2rem, 48px);
}
.blockEditor .wp-block-emphasis .emphasis-content:first-child,
.wp-block-post-content .wp-block-emphasis .emphasis-content:first-child {
  margin-top: 0;
}
.blockEditor .wp-block-emphasis .emphasis-content p,
.wp-block-post-content .wp-block-emphasis .emphasis-content p {
  margin-top: 0;
  text-align: center;
  font-size: clamp(18px, 1.25vw + 0.2rem, 20px);
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1px;
}
@media screen and (max-width: 489px) {
  .blockEditor .wp-block-emphasis .emphasis-content p,
  .wp-block-post-content .wp-block-emphasis .emphasis-content p {
    letter-spacing: 0.9px;
  }
}
.blockEditor .wp-block-emphasis .emphasis-img,
.wp-block-post-content .wp-block-emphasis .emphasis-img {
  margin-top: 56px;
  display: block;
  border-radius: var(--be_border_radius);
  overflow: hidden;
}
.blockEditor .wp-block-emphasis .emphasis-img:first-child,
.wp-block-post-content .wp-block-emphasis .emphasis-img:first-child {
  margin-top: 0;
}
.blockEditor .wp-block-emphasis .button-set,
.wp-block-post-content .wp-block-emphasis .button-set {
  flex-direction: row;
  justify-content: center;
  margin-top: clamp(39px, 3.125vw + 0.2rem, 50px);
  gap: 50px;
}
.blockEditor .wp-block-emphasis .button-set .wp-block-buttons,
.wp-block-post-content .wp-block-emphasis .button-set .wp-block-buttons {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .blockEditor .wp-block-emphasis .button-set,
  .wp-block-post-content .wp-block-emphasis .button-set {
    gap: 25px;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-emphasis .button-set,
  .wp-block-post-content .wp-block-emphasis .button-set {
    width: 100%;
  }
}
.blockEditor .has-background,
.wp-block-post-content .has-background {
  margin-top: 56px;
  padding: clamp(23px, 2vw + 0.2rem, 32px) clamp(17px, 1.5vw + 0.2rem, 24px);
}
.blockEditor > iframe,
.wp-block-post-content > iframe {
  margin-top: 48px;
  width: 100%;
  min-height: 300px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 480px) {
  .blockEditor > iframe,
  .wp-block-post-content > iframe {
    margin-top: 24px;
    min-height: 250px;
  }
  .blockEditor .has-background,
  .wp-block-post-content .has-background {
    margin-top: 40px;
  }
}
.block-editor-block-list__block[data-type="core/separator"].wp-block-separator.is-style-dots {
  border-top: 1px dotted #dbdbdb;
}

.blockEditor p a,
.wp-block-post-content p a{
  color: #000 !important;
}
.blockEditor p a[target="_blank"],
.wp-block-post-content p a{
  color: #FFB393;
}
.has-cyan-bluish-gray-background-color{
  background: #ECEFF1 !important;
}
.blockEditor .wp-block-file a.wp-block-file__button{
  background: #9EAFBB;
  border: 0;
  padding: 4px 12px 4px 12px;
}
.blockEditor .wp-block-file a{
  color: #0F0F0F;
}
.wp-block-table {
  margin-top: 32px;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #CFCFCF;
  padding: 20px;
  line-height: 180%;
    letter-spacing: 1.12px;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: #CFCFCF;
}
@media screen and (max-width: 480px) {
.wp-block-table {
    margin-top: 20px; 
  }
  .wp-block-table td,
  .wp-block-table th {
    padding: 12px;
    letter-spacing: 0.98px;
  }
}
@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.3333% - 64px / 3) ;
    border-radius: 4px;
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.3333% - 64px / 3) ;
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) img {
    border-radius: 5px;
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
    width: calc(50% - 20px);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) img,
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) img {
    border-radius: 8px;
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%
  }
}

.wp-block-gallery.has-nested-images.columns-3.is-cropped figure.wp-block-image:not(#individual-image) img {
  border-radius: 4px;
}

.text-center {
  text-align: center;
}

