@charset "UTF-8";
/*
 Theme Name:   YOXO NEXT
 Theme URI:    https://example.com/
 Description:  Twenty Twenty-Five の子テーマ
 Author:       yoxo nextyoxo nextyoxo next
 Author URI:   https://example.com/
 Template:     twentytwentyfive
 Version:      1.0.
 Text Domain:  twentytwentyfive-child
*/
/* ページ全体を縦スクロールスナップする */
@media (min-width: 768px) {
  /* デスクトップ表示時にプラグインラッパーを非表示 */
  .rm_wrapper,
  .rm_menu,
  .responsive-menu-toggle,
  #wprmenu_bar {
    display: none !important; } }
@media (max-width: 767px) {
  /* モバイル表示時に特定ナビゲーションを非表示 */
  .wp-block-navigation,
  .site-navigation,
  .pc-header {
    display: none !important; } }
#wprmenu_bar {
  padding: 10px 16px 10px !important; }

#wprmenu_bar .menu_title,
#wprmenu_bar .menu_title a {
  top: 0 !important; }

#wprmenu_bar .menu_title a {
  display: flex;
  align-items: center; }

#wprmenu_bar div.hamburger {
  margin-top: 0 !important; }

/* 親コンテナをflex制御 */
#wprmenu_bar {
  display: flex;
  align-items: stretch;
  /* 子要素を高さいっぱいに */ }

#wprmenu_bar .menu_title {
  display: flex;
  justify-content: center; }

#wprmenu_bar > div {
  align-self: stretch;
  /* 親の align-items が違う場合に使う */ }

#wprmenu_bar .bar_logo {
  min-width: 165px;
  max-width: 175px; }

#mg-wprm-wrap.cbp-spmenu-right {
  top: 60px !important; }
  #mg-wprm-wrap.cbp-spmenu-right ul {
    padding: 57px 30px;
    font-weight: 800;
    letter-spacing: 1.5px !important;
    font-size: 0.9375rem !important; }

/* ハンバーガーの線を太く・色を変える例 */
.hamburger-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #109DCD;
  width: 60px;
  height: 40px;
  right: 8px;
  border-radius: 4px; }

.hamburger--slider .hamburger-inner {
  top: 14px !important;
  display: block !important; }

.hamburger--slider .hamburger-inner::after {
  top: 11px !important; }

.hamburger--slider .hamburger-inner::before {
  top: 30px !important;
  opacity: 0; }

#wprmenu_bar {
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 36px;
  height: 2px !important;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(30deg) !important; }

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-60deg) !important; }

#wprmenu_bar .menu_title a {
  float: left; }

/* ページネーション*/
.my-pagination {
  background: #FFFFFF !important;
  text-align: center; }

#event-information .wp-block-query {
  text-align: center; }

.wp-block-query-pagination {
  display: inline-flex !important;
  /* shrink-wrap */
  justify-content: center;
  /* center items inside */
  margin: 0 auto;
  /* center the inline-flex box itself */
  padding: 140px 0 0 0;
  gap: 0.5em;
  /* 数字同士の隙間 */ }

/* 前矢印リンクを背景画像に差し替え */
.wp-block-query-pagination-previous {
  /* 画像のファイルパスを適宜書き換えてください */
  background: url("/images/prev.svg") no-repeat center center;
  display: inline-block;
  width: 24px;
  /* アイコン幅に合わせて調整 */
  height: 24px;
  /* アイコン高さに合わせて調整 */
  text-indent: -9999px;
  /* 中のテキストを見えなくする */
  overflow: hidden;
  line-height: 1.6; }

.wp-block-query-pagination-next {
  background: url("/images/next.svg") no-repeat center center;
  display: inline-block;
  width: 24px;
  /* アイコン幅に合わせて調整 */
  height: 24px;
  /* アイコン高さに合わせて調整 */
  text-indent: -9999px;
  /* 中のテキストを見えなくする */
  overflow: hidden;
  line-height: 1rem; }

/* 矢印の文字（ ← ）も消しておく */
.wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow {
  display: none; }

.wp-block-query-pagination-numbers {
  display: flex; }

.wp-block-query-pagination-numbers a,
.wp-block-query-pagination-numbers span {
  display: inline-block;
  min-width: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
  min-height: 32px; }

.wp-block-query-pagination-numbers span.current {
  background-color: #FFEF3B;
  display: block;
  border-radius: 100%;
  height: 1.875rem;
  width: 1.875rem; }

/* スマホ用（メディアクエリ内で） */
@media (max-width: 768px) {
  .wp-block-query-pagination {
    padding: 100px 0 0 0 !important; } }
/* 「イベント情報」プルダウン用のスタイル */
select[name="event-information"],
select[name="category"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  min-height: 50px;
  padding: 0.5em 1.5em 0.5em 1em;
  background-color: #FAF9F7;
  border: none;
  color: #5896C7;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.2;
  border-radius: 9999px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L5 6L10 0H0Z' fill='%23009FE3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75em center;
  background-size: 0.625em auto;
  cursor: pointer; }
  select[name="event-information"]:focus,
  select[name="category"]:focus {
    outline: none; }

/* ページ下ボタン */
.fixed-image-button {
  position: fixed;
  /* ビューポートに対して固定配置 */
  bottom: 0;
  /* 下から20px上げる（お好みで調整） */
  right: 0;
  /* 右から20px上げる（お好みで調整） */
  z-index: 9999;
  /* 他の要素より前面に出す */
  display: block;
  /* 必要に応じて block に */ }

.fixed-image-button img {
  width: 50vw;
  /* ボタンの大きさ調整 */
  max-width: 253px;
  height: auto;
  /* アスペクト比を維持 */
  cursor: pointer;
  /* ホバー時に手のカーソル */ }

.page-container {
  display: flex;
  justify-content: center; }

.single-format-standard .wp-block-button .external-link {
  border-radius: 10px;
  position: relative;
  /* 疑似要素の基準に */
  display: inline-flex !important;
  align-items: center !important;
  /* テキスト縦中央 */
  width: 100%;
  /* 左にアイコン分の余白を確保 */
  padding: 0.5em 1em 0.5em 2em;
  /* 上 0.5em / 右 1em / 下 0.5em / 左 2em */
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease; }
  .single-format-standard .wp-block-button .external-link::after {
    content: "";
    position: absolute;
    /* 親の左端から 0.5em の位置に */
    right: 1em;
    /* 親要素の高さの中央に */
    top: 50%;
    transform: translateY(-50%);
    /* アイコンのサイズ */
    width: 1em;
    height: 1em;
    background-image: url("images/link.svg");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    /* アイコン部分でクリックを邪魔しない */
    z-index: 3; }

#event-information .col02 div:nth-of-type(1).value.closed {
  display: flex;
  align-items: center;
  color: #fff;
  background: #4d4444;
  min-height: 60px;
  padding: 0.5em 1em !important; }

