/*
Theme Name: 地球のしごと図鑑WEB
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* WordPressコアのカラムブロックが782px未満で段落ちするのを防ぐ調整 */
@media screen and (min-width: 768px) and (max-width: 781px) {
  .wp-block-columns {
    flex-wrap: nowrap !important; /* カラムの折り返しを強制的に禁止 */
  }

  .wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1;
  }
  /* 2カラム（50%）の場合 */
  .wp-block-column[style*="flex-basis: 50%"] {
      flex-basis: 50% !important;
  }

  /* 3カラム（33.33%）の場合 */
  .wp-block-column[style*="flex-basis: 33.33%"] {
      flex-basis: 33.33% !important;
  }
}

 html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
/*背景設定*/
body {
    background-color: #A08862;
    background-image: url('images/page-bg_02.png'), url('images/page-bg_01.png');
    background-repeat: repeat-x, repeat-x;
    background-position: center bottom, center top;
    background-size: auto;
    position: relative;
    z-index: -10;
}
body.home {
    background-color: #A08862;
    background-image: url('images/top-bg_sora.png'), url('images/top-bg_02.png');
    background-repeat: repeat-x, repeat-x;
    background-position: center top, center bottom;
    background-size: auto;
    position: relative;
    z-index: -10;
}

.bg-area_fuji {
  background-image: url('images/top-bg_yama.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 7em;
  z-index: 1;
}
/*.texture-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  background-image: url('images/texture.png');
  background-repeat: repeat;
  background-size: auto;
  pointer-events: none; 
}*/
.texture_bg {
  background-image: url('images/texture.png');
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

/*font設定*/

body {
  font-family: 'IBM Plex Sans JP', 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
}
.min {
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  letter-spacing: 0.08em;
}
/**/

.text-gold {
    color: #A08862;
}
/* 固定画像（左上と右下） */
.bg-fixed-left-top,
.bg-fixed-right-bottom {
  position: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -5;
  pointer-events: none;
}
.bg-fixed-left-top {
    top: 0;
    left: 0;
    width: 480px;
    height: 320px;
    background-image: url('images/kumo01.png');
    background-position: left;
}
.bg-fixed-right-bottom {
    bottom: 0;
    right: 0;
    width: 520px;
    height: 390px;
    background-image: url('images/kumo02.png');
    background-position: right;
}

/*ハンバーガーメニューを常に表示*/
body.device-pc .vk-mobile-nav-menu-btn {
    display: block!important;
}
body.device-pc .vk-mobile-nav {
    display: block!important;
}
body.device-mobile .vk-mobile-nav-menu-btn {
    display: block!important;
}

.vk-mobile-nav-menu-btn {
    border-color: #333;
    background: url(images/icon-menu.svg) center 50% no-repeat;
}
.vk-mobile-nav-menu-btn {
    position: fixed;
    z-index: 2100;
    overflow: hidden;
    border: unset;
    border-radius: 2px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-indent: -9999px;
    background-size: 60px 60px;
    transition: border-color .5s ease-out;
}
.mobile-nav-btn-right .vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.position-right {
    top: 30px;
    right: 30px;
    left: inherit;
}
.vk-mobile-nav {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 60%;
    display: block;
    padding: 45px 10px;
    overflow: scroll;
    top: 0;
    transition: all .5s ease-out;
}
/*パンくずを非表示*/
.breadcrumb {
    display: none;
}
/*TOPモバイル表示ポップアップ*/
.mobile-popup {
    display: none;
}
/**------------------------------------------------------------------------**/
@media (max-width: 1340px) {
    .bg-area_fuji {
        background-position: center top;
        background-size: auto 100%;
    }
}

@media (max-width: 991.98px) {
/* 固定画像（左上と右下） */
    .bg-fixed-left-top {
        width: 240px;
        height: 160px;
    }
    .bg-fixed-right-bottom {
        width: 260px;
        height: 195px;
    }

/*TOPモバイル表示ポップアップ*/
  .mobile-popup {
    display: block;
    position: fixed;
    left: 50%;
    bottom: calc(env(safe-area-inset-bottom) + 12px);
    transform: translateX(-50%) translateY(16px);
    width: min(92vw, 280px); 
    z-index: 2140;
    padding: 1em;
    background: rgba(255,255,255,0.9);
    border-radius: 5px;
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    text-align: center;
    color: #9F8863;
    font-weight: 700;
    /* フェード＆スライドのための初期状態 */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .35s ease, transform .35s ease;
  }
  /* 表示状態（スクロール後に付与） */
  .mobile-popup.show{
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }
  /* ×で完全に消す（再表示させないとき） */
  .mobile-popup.hidden{ display: none !important; }

  /* ウィジェット内部の余白調整（Gutenbergの余白をリセット） */
  .mobile-popup .widget_block{ margin: 0; }
    .mobile-popup p {
        margin: .35em 0;
        line-height: 1.45;
    }
    .mobile-popup .min {
        font-size: 1.25rem;
        font-weight: 700;
        color: #333;
    }

  /* VKのグループリンクを全面クリックに（既定で入っている想定） */
  .mobile-popup .wp-block-group.has-link{ position: relative; }
  .mobile-popup .wp-block-group-vk-link{
    position: absolute; inset: 0; z-index: 3; text-indent: -9999px;
  }

  /* 閉じるボタン（カード右上にフロート） */
  .mobile-popup .popup-close{
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #9F8863;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
    body {
        background-color: #A08862;
        background-image: url('images/page-bg_02.png'), url('images/top-bg_sp.png');
        background-repeat: repeat-x, repeat-x;
        background-position: center bottom, center top;
        background-size: auto;
        position: relative;
        z-index: -10;
    }
    /* 固定画像（左上と右下） */
    .bg-fixed-left-top {
        top: -10px;
        left: -36px;
    }
    .mobile-nav-btn-right .vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.position-right {
        top: 50px;
        right: 20px;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /*タイトルを画像で擬似要素にする用*/
.ttl-hiden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.no-gap {
    gap: 0;
}

/*フェイドイン*/
.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in-up.show {
    opacity: 1;
    transform: translateY(0);
}
.fade-delay-1.show {
    transition-delay: 0.2s;
}
.fade-delay-2.show {
    transition-delay: 0.6s;
}
.fade-delay-3.show {
    transition-delay: 1s;
}
.fade-delay-4.show {
    transition-delay: 1.4s;
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /*スクロールで出てくるheaderを非表示*/
 body.header_scrolled #site-header {
  display: none;
  opacity: 0;
  transform: none;
  transition: none;
}
/*シャドウを消す*/
.site-header {
    box-shadow: unset;
}
/*ヘッダーロゴ画像*/
@media (max-width: 991.98px) {
    .site-header-logo img {
        max-height: unset;
    }
}
@media (max-width: 575.98px) {
    .site-header {
        margin-top: 130px;
    }
    .site-header-logo img {
        max-width: 328px;
    }
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*クレジットを消す*/
.site-footer-copyright p:nth-child(2) {
    display: none;
}
.site-footer-copyright p {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 0.5rem;
}
.site-footer-copyright {
    margin-bottom: 80px;
    padding: 0;
}
.site-body-bottom .widget {
    margin-bottom: 0;
}
.footer-logo {
    margin: 0 auto 2.5rem;
}
/*フッターナビ*/
.footer-area {
    max-width: 870px;
    margin: 0 auto;
}
ul#menu-f-navi {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: row-reverse;
  gap: 1em;
}
.menu-f-navi-container #menu-f-navi li {
    display: block;
    border: none;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.menu-f-navi-container #menu-f-navi li a {
    padding: 0;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.4em;
}

/**--------------------------------------------------------------------------------------**/
@media (max-width: 767.98px) {
  /*#menu-f-navi li {
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 2.6;
    margin-bottom: 1.5em;
  }
  #menu-f-navi li a {
    letter-spacing: 0.4em;
    display: block;
  }*/
}
@media (max-width: 575.98px) {
    .footer-logo img {
        max-width: 328px;
    }
}
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 .home .site-header--layout--nav-float .site-header-logo {
    display: none;
 }
 .home .site-body {
    padding: 3.5rem 0 4rem;
}
.fv-main-area {
    position: relative;
}
.hanabi-01 {
    position: absolute;
    bottom: 0;
    left: 10%;
}
.hanabi-02 {
    position: absolute;
    top: 0;
    right: 10%;
}
.main-area {
    position: relative;
    max-width: 1110px;
    height: 850px;
    margin: auto!important;
}
.main-area_catch {
    position: absolute;
    top: 16%;
}
.main-area_sub {
    position: absolute;
    bottom: 36%;
    right: 0;
}
/*おしらせ*/
.news-area {
    max-width: 490px;
    margin: 0 auto!important;
    position: relative;
}
.news-area::before {
  content: '';
  display: block;
  width: 65px;
  height: 160px;
  background: url('images/ttl-news.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.custom-news-list {
    margin-left: 6.6em !important;
    padding: 2.6em 0 0 0;
    font-size: 0.94rem;
    list-style-type: none;
}
.custom-news-list li {
    border-top: 1px solid #fff;
    line-height: 1.6;
    color: #fff;
    padding: 1em;
}
.custom-news-list li:last-child {
    border-bottom: 1px solid #fff;
}
.custom-news-list li a {
    color: #fff;
    text-decoration: none;
}
.news-date {
    display: block;
    font-size: 0.87rem;
    margin-bottom: 0.5em;
}
/*地球のしごと図鑑とは*/

.circle-area {
  color: #fff;
  max-width: 849px;
  width: 100%;
  min-height: unset;
  aspect-ratio: 1/1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  overflow: visible;
}
.circle-area::after {
content: '';
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 300px;
    background: url('images/maru-02.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 8%;
    bottom: -5%;
}
.circle-area_right {
    flex-basis: auto !important;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 850px;
}
.circle-area_left {
    flex-basis: auto !important;
    width: 20%;
}
.circle-area_left-mg {
    padding-top: 30%;
}
.circle-area .wp-block-cover__inner-container {
    display: flex;
    justify-content: center;
}

.circle-area_block {
    max-width: 555px;
    position: relative;
    margin-left: -1rem;
    padding-top: 10%;
}
.circle-area_ttl {
    font-size: 1.85rem;
    margin-left: 1em;
    margin-bottom: 1.8em;
    font-weight: 600;
    position: relative;
}
.circle-area_ttl::before {
    content: '';
    display: block;
    width: 77px;
    height: 182px;
    background: url('images/hito-08.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -6em;
    bottom: -2em;
}
.circle-area .btn-link_wt {
    margin-left: 18%;

}

/*コンテンツメニュー*/
.contents-menu_area {
    position: relative;
    z-index: 1;
    max-width: 1300px!important;
    justify-content: center;
    margin: auto;
    /*padding: 0 4%;*/
}
.cont-column {
    margin-top: -15%!important;
    max-width: 100%;
    padding: 0 4%;
}
.cont-left_last {
    margin-top: -15%!important;
    position: relative;
    padding: 0 4%;
}
.cont-left {
    position: relative;
}
.cont-left::before,
.cont-left_last::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
}
.cont-left.hito-01::before {
    background-image: url('images/hito-01.png');
    width: 320px;
    height: 232px;
    left: -50px;
    top: -15%;
    z-index: -10;
}
.cont-left.hito-03::before {
    background-image: url('images/hito-03.png');
    width: 269px;
    height: 239px;
    position: absolute;
    left: -70px;
    top: -18%;
    z-index: -10;
}
.cont-left.hito-05::before {
    background-image: url('images/hito-05.png');
    width: 321px;
    height: 247px;
    position: absolute;
    left: -70px;
    top: -20%;
    z-index: -10;
}
.cont-left_last.hito-07::before {
    background-image: url('images/hito-07.png');
    width: 313px;
    height: 211px;
    position: absolute;
    left: -90px;
    top: -22%;
    z-index: -10;
}
.cont-right {
    margin-top: 30%!important;
    position: relative;
}
.cont-right_last {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20%!important;
}
.cont-right::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
}
.cont-right.hito-02::before {
    background-image: url('images/hito-02.png');
    width: 228px;
    height: 261px;
    right: -50px;
    top: -34%;
    z-index: -10;
}
.cont-right.hito-04::before {
    background-image: url('images/hito-04.png');
    width: 272px;
    height: 239px;
    right: -30px;
    top: -34%;
    z-index: -10;
}
.cont-right.hito-06::before {
    background-image: url('images/hito-06.png');
    width: 331px;
    height: 230px;
    right: -70px;
    top: -34%;
    z-index: -10;
}
.cont-bg {
    max-width: 600px;
    aspect-ratio: 1/1;
    background-size: contain;
    position: relative;
}
.cont-bg.gaku figure img {
    padding: 0 1em;
}
.cont-bg img {
    height: auto!important;
}
.cont-bg.left::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 66px;
    height: 159px;
    position: absolute;
    left: 5em;
    top: 0;
    z-index: 10;
}
.cont-bg.left.kyu::before {
    background-image: url('images/ttl-recruit.png');
}
.cont-bg.left.hito::before {
    background-image: url('images/ttl-operator.png');
}
.cont-bg.left.ou::before {
    background-image: url('images/ttl-application.png');
}
.cont-bg.left.toi::before {
    background-image: url('images/ttl-contact.png');
}
.cont-bg.right::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 66px;
    height: 159px;
    position: absolute;
    right: 5em;
    top: 0;
    z-index: 10;
}
.cont-bg.right.sai::before {
    background-image: url('images/ttl-event.png');
}
.cont-bg.right.an::before {
    background-image: url('images/ttl-info.png');
}
.cont-bg.right.gaku::before {
    background-image: url('images/ttl-relation.png');
}
.cont-box {
    max-width: 385px;
    margin: 0 auto;
}
.cont-box_ttl {
    color: #a08862;
    font-size: 1.56rem;
    font-weight: 600;
    padding-bottom: 1.5rem;
}
.cont-box_txt {
    line-height: 2.5;
    text-align: justify;
}
.cont-column_last {
    background-image: url('images/cont-footerbg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    height: 941px;
}
/*TOPのみフッターの高さを上げる*/
.home .site-body-bottom {
    margin-top: -15%;
}
/**----------------------------------------------------------------------------------**/
@media (max-width: 1199.98px) {
        /*メニュー*/
    .cont-column {
        max-width: 90%;
        gap: 0;
    }
    .cont-bg {
        max-width: 450px;
        min-height: unset;
    }
    .cont-box {
        max-width: 300px;
    }
    .cont-box_ttl {
        font-size: 1.3rem;
        padding-bottom: 0;
    }
    .cont-box_txt {
        line-height: 1.8;
        font-size: 0.875rem;
    }
    .cont-bg.left::before {
        width: calc(66px * 0.8);
        height: calc(159px * 0.8);
        left: 3em;
    }
    .cont-bg.right::before {
        width: calc(66px * 0.8);
        height: calc(159px * 0.8);
        right: 3em;
    }
    .cont-left.hito-01::before {
        width: calc(320px * 0.6);
        height: calc(232px * 0.6);
        left: 0;
        top: -15%;
    }
    .cont-left.hito-03::before {
        width: calc(269px * 0.6);
        height: calc(239px * 0.6);
        left: -30px;
        top: -14%;
    }
    .cont-left.hito-05::before {
        width: calc(321px * 0.6);
        height: calc(247px * 0.6);
        left: -20px;
        top: -16%;
    }
    .cont-left_last.hito-07::before {
        width: calc(313px * 0.6);
        height: calc(211px * 0.6);
        left: 50px;
        top: -14%;
    }
    .cont-right.hito-02::before {
        width: calc(228px * 0.6);
        height: calc(261px * 0.6);
        right: -20px;
        top: -20%;
    }
    .cont-right.hito-04::before {
        width: calc(272px * 0.6);
        height: calc(239px * 0.6);
        right: -30px;
        top: -20%;
    }
    .cont-right.hito-06::before {
        width: calc(331px * 0.6);
        height: calc(230px * 0.6);
        right: -34px;
        top: -23%;
    }
    .cont-right_last {
        justify-content: center;
        margin-top: 15% !important;
    }
    .cont-right_last img {
        max-width: 80%;
    }
}

@media (max-width: 991.98px) {
    .main-area {
        max-width: 100%;
        height: 700px;
    }
    .main-circle_img {
        padding: 5em;
    }
    .main-area_catch img {
        max-width: 200px;
    }
    .main-area_sub {
        bottom: 28%;
    }
    .main-area_sub img {
        max-width: 280px;
    }
    .bg-area_fuji {
        background-size: contain;
        background-position: center bottom;
        background-size: cover;
        background-position: left top;
        padding-bottom: 7em;
    }
    /*地球のしごと図鑑とは*/
    .circle-area {
      max-width: 100%;
    }
    .circle-area::after {
        max-width: 200px;
        right: 0;
        bottom: -5%;
    }
    .circle-area_block p {
        line-height: 1.7!important;
    }
    .circle-area_left {
        width: 30%;
    }
    .circle-area_left-mg {
        padding-top: 50%;
    }
    .circle-area_ttl::before {
        width: calc(77px * 0.76);
        height: calc(182px * 0.76);
        height: 140px;
        right: -4.5em;
        bottom: -1.5em;
    }
    /*メニュー*/
    .cont-column {
        max-width: 100%;
        gap: 0;
    }
    .cont-box_txt {
        line-height: 1.8;
        font-size: 1rem;
    }

    /*フッター雲背景*/
    .cont-column_last {
        background-position: right top;
        background-size: contain;
        height: auto;
    }
}
@media (max-width: 920px) {
    .cont-bg {
        overflow: visible;
    }
    .cont-bg.left::before {
        top: -1em;
        left: 0.5em;
    }
    .cont-bg.right::before {
        right: 0.5em;
        top: -1em;
    }
    .cont-box_txt {
        line-height: 1.7;
    }
}
@media  (min-width:768px) and (max-width:781px) {

    .circle-area_left {
        display: none;
    }
    .circle-area_left-mg {
        padding-top: 0;
    }
    .cont-column {
        margin-top: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .home .site-header--layout--nav-float .site-header-logo {
        display: flex;
    }
    .home .site-body {
        padding: 0.5rem 0 4rem;
    }
    .pc-top_logo {
        display: none!important;
    }
    .main-area {
        position: relative;
        max-width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .main-area_catch {
        position: relative;
        top: 0;
    }
    .main-area_sub {
        display: none;
    }
    .main-circle_img {
        display: flex!important;
        justify-content: center;
        padding: 0;
    }
    .main-circle_img img {
        width: 520px !important;
        max-width: none !important;
        height: auto;
        display: block;
        flex-shrink: 0;
    }
    .main-area_catch img {
        max-width: 132px;
        width: 100%;
        margin: 0 auto 2rem;
    }
    /*おしらせ*/
    .news-area_wrap {
        padding: 0 1em;
    }
    .news-area {
        max-width: 490px;
    }
    .news-area::before {
      width: 40px;
      height: 96px;
      left: 0;
      top: -60px;
    }
    .custom-news-list {
        margin-left: 0 !important;
        padding: 4.6em 0 0 0;
    }
    /**/
    .bg-area_fuji {
        background-size: contain;
        background-position: center top;
        padding-bottom: 0;
    }
    .circle-area_wrap {
        margin: 0 !important;
        width: 100%;
        max-width: 100%!important;
        overflow: hidden;
    }
    .circle-area::after {
        content: unset;
    }
    .circle-area_block {
        max-width: 100%;
        margin: auto;
        margin-top: -10% !important;
        padding-top: 0;
    }
    .circle-area_ttl {
        font-size: 1.85rem;
        margin: 0 auto 1em!important
    }
    .circle-area .btn-link_wt {
        margin: 0 auto;
    }
    .circle-area_ttl::before {
        width: calc(77px * 0.9);
        height: calc(182px * 0.9);
        right: 1em;
        bottom: -1em;
    }
    .circle-area {
        min-width: 120vh;
        max-width: none;
        overflow: visible;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circle-area img.wp-block-cover__image-background {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }
    .circle-area_block p {
        line-height: 2.5!important;
    }
    .circle-area_right {
        margin-top: 10% !important;
        display: flex;
        justify-content: center;
    }
    /**/
    .texture_bg {
        margin-top: -56%;
    }
    .contents-menu_area {
        padding-top: 30%;
        gap: 4em;
    }
    .cont-column_last .contents-menu_area {
        padding-top: 0;
        padding: 4rem 0;
    }
    .cont-bg.left::before {
        top: -2em;
        left: 3em;
    }
    .cont-bg.right::before {
        right: 3em;
        top: -2em;
    }
    .cont-column {
        margin-top: 0 !important;
        gap: 4em;
    }
    .cont-left_last {
        margin-top: 0 !important;
        padding: 0 4%;
    }
    .cont-left.hito-01::before {
        right: 10%;
        left: inherit;
        top: -28%;
        right: 10%;
    }
    .cont-right {
        margin-top: 0 !important;
    }
    .cont-left.hito-03::before {
        left: inherit;
        right: 8%;
        top: -14%;
    }
    .cont-left.hito-05::before {
        left: inherit;
        right: 10%;
        top: -16%;
    }
    .cont-left_last.hito-07::before {
        left: inherit;
        right: 14%;
        top: -14%;
    }
    .cont-right.hito-02::before {
        left: 10%;
        right: inherit;
        top: -7%;
    }
    .cont-right.hito-04::before {
        left: 10%;
        right: inherit;
        top: -8%;
    }
    .cont-right.hito-06::before {
        left: 10%;
        right: inherit;
        top: -17%;
    }
}

@media (max-width: 575.98px) {
    .circle-area {
        min-width: 170%;
    }
    .circle-area_block {
        /*padding-top: 42%;*/
    }
    .circle-area_ttl {
        font-size: 1.5rem;
        margin: 0 auto 1em !important;
    }
    .circle-area_block p {
        line-height: 1.8 !important;
        text-align: justify;
        max-width: 300px;
    }
    .circle-area_ttl::before {
        width: calc(77px * 0.7);
        height: calc(182px * 0.7);
        right: 1em;
        bottom: -1em;
    }
}

@media (max-width: 430px) {
    .circle-area {
        min-width: 220%;
    }
    .cont-box {
        max-width: 250px;
        gap: 1em;
    }
    .cont-bg.left::before {
        width: calc(66px * 0.6);
        height: calc(159px * 0.6);
        left: 4em;
    }
    .cont-bg.right::before {
        width: calc(66px * 0.6);
        height: calc(159px * 0.6);
        right: 4em;
    }
    .cont-box_ttl {
        font-size: 1.2rem;
    }
    .cont-box_txt {
        line-height: 1.7;
        font-size: 0.93rem;
    }
    .btn_menu-link {
        max-width: 94px;
    }
    .cont-left.hito-01::before {
        width: calc(320px * 0.54);
        height: calc(232px * 0.54);
        right: 10%;
        top: -28%;
    }
    .cont-left.hito-03::before {
        width: calc(269px * 0.56);
        height: calc(239px * 0.56);
        right: 1%;
        top: -21%;
    }
    .cont-left.hito-05::before {
        width: calc(321px * 0.55);
        height: calc(247px * 0.55);
        right: 0;
        top: -28%;
    }
    .cont-left_last.hito-07::before {
        width: calc(313px * 0.55);
        height: calc(211px * 0.55);
        right: 7%;
        top: -22%;
    }
    .cont-right.hito-02::before {
        width: calc(228px * 0.55);
        height: calc(261px * 0.55);
        left: 0;
        top: -25%;
    }
    .cont-right.hito-04::before {
        width: calc(272px * 0.56);
        height: calc(239px * 0.56);
        left: 1%;
        top: -18%;
    }
    .cont-right.hito-06::before {
        width: calc(331px * 0.56);
        height: calc(230px * 0.56);
        left: 0;
        top: -24%;
    }
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.site-body {
    padding: 2rem 0 4rem;
}
/*ページヘッダー*/
.site-header--layout--nav-float .site-header-logo {
    margin: auto!important;
    padding: 0!important;
    width: 100%;
    display: flex;
    justify-content: center;
}
/*下層ページタイトル非表示*/
.page-header-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/*固定ページheader*/
.page-header {
    min-height: 0;
}
.page-header-inner {
    margin: 0 auto;
}
.page-header-inner {
    position: relative;
}
/*.page-header-inner {
    content: '';
    display: block;
    width: 46px;
    height: 265px;
    background: url('images/p-ttl_overview.png') no-repeat center center;
    background-size: contain;
}*/
/**/

.circle-section {
    overflow: hidden;
    margin-bottom: 0;
    margin-top: -19%;
}
.page-ttl_img {
    position: relative;
}
/*.circle-section::before {
    content: '';
    display: block;
    width: 424px;
    height: 369px;
    background: url('images/p-img_overview.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -18vh;
    transform: translateX(-50%);
}*/

.circle-section-content {
    background: #F0EBE2;
    /*border-top-left-radius: 50%;
    border-top-right-radius: 50%;*/
    margin-left: -100px !important;
    margin-right: -100px !important;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    border: 2px solid #A08862;
    border-radius:50% 50% 0 0/100% 100% 0 0;
}
.circle-top {
    margin-top: -1em;
    z-index: 10;
    position: relative;
}
.circle-bottom {
    z-index: 10;
    position: relative;
}
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * 下層ページfooter
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.ud-circle-section {
    overflow: hidden;
    margin-bottom: 0;
    margin-top: -1em;
}
.ud-circle-section-content {
    background: #F0EBE2;
    margin-top: -100px !important;
    margin-left: -100px !important;
    margin-right: -100px !important;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    border: 2px solid #A08862;
    border-radius: 0 0 50% 50%/ 0 0 100% 100%;
}
.circle-bottom.has-background {
    padding: 0 !important;
}
.page-footer_area {

}
.footer_cont-column {
    max-width: 100%;
}
.footer_cont-left {
    position: relative;
}
.footer_cont-right {
    position: relative;
}
.page-footer_area .cont-bg {
    max-width: 440px;
}
.page-footer_area .cont-box {
    max-width: 310px;
    margin: 0 auto;
    letter-spacing: 0;
}
.footer_cont-column.ud {
    margin-top: -5%;
}
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * Single　イベントページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*イベントSingle*/
.single.circle-section-content {
    padding-bottom: 200px;
}
.event-header {
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3em;
}
.event.entry-header {
    margin-bottom: 3rem;
}
.event.entry-title {
    font-size: 1.56rem;
    text-align: center;
    font-weight: 600;
}
.event-ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem; /* 画像間の余白調整 */
}
.event-ttl {
  width: 6vw;
  max-width: 45px;
  min-width: 21px;
  height: auto;
  display: block;
}

.event-ttl_img {
  width: 18vw;
  max-width: 242px;
  min-width: 137px;
  height: auto;
  display: block;
}
.event.entry-body {
    margin-top: -10%;
}
.event-wrap {
    background: #F0EBE2;
    margin-top: -1em;
}
.event-eyecatch {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4em;
    max-width: 730px;
}
.event-eyecatch img {
    border-radius: 10px;
}
.event-content {
    max-width: 770px;
    margin: 0 auto!important;
}
h2.event-sec-ttl {
    font-size: clamp(1.43rem, 2vw + 0.5rem, 1.56rem);
    font-weight: 600;
    position: relative;
}
.event-wrap h3 {
    font-size: clamp(1.43rem, 2vw + 0.5rem, 1.56rem);
    font-weight: 600;
    position: relative;
}
.katagaki {
    font-size: clamp(0.9rem, 1vw + 0.4rem, 1rem);
}
.event-sec-ttl span {
    font-size: 1rem;
    color: #A08862;
    letter-spacing: 0;
    font-family: 'IBM Plex Sans JP', 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*イベントメッセージ*/
.event-message {
    max-width: 960px;
    margin: 0 auto;
}
.event-message p {
    line-height: 2;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
}
.event-motive {
    max-width: 960px;
    margin: 0 auto;
}
.event-motive p {
    line-height: 2.5;
    letter-spacing: 0;
}
/**/
.link-bnr_box {
    max-width: 748px;
    width: 100%;
}
.link-bnr_box > div {
    width: 100%;
    padding: 1.3em;
}
.link-bnr_box .min {
    font-size: 1.25rem;
}
/*イベント概要*/
.event-overview_wrap {
    max-width: 770px;
    margin: 0 auto 2rem;
    letter-spacing: 0;
}
.event-overview {
    margin: 0 auto 3rem;
}
.event-overview dt {
    color: #A08862;
}
.event-overview a {
    color: #A08862;
    text-decoration: underline;
}
.event-overview .text-large {
    font-size: 1.25rem;
    font-weight: 600;
}
.g-map {
  aspect-ratio: 770 / 250;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
.g-map iframe {
  width: 100%;
  height: 100%!important;
  border: 0;
}
/*登壇者*/
.toudansha .wp-block-image.alignleft {
    clear: both;
    float: left;
    margin-right: 1.6rem;
}
.toudansha {
    clear: both;
    margin: 0 auto 2.5rem;
}
.toudan-txt{
    line-height: 2;
    letter-spacing: 0;
}
/*進行表テーブル*/
.time.event-sec-ttl {
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.time.event-sec-ttl::before {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    background: url('images/icon-time.svg') no-repeat center center;
    background-size: contain;
}
.time-table table {
    position: relative;
    z-index: 1;
}
.time-table table,
.time-table th,
.time-table td {
    border: unset!important;
    background-color: unset!important;
}
.time-table th {
    font-size: 1rem;
    font-weight: 500;
}
.time-table td {
    font-size: 1rem;
}
.time-table {
    position: relative;
}
.time-table table tr:nth-child(odd) {
  color: #A08862;
}
.time-table::before {
    content: '';
    display: block;
    width: 224px;
    height: 168px;
    background: url('images/hito-cl02.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}

/*対象者*/
.taisho {
    margin-bottom: 0!important;
    padding: 0!important;
    list-style-type: none;
}
.taisho li {
    margin: 0 0 0.4rem 1rem;
    position: relative;
    display: flex;
}
.taisho li::before {
    content: "●";
    margin-left: -1rem;
    color: #A08862;
    padding-right: 0.4rem;
}
.bikou-box {
    padding: 1em 2em;
}
/*書籍紹介*/
.book-ttl {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
    font-size: clamp(1.5rem, 2vw + 0.5rem, 1.875rem);
    font-weight: 600;
    letter-spacing: 0;
}
.book-ttl::before {
    content: '';
    display: block;
    width: 85px;
    height: 78px;
    margin-right: 0.5em;
    background: url('images/icon-book.svg') no-repeat center center;
    background-size: contain;
}
.bnr-book {
    max-width: calc(540px - 15px * 2);
}


/*イベント蝦夷の魂先行用CSS*/
/*リンク無効*/
.single-event #block-10 {
    display: none;
}
.single-event #vk-mobile-nav-menu-btn {
    display: none!important;
}
.single-event .footer-logo a,.site-header-logo a {
    pointer-events: none;
    cursor: default;
}

/**------------------------------------------------------------------------**/

@media (max-width: 767.98px) {
    .single.circle-section-content {
        padding-bottom: 140px;
    }
    .event.entry-title {
        font-size: 1.56rem;
        text-align: left;
        font-weight: 600;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .event.entry-title span {
        font-size: 1.25rem;
    }
    .toudansha img {
        width: 180px!important;
    }
    .toudansha .wp-block-image.alignleft {
        margin-right: 1rem;
    }
    .time-table table {
        padding: 0 !important;
        line-height: 1.7;
    }
    .time-table th {
        padding: 0 !important;
        font-size: 0.95rem;
        font-weight: 500;
    }
    .time-table td {
        padding: 0 0 0.5rem !important;
        font-size: 1.07rem;
    }
    .time-table::before {
        width: 160px;
    }
    .taisho li {
        line-height: 1.8;
    }
    .toudansha {
        padding-bottom: 2.5rem;
        border-bottom: 2px solid #fff;
    }
    .container > .toudansha:not(:has(+ .toudansha)) {
        padding-bottom: 0;
        border-bottom: unset;
    }
    .event-motive p {
        line-height: 2;
    }
}
@media (max-width: 575.98px) {
    .single.circle-section-content {
        padding-bottom: 110px;
    }
    .single-event .site-header {
        margin-top: 100px;
    }
    .event.entry-header {
        margin-bottom: 1rem;
    }
    .event-message p {
        line-height: 1.7;
    }
    .event-overview dt {
        margin: 0;
        padding-right: 0;
    }
    .event-overview dd {
        margin-bottom: 1em;
    }
    .g-map {
        aspect-ratio: 375 / 160;
        width: auto;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
    .toudansha img {
        width: 125px!important;
    }
    .toudansha p {
        line-height: 1.7;
        letter-spacing: 0;
    }
    .time-table::before {
        content: unset;
    }
    .link-bnr_box .min {
        font-size: 1.05rem;
    }
    .link-bnr_box img {
        max-width: 150px;
        width: 100%;
    }
    .note-link-txt {
        font-size: 0.8rem;
    }
}
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /*TOP固定おしらせウィジェット*/

.custom-widget-wrapper {
    position: fixed;
    bottom: 0;
    width: 300px;
    left: -300px; /* 最初は画面外に */
    transition: left 0.6s ease;
    z-index: 1999;
}
.custom-widget-wrapper.active {
    left: 0;
}
.custom-widget-wrapper .widget_block {
    display: block;
    border: 1.5px solid #fff;
    border-radius: 0 1em 1em 0;
    padding: 1em 1em 1em 3.5em;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 1rem;
    margin-left: -1px;
    overflow: hidden;
}
.custom-widget-wrapper p {
    line-height: 1.8;
}
.custom-widget-wrapper .widget_block .min {
    font-weight: 500;
}
.custom-widget-wrapper .btn-mail {
    display: block;
    margin: 1.5em;
}
@media (max-width: 991.98px) {
    .custom-widget-wrapper {
        display: none;
    }
}


