@charset "UTF-8";

@font-face {
  font-family: 'icomoon';
  src:
    url('/ai_hakurankai/wp-content/themes/ai_hakurankai/gutenberg/fonts/icomoon.ttf?zbcpkj') format('truetype'),
    url('/ai_hakurankai/wp-content/themes/ai_hakurankai/gutenberg/fonts/icomoon.woff?zbcpkj') format('woff'),
    url('/ai_hakurankai/wp-content/themes/ai_hakurankai/gutenberg/fonts/icomoon.svg?zbcpkj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

: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, #ffbb00) 0%, var(--primary, #ff8400) 100%);
  --btn-white: linear-gradient(90deg, var(--primary, #e94709) 0%, var(--orange, #fe952f) 100%);
  --orange: #ffbb00;
  --white: #fff;
  --primary: #ff8400;
  --text: #262626;
}
.wp-block-post-content,
.wp-block-post-title {
  max-width: 940px;
  margin: 0 auto;
}
html :where(.wp-block) {
  max-width: none;
}
html {
  scroll-margin-top: -50px;
}
@media screen and (max-width: 1440px) {
  .blockEditor,
  .wp-block-post-content {
    width: 100%;
  }
}
.blockEditor > :first-child,
.wp-block-post-content > :first-child {
  margin-top: 0;
}
.blockEditor h2,
.wp-block-post-content h2 {
  margin-top: clamp(53px, 5.5vw + 0.2rem, 88px);
  padding-bottom: clamp(18px, 0.9375vw + 0.2rem, 26px);
  border-bottom: 3px solid #e7e7e7;
  position: relative;
  font-size: clamp(20px, 1.875vw + 0.2rem, 30px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 2.1px;
  color: var(--text);
}
@media screen and (max-width: 480px) {
  .blockEditor h2,
  .wp-block-post-content h2 {
    letter-spacing: 1.2px;
  }
}
.blockEditor h2:after,
.wp-block-post-content h2:after {
  display: block;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #24bbfc;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@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: clamp(38px, 3.375vw + 0.2rem, 54px);
  font-size: clamp(18px, 1.625vw + 0.2rem, 26px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.82px;
  color: var(--text);
  position: relative;
  border-left: 4px solid #24bbfc;
  padding-left: clamp(13px, 1.25vw + 0.2rem, 20px);
}
@media screen and (max-width: 480px) {
  .blockEditor h3,
  .wp-block-post-content h3 {
    letter-spacing: 1.08px;
  }
}
.blockEditor h3 img,
.wp-block-post-content h3 img {
  display: inline !important;
}
.blockEditor h4,
.wp-block-post-content h4 {
  margin-top: clamp(34px, 3.1875vw + 0.2rem, 51px);
  font-size: clamp(16px, 1.375vw + 0.2rem, 22px);
  font-weight: 500;
  letter-spacing: 1.54px;
  line-height: 1.7;
  color: #24bbfc;
}
@media screen and (max-width: 480px) {
  .blockEditor h4,
  .wp-block-post-content h4 {
    letter-spacing: 0.96px;
  }
}
.blockEditor h4 img,
.wp-block-post-content h4 img {
  display: inline !important;
}
.blockEditor h5,
.wp-block-post-content h5 {
  margin-top: clamp(29px, 2.625vw + 0.2rem, 42px);
  font-size: clamp(14px, 1.25vw + 0.2rem, 20px);
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1.6;
  color: var(--text);
}
@media screen and (max-width: 480px) {
  .blockEditor h5,
  .wp-block-post-content h5 {
    letter-spacing: 0.84px;
  }
}
.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, 18px);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.26px;
  color: var(--Text);
}
@media screen and (max-width: 480px) {
  .blockEditor h6,
  .wp-block-post-content h6 {
    letter-spacing: 0.84px;
  }
}
.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: 175%;
  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, 37px);
  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: 160%;
  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 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  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: 8px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  border: 1px solid #24bbfc;
  background-color: #24bbfc;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
@media screen and (max-width: 820px) {
  .blockEditor ul > li::before,
  .wp-block-post-content ul > li::before {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    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) ".";
  color: #24bbfc;
}
.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: 48px;
  gap: 48px 40px;
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-columns,
  .wp-block-post-content .wp-block-columns {
    margin-top: 32px;
  }
}
.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%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  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 .wp-block-image .is-style-rounded .wp-block-image-wrap,
.blockEditor .wp-block-image .is-style-rounded 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.is-style-rounded .wp-block-image-wrap,
.blockEditor .wp-block-image.is-style-rounded figure,
.wp-block-post-content .wp-block-image .is-style-rounded .wp-block-image-wrap,
.wp-block-post-content .wp-block-image .is-style-rounded 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.is-style-rounded .wp-block-image-wrap,
.wp-block-post-content .wp-block-image.is-style-rounded figure {
  border-radius: var(--be_border_radius);
  overflow: hidden;
}
.blockEditor .wp-block-image .is-style-rounded img,
.blockEditor .wp-block-image.is-style-circle-mask img,
.blockEditor .wp-block-image.is-style-rounded img,
.wp-block-post-content .wp-block-image .is-style-rounded img,
.wp-block-post-content .wp-block-image.is-style-circle-mask img,
.wp-block-post-content .wp-block-image.is-style-rounded img {
  border-radius: 0;
}
.blockEditor .wp-block-gallery,
.wp-block-post-content .wp-block-gallery {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  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;
}
@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;
  -webkit-box-flex: inherit !important;
  -ms-flex-positive: inherit !important;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: 1;
  padding: 4px 9px 4px 11px;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0;
  margin-left: 7px;
  border-radius: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  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;
  font-family: icomoon;
  content: "\e920";
  font-weight: 500;
  width: 1em;
  height: 1em;
  font-size: clamp(15px, 1.125vw + 0.2rem, 18px);
  line-height: 1;
  vertical-align: baseline;
  color: var(--white);
}
@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);
}
@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: var(--primary);
  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: var(--primary);
}
@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: -20px;
  }
  .blockEditor .wp-scroll-table:not(.no-scroll) .wp-scroll-table-inner,
  .wp-block-post-content .wp-scroll-table:not(.no-scroll) .wp-scroll-table-inner {
    overflow-x: auto;
    padding: 0 20px;
  }
  .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);
    -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    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;
    font-family: icomoon;
    content: "\e903";
    width: 1em;
    height: 1em;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    color: var(--white);
    -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    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-table,
  .wp-block-post-content .wp-scroll-table:not(.no-scroll) .wp-block-table {
    padding: 0 5%;
  }
}