.value {
  border-radius: 2px; }
  .value .external-link {
    border-radius: 2px;
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 0.5em 1em;
    font-size: 1rem;
    font-weight: 500;
    background-color: #c29d2d;
    border: 2px solid #c29d2d;
    color: #fff;
    overflow: hidden;
    transition: background-color 0.3s ease, color 0.3s ease; }
    .value .external-link::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: #b18927;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
      z-index: -1; }
    .value .external-link::after {
      content: "";
      position: relative;
      z-index: 1;
      margin-left: auto;
      width: 1em;
      height: 1em;
      padding-left: 20px;
      background-image: url("images/link.svg");
      background-size: contain;
      background-repeat: no-repeat; }
    .value .external-link > * {
      position: relative;
      z-index: 1; }
    .value .external-link:hover {
      color: #fff; }
      .value .external-link:hover::before {
        transform: translateX(0); }

.wp-block-post.event-information-lab-region .value .external-link {
  background-color: #daa803;
  border-color: #daa803; }
  .wp-block-post.event-information-lab-region .value .external-link::before {
    background-color: #a88102; }
.wp-block-post.event-information-lab-region:hover .value .external-link {
  color: #fff; }
  .wp-block-post.event-information-lab-region:hover .value .external-link::before {
    transform: translateX(0); }

.wp-block-post.event-information-lab-entrepreneurship .value .external-link {
  background-color: #4faf65;
  border-color: #4faf65; }
  .wp-block-post.event-information-lab-entrepreneurship .value .external-link::before {
    background-color: #3f8c51; }
.wp-block-post.event-information-lab-entrepreneurship:hover .value .external-link {
  color: #fff; }
  .wp-block-post.event-information-lab-entrepreneurship:hover .value .external-link::before {
    transform: translateX(0); }

.wp-block-post.event-information-lab-validation-sup .value .external-link {
  background-color: #5896c7;
  border-color: #5896c7; }
  .wp-block-post.event-information-lab-validation-sup .value .external-link::before {
    background-color: #3b7db1; }
.wp-block-post.event-information-lab-validation-sup:hover .value .external-link {
  color: #fff; }
  .wp-block-post.event-information-lab-validation-sup:hover .value .external-link::before {
    transform: translateX(0); }

.wp-block-post.event-information-lab-validation-ex .value .external-link {
  background-color: #5896c7;
  border-color: #5896c7; }
  .wp-block-post.event-information-lab-validation-ex .value .external-link::before {
    background-color: #3b7db1; }
.wp-block-post.event-information-lab-validation-ex:hover .value .external-link {
  color: #fff; }
  .wp-block-post.event-information-lab-validation-ex:hover .value .external-link::before {
    transform: translateX(0); }

.wp-block-categories-list.term-list li.term-lab-region > a {
  color: #daa803; }
  .wp-block-categories-list.term-list li.term-lab-region > a:hover {
    color: #a88102; }
.wp-block-categories-list.term-list li.term-lab-region.current-cat > a {
  background-color: #daa803;
  color: #fff !important; }
.wp-block-categories-list.term-list li.term-lab-entrepreneurship > a {
  color: #4faf65; }
  .wp-block-categories-list.term-list li.term-lab-entrepreneurship > a:hover {
    color: #3f8c51; }
.wp-block-categories-list.term-list li.term-lab-entrepreneurship.current-cat > a {
  background-color: #4faf65;
  color: #fff !important; }
.wp-block-categories-list.term-list li.term-lab-validation-sup > a {
  color: #5896c7; }
  .wp-block-categories-list.term-list li.term-lab-validation-sup > a:hover {
    color: #3b7db1; }
.wp-block-categories-list.term-list li.term-lab-validation-sup.current-cat > a {
  background-color: #5896c7;
  color: #fff !important; }
.wp-block-categories-list.term-list li.term-lab-validation-ex > a {
  color: #5896c7; }
  .wp-block-categories-list.term-list li.term-lab-validation-ex > a:hover {
    color: #3b7db1; }
.wp-block-categories-list.term-list li.term-lab-validation-ex.current-cat > a {
  background-color: #5896c7;
  color: #fff !important; }

body.post-type-archive-event li.term-all > a {
  background-color: #109dcd;
  color: #fff !important; }

.link-hover {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  background-color: #109dcd;
  color: #fff;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease; }
  .link-hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0c799e;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: -1; }
  .link-hover > * {
    position: relative;
    z-index: 1; }
  .link-hover:hover {
    color: #fff; }
    .link-hover:hover::before {
      transform: translateX(0); }

#line-container .link-hover {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  background-color: #ffef3b;
  color: #fff;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 6px; }
  #line-container .link-hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ddcc0d;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: -1; }
  #line-container .link-hover > * {
    position: relative;
    z-index: 1; }
  #line-container .link-hover:hover {
    color: #fff; }
    #line-container .link-hover:hover::before {
      transform: translateX(0); }

.wp-block-button {
  position: relative; }
  .wp-block-button .wp-block-button__link {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: #109dcd;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: 0.25s; }
    .wp-block-button .wp-block-button__link span {
      display: inline-block;
      z-index: 3; }
    .wp-block-button .wp-block-button__link::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #0c799e;
      transform: translateX(-100%);
      transition: 0.25s;
      z-index: 2;
      border-radius: 14px; }
    .wp-block-button .wp-block-button__link > * {
      position: relative;
      z-index: 1; }
    .wp-block-button .wp-block-button__link:hover::before {
      transform: translateX(0); }
  .wp-block-button .wp-block-button__link:hover {
    color: #ffffff;
    background-color: rgba(8, 109, 143, 0.799);
    /* 濃いスライド色 */ }

/* 絞り込みボタン */
#event-filter {
  color: #109dcd; }
  #event-filter span {
    display: inline-block;
    background: #faf9f7;
    padding: 0.688rem 2.313rem;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 1.5px; }

.lab-button-container {
  margin-top: 5em !important;
  margin-bottom: 1.875em !important; }

/* ベント情報トップselect#event-information の一番目の option を非表示に */
.post-type-archive-event #event-information option:first-child {
  display: none; }

@media screen and (max-width: 768px) {
  .lab-button-container {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important; } }
/* ページ下ボタン */
.fixed-image-button {
  position: fixed;
  /* ビューポートに対して固定配置 */
  bottom: 0;
  /* 下から20px上げる（お好みで調整） */
  right: 0;
  /* 右から20px上げる（お好みで調整） */
  z-index: 9999;
  /* 他の要素より前面に出す */
  display: block;
  /* 必要に応じて block に */ }

.fixed-image-button img {
  width: 50vw;
  /* ボタンの大きさ調整 */
  max-width: 253px;
  height: 100%;
  /* アスペクト比を維持 */
  cursor: pointer;
  /* ホバー時に手のカーソル */ }

/* 初期状態：下に隠しておく */
body.home .fixed-image-button {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.4s ease-out 0.3s, transform 0.4s ease-out 0.3s, visibility 0s linear 0.3s;
  /* visibility は即時切り替えでも、0.3s 後に反映 */ }

/* .visible がついたら下→元位置にスライド＆フェードイン */
body.home .fixed-image-button.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

#ft-line-container {
  margin: 0;
  padding: 0;
  height: 1px; }

.fixed-image-button {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  background-color: #ffef3b;
  color: #fff;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 16px 0 0 0; }
  .fixed-image-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ddcc0d;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: -1; }
  .fixed-image-button > * {
    position: relative;
    z-index: 1; }
  .fixed-image-button:hover {
    color: #fff; }
    .fixed-image-button:hover::before {
      transform: translateX(0); }
  .fixed-image-button img {
    width: 50vw;
    max-width: 253px;
    height: 100%;
    cursor: pointer; }

/* テキストは下からふわっと上昇させる */
.anime-text,
.page-topics li h2,
#event-report li h2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; }

.anime-text.visible,
.page-topics li h2.visible,
#event-report li h2.visible {
  opacity: 1;
  transform: translateY(0); }

/* リストアイテムを順番にフェードイン */
#event-information ul li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; }

#event-information ul li.visible {
  opacity: 1;
  transform: translateY(0); }

/* 遅延時間の間隔 */
/* SCSSループでリストアイテム順番に遅延を設定 */
#event-information ul li:nth-child(1).visible {
  transition-delay: 0.2s; }

#event-information ul li:nth-child(2).visible {
  transition-delay: 0.4s; }

#event-information ul li:nth-child(3).visible {
  transition-delay: 0.6s; }

#event-information ul li:nth-child(4).visible {
  transition-delay: 0.8s; }

#event-information ul li:nth-child(5).visible {
  transition-delay: 1s; }

#event-information ul li:nth-child(6).visible {
  transition-delay: 1.2s; }

#event-information ul li:nth-child(7).visible {
  transition-delay: 1.4s; }

#event-information ul li:nth-child(8).visible {
  transition-delay: 1.6s; }

#event-information ul li:nth-child(9).visible {
  transition-delay: 1.8s; }

#event-information ul li:nth-child(10).visible {
  transition-delay: 2s; }

/* 画像はそのまま位置キープでフェードインのみ */
.wp-block-post-featured-image img,
.entry-content img {
  opacity: 0;
  transform: none;
  transition: opacity 0.6s ease-out; }

.wp-block-post-featured-image img.visible,
.entry-content img.visible {
  opacity: 1; }

/* ラッパーに overflow:hidden を追加 */
.page-topics main .wp-block-query li figure,
.archive main .wp-block-query li figure,
.image-zoom-wrapper,
.wp-block-post-featured-image {
  position: relative;
  /* 必要なら */
  overflow: hidden; }
  .page-topics main .wp-block-query li figure a,
  .archive main .wp-block-query li figure a,
  .image-zoom-wrapper a,
  .wp-block-post-featured-image a {
    width: 100%;
    height: 100%; }

li.category-event-report:hover img,
.image-zoom-wrapper img,
.wp-block-post-featured-image img {
  display: block;
  /* 下の余白を消す */
  width: 100%;
  /* 枠いっぱいに */
  height: auto;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  /* 重複していた transform をまとめる */
  transform-origin: center center;
  /* 拡大の起点を中央に */ }

/* ホバーでズームイン */
li.category-event-report:hover img,
.image-zoom-wrapper:hover img,
.wp-block-post-featured-image:hover img {
  transform: scale(1.05);
  /* translateY(0) は不要なら省略 */ }

/* イベント情報一覧　トピックス一覧　共通：画像の基本状態 */
li.wp-block-post img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-out;
  transform-origin: center center;
  display: block; }

/* ズーム対象：イベントレポート系のli */
li.wp-block-post:hover .wp-block-group img {
  transform: scale(1.05); }

/* ズーム対象：イベント情報（例: 起業ラボ系）のli */
li.wp-block-post:hover .wp-block-columns img {
  transform: scale(1.05); }

/* ホームのYOXOBOXの画像はズームしない */
/* 「.for-sm」「.for-pc」 配下の画像はズーム禁止 */
#about-yoxobox li.wp-block-post img,
#about-us li.wp-block-post img,
.single-post .wp-block-post-featured-image:hover img,
li.category-event-report .for-sm img,
li.category-event-report .for-pc img {
  /* ホバー時も transform が動かないように */
  transform: none !important;
  /* トランジションも無効化しておくと安心 */
  transition: none !important; }

/* HOMEヒーロー　ステップごとにワンテンポ遅らせてふわっとフェードインさせるSCSS */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(0px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.list-stagger .marquee,
.list-stagger h1.stagger-item,
.list-stagger figure.stagger-item,
.list-stagger .scroll-indicator.stagger-item {
  opacity: 0;
  transform: translateY(0px);
  animation: fadeInUp 0.8s ease forwards; }
.list-stagger .marquee {
  animation-delay: 0.6s; }
.list-stagger h1.stagger-item {
  animation-delay: 1.2s; }
.list-stagger figure.stagger-item {
  animation-delay: 1.8s; }
.list-stagger .scroll-indicator.stagger-item {
  animation-delay: 2.4s; }

/* サムネを含むフィーチャーイメージ全般に適用　２・１のアスペクト比 */
#event-information .image-zoom-wrapper,
#event-information .wp-block-post-featured-image {
  height: 100% !important;
  /* if you see any min-height from elsewhere, reset that too: */
  min-height: 0 !important; }

#event-information .wp-block-post-featured-image img,
.wp-block-post-template.is-layout-grid,
.wp-block-post-featured-image img,
.wp-block-post-template.is-layout-flex .wp-block-post-featured-image img {
  width: auto;
  /* don’t force width */
  height: 100%;
  /* fill the 3/2 container vertically */
  object-fit: none;
  /* no cover, just show natural pixels */
  object-position: left center; }

#sponsored-container .wp-block-image > a {
  overflow: hidden;
  display: inline-block;
  max-width: 270px; }
#sponsored-container figure img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease; }
#sponsored-container figure:hover img {
  transform: scale(1.05); }

footer a {
  transition-property: opacity;
  transition-duration: 0.5s; }
footer a:hover {
  opacity: 0.7; }

/* 1) UL をグリッドにして、各行を同じ高さに */
ul.is-layout-grid {
  display: grid;
  /* 必要に応じて列定義を調整 */
  grid-template-columns: repeat(auto‑fit, minmax(300px, 1fr));
  gap: 20px;
  /* ← これで各行の高さが「1fr」で均等に */
  grid-auto-rows: 1fr;
  /* グリッドアイテム（li）をセルいっぱいに伸ばす */
  align-items: stretch; }

/* 2) li の直下にある .has-base-background-color を高さ100%に */
ul.is-layout-grid > li > .has-base-background-color {
  height: 100%;
  /* もし padding を含めて高さを揃えたいなら box‑sizing を確認 */
  box-sizing: border-box;
  /* オプション：背景グループ内をフレックス化して
     見出しや日付の配置をコントロールする場合 */
  display: flex;
  flex-direction: column;
  padding-bottom: 0 !important; }

ul.is-layout-grid > li {
  margin-bottom: 30px; }

/*トピックスのタイトル 上下マージンを auto にして縦中央 */
ul.is-layout-grid > li > .has-base-background-color > h2,
.home #event-report .wp-block-post-template h3 {
  margin: auto 0 !important; }

.entry-content h3 {
  margin-bottom: 0.75rem; }
.entry-content p {
  font-size: 1rem;
  line-height: 28px;
  margin: 0.75rem 0;
  font-weight: 400; }
.entry-content p a {
  text-decoration: underline !important; }
.entry-content hr {
  margin: 2.5rem 0; }

/* エントリー個別テンプレート用 */
.post-template-default.single .post-inner {
  padding-top: 75px;
  padding-right: inherit;
  padding-bottom: 180px;
  padding-left: inherit;
  margin: auto !important; }
  .post-template-default.single .post-inner .cat-wrap {
    padding: 0; }
  .post-template-default.single .post-inner .wp-block-post-title {
    padding: 1.688rem 0 1.875rem 0; }
  .post-template-default.single .post-inner .wp-block-buttons > .wp-block-button {
    line-height: 1 !important; }
  .post-template-default.single .post-inner .wp-element-button {
    margin: 0.75rem 0px !important; }
  .post-template-default.single .post-inner .wp-block-table table {
    border-color: #d2d2d2 !important;
    border-width: 1px; }
    .post-template-default.single .post-inner .wp-block-table table thead {
      border-width: 1px !important; }
    .post-template-default.single .post-inner .wp-block-table table th,
    .post-template-default.single .post-inner .wp-block-table table td,
    .post-template-default.single .post-inner .wp-block-table table tbody {
      font-size: 0.938rem !important;
      border-color: #d2d2d2 !important; }
.post-template-default.single h4.wp-block-heading {
  font-size: 1.063rem !important; }
.post-template-default.single main {
  background-color: #faf9f7; }
.post-template-default.single footer {
  margin-top: 0 !important; }
.post-template-default.single mark {
  color: #4d4444 !important;
  text-decoration: underline; }
.post-template-default.single .entry-content {
  padding: 48px 0 0 !important; }

/* エントリー個別テンプレート用　スマホ */
/* 画面幅が786px以下のとき */
@media screen and (max-width: 786px) {
  .post-template-default.single main {
    background-color: none;
    margin: 68px 0 0 0 !important;
    padding: 0 0 0 0 !important; }
  .post-template-default.single .post-inner {
    padding: 0 !important;
    margin: auto !important; }
    .post-template-default.single .post-inner .cat-wrap {
      padding: 0 1.875rem 0; }
    .post-template-default.single .post-inner .wp-block-post-title {
      padding: 2.5rem 30px 2.5rem 30px !important; }
    .post-template-default.single .post-inner h3.wp-block-heading + p {
      margin-top: 1.125rem !important; }
  .post-template-default.single .wp-element-button,
  .post-template-default.single .wp-block-button {
    min-width: 100% !important; }
  .post-template-default.single .entry-content {
    padding: 30px 30px 90px !important; } }
.post-template-default {
  background-color: #faf9f7;
  /* シングル投稿ページの本文エリアだけ白背景に */ }
  .post-template-default .single-post .entry-content {
    background-color: #fff;
    /* 背景白 */
    padding: 2rem;
    /* お好みで余白を調整 */
    border-radius: 6px;
    /* 角丸が欲しければ */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    /* ほんのり影もOK */ }
  .post-template-default main .wp-block-list {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    background-color: #fffde3;
    padding: 2.375rem 3rem;
    border-radius: 6px;
    list-style: none;
    /* デフォルトマーカーを消す */ }
    .post-template-default main .wp-block-list li {
      position: relative;
      padding-left: 1.8rem;
      margin: 0 0 0.625rem; }
      .post-template-default main .wp-block-list li:last-child {
        margin-bottom: 0 !important; }
      .post-template-default main .wp-block-list li::before {
        content: "";
        display: block;
        height: 0.813rem;
        width: 0.813rem;
        background-color: #ffef3b;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0.6rem;
        transform: translateY(-50%); }
  .post-template-default main h2.wp-block-heading {
    color: #109dcd;
    font-size: 1.563rem;
    font-weight: 600;
    background-color: #faf9f7;
    border-left: 5px solid #ffef3b;
    padding: 14px;
    margin: 0 0 2.125rem; }
  .post-template-default p + h2.wp-block-heading {
    margin-top: 2.125rem; }
  .post-template-default figure + h2.wp-block-heading {
    margin-top: 2.125rem;
    margin-bottom: 2.125rem; }
  .post-template-default main h3.wp-block-heading {
    position: relative;
    font-size: 1.125rem !important;
    font-weight: 600;
    border-bottom: 1px solid #a1a1a1;
    padding: 14px 0 8px 2.563rem;
    margin-bottom: 3.375rem;
    line-height: 27px; }
    .post-template-default main h3.wp-block-heading::before {
      content: "";
      background-color: #109dcd;
      display: block;
      height: 1.688rem;
      width: 1.688rem;
      float: left;
      margin-right: 0.813rem;
      position: absolute;
      top: 1rem;
      left: 0; }
  .post-template-default h4.wp-block-heading {
    font-size: 1.063rem;
    line-height: 1.6;
    font-weight: 600;
    color: #109dcd;
    margin-bottom: 1.25rem; }
  .post-template-default .wp-block-quote {
    background-color: #faf9f7;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 2.375rem 3rem;
    border-radius: 6px;
    border-left: none;
    font-size: 0.875rem;
    font-weight: 400; }
    .post-template-default .wp-block-quote p {
      padding: 1.25rem 0.625rem; }
    .post-template-default .wp-block-quote::before, .post-template-default .wp-block-quote::after {
      content: "";
      display: block;
      width: 1rem;
      height: 1rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 0.6rem auto; }
    .post-template-default .wp-block-quote::before {
      transform: rotate(-180deg);
      background-image: url("http://yoxonext.jp/images/quote.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .post-template-default .wp-block-quote::after {
      float: right;
      background-image: url("http://yoxonext.jp/images/quote.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  .post-template-default main .wp-block-buttons {
    margin: 0; }
  .post-template-default main .wp-element-button,
  .post-template-default main .wp-block-button__link {
    border-radius: 0;
    min-width: 330px;
    text-align: left;
    margin: 4.625rem 0;
    min-height: 60px; }
  .post-template-default main .vk_highlighter {
    background-image: linear-gradient(transparent 90%, var(--vk-highlighter-color) 0); }

ul.wp-block-list.blue {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: none;
  padding: 0;
  border-radius: 0;
  list-style: none; }
  ul.wp-block-list.blue li {
    position: relative;
    padding-left: 1.8rem;
    margin: 0 0 0.625rem; }
    ul.wp-block-list.blue li:last-child {
      margin-bottom: 0; }
    ul.wp-block-list.blue li::before {
      content: "";
      display: block;
      height: 0.813rem;
      width: 0.813rem;
      background-color: #109dcd;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0.6rem;
      transform: translateY(-50%); }

.post-template-default main ol.wp-block-list {
  list-style: decimal; }
  .post-template-default main ol.wp-block-list li {
    padding-left: 0.4rem !important;
    margin-left: 1.15rem; }
    .post-template-default main ol.wp-block-list li::marker {
      color: #109dcd;
      font-weight: bold; }
  .post-template-default main ol.wp-block-list li::before {
    content: none; }

.wp-block-post-terms .wp-block-post-terms__separator {
  display: inline-block;
  width: 4px; }

html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  height: 100%;
  padding: 0 !important; }

body {
  margin: 0;
  height: 100%;
  overflow-x: hidden; }

/* href 属性がまったくないリンクを非表示 */
.wp-block-button__link:not([href]) {
  display: none; }

/* href="" のリンクも非表示にしたい場合 */
.wp-block-button__link[href=""] {
  display: none; }

/* PC/スマホ出しわけ */
.for-pc {
  display: block; }

.for-sm {
  display: none !important; }

.button-style {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1.5px; }

/* フッター */
footer {
  margin-top: 140px !important; }

.home footer {
  margin-top: 10px !important; }

footer .nav-list {
  padding-left: 0;
  display: flex;
  list-style: none;
  gap: 2.25rem;
  letter-spacing: 1.5px; }

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* 初期は上に隠して・透明に */
  transform: translateY(-100%);
  opacity: 0;
  /* 位置と不透明度の両方をアニメーション */
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 9999; }

/* 通常状態：色はそのまま、hover 時にスムーズに遷移させる */
header .wp-block-navigation .wp-block-navigation-item__label {
  transition: color 0.25s ease;
  /* ← 時間とイージングはお好みで */ }

/* ホバー時：目的の色に変える */
header .wp-block-navigation .wp-block-navigation-item__label:hover {
  color: #109dcd; }

#site-header.visible {
  transform: translateY(0) !important;
  opacity: 1 !important; }

body:not(.home) #site-header {
  transform: translateY(0) !important;
  opacity: 1 !important; }

.wprm-wrapper {
  opacity: 0;
  transition: opacity 0.3s ease; }

.wprm-wrapper.visible {
  opacity: 1; }

body.wprmenu-body-fixed .wprm-wrapper {
  opacity: 1 !important; }

body:not(.home) .wprm-wrapper {
  opacity: 1; }

/* スマホのヘッダー分余白を開ける */
body:not(.home) .wp-site-blocks {
  padding-top: 46px; }

/* スナップコンテナ */
.scroll-container {
  margin: 0;
  height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y proximity;
  scroll-behavior: smooth; }

/* #about-us のみ start に */
.scroll-container > #about-us {
  scroll-snap-align: start; }

/* 以降はスナップ無効 */
.scroll-container > #about-us ~ * {
  scroll-snap-align: none; }

/* ヒーローの例 */
/* —————————————————————————————
   モダンブラウザ＆iOS15+でサポートされる動的単位
—————————————————————————————*/
:root {
  /* JS でセットした --vh がない場合のフォールバックも用意 */
  --vh: 1vh; }

/* 1) 動的ビューポートで高さ（上下バーを含まない）を取りつつ… */
.hero {
  /* --vh があればそれを、なければ 1vh */
  --_full: calc(var(--vh, 1vh) * 100);
  /* セーフエリア下部を引く */
  height: calc(var(--_full) - env(safe-area-inset-bottom));
  /* セーフエリア内にコンテンツが入るよう padding も確保 */
  padding-bottom: env(safe-area-inset-bottom);
  display: flex;
  flex-direction: column;
  /* 縦に並べる */ }

/* └──直下の .hero-inner を全高で伸ばし、縦方向の flexコンテナに */
.hero-inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  /* 親 .hero の残りすべてを占有 */
  min-height: 0;
  /* 子要素のオーバーフロー防止 */ }

/* .hero-inner の中身を2つの領域に分ける */
/* 1) マルキー（可変領域） */
.top-marquee-container {
  flex: 1 1 auto;
  /* 残りスペースをすべて埋める */
  min-height: 0;
  /* overflow: hidden でも縮むように */
  display: flex;
  /* さらに内部も flex で伸縮可にしたい場合 */
  flex-direction: column; }

/* └── マルキー中身をさらに伸縮 */
.top-marquee-container .marquee {
  flex: 1 1 auto;
  overflow: hidden; }

/* └── トラック自身は高さ100% */
.top-marquee-container .marquee__track {
  height: 100%; }

/* 2) ロゴ（固定領域） */
.top-logo-container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  aspect-ratio: 375 / 225;
  /* 幅に対して高さが自動計算 */
  max-height: 231px; }

#top-yoxonext {
  flex-direction: column;
  display: block;
  justify-content: flex-end;
  align-items: flex-end !important;
  min-height: auto; }
  #top-yoxonext h1 {
    margin: 0;
    padding: 0; }

/* PC */
@media screen and (min-width: 768px) {
  /* １）親ヒーローを全高Flexに */
  .hero {
    height: 100vh;
    display: flex;
    flex-direction: column; }

  /* ２）上部マルキー領域：416/647×100vh */
  .top-marquee-container {
    flex: 1 1 auto;
    /* 伸ばせるだけ伸ばす */
    min-height: 0;
    /* 同じくオーバーフロー防止 */ }

  /* ３）下部ロゴ領域：231/647×100vh */
  .top-logo-container {
    display: flex;
    flex: 0 0 calc(100vh * 231 / 647);
    /* 縮めず／伸ばさず・この高さ */
    height: calc(100vh * 231 / 647);
    /* 念のため height も */
    min-height: 0;
    /* Flexbox のオーバーフロー防止 */
    align-items: flex-end;
    justify-content: flex-end;
    padding: 86px 50px 43px 50px !important; }

  #top-yoxonext {
    height: 100%;
    display: flex;
    /* Gutenberg ですでに flex なら不要 */
    flex-direction: row;
    align-items: center;
    /* 子要素の .wp-block-column を縦中央 */ } }
.home .wp-block-button .wp-block-button__link {
  min-height: 60px; }

/* TOP 起業するひとを
まちぐるみで応援する　幅対応 */
@media screen and (max-width: 1140px) {
  /* 3) H1 の no-wrap を解除して折り返しを許可 */
  #top-yoxonext h1 {
    white-space: normal !important;
    word-break: break-word !important;
    font-size: 1.5em !important; } }
@media screen and (max-width: 945px) {
  #top-yoxonext h1 {
    white-space: normal !important;
    word-break: break-word !important;
    font-size: 1.125rem !important; }

  .top-yoxonext img {
    max-width: 400px !important; } }
/* TOP 起業するひとを
まちぐるみで応援する */
.top-yoxonext {
  display: flex;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  align-items: flex-end !important;
  /* 縦方向に子要素を下端に揃える */ }
  .top-yoxonext h1 {
    padding-left: 42px;
    background-repeat: no-repeat;
    background-position: left top; }
  .top-yoxonext .col01 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 42px;
    max-width: 375px; }
  .top-yoxonext .col02 {
    display: flex;
    justify-content: flex-end;
    padding: 20px; }
  .top-yoxonext img {
    width: 58.33vw;
    max-width: 800px; }

@media screen and (max-width: 786px) {
  .top-yoxonext {
    display: flex;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    align-items: flex-end !important;
    /* 縦方向に子要素を下端に揃える */ }
    .top-yoxonext h1 {
      padding-left: 55px;
      background-repeat: no-repeat;
      background-position: left top; }
    .top-yoxonext .col01 {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      padding-left: 0;
      max-width: 375px; }
    .top-yoxonext img {
      width: 58.33vw;
      max-width: 840px; } }