.blockEditor .wp-block-table {
  margin-top: 32px;
}

.blockEditor .wp-block-table table {
  margin: 0;
}
.blockEditor .wp-block-table table tr th,
.wp-block-post-content .wp-block-table table tr th {
  border-bottom-color: var(--tr-border-bottom-color,#fff) !important;
}
.blockEditor .wp-block-table table tr:last-child th,
.wp-block-post-content .wp-block-table table tr:last-child th {
  border-bottom-color: var(--border-color, #dee2e6) !important;
}
.blockEditor .wp-block-table table tr td,
.blockEditor .wp-block-table table tr th,
.wp-block-post-content .wp-block-table table tr td,
.wp-block-post-content .wp-block-table table tr th {
  padding: 19px 20px;
  font-size: clamp(12px, 1vw + 0.2rem, 16px);
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 480px) {
  .blockEditor .wp-block-table table tr td,
  .blockEditor .wp-block-table table tr th,
  .wp-block-post-content .wp-block-table table tr td,
  .wp-block-post-content .wp-block-table table tr th {
    padding: 12px;
  }
}
.blockEditor .wp-block-table table tr td a,
.blockEditor .wp-block-table table tr th a,
.wp-block-post-content .wp-block-table table tr td a,
.wp-block-post-content .wp-block-table table tr th a {
  color: var(--primary);
  text-decoration: underline;
}
.blockEditor .wp-block-table table tr td a::after,
.blockEditor .wp-block-table table tr th a::after,
.wp-block-post-content .wp-block-table table tr td a::after,
.wp-block-post-content .wp-block-table table tr th a::after {
  display: inline !important;
}
.blockEditor .wp-block-table table tr td img,
.blockEditor .wp-block-table table tr th img,
.wp-block-post-content .wp-block-table table tr td img,
.wp-block-post-content .wp-block-table table tr th img {
  display: inline-block;
}
.blockEditor .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td,
.wp-block-post-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
  background-color: rgba(var(--primary-rgb), 0.1);
}
.blockEditor .wp-block-table figcaption,
.wp-block-post-content .wp-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-table figcaption,
  .wp-block-post-content .wp-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, 38px);
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  min-width: clamp(288px, 16.415rem + 6.761vw, 360px);
  max-width: 600px;
  min-height: clamp(70px, 4.023rem + 1.502vw, 80px);
  padding: 14px 86px 14px 45px;
  border-radius: 112px;
  border: none;
  background: var(--btn-orangreverse);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: var(--white);
  font-size: clamp(15px, 1vw + 0.2rem, 18px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  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: 288px;
    padding: 14px 77px 11px 35px;
  }
}
.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: 12px;
  width: clamp(38px, 1.847rem + 2.254vw, 62px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--white);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