/* 縦スクロールインジケーター本体 */
.scroll-indicator {
  position: absolute;
  /* 下端から少し上げたいなら bottom、好きな位置に */
  bottom: 0px;
  left: 50px;
  width: 1px;
  /* 線の太さ */
  height: 151px;
  /* アニメーション領域の長さ */
  overflow: hidden;
  /* ラインのはみ出しを隠す */
  background: #d2d2d2; }

/* 動くライン */
.scroll-indicator::before {
  content: "";
  position: absolute;
  left: 0;
  /* コンテナの左端 */
  top: -43px;
  /* スタートは上外 */
  width: 1px;
  height: 43px;
  /* ラインの長さ */
  background: currentColor;
  animation: scroll-vertical 2s ease-in-out infinite;
  background: #109dcd; }

/* 縦方向移動の keyframes */
@keyframes scroll-vertical {
  0% {
    top: -43px;
    opacity: 0; }
  /* 上外で非表示スタート */
  20% {
    top: 10px;
    opacity: 1; }
  /* 中央にフェードイン */
  60% {
    top: 171px;
    opacity: 1; }
  /* 底部まで移動 */
  80% {
    top: 171px;
    opacity: 1; }
  /* 底部でホールド（小休止） */
  100% {
    top: 171px;
    opacity: 0; }
  /* 底部でフェードアウト → ループ */ }
html {
  font-size: 16px !important; }

body {
  font-family: "Noto Sans JP", "Outfit", sans-serif; }

a {
  text-decoration: none !important; }

a:hover {
  text-decoration: none !important; }

.full-width {
  margin: 0 -10px;
  width: 100% !important; }

.w100 {
  width: 100% !important; }

@media screen and (min-width: 1200px) {
  .top-yoxonext h1 {
    /* 改行を禁止 */
    white-space: nowrap;
    /* 念のため単語内も改行させない */
    word-break: keep-all;
    overflow-wrap: normal; } }
/* ナビゲーション */
nav ul {
  gap: 36px; }
nav ul li {
  font-weight: 600; }
nav ul li.btn-topics {
  padding-left: 52px;
  padding-right: 16px;
  border-left: 1px solid #d2d2d2;
  font-size: 0.8125rem !important;
  min-height: 36px; }
nav ul li.btn-contact {
  background-color: #109dcd !important;
  font-size: 0.8125rem !important;
  border-radius: 6px;
  max-width: 175px;
  min-height: 60px;
  padding: 0 55px; }
  nav ul li.btn-contact a {
    color: #fff !important; }
    nav ul li.btn-contact a:hover {
      color: #fff !important; }
nav ul li:nth-last-of-type(3) {
  padding-right: 2.125rem !important; }
nav .dots::before {
  display: none; }

/* カテゴリナビゲーション */
.wp-container-core-group-is-layout-5f465610 {
  align-items: flex-start; }

.wp-block-categories-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding-left: 0;
  padding-right: 30px; }

.topics-cat {
  margin: 0 10px 0 1.875rem !important;
  padding: 0 !important; }
  .topics-cat li {
    min-width: 200px;
    padding: 0; }
  .topics-cat .wp-block-categories-list {
    margin: 0; }

.wp-block-categories-list li {
  flex: 1;
  min-width: 200px;
  max-width: 200px; }

.wp-block-categories-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.5em 1em;
  white-space: nowrap;
  /* 折り返し禁止 */
  background: #faf9f7;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 1.8px;
  font-weight: bold; }

.wp-block-categories-list a[aria-current="page"] {
  background: #109dcd;
  color: #fff; }

.page-topics .topics-current a {
  background: #109dcd;
  color: #fff; }

/* 英字専用 */
.en {
  font-family: "Outfit", sans-serif; }

hr.wp-block-separator {
  border: none;
  /* デフォルトの線を消す */
  border-top: 1px solid #d2d2d2;
  /* 好きな色・太さに */ }

.round {
  border-radius: 6px; }

/* フォーカス時・アクティブ時の枠線(アウトライン)を完全にリセット */
a,
button,
input,
select,
textarea {
  outline: none !important;
  border: none !important;
  box-shadow: none !important; }

/* 必要に応じてフォーカススタイルをデザインする例 */
a:focus,
button:focus {
  /* フォーカスリングを自作する場合 */
  box-shadow: 0 0 0 3px rgba(16, 157, 205, 0.6); }

time {
  font-weight: 600; }

/* PC用 */
h1 {
  font-size: 30px;
  line-height: 180%;
  /* または 54px（30×1.8）にしてもOK */
  font-weight: 600;
  letter-spacing: 1.5px; }

h2 {
  font-size: 26px;
  line-height: 1.2;
  /* FIGMAでAutoなら1.2〜1.4あたりを目安に */
  font-weight: 600;
  letter-spacing: 4px; }

h2.en {
  font-size: 50px;
  font-weight: 600; }

h3 {
  font-size: 25px;
  font-weight: 600; }

h4,
.has-pc-h-4-font-size {
  font-size: 18px !important;
  line-height: 160% !important;
  font-weight: 600 !important; }

p {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif; }

p.large,
p.has-large-font-size {
  font-size: 18px !important;
  line-height: 240% !important;
  font-weight: 400; }

p.medium,
p.is-style-default.entry-content p,
p.wp-block-post-excerpt__excerpt {
  font-size: 1rem;
  line-height: 28px; }

p.small,
p.has-small-font-size,
.has-pc-body-sm-font-size {
  line-height: 170%;
  letter-spacing: 0.086rem; }

.wp-block-button,
.wp-block-button a {
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.1em; }

p.has-pc-body-md-font-size {
  font-size: 1.125rem;
  line-height: 2.4;
  letter-spacing: 1.8px; }

#about-yoxobox {
  margin-top: 0 !important;
  margin-bottom: 170px !important;
  padding-top: 130px !important; }
  #about-yoxobox h3.title-submit {
    margin-top: 11px !important;
    margin-bottom: 27px !important; }
  #about-yoxobox .wp-block-post-title {
    display: none; }
    #about-yoxobox .wp-block-post-title .wp-block-group {
      margin-top: 0;
      padding-top: 0; }
  #about-yoxobox h3 + p {
    margin: 1.25rem 0; }
  #about-yoxobox .sep-contents {
    margin: 128px 0 72px 0; }