@media screen and (max-width: 480px) {
  .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 {
    right: 17px;
  }
}
.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: 50%;
  right: calc(2px + clamp(32px, 1.89rem + 0.469vw, 34px));
  width: 9px;
  height: 15px;
  background-image: url(/assets/img/ai_hakurankai/2025_summer/conference/cta-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.16, 1.02);
  transition: 0.4s cubic-bezier(0, 0, 0.16, 1.02);
  z-index: 15;

  @media screen and (max-width: 480px) {
    right: calc(-1px + clamp(32px, 1.89rem + 0.469vw, 37px));
  }
}
.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 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.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 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  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-buttons.is-content-justification-center {
  justify-content: center;
}

.blockEditor .wp-block-separator,
.wp-block-post-content .wp-block-separator {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--primary);
  overflow: hidden;
  width: clamp(80px, 7vw + 0.2rem, 112px);
  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: #dbdbdb;
}
.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: clamp(11px, 0.9375vw + 0.2rem, 15px) !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) {
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  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;
}
.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;
  font-family: icomoon;
  width: 1em;
  height: 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: -webkit-box !important;
  display: -ms-flexbox !important;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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%;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  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 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  font-family: icomoon;
  content: "\e903";
  width: 1em;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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%;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
  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;
  }
}
.block-editor-block-list__block[data-type="core/separator"].wp-block-separator.is-style-dots {
  border-top: 1px dotted #dbdbdb;
}

table.has-fixed-layout {
  table-layout: fixed;
}
.table-responsive {
  overflow-x: visible !important;
}

.breadcrumb {
  position: relative;
  z-index: 15;
}
.breadcrumb ul {
  display: flex;
  gap: 0 16px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
.breadcrumb ul li {
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.8px;
  position: relative;
}
.breadcrumb ul li:not(:last-child):after {
  position: absolute;
  content: "";
  top: 5px;
  left: calc(100% + 5px);
  width: 5px;
  height: 5px;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    overflow-x: auto;
  }
  .breadcrumb ul li {
    white-space: nowrap;
  }
}
/* カンファレンス一覧 */
.summer_2025_conf {
  padding-top: 160px;
}
@media screen and (max-width: 1200px) {
  .summer_2025_conf {
    padding-top: 86px;
  }
}

/* カンファレンス詳細 */
.conference-article {
  display: grid;
  grid-template-columns: 1fr clamp(260px, 11.25rem + 8.333vw, 300px);
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
  column-gap: 40px;
  line-height: 1.75;
  font-family: "Noto Sans JP";
  margin-bottom: 120px;
}
.conference-data {
  display: flex;
  width: fit-content;
  column-gap: 3px;
  background: #fff;
  margin-top: 56px;
}
.conference-date {
  position: relative;
  display: flex;
  padding: 8px 20px;
  align-items: center;
  color: #24bbfc;
  letter-spacing: 0.07em;
  line-height: 1;
  border-radius: 8px 0px 0px 8px;
  border: 2px solid #24bbfc;
}
@media screen and (max-width: 960px) {
  .conference-date {
    border: 1px solid #24bbfc;
  }
}
.conference-date-text {
  font-size: 1.125rem;
}
.conference-date-number {
  font-family: "Barlow Condensed";
  font-size: 1.375rem;
}
.conference-date-small {
  font-size: 0.8125rem;
  margin-left: -6px;
}
.conference-date-time {
  font-family: "Barlow Condensed";
  font-size: 1.375rem;
}
.conference-hall {
  font-size: calc(22 / 16 * 1rem);
  color: #fff;
  border-radius: 0px 8px 8px 0px;
  background: #24bbfc;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  font-family: "Barlow Condensed", "Noto Sans JP";
  line-height: 1;
}
.conference-hall-text-small {
  display: inline-block;
  margin-left: 2px;
  font-size: calc(17 / 16 * 1rem);
}
.article-area .title-area {
  display: block;
}
.article-area .title-area h1 {
  font-size: clamp(1.625rem, 1.361rem + 1.127vw, 2.375rem);
  line-height: 1.6;
  letter-spacing: 0.07em;
}
.post-eycatch {
  display: block;
  width: 75%;
  margin: 40px auto 0;
  border-radius: 8px;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.speaker-profile {
  background: rgba(36, 187, 252, 0.1);
  padding: 40px;
  letter-spacing: 0.07em;
}
.speaker-profile:first-of-type {
  margin-top: 30px;
}
.speaker-profile + .speaker-profile {
  margin-top: 20px;
}
.speaker-profile-heading {
  color: #24bbfc;
  font-size: calc(15 / 16 * 1rem);
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-left: -40px;
}
.speaker-profile-heading::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 2px;
  background: currentColor;
  vertical-align: middle;
  margin-right: 5px;
}
.speaker-profile-box {
  margin-top: 12.5px;
  display: flex;
  align-items: center;
}