#about-us {
  margin: 110px auto 100px auto; }
  #about-us h2 {
    font-weight: 900 !important; }
  #about-us .entry-content {
    padding: 0 0; }
  #about-us p.has-pc-body-md-font-size {
    padding-top: 4rem;
    margin-top: 0;
    font-size: 1.125rem !important;
    line-height: 240%;
    letter-spacing: 1.8px; }
  #about-us .wp-block-columns {
    margin: 0 auto; }
  #about-us .wp-block-post-title {
    display: none; }
  #about-us .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin: 0 !important; }
  #about-us .col01 {
    flex-basis: 730px !important;
    max-width: 730px; }

.top-title {
  margin-bottom: 77px !important;
  padding-bottom: 12px !important;
  border-bottom: solid 1px #d2d2d2; }

.modified-date__time {
  display: flex;
  align-items: flex-start; }

.modified-date__md {
  order: 1;
  flex: 0 0 auto;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1;
  font-family: outfit; }

.modified-date__yyw {
  order: 2;
  flex: 0 0 auto;
  margin-left: 1rem;
  display: flex;
  flex-direction: column; }

.modified-date__year {
  font-size: 1.25rem;
  font-family: outfit; }

.modified-date__weekday {
  font-size: 1.25rem;
  font-weight: 800;
  color: #555; }

#labo-list {
  gap: 5px; }
  #labo-list .labo-list-item {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    background: #fff;
    padding: 15px;
    border-radius: 6px; }
    #labo-list .labo-list-item .has-pc-body-md-font-size {
      line-height: 28px; }
    #labo-list .labo-list-item .image-wrap {
      flex-basis: 230px;
      margin: 0; }
  #labo-list .labo-list-item .image-wrap,
  #labo-list .labo-list-item .title-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    padding: 1em;
    /* 必要に応じて調整 */ }
  #labo-list .labo-list-item > .image-wrap,
  #labo-list .labo-list-item > .title-wrap {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem; }
  #labo-list .col01,
  #labo-list .col02 {
    display: flex;
    flex-direction: column; }
  #labo-list .col01 {
    position: relative;
    overflow: hidden;
    padding: 80px 40px; }
    #labo-list .col01::before {
      content: "";
      background-image: url(https://yoxonext.jp/yoxo/images/bg-labo1.jpg);
      position: absolute;
      inset: 0;
      z-index: -1;
      transform: scale(1.08);
      filter: blur(8px);
      -webkit-filter: blur(8px); }
  #labo-list .col02 {
    position: relative;
    overflow: hidden;
    padding: 80px 40px; }
    #labo-list .col02::before {
      content: "";
      background-image: url(https://yoxonext.jp/yoxo/images/bg-labo2.jpg);
      position: absolute;
      inset: 0;
      z-index: -1;
      transform: scale(1.08);
      filter: blur(8px);
      -webkit-filter: blur(8px); }

.dots {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }
  .dots::before {
    content: "";
    line-height: 27px;
    display: block;
    width: 1.25rem;
    height: 1.75rem;
    margin-right: 0.5rem;
    background-image: url(http://yoxonext.jp/images/circle-y.svg);
    background-repeat: no-repeat;
    background-position: 0 0.5rem;
    background-size: contain;
    flex-shrink: 0;
    /* 縮小を禁止 */ }

.home #event-information {
  background-image: url("images/bg-event-information2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
  background-position: top left;
  background-size: inherit; }

#event-information {
  /* 全体を横並びに */
  /* 親コンテナを折り返さない */
  /* 月/日部分（太字・大きめ） */
  /* 縦向きのセパレーター線 */
  /* 年＋曜日を縦並びに */
  /* 年部分 */
  /* 曜日部分 */ }
  #event-information .col02 div:nth-of-type(1) {
    margin: 0 !important;
    padding: 0 !important; }
    #event-information .col02 div:nth-of-type(1) .taxonomy-event-information {
      float: right;
      display: inline-block;
      padding: 6px 7px !important; }
      #event-information .col02 div:nth-of-type(1) .taxonomy-event-information a {
        color: #fff; }
  #event-information h3 br:nth-last-of-type(1) {
    display: none; }
  #event-information h4 {
    text-align: left; }
  #event-information h4 br:nth-last-of-type(1) {
    display: none; }
  #event-information .value .acf-date {
    display: inline-flex;
    align-items: center; }
  #event-information .wp-block-group.is-layout-flex.is-nowrap.acf-date__md {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 !important;
    gap: 0; }
    #event-information .wp-block-group.is-layout-flex.is-nowrap.acf-date__md > .is-acf-field {
      flex-shrink: 0;
      white-space: nowrap; }
  #event-information .acf-date__md {
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1;
    font-family: outfit; }
    #event-information .acf-date__md:after {
      content: "";
      display: block;
      width: 1px;
      background-color: #daa803; }
  #event-information .yyd-wrap {
    border-left: 1px solid #ccc;
    padding-left: 22px;
    margin-left: 22px; }
  #event-information .acf-date__sep {
    width: 1px;
    height: 3rem;
    background-color: #daa803;
    margin: 0 0.75rem; }
  #event-information .acf-date__yyw {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    font-size: 0.875rem; }
  #event-information .acf-date__year {
    margin-bottom: 0.25rem;
    font-weight: 500;
    font-family: outfit;
    font-size: 1.25rem;
    white-space: nowrap;
    line-height: 1;
    color: #daa803; }
  #event-information .acf-date__weekday {
    text-align: left;
    font-size: 1.25rem;
    font-weight: 500;
    color: #daa803;
    margin-top: 0 !important; }
  #event-information .wp-block-post.event-information-lab-region .taxonomy-category {
    text-align: right; }
  #event-information .wp-block-post.event-information-lab-region .taxonomy-event-information a,
  #event-information .wp-block-post.event-information-lab-region .taxonomy-category a {
    display: inline-block;
    background-color: #daa803 !important;
    color: #fff; }
  #event-information .wp-block-post.event-information-lab-region .acf-date__md {
    color: #daa803; }
    #event-information .wp-block-post.event-information-lab-region .acf-date__md:after {
      background-color: #daa803; }
  #event-information .wp-block-post.event-information-lab-region .acf-date__year,
  #event-information .wp-block-post.event-information-lab-region .acf-date__weekday {
    color: #daa803; }
  #event-information .wp-block-post.event-information-lab-region .acf-date__sep {
    background-color: #daa803; }
  #event-information .wp-block-post.event-information-lab-entrepreneurship .taxonomy-category {
    text-align: right; }
  #event-information .wp-block-post.event-information-lab-entrepreneurship .taxonomy-event-information a,
  #event-information .wp-block-post.event-information-lab-entrepreneurship .taxonomy-category a {
    display: inline-block;
    background-color: #4faf65 !important;
    color: #fff; }
  #event-information .wp-block-post.event-information-lab-entrepreneurship .acf-date__md {
    color: #4faf65; }
    #event-information .wp-block-post.event-information-lab-entrepreneurship .acf-date__md:after {
      background-color: #4faf65; }
  #event-information .wp-block-post.event-information-lab-entrepreneurship .acf-date__year,
  #event-information .wp-block-post.event-information-lab-entrepreneurship .acf-date__weekday {
    color: #4faf65; }
  #event-information .wp-block-post.event-information-lab-entrepreneurship .acf-date__sep {
    background-color: #4faf65; }
  #event-information .wp-block-post.event-information-lab-validation-sup .taxonomy-category {
    text-align: right; }
  #event-information .wp-block-post.event-information-lab-validation-sup .taxonomy-event-information a,
  #event-information .wp-block-post.event-information-lab-validation-sup .taxonomy-category a {
    display: inline-block;
    background-color: #5896c7 !important;
    color: #fff; }
  #event-information .wp-block-post.event-information-lab-validation-sup .acf-date__md {
    color: #5896c7; }
    #event-information .wp-block-post.event-information-lab-validation-sup .acf-date__md:after {
      background-color: #5896c7; }
  #event-information .wp-block-post.event-information-lab-validation-sup .acf-date__year,
  #event-information .wp-block-post.event-information-lab-validation-sup .acf-date__weekday {
    color: #5896c7; }
  #event-information .wp-block-post.event-information-lab-validation-sup .acf-date__sep {
    background-color: #5896c7; }
  #event-information .wp-block-post.event-information-lab-validation-ex .taxonomy-category {
    text-align: right; }
  #event-information .wp-block-post.event-information-lab-validation-ex .taxonomy-event-information a,
  #event-information .wp-block-post.event-information-lab-validation-ex .taxonomy-category a {
    display: inline-block;
    background-color: #5896c7 !important;
    color: #fff; }
  #event-information .wp-block-post.event-information-lab-validation-ex .acf-date__md {
    color: #5896c7; }
    #event-information .wp-block-post.event-information-lab-validation-ex .acf-date__md:after {
      background-color: #5896c7; }
  #event-information .wp-block-post.event-information-lab-validation-ex .acf-date__year,
  #event-information .wp-block-post.event-information-lab-validation-ex .acf-date__weekday {
    color: #5896c7; }
  #event-information .wp-block-post.event-information-lab-validation-ex .acf-date__sep {
    background-color: #5896c7; }

ul.taxonomy-event-menu li a.cat-slug-all {
  color: #109dcd; }
  ul.taxonomy-event-menu li a.cat-slug-all:hover {
    opacity: 0.8; }
ul.taxonomy-event-menu li.cat-slug-lab-region a {
  color: #daa803 !important; }
  ul.taxonomy-event-menu li.cat-slug-lab-region a:hover {
    background-color: #a88102 !important; }
ul.taxonomy-event-menu li.cat-slug-lab-region.current-cat a {
  background-color: #daa803 !important;
  color: #fff !important; }
ul.taxonomy-event-menu li.cat-slug-lab-entrepreneurship a {
  color: #4faf65 !important; }
  ul.taxonomy-event-menu li.cat-slug-lab-entrepreneurship a:hover {
    background-color: #3f8c51 !important; }
ul.taxonomy-event-menu li.cat-slug-lab-entrepreneurship.current-cat a {
  background-color: #4faf65 !important;
  color: #fff !important; }
ul.taxonomy-event-menu li.cat-slug-lab-validation-sup a {
  color: #5896c7 !important; }
  ul.taxonomy-event-menu li.cat-slug-lab-validation-sup a:hover {
    background-color: #3b7db1 !important; }
ul.taxonomy-event-menu li.cat-slug-lab-validation-sup.current-cat a {
  background-color: #5896c7 !important;
  color: #fff !important; }
ul.taxonomy-event-menu li.cat-slug-lab-validation-ex a {
  color: #5896c7 !important; }
  ul.taxonomy-event-menu li.cat-slug-lab-validation-ex a:hover {
    background-color: #3b7db1 !important; }
ul.taxonomy-event-menu li.cat-slug-lab-validation-ex.current-cat a {
  background-color: #5896c7 !important;
  color: #fff !important; }

.post-type-archive-event li.cat-slug-all a {
  color: #fff;
  background-color: #109dcd; }

#event-information .image-zoom-wrapper,
#event-information .wp-block-post-featured-image {
  display: block;
  width: 100%;
  overflow: hidden; }
  #event-information .image-zoom-wrapper img,
  #event-information .wp-block-post-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover; }

.taxonomy-category a, .taxonomy-event-information a {
  display: inline-block;
  padding: 7px 15px;
  color: #fff;
  background-color: #109dcd;
  margin: 0 !important; }

.home #event-report .wp-block-post-featured-image {
  display: inherit; }

/* ── トピックス ── */
.page-topics main .wp-block-query,
.archive main .wp-block-query {
  background-color: #faf9f7;
  background-image: url("images/bg-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: inherit; }
  .page-topics main .wp-block-query ul,
  .archive main .wp-block-query ul {
    max-width: 1140px;
    margin: auto; }
  .page-topics main .wp-block-query li figure,
  .archive main .wp-block-query li figure {
    display: inherit;
    margin: 0 !important;
    /* 上下の標準マージンを消す */
    line-height: 0 !important;
    /* 囲みのブロック間の行間余白を消す */ }

/* ── スポンサー：ベース（4列想定） ── */
#sponsored-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between; }
  #sponsored-container .inner {
    width: 100%;
    padding: 6% 10% !important; }

#sponsored-container img {
  /* デフォルトは25%（4列） */
  flex: 1 1 calc(25%);
  width: calc(25%);
  min-width: 256px;
  max-width: 270px;
  height: auto; }

@media (max-width: 1338px) {
  #sponsored-container img {
    width: calc(25%);
    min-width: 236px; } }
/* ── 画面幅 ≥1500px：270px 固定 ── */
@media (min-width: 1281px) {
  #sponsored-container img {
    flex: 0 0 270px;
    max-width: 270px; } }
@media (max-width: 1280px) {
  #sponsored-container img {
    flex: 1 1 calc(50% - 1rem);
    width: calc(50% - 1rem);
    min-width: 220px; } }
@media (max-width: 1161px) {
  #sponsored-container img {
    min-width: 200px; } }
@media (max-width: 1060px) {
  #sponsored-container img {
    min-width: 190px; } }
@media (max-width: 999px) {
  #sponsored-container img {
    min-width: 180px; } }
@media (max-width: 963px) {
  #sponsored-container img {
    min-width: 170px; } }
@media (max-width: 903px) {
  #sponsored-container img {
    min-width: 160px; } }
@media (max-width: 870px) {
  #sponsored-container img {
    min-width: 144px; } }
@media (max-width: 840px) {
  #sponsored-container img {
    min-width: 134px; } }
/* ── 画面幅 ≤800px：2列 ── */
@media (max-width: 800px) {
  #sponsored-container img {
    flex: 1 1 calc(50% - 1rem);
    width: calc(50% - 1rem); } }
/* ── 画面幅 ≤500px：1列 ── */
@media (max-width: 500px) {
  #sponsored-container img {
    flex: 1 1 100%;
    width: 100%; } }