.speaker-profile-company {
  padding-right: 18px;
  color: #0f0f0f;
  font-size: 1rem;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.speaker-profile-role {
  font-size: calc(13 / 16 * 1rem);
  padding-inline: 18px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  translate: 0 2px;
}
.speaker-profile-name {
  font-size: calc(22 / 16 * 1rem);
  font-weight: 500;
  padding-left: 18px;
  position: relative;
}
.speaker-profile-company::after,
.speaker-profile-name::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 28px;
  /* height: calc(100% - 11px); */
  background: currentColor;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.speaker-profile-company::after {
  right: 0;
}
.speaker-profile-name::before {
  left: 0;
}
.speaker-profile-name-small {
  font-size: 1rem;
}
.speaker-profile-message {
  margin-top: 11px;
}
.same-day-conference {
  margin-top: 56px;
  background: #24bbfc;
  color: #fff;
  font-size: calc(18 / 16 * 1rem);
  padding: 4px 20px;
  text-align: center;
}
.same-day-conference-list-item {
  padding-block: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.same-day-conference-list-item-link {
  display: flex;
  align-items: center;
  column-gap: 14px;
}
.same-day-conference-image {
  width: calc(78 / 300 * 100%);
  border-right: 3px;
  overflow: hidden;
}
.same-day-conference-image img {
  width: 100%;
}
.same-day-conference-title {
  flex: 1 1 1px;
  padding: 5px 0;
  line-height: 1.75;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.keynote-speech-banners {
  margin-top: 72px;
}
.keynote-speech-banners img {
  width: 100%;
}
.keynote-speech-banner + .keynote-speech-banner {
  margin-top: 20px;
}

.blockEditor {
  margin-top: 80px;
}

.summer_2025_conf .cta_area {
  margin-top: 70px;
}
.summer_2025_conf .cta_area > a {
  padding-top: 39px;
  padding-bottom: 30px;
}
.summer_2025_conf .cta_area .entry-lead-txt {
  color: var(--white, #fff);
  font-size: 22px;
  letter-spacing: 3.3px;
  gap: 10px;
}
.summer_2025_conf .cta_area .entry-lead-txt:before,
.summer_2025_conf .cta_area .entry-lead-txt:after {
  margin: 0;
}

.summer_2025_conf .cta_area .entry-logo {
  margin-top: 25px;
  margin-bottom: 29px;
}

.summer_2025_conf .cta_area .button-entry {
  padding: 16px;
  padding-left: 40px;
  max-width: 321px;
}
.summer_2025_conf .cta_area .button-entry .button-text {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 1.4px;
  padding: 0;
}

.summer_2025_conf .cta_area .button-entry .button-arrow {
  width: 54px;
  height: 54px;
}
.summer_2025_conf .cta_area .button-entry .button-arrow:after {
  width: 54px;
  height: 54px;
}

.summer_2025_conf .cta_area .button-entry .button-arrow svg {
  width: 9px;
  height: 15px;
}

/*
 * 次の記事前の記事
 *******************/
.prevnext-area {
  margin-top: clamp(34px, 3.5625vw + 0.2rem, 57px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(940px + 10%);
}
@media screen and (max-width: 960px) {
  .prevnext-area {
    max-width: calc(940px + 10%);
  }
}
.prevnext-area .prevnext-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .prevnext-area .prevnext-inner {
    flex-direction: column;
    gap: 27px;
  }
}
.prevnext-area.nextOnly .prevnext-inner {
  justify-content: flex-end;
}
.prevnext-area .nextBlock,
.prevnext-area .prevBlock {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
  text-decoration: none;
  flex: 1;
  max-width: 416px;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 480px) {
  .prevnext-area .nextBlock,
  .prevnext-area .prevBlock {
    width: 100%;
  }
}
.prevnext-area .nextBlock .linkBox,
.prevnext-area .prevBlock .linkBox {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .prevnext-area .nextBlock .linkBox,
  .prevnext-area .prevBlock .linkBox {
    width: 100%;
  }
}
.prevnext-area .nextBlock .linkBox .prevnext-img,
.prevnext-area .prevBlock .linkBox .prevnext-img {
  display: block;
  width: clamp(99px, 7.5vw + 0.2rem, 120px);
  /* aspect-ratio: 12/7; */
  border-radius: var(--be_border_radius);
  border: 1px solid var(--Frame);
  overflow: hidden;
}
.prevnext-area .nextBlock .linkBox .prevnext-img img,
.prevnext-area .prevBlock .linkBox .prevnext-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prevnext-area .nextBlock .linkBox p,
.prevnext-area .prevBlock .linkBox p {
  color: var(--Text);
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 500;
  line-height: 175%; /* 26.25px */
  letter-spacing: 1.05px;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 480px) {
  .prevnext-area .nextBlock .linkBox p,
  .prevnext-area .prevBlock .linkBox p {
    font-size: 14px;
  }
}
.prevnext-area .nextBlock .linkText,
.prevnext-area .prevBlock .linkText {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #24bbfc;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 480px) {
  .prevnext-area .nextBlock .linkText,
  .prevnext-area .prevBlock .linkText {
    font-size: 13px;
  }
}
.prevnext-area .nextBlock .linkText:after,
.prevnext-area .nextBlock .linkText:before,
.prevnext-area .prevBlock .linkText:after,
.prevnext-area .prevBlock .linkText:before {
  display: inline-block;
  font-family: icomoon;
  width: 1em;
  height: 1em;
  font-size: 18px;
  line-height: 1;
  vertical-align: baseline;
  color: #24bbfc;
  translate: 0 1px;
}

.box__headline-area {
  display: flex;
  align-items: center;
  gap: 7px;
}
.box__headline-time {
  color: #24bbfc;
  font-family: "Barlow Condensed";
  font-size: 22px;
  font-weight: 500;
  line-height: 100%; /* 22px */
  letter-spacing: 1.54px;
}
.box__headline-venue {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #24bbfc;
  padding: 4px 6px;
  overflow: hidden;
  color: #fff;
  font-family: "Barlow Condensed", "Noto Sans JP";
  font-size: 20px;
  font-weight: 600;
  line-height: 100%; /* 15px */
  letter-spacing: 1.05px;
}
.box__headline-venue .conference-hall-text-small {
  font-size: 15px;
  font-family: "Barlow Condensed", "Noto Sans JP";
}

@media screen and (max-width: 480px) {
  .prevnext-area .nextBlock .linkText:after,
  .prevnext-area .nextBlock .linkText:before,
  .prevnext-area .prevBlock .linkText:after,
  .prevnext-area .prevBlock .linkText:before {
    font-size: 16px;
    translate: 0 0;
  }
}
@media (hover: hover) {
  .prevnext-area .nextBlock:hover,
  .prevnext-area .prevBlock:hover {
    opacity: 0.5;
  }
  .prevnext-area .nextBlock:hover img,
  .prevnext-area .prevBlock:hover img {
    scale: 1.05;
  }
}
.prevnext-area .prevBlock .linkText {
  translate: -3px 0;
}
.prevnext-area .prevBlock .linkText:before {
  content: "\e902";
}
.prevnext-area .nextBlock {
  align-items: flex-end;
}
.prevnext-area .nextBlock .linkBox {
  flex-direction: row-reverse;
}
.prevnext-area .nextBlock .linkText:after {
  content: "\e903";
}

@media screen and (max-width: 960px) {
  .conference-article {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .same-day-conference {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 1.12px;
    padding: 6px 20px;
  }

  .conference-date {
    padding: 6px 10px;
  }
  .conference-date-text {
    font-size: 14px;
  }
  .conference-date-number {
    font-size: 18px;
  }
  .conference-date-small {
    font-size: 12px;
  }

  .conference-date-time {
    font-size: 18px;
  }

  .conference-hall {
    font-size: 18px;
    padding: 8px 10px;
  }
  .conference-hall-text-small {
    font-size: 14px;
  }

  .title-area {
    margin-top: 18px;
  }
  .post-eycatch {
    margin-top: 32px;
  }

  .speaker-profile-heading {
    margin-left: -30px;
  }
  .speaker-profile-heading::before {
    width: 24px;
  }
  .speaker-profile {
    padding: 30px;
  }
  .speaker-profile-message {
    font-size: 14px;
    line-height: 175%; /* 24.5px */
    letter-spacing: 0.98px;
  }
  .speaker-profile-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .speaker-profile-company {
    font-size: 14px;
    line-height: 160%; /* 22.4px */
    margin: 0;
  }
  .speaker-profile-company::after {
    display: none;
  }
  .speaker-profile-role {
    font-size: 12px;
    line-height: 160%; /* 19.2px */
    letter-spacing: 0.84px;
    padding: 0;
  }
  .speaker-profile-name {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1.33px;
  }
  .speaker-profile-name::before {
    display: none;
  }

  .speaker-profile-name {
    padding-left: 0;
  }

  .same-day-conference-list-item {
    padding-block: 13x;
  }
  .same-day-conference-title {
    font-size: 14px;
  }

  .blockEditor {
    margin-top: 48px;
  }

  .keynote-speech-banners {
    margin-top: 20px;
  }
  .keynote-speech-banner + .keynote-speech-banner {
    margin-top: 12px;
  }

  .summer_2025_conf .cta_area > a {
    padding: 50px 20px 52px;
  }
  .summer_2025_conf .cta_area .entry-lead-txt {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
  .summer_2025_conf .cta_area .button-entry {
    width: 100%;
    height: 70px;
  }
  .summer_2025_conf .cta_area .button-entry .button-text {
    font-size: 18px;
  }
  .summer_2025_conf .cta_area .button-entry .button-arrow {
    width: 38px;
    height: 38px;
  }
  .summer_2025_conf .cta_area .button-entry .button-arrow:after {
    width: 38px;
    height: 38px;
  }

  .box__headline-time {
    font-size: 18px;
    letter-spacing: 1.26px;
  }
  .box__headline-venue {
    font-size: 17px;
  }
  .box__headline-venue .conference-hall-text-small {
    font-size: 13px;
  }
}

.cta_area-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}

.summer_2025_conf .sideba-area .cta_area {
  border-radius: 40px;
  background-image: url(/assets/img/ai_hakurankai/2025_summer/cta-btn-bg-sp.png);
  margin-bottom: 0;
  margin-top: 0;
}

.summer_2025_conf .sideba-area .cta_area > a {
  padding: 48px 22px 41px;
  border-radius: 40px;
}
.summer_2025_conf .sideba-area .cta_area .entry-lead-txt {
  font-size: 16px;
  letter-spacing: 1.92px;
  font-weight: 600;
  gap: 8px;
  width: 100%;
}
.summer_2025_conf .sideba-area .cta_area .entry-logo {
  margin-top: 16px;
  margin-bottom: 23px;
  width: 100%;
}
.summer_2025_conf .sideba-area .cta_area .button-entry {
  width: 100%;
  height: 70px;
}
.summer_2025_conf .cta_area .entry-lead-txt:before,
.summer_2025_conf .cta_area .entry-lead-txt:after {
  width: 30px;
}
.summer_2025_conf .sideba-area .cta_area .button-entry .button-text {
  font-size: 16px;
}
.summer_2025_conf .sideba-area .cta_area .button-entry .button-arrow {
  width: 30px;
  height: 30px;
}
.summer_2025_conf .sideba-area .cta_area .button-entry .button-arrow:after {
  width: 30px;
  height: 30px;
}
.summer_2025_conf .sidebar-wrapper {
  position: sticky;
  top: 20px;
}

.scroll-hint-icon {
  top: 60px !important;
  left: 120px !important;
}