/* LINE登録 */
#line-container h3 {
  padding-left: 28px; }

/* スマホ用（メディアクエリ内で） */
@media (max-width: 768px) {
  /* LINE登録 */
  #line-container h4 {
    padding-left: 0; }
  #line-container .dots {
    justify-content: flex-start; }
  #line-container a {
    display: block; } }
/* スタイダーアニメーション */
/* extra_class="no-pause" をつけた時だけ override */
.no-pause .slick-track {
  /* 全部まとめて上書き */
  -webkit-transition: transform 8000ms linear !important;
  -moz-transition: transform 8000ms linear !important;
  transition: transform 8000ms linear !important; }

/* キレイに動かすならリスト要素までも */
.no-pause .slick-list,
.no-pause .slick-slide {
  -webkit-transition: transform 8000ms linear !important;
  -moz-transition: transform 8000ms linear !important;
  transition: transform 8000ms linear !important; }

.marquee {
  overflow: hidden;
  /* 必要なら高さ指定や背景色など */ }

.marquee__track {
  display: flex;
  width: max-content;
  /* 中身の幅に合わせる */
  animation: marquee 60s linear infinite;
  /* デフォルトは止めておく */
  animation-play-state: paused;
  gap: 0;
  font-size: 0 !important; }

/* PC用：横幅768px以上 */
@media screen and (min-width: 768px) {
  .marquee__track {
    animation: marquee 90s linear infinite; } }
/* スマホ用：横幅767px以下 */
@media screen and (max-width: 767px) {
  .marquee__track {
    animation: marquee 120s linear infinite; } }
.marquee__track.is-loaded {
  animation-play-state: running; }

.marquee__item {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  background-color: #000;
  /* アイテム間のスペース */
  /* 必要なら width, height, object-fit などを追加 */ }
  .marquee__item img {
    display: block;
    /* 下部の余白・インライン余白を消す */
    width: 100%;
    /* コンテナ幅に合わせる */
    height: 100%;
    /* コンテナ高さに合わせる */
    object-fit: cover;
    /* アスペクト比を保ったままトリミング */
    vertical-align: bottom;
    /* ← ← ← スマホで出る余白対策の決定打 */ }

/* PC用：横幅768px以上で attach image の比率に */
@media screen and (min-width: 768px) {
  .marquee__item {
    flex: 0 0 auto; }
    .marquee__item img {
      display: block;
      /* 下部の余白・インライン余白を消す */
      width: 100%;
      /* コンテナ幅に合わせる */
      height: 100%;
      /* コンテナ高さに合わせる */
      object-fit: cover;
      /* アスペクト比を保ったままトリミング */ } }
@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); }
  /* track 全体幅の半分だけ左にスライドさせる */ }
@media screen and (min-width: 768px) and (max-width: 1080px) {
  /* 768px〜1080px の間だけ有効にしたいスタイル */
  #event-information .wp-block-group.is-layout-flex.is-nowrap.acf-date__md {
    display: block !important; } }
@media screen and (min-width: 540px) and (max-width: 768px) {
  /* 540px〜768px の間だけ有効にしたいスタイル */
  #line-container .for-pc {
    display: block !important; }
  #line-container .for-sm {
    display: none !important; } }
@media screen and (max-width: 940px) {
  /*  940px 以下 */
  .top-logo-container .is-layout-flex {
    display: block; } }
@media screen and (max-width: 820px) {
  /*  820px 以下 */
  .term-list-select.for-sm {
    display: block !important; }

  .category .lab-button-container .for-pc {
    display: none !important; } }
@media screen and (max-width: 768px) {
  /* トピックス */
  .page-topics main,
  .archive main {
    background-image: url("images/bg-white-sm.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-repeat: repeat-x;
    background-position: top left;
    background-size: inherit; }

  /* フッター */
  footer.wp-block-template-part {
    padding-bottom: 0.2rem !important;
    margin-bottom: 0 !important; }

  footer {
    margin-top: 100px !important; }
    footer figure.wp-block-image {
      float: left;
      padding: 0;
      margin: 0; }
    footer #for-sm-border {
      border-top: 1px solid #d2d2d2;
      margin-top: 2rem !important;
      gap: 0; }
    footer .wp-block-group .nav-list {
      gap: 0; }
    footer .wp-block-site-logo {
      padding-top: 1.5em !important; }
    footer .round {
      padding: 2.5em !important; }
    footer .ft-sns {
      justify-content: flex-start !important;
      padding-top: 1.875em !important;
      padding-bottom: 0.625em !important; }
    footer .footer-second-list p {
      line-height: 0.1; }
    footer .footer-second-list a {
      line-height: 1.4;
      display: block;
      margin-bottom: 0.5rem;
      margin-top: 0; }
    footer .copyright {
      white-space: nowrap; }
    footer .pp-container {
      margin-top: 0.625em !important;
      gap: 2.5em !important; }
      footer .pp-container p {
        float: left;
        letter-spacing: 0;
        white-space: nowrap !important; }
    footer .nav-list {
      flex-direction: column;
      gap: 1.375rem; }
    footer .footer-second-list a {
      display: block; }
    footer .has-text-align-right {
      text-align: left !important; }

  /* 表示切り替え */
  .for-pc {
    display: none !important; }

  .for-sm {
    display: block !important; }

  /* ボタン */
  .wp-element-button,
  .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: 60vw !important; }

  .top-title {
    gap: 0.625em !important;
    margin-bottom: 53px !important;
    padding-bottom: 0 !important;
    border-bottom: none; }

  .top-yoxonext h1 {
    font-size: 1.125em !important;
    padding-left: 0;
    min-height: 64px;
    background: none;
    font-weight: 800 !important;
    letter-spacing: 0.07875em !important; }

  .top-yoxonext .col01 {
    align-items: flex-end;
    /* 縦方向に子要素を下端に揃える */
    justify-content: flex-start;
    min-height: 64px !important;
    padding-bottom: 22px !important; }

  .top-yoxonext .col02 {
    justify-content: flex-start;
    align-items: flex-start;
    /* 縦方向に子要素を下端に揃える */
    min-height: 43px !important;
    flex-grow: inherit; }
    .top-yoxonext .col02 img {
      width: 100%;
      height: auto;
      max-width: 360px; }

  .top-yoxonext {
    min-width: 86vw;
    width: 100% !important; }

  .top-yoxonext .is-layout-flow > .alignright {
    margin-left: 0; }

  .top-logo-container {
    padding-bottom: 43px !important; }

  .scroll-indicator {
    display: none; }

  h2.en {
    font-size: 2.5rem !important; }

  h2.dots {
    justify-content: flex-start; }

  .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: 60vw !important; }

  .has-medium-font-size {
    font-size: 1rem !important; }

  .sp-full.has-global-padding {
    margin: inherit 0 !important;
    padding: inherit 0 !important; }

  #about-us .wp-block-columns.is-layout-flex {
    flex-direction: column-reverse;
    gap: 0; }
    #about-us .wp-block-columns.is-layout-flex h2 {
      margin-top: 48px; }

  #about-us {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    padding-right: var(--wp--preset--spacing--40);
    padding-left: var(--wp--preset--spacing--40); }
    #about-us .has-pc-body-md-font-size {
      font-size: 1.125em !important;
      line-height: 200% !important; }
    #about-us .col01 {
      flex-basis: content !important; }
    #about-us p.has-pc-body-md-font-size {
      padding-top: 1rem !important; }

  .archive #event-information {
    padding: 0 1.875rem; }

  .home #event-information {
    padding: 14px 30px 64px 30px !important; }

  .home #event-report {
    padding: 64px 30px !important; }

  .home #about-yoxobox {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 64px 30px 140px 30px !important; }
    .home #about-yoxobox .sep-contents {
      margin: 30px 0 56px 0; }
    .home #about-yoxobox .wp-block-button {
      width: 100% !important; }
    .home #about-yoxobox .wp-block-button__link.wp-element-button {
      width: 100% !important;
      display: inline-flex;
      /* 中央寄せにしやすい */
      align-items: center;
      justify-content: center;
      white-space: nowrap;
      white-space: nowrap; }

  #top-articles .wp-block-post-featured-image {
    margin: 0 !important; }

  #event-information .col02 {
    padding-top: 10px !important; }
  #event-information .has-accent-5-background-color {
    gap: 0;
    align-items: stretch;
    /* 子要素を親の高さいっぱいに伸ばす */ }
    #event-information .has-accent-5-background-color .col02 {
      padding-left: var(--wp--preset--spacing--30) !important; }
    #event-information .has-accent-5-background-color .value .acf-date-container {
      flex-basis: 50% !important; }
    #event-information .has-accent-5-background-color .acf-date__md {
      gap: 0;
      margin: 0 !important; }

  #labo-list {
    padding: 0 !important; }
    #labo-list .is-layout-flex {
      gap: 10px; }
    #labo-list .col01,
    #labo-list #labo-list .col02 {
      padding: 30px 30px; }
    #labo-list .wp-block-query li .wp-block-post-excerpt {
      margin-top: 6px !important; }
    #labo-list .wp-block-query li div div:last-child {
      padding: 4px; }

  #about-yoxobox .is-layout-flex {
    gap: 0; }
  #about-yoxobox .entry-content hr {
    margin: 1.25rem 0 1.875rem 0; }

  #line-container .has-pc-h-2-font-size {
    font-size: 1.375em !important;
    margin-bottom: 0 !important;
    font-weight: bold !important; }
  #line-container a img {
    width: 100%;
    height: auto; }
  #line-container .round {
    padding: 2.5em !important;
    gap: 0; }
  #line-container .col01 {
    padding: 0 !important;
    margin: 0 !important; }
  #line-container .for-sm {
    margin: 1.25rem 0 0 0 !important; }
  #line-container .is-layout-flex {
    padding: 0 !important;
    margin: 0 !important;
    gap: 0; }

  #sponsored-container .inner {
    padding: 2.5em 2.5em 2.5em 2.5em !important; }
    #sponsored-container .inner img {
      max-width: 100% !important; } }
.post-template-default .entry-content {
  padding: 1.688rem 1.25rem 0 !important; }

.category .lab-button-container,
.page-topics .lab-button-container {
  background-color: #fff; }

.term-list-select {
  margin-top: 0;
  padding: 0; }
  .term-list-select p {
    margin-top: 0; }
  .term-list-select .archive .wp-block-post-template h2,
  .term-list-select .page-topics .wp-block-post-template h2 {
    /* 必要に応じてスタイルを追加 */ }
  .term-list-select .archive .wp-block-post-template .wp-block-group,
  .term-list-select .page-topics .wp-block-post-template .wp-block-group {
    padding: 0 !important; }
  .term-list-select .archive .wp-block-post-template .cat-container .wp-block-group,
  .term-list-select .page-topics .wp-block-post-template .cat-container .wp-block-group {
    padding: 0 !important; }

/* 投稿一覧 */
.archive .is-layout-grid,
.page-topics .is-layout-grid {
  gap: 0 !important; }

.archive .wp-block-post-template h2,
.page-topics .wp-block-post-template h2 {
  padding: 1.375rem 1.25rem 1.5rem 1.25rem !important;
  font-size: 1.063rem !important;
  text-align: left;
  letter-spacing: inherit; }
.archive .wp-block-post-template .wp-block-group,
.page-topics .wp-block-post-template .wp-block-group {
  margin: 0 1.875rem 1.875rem 1.875rem !important; }
.archive .wp-block-post-template .wp-block-group.for-pc-date,
.page-topics .wp-block-post-template .wp-block-group.for-pc-date {
  margin: 0 !important; }
.archive .wp-block-post-template .cat-container .wp-block-group,
.page-topics .wp-block-post-template .cat-container .wp-block-group {
  padding: 0 !important; }

.home #event-information .wp-block-post-template h3 {
  padding: 16px 0 0 0 !important;
  margin: 0 !important;
  font-size: 1.063rem !important;
  text-align: left;
  letter-spacing: inherit;
  line-height: 160% !important; }

.home #event-report .wp-block-post-template h3 {
  padding: 1.375rem 1.25rem 1.5rem 1.25rem !important;
  font-size: 1.063rem !important;
  text-align: left;
  letter-spacing: inherit; }

.post-template-default {
  background: #fff; }
  .post-template-default main.has-global-padding {
    padding: 0; }
  .post-template-default .cat-wrap {
    padding: 1.688rem 1.875rem 0; }
  .post-template-default .wp-block-post-featured-image {
    margin: 0 !important;
    padding-bottom: 0 !important; }
  .post-template-default .entry-content,
  .post-template-default .wp-block-post-title {
    font-size: 1.25rem;
    padding: 1.688rem 1.875rem 0;
    margin-top: 0; }
  .post-template-default h2 {
    font-size: 1.25rem;
    letter-spacing: 1.5px;
    font-weight: 600;
    line-height: 180%; }
  .post-template-default h2.wp-block-heading {
    color: #109dcd;
    font-size: 1.375rem;
    line-height: inherit;
    margin-bottom: 2.813rem; }
  .post-template-default p + h2.wp-block-heading {
    margin-top: 2.125rem;
    margin-bottom: 2.125rem; }
  .post-template-default main h3.wp-block-heading {
    font-size: 1.063rem;
    margin-bottom: 0;
    margin-top: 2.188rem; }
  .post-template-default main h3.wp-block-heading + p {
    margin-top: 1.25rem; }
  .post-template-default .wp-block-quote {
    padding: 2.375rem 1.688rem; }
    .post-template-default .wp-block-quote p {
      font-size: 0.875rem;
      padding: 1.25rem 0.625rem; }
    .post-template-default .wp-block-quote::before {
      content: " ";
      display: block;
      width: 1rem;
      height: 1rem;
      transform: rotate(-180deg);
      transform-origin: center center;
      background-image: url("http://yoxonext.jp/images/quote.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 0.6rem auto;
      /* 10×6px を元に調整 */ }
    .post-template-default .wp-block-quote::after {
      content: " ";
      display: block;
      float: right;
      width: 1rem;
      height: 1rem;
      transform-origin: center center;
      background-image: url("http://yoxonext.jp/images/quote.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 0.6rem auto;
      /* 10×6px を元に調整 */ }
  .post-template-default main .wp-block-buttons {
    margin: 0; }
  .post-template-default main .wp-element-button,
  .post-template-default main .wp-block-button__link {
    border-radius: 2px;
    min-width: 330px;
    text-align: left;
    margin: 4.625rem 0; }
  .post-template-default main .vk_highlighter {
    background-image: linear-gradient(transparent 90%, var(--vk-highlighter-color) 0); }
  .post-template-default main .wp-block-list {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2.375rem 1.688rem; }
  .post-template-default li {
    font-size: 0.875rem;
    margin-bottom: 0.875rem !important; }
  .post-template-default main h2.wp-block-heading {
    font-size: 1.375rem !important; }

.archive .wp-block-post-template .wp-block-group.for-sm-date,
.page-topics .wp-block-post-template .wp-block-group.for-sm-date {
  padding: 0 !important;
  margin: 0 !important; }

body.page-topics .has-global-padding {
  margin-top: 0; }
body.page-topics .lab-button-container.has-global-padding {
  margin-top: 0;
  margin-bottom: 1.5rem !important;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important; }
body.page-topics footer .has-global-padding {
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--30) !important;
  padding-right: var(--wp--preset--spacing--30) !important;
  padding-left: var(--wp--preset--spacing--30) !important; }
body.page-topics footer .round {
  padding: 2.5em !important; }
body.page-topics select#category {
  /* 最初の option のみをターゲット */ }
  body.page-topics select#category option:nth-of-type(1) {
    display: none !important; }

/* LINE登録ホームのフッター非表示 */
.home .wp-block-template-part #line-container {
  display: none; }

/* LINE登録ホームのフッター非表示 */
.tax-event-information .has-accent-5-background-color > .wp-block-column:first-child,
.post-type-archive-event .has-accent-5-background-color > .wp-block-column:first-child {
  flex: 2;
  display: flex;
  overflow: hidden;
  background: #000; }
  .tax-event-information .has-accent-5-background-color > .wp-block-column:first-child figure.wp-block-post-featured-image,
  .post-type-archive-event .has-accent-5-background-color > .wp-block-column:first-child figure.wp-block-post-featured-image {
    flex: 1;
    display: flex;
    margin: 0;
    height: auto !important;
    aspect-ratio: 2 / 1 !important; }
    .tax-event-information .has-accent-5-background-color > .wp-block-column:first-child figure.wp-block-post-featured-image img,
    .post-type-archive-event .has-accent-5-background-color > .wp-block-column:first-child figure.wp-block-post-featured-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }

/* WPバグ対処 */
.has-custom-1-color {
  color: #daa803 !important; }

/* 1枚目（赤枠）の幅を正確に px で設定 */
/* 初期：赤枠ぴったり表示＋フェードイン（スクロールはまだ） */
.marquee-bg {
  width: 100vw;
  height: 100%;
  background: url("https://yoxonext.jp/images/bg250805.jpg") repeat-x left center/auto 100%;
  background-position: -0px 50%;
  /* ← 赤枠幅ぶん左へ */
  animation: fadeInUp 0.8s ease forwards;
  /* フワッと出現 */ }

/* 90% 可視で JS が .scroll を付与  → 右→左へ流れ出す */
.marquee-bg.scroll {
  animation: fadeInUp 0.8s ease forwards, scrollBg 120s linear infinite;
  /* 右→左 */ }

/* スマートフォン向けの調整 */
@media (max-width: 768px) {
  /* 768px以下の画面幅に適用 */
  .marquee-bg.scroll {
    animation: fadeInUp 0.8s ease forwards, scrollBg 90s linear infinite;
    /* スマホでは90秒に設定 */ } }
/* キーフレーム：赤枠から表示され、右から左へ流れるように変更 */
@keyframes scrollBg {
  /* 開始位置を赤枠の開始位置に設定 */
  from {
    background-position: -0px 50%; }
  /* 終了位置を画像の幅分だけ右へ移動させる */
  to {
    background-position: calc(-0px + 100%) 50%; } }
