@charset "UTF-8";

:root {
  --text-color:#121826;
  --primary_green:#2D6A2D;
  /* --secondary_blue:#4270FF; */

  /* SP: デザイン幅390pxの1px分。calc(N * var(--sp)) でFigmaのpx値をそのまま使う */
  --sp: calc(100vw / 390);
}

@media (max-width:767px){
  :root {
  }
}

/* ==========================================================================
  アニメーション
========================================================================== */

.isAnime{
  opacity: 0;
}

/* フェードインスライド */

.fedinSlideUp.animeAction{
  animation: fedinSlideUp 1.2s 1 0s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@keyframes fedinSlideUp {
  0%{
    translate: 0 50px;
    opacity: 0;
  }
  100%{
    translate: 0 0;
    opacity: 1;
  }
}

/* 投稿一覧・カテゴリー・タグ
   親テーマのテンプレート（home.php / archive-term.php / sidebar.php）に
   .isAnime .fedinSlideUp を付けられないため、ID を対象にした力業で同等の指定を行う
   監視の登録は anime.js の bigAnimeSelector 側にも同じセレクタがある */

.blog #main_content,
.blog #sidebar,
.category #main_content,
.category #sidebar,
.tag #main_content,
.tag #sidebar{
  opacity: 0;
}

.blog #main_content.animeAction,
.blog #sidebar.animeAction,
.category #main_content.animeAction,
.category #sidebar.animeAction,
.tag #main_content.animeAction,
.tag #sidebar.animeAction{
  animation: fedinSlideUp 1.2s 1 0s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

/* ==========================================================================
   共通設定
========================================================================== */

body {
	width:100%;
  min-width: 1080px;
  overflow-x: auto;
}

.spShow{
	display: none;
}

.pcShow{
	display: inline-block;
}

button{
  background: none;
  border: none;
  padding: 0;
  outline: none;
  color: #121826;
  color: var(--text-color);
  cursor: pointer;
}

button:focus{
    outline: none;
  }

button:disabled{
    opacity:1;
    color: #121826;
    color: var(--text-color);
  }

button:hover{
    opacity: .8;
  }

svg{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ==========================================================================
   swell相殺
========================================================================== */

.page-template-page-plain .l-container{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    max-width: none;
    
    padding-left: 0;
    padding-right: 0;
  }

.page-template-page-plain .l-content{
    padding-top: 0;
  }

.page-template-page-plain .l-article{
    max-width: none;
  }

/* ==========================================================================
   header
========================================================================== */

.l-header,
.l-fixHeader{
  width: 100%;
  min-width: 1080px;
  box-shadow: none;
  height: 80px;
}

.l-header .l-container,.l-fixHeader .l-container{
    padding: 0;
    max-width: none;
  }

.l-fixHeader__inner,
.l-header__inner{
  width: min(calc(100% - 40px),1200px);
  margin-inline: auto;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.l-fixHeader__logo,
.l-header__logo{
  width: 172px;
  padding: 0;
}

.l-fixHeader__gnav,
.l-header__gnav{
  font-weight: 700;
  height: 100%;
}

.l-fixHeader__gnav .c-gnav,.l-header__gnav .c-gnav{
    height: 100%;
    gap: 0 36px;
  }

.l-fixHeader__gnav .c-gnav >.menu-item,.l-header__gnav .c-gnav >.menu-item{
      height: 100%;
      display: flex;
      align-items: center;
    }

.l-fixHeader__gnav .c-gnav >.menu-item >a,.l-header__gnav .c-gnav >.menu-item >a{
        padding: 0;
        height: auto;
      }

.l-fixHeader__gnav .c-gnav >.menu-item >a::after,.l-header__gnav .c-gnav >.menu-item >a::after{
          width: 20px;
          height: 2px;
          background: #2D6A2D;
          background: var(--primary_green);
          bottom: -9px;
          left: 50%;
          translate: -50% 0;
        }

.l-fixHeader__gnav .c-gnav >.menu-item >a:hover,.l-header__gnav .c-gnav >.menu-item >a:hover{
          opacity: 1;
        }

.l-fixHeader__gnav .c-gnav >.menu-item >.sub-menu,.l-header__gnav .c-gnav >.menu-item >.sub-menu{
        left: -14px;
        top: 64px;
        transform: translateX(0);
        width: 300px;
        border-radius: 12px;
        padding: 8px;
      }

.l-fixHeader__gnav .c-gnav >.menu-item >.sub-menu::before,.l-header__gnav .c-gnav >.menu-item >.sub-menu::before{
          border-radius: 12px;
        }

.l-fixHeader__gnav .c-gnav >.menu-item >.sub-menu .menu-item a,.l-header__gnav .c-gnav >.menu-item >.sub-menu .menu-item a{
            padding: 12px 16px;
            border-radius: 8px;
          }

.l-fixHeader__gnav .c-gnav >.menu-item >.sub-menu .menu-item a::before,.l-header__gnav .c-gnav >.menu-item >.sub-menu .menu-item a::before{
              display: none;
            }

@media (hover:hover){
              .l-fixHeader__gnav .c-gnav >.menu-item >.sub-menu .menu-item a:hover,.l-header__gnav .c-gnav >.menu-item >.sub-menu .menu-item a:hover{
                opacity: 1;
                background: #EAF3EA;
              }
            }

.l-fixHeader__gnav .c-gnav >.menu-item:has(.sub-menu) >a,.l-header__gnav .c-gnav >.menu-item:has(.sub-menu) >a{
        pointer-events: none;
      }

.l-fixHeader__gnav .c-gnav >.menu-item:last-child,.l-header__gnav .c-gnav >.menu-item:last-child{
      margin-left: 8px;
    }

.l-fixHeader__gnav .c-gnav >.menu-item:last-child a,.l-header__gnav .c-gnav >.menu-item:last-child a{
        width: 259px;
        height: 39px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row nowrap;
        gap: 0 10px;
        background: #2D6A2D;
        background: var(--primary_green);
        color: #fff;
        border-radius: 50px;
        transition: opacity .2s;
      }

.l-fixHeader__gnav .c-gnav >.menu-item:last-child a::after,.l-header__gnav .c-gnav >.menu-item:last-child a::after{
          width: 4px;
          height: 7px;
          background: url('../img/arrow_white.svg') no-repeat center center;
          position: static;
          transition: none;
          translate: 0;
          opacity: 1;
          flex-shrink: 0;
          transform: scaleX(1);
        }

.l-fixHeader__gnav .c-gnav >.menu-item:last-child a:hover,.l-header__gnav .c-gnav >.menu-item:last-child a:hover{
          opacity: .8;
        }

.l-fixHeader__gnav .c-gnav .-current a::after,.l-header__gnav .c-gnav .-current a::after{
          transform: scaleX(0);
        }

.l-fixHeader__gnav .c-gnav .-current a:hover::after,.l-header__gnav .c-gnav .-current a:hover::after{
            opacity: 1;
            transform: scaleX(1);
          }

@media not all and (min-width: 960px) {
  .l-fixHeader, .l-header__gnav{
    display: flex;
  }
  
  .-img .c-headLogo__link{
    padding: 0;
  }
}

@media (min-width: 960px) {
  .-series .l-header__inner{
    align-items: center;
  }
  .-series .l-header__logo{
    padding: 0;
    margin: 0;
  }
  .-series .c-headLogo{
    margin: 0;
  }
  .-series-right .c-gnavWrap{
    margin-left: 0;
  }
}

@media screen and (max-width: 959px) {
  .l-header__logo {
    margin-right: 0;
  }
}

.l-header__customBtn, .l-header__menuBtn{
  display: none;
}

/* ==========================================================================
   cta
========================================================================== */

.w-beforeFooter{
  margin: 0;
}

.w-beforeFooter .l-container{
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
  }

.w-beforeFooter .cta{
    background: url('../img/cta_bk2.svg') no-repeat bottom center / cover;
    height: 328px;
    padding-top: 107px;
    position: relative;
  }

.w-beforeFooter .cta::after{
      content: '';
      width: 1440px;
      height: 272px;
      background-image: -webkit-image-set(
        url('../img/cta_bk2.png') 1x,
        url('../img/cta_bk22x.png') 2x
      );
      background-image: image-set(
        url('../img/cta_bk2.png') 1x,
        url('../img/cta_bk22x.png') 2x
      );
      background-repeat: no-repeat;
      background-position: 53px top;
      background-size: contain;
      position: absolute;
      bottom: 0;
      left: 50%;
      translate: -50% 0;
      z-index: 1;
    }

.w-beforeFooter .cta h2{
      font-size: 35px;
      font-weight: 700;
      text-align: center;
      position: relative;
    }

.w-beforeFooter .cta h2::before{
        content: 'JOIN US';
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-size: 104px;
        font-weight: 700;
        position: absolute;
        top: -76px;
        left: 50%;
        translate: -50% 0;
        color: rgba(39,174,96,.12);
      }

.w-beforeFooter .cta ul{
      margin-top: 32px;
      display: flex;
      justify-content: center;
      gap: 20px;
      position: relative;
      z-index: 3;
    }

.w-beforeFooter .cta li{
      width: 270px;
    }

.w-beforeFooter .cta li a{
        padding: 0;
        border: none;
        height: 54px;
        border-radius: 50px;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        transition: opacity .2s;
      }

.w-beforeFooter .cta li a:hover{
          opacity: .8;
        }

.w-beforeFooter .cta li:nth-child(1) a{
        border: 2px solid #376737;
        color: #376737;
      }

.w-beforeFooter .cta li:nth-child(1) a::before{
          content: '';
          display: block;
          position: static;
          transform: translateY(0);
          width: 18px;
          height: 24px;
          background: url('../img/mail_icon.svg') no-repeat center center / contain;
          flex-shrink: 0;
        }

.w-beforeFooter .cta li:nth-child(1) a::after{
          content: '';
          width: 4px;
          height: 8px;
          background: url('../img/arrow_green.svg') no-repeat center center / contain;
          flex-shrink: 0;
        }

.w-beforeFooter .cta li:nth-child(2) a{
        background: #376737;
        color: #fff;
      }

.w-beforeFooter .cta li:nth-child(2) a::before{
          content: '';
          width: 16px;
          height: 18px;
          background: url('../img/member_icon.svg') no-repeat center center / contain;
          flex-shrink: 0;
        }

.w-beforeFooter .cta li:nth-child(2) a::after{
          content: '';
          width: 4px;
          height: 8px;
          background: url('../img/arrow_white.svg') no-repeat center center / contain;
          flex-shrink: 0;
        }

body:has(.contactPage) .w-beforeFooter{
    display: none;
  }

/* ==========================================================================
   footer
========================================================================== */

.l-footer{
  padding-top: 56px;
  padding-bottom: 32px;
  background: #fff;
}

.l-footer .l-container{
    max-width: none;
    margin: 0;
    padding: 0;
  }

.l-footer .l-footer__inner{
    width: min(calc(100% - 40px),1200px);
    margin-inline: auto;
  }

.l-footer .l-footer__widgetArea{
    padding: 0;
  }

.l-footer .w-footer{
    width: 100%;
    display: grid;
    grid-template-columns: 260px 1fr;
  }

.l-footer .w-footer .w-footer__box:nth-child(1){
      grid-column: 1;
      padding: 0;
      margin: 0;
    }

.l-footer .w-footer .w-footer__box:nth-child(2){
      grid-column: 2;
      padding: 0;
      margin: 0;
    }

.l-footer address{
    font-style: normal;
  }

.l-footer .logo{
    width: 184px;
  }

.l-footer .addr{
    font-size: 13px;
    line-height: 1.69;
    color: #6C6C6C;
    margin-top: 20px;
  }

.l-footer #menu-footer{
    display: flex;
    justify-content: space-between;
  }

.l-footer #menu-footer a{
      transition: none;
      border: none;
      padding: 0;
    }

.l-footer #menu-footer a::before{
        display: none;
      }

.l-footer #menu-footer a:hover{
        background: none;
        opacity: .8;
      }

.l-footer #menu-footer >.menu-item{
      font-weight: 700;
      font-size: 13px;
    }

.l-footer #menu-footer >.menu-item:first-child >a{
        pointer-events: none;
      }

.l-footer #menu-footer .sub-menu{
      margin-top: 12px;
      font-weight: 400;
    }

.l-footer #menu-footer .sub-menu li + li{
        margin-top: 10px;
      }

.l-footer #menu-footer .sub-menu a{
        transition: none;
        color: #6C6C6C;
      }

.l-footer #menu-footer .sub-menu a:hover{
          background: none;
        }

.l-footer .l-footer__foot{
    margin-top: 123px;
    padding: 0;
  }

.l-footer .l-footer__foot .l-footer__nav{
      padding: 0;
    }

.l-footer .l-footer__foot .l-footer__nav a{
        border: none;
        text-decoration: underline;
        font-size: 13px;
        color: #616161;
      }

.l-footer .copyright{
    margin-top: 32px;
    padding-top: 47px;
    border-top: 1px solid #1E3A26;
    text-align: center;
    color: #6A806A;
    font-size: 12px;
  }

@media (min-width: 960px) {
  .w-footer__box {
    padding: 0;
  }
}

.page-template-page-plain a{
    transition: opacity .2s;
  }

.page-template-page-plain a:hover{
      opacity: .8;
    }

/* ==========================================================================
   カテゴリカラー
========================================================================== */

.p-postList__cat,
.c-categoryList__link{
  background: gray !important;
}

[data-cat-id="10"]{
  background: #27AE60 !important;
}

[data-cat-id="9"]{
  background: #F5A623 !important;
}

.block-editor-iframe__container{
	background: #fff;
}

/* ==========================================================================
   SWELL 打ち消し
   editor_style.css / gutenberg.css の .editor-styles-wrapper 配下の本文装飾のみを対象にする。
   プレフィックスの無い汎用クラス（.has-border など）はサイドバーのスタイルプレビューでも
   使われるため触らない。
   .is-root-container を挟んで詳細度 0,2,x とし、SWELL 側（最大 0,2,1）に後勝ちさせている。
========================================================================== */

.editor-styles-wrapper .is-root-container .wp-block{
		max-width: 1200px;
	}

.editor-styles-wrapper .is-root-container .wp-block .spShow{
      display: none;
    }

.editor-styles-wrapper .is-root-container .wp-block .pcShow{
      display: inline-block;
    }

.editor-styles-wrapper .is-root-container :is(h1,h2,h3,h4,h5,h6){
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
  }

.editor-styles-wrapper .is-root-container :is(h1,h2,h3,h4,h5,h6)::before,.editor-styles-wrapper .is-root-container :is(h1,h2,h3,h4,h5,h6)::after{
    content: none;
		position: static;
		border: none;
		height: auto;
  }

.editor-styles-wrapper .is-root-container ul,.editor-styles-wrapper .is-root-container ol,.editor-styles-wrapper .is-root-container [data-type="core/list"]{
    padding-left: 0 !important;
  }

.editor-styles-wrapper .is-root-container ul ul,.editor-styles-wrapper .is-root-container ol ul{
    list-style: disc;
  }

.editor-styles-wrapper .is-root-container li{
    margin: 0;
    line-height: inherit;
  }

.editor-styles-wrapper .is-root-container blockquote{
    background: none;
    padding: 0;
  }

.editor-styles-wrapper .is-root-container blockquote::before,.editor-styles-wrapper .is-root-container blockquote::after{
      content: none;
    }

.editor-styles-wrapper .is-root-container blockquote >:not(:last-child){
      margin: 0;
    }

.editor-styles-wrapper .is-root-container blockquote cite{
      margin-top: 0;
      font-size: inherit;
      opacity: 1;
    }

.editor-styles-wrapper .is-root-container table{
    line-height: inherit;
  }

.editor-styles-wrapper .is-root-container th,.editor-styles-wrapper .is-root-container td{
    padding: 0;
    border: none;
  }

.editor-styles-wrapper .is-root-container th{
    background-color: transparent;
    color: inherit;
    font-weight: inherit;
  }

.editor-styles-wrapper .is-root-container thead th,.editor-styles-wrapper .is-root-container thead td{
    background-color: transparent;
    color: inherit;
  }

.editor-styles-wrapper .is-root-container caption{
    margin-bottom: 0;
    font-size: inherit;
    opacity: 1;
  }

.is-layout-constrained,.is-root-container {
}

/* ==========================================================================
   下層ページ タイトル周り
========================================================================== */

.l-topTitleArea{
  height: 320px;
  align-items: flex-start;
  padding-top: 91px;
}

.l-topTitleArea .l-topTitleArea__body{
    width: min(calc(100%), 1040px);
  }

.l-topTitleArea .c-pageTitle__en{
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin-bottom: 0;
  }

.l-topTitleArea .c-pageTitle{
    font-size: 38px;
    font-weight: 700;
  }

.l-topTitleArea .c-pageTitle br{
      display: none;
    }

.l-topTitleArea .c-pageExcerpt{
    white-space: pre-wrap;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
  }

.l-topTitleArea:has(.c-pageExcerpt){
  padding-top: 64px;
}

.l-topTitleArea.c-filterLayer{
  position: relative;
}

.l-topTitleArea.c-filterLayer::before{
    background-color: #2D6A2D;
    opacity: .6;
  }

.l-topTitleArea.c-filterLayer::after{
    content: '';
    width: 100%;
    height: 76px;
    background: url('../img/subtitle_wave.svg') no-repeat center bottom / 100% 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    opacity: 1;
  }

@media (max-width:767px){
  .l-topTitleArea{
    height: calc(320 * calc(100vw / 390));
    height: calc(320 * var(--sp));
    padding-top: calc(100 * calc(100vw / 390));
    padding-top: calc(100 * var(--sp));
  }
    .l-topTitleArea .l-topTitleArea__body{
      width: 100%;
      padding-inline: calc(30 * calc(100vw / 390));
      padding-inline: calc(30 * var(--sp));
    }
    .l-topTitleArea .c-pageTitle__en{
      font-size: calc(12 * calc(100vw / 390));
      font-size: calc(12 * var(--sp));
      margin-bottom: .5em;
    }
    .l-topTitleArea .c-pageTitle{
      font-size: calc(32 * calc(100vw / 390));
      font-size: calc(32 * var(--sp));
      line-height: 1.2;
    }
      .l-topTitleArea .c-pageTitle br{
        display: block;
      }
    .l-topTitleArea .c-pageExcerpt{
      font-size: calc(15 * calc(100vw / 390));
      font-size: calc(15 * var(--sp));
      line-height: 1.66;
      margin-top: calc(5 * calc(100vw / 390));
      margin-top: calc(5 * var(--sp));
    }
  .l-topTitleArea:has(.c-pageExcerpt){
    padding-top: calc(93 * calc(100vw / 390));
    padding-top: calc(93 * var(--sp));
  }
    .l-topTitleArea.c-filterLayer::after{
      content: '';
      width: 101%;
      height: calc(34 * calc(100vw / 390));
      height: calc(34 * var(--sp));
      background: url('../img/sp_subtitle_wave.svg') no-repeat center bottom / 100% 100%;
      position: absolute;
      top: auto;
      bottom: calc(-1 * calc(1 * calc(100vw / 390)));
      bottom: calc(-1 * calc(1 * var(--sp)));
      left: 50%;
      translate: -50% 0;
      opacity: 1;
    }
}

/* ==========================================================================
   投稿詳細 タグ・カテゴリ一覧
========================================================================== */

#body_wrap.tag .l-topTitleArea.c-filterLayer,#body_wrap.category .l-topTitleArea.c-filterLayer,#body_wrap.single-post .l-topTitleArea.c-filterLayer{
    position: relative;
  }

#body_wrap.tag .l-topTitleArea.c-filterLayer::before,#body_wrap.category .l-topTitleArea.c-filterLayer::before,#body_wrap.single-post .l-topTitleArea.c-filterLayer::before{
      background-color: #EAF3EA;
      opacity: 1;
    }

#body_wrap.tag .c-pageTitle__en,
  #body_wrap.tag .c-pageTitle,
  #body_wrap.category .c-pageTitle__en,
  #body_wrap.category .c-pageTitle{
    color: #333333;
  }

/* ==========================================================================
   pankuzu
========================================================================== */

.p-breadcrumb{
  margin: 15px auto 51px;
  font-size: 12px;
  color: #888888;
  width: min(calc(100% - 40px),1040px);
  padding: 0;
}

.p-breadcrumb .p-breadcrumb__list{
    margin: 0;
    padding: 0;
  }

.p-breadcrumb .icon-home::before{
      display: none;
    }

.p-breadcrumb a{
    color: #888888;
  }

@media (max-width:767px){
  .p-breadcrumb{
    margin: calc(15 * calc(100vw / 390)) auto calc(43 * calc(100vw / 390));
    margin: calc(15 * var(--sp)) auto calc(43 * var(--sp));
    font-size: calc(12 * calc(100vw / 390));
    font-size: calc(12 * var(--sp));
    color: #888888;
    width: calc(366 * calc(100vw / 390));
    width: calc(366 * var(--sp));
  }
}

/* ==========================================================================
   記事詳細でタイトル表示
========================================================================== */

.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text{
  display: block;
}

/* ==========================================================================
   enTitle
   フロント(.l-mainContent)とエディタ(.is-root-container)を :is() でまとめ、
   詳細度 0,3,0 にして SWELL 側(0,2,1)と打ち消しリセット(0,2,1)に勝たせている。
========================================================================== */

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .enTitle{
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #1E1E1E;
  }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .enTitle::before{
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-size: 104px;
      font-weight: 700;
      letter-spacing: .03em;
      position: absolute;
      top: -83px;
      left: 50%;
      translate: -50% 0;
      color: rgba(39,174,96,.08);
      border: none;
      width: -moz-max-content;
      width: max-content;
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .membership::before{
      content: 'MEMBERSHIP';
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .fullmembers::before{
      content: 'FULL MEMBERS';
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .supportMembers::before{
      content: 'SUPPORT MEMBERS';
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .partner::before{
      content: 'PARTNER';
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .purpose::before{
      content: 'PURPOSE';
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .message::before{
      content: 'MESSAGE';
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .overview::before{
      content: 'OVERVIEW';
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .directors::before{
      content: 'DIRECTORS';
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .challenges::before{
      content: 'CHALLENGES';
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .activities::before{
      content: 'ACTIVITIES';
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .materials{
    color: #fff;
  }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .materials::before{
      content: 'MATERIALS';
      color: rgba(255,255,255,.08);
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .about::before{
      content: 'ABOUT';
      color: rgba(39,174,96,.12);
      top: -70px;
      letter-spacing: .03em;
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .activitiesHome::before{
      letter-spacing: .03em;
      content: 'ACTIVITIES';
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .newsHome::before{
      letter-spacing: .03em;
      content: 'NEWS';
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .memberHome{
    color: #fff;
    text-shadow: 0 3px 3px rgba(0,0,0,.25);
  }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .memberHome::before{
      letter-spacing: .03em;
      content: 'MEMBERS';
      color: rgba(255,255,255,.16);
      text-shadow: none;
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .contact1::before{
      content: 'CONTACT FORM';
    }

:is(.l-mainContent, .editor-styles-wrapper .is-root-container) .contact2::before{
      content: 'ADMISSION FORM';
    }

@media (max-width:767px){
    :is(.l-mainContent, .editor-styles-wrapper .is-root-container) .enTitle{
      font-size: calc(26 * calc(100vw / 390));
      font-size: calc(26 * var(--sp));
    }
      :is(.l-mainContent, .editor-styles-wrapper .is-root-container) .enTitle::before{
        font-size: calc(56 * calc(100vw / 390));
        font-size: calc(56 * var(--sp));
        letter-spacing: 0;
        top: calc(-1 * calc(33 * calc(100vw / 390)));
        top: calc(-1 * calc(33 * var(--sp)));
      }
      :is(.l-mainContent, .editor-styles-wrapper .is-root-container) .fullmembers::before{
        letter-spacing: -.06em;
      }
      :is(.l-mainContent, .editor-styles-wrapper .is-root-container) .supportMembers::before{
        width: auto;
        content: 'SUPPORT \A MEMBERS';
        line-height: 0.8;
        top: calc(-1 * calc(38 * calc(100vw / 390)));
        top: calc(-1 * calc(38 * var(--sp)));
      }
    :is(.l-mainContent, .editor-styles-wrapper .is-root-container) .challenges{
      line-height: 1.2;
    }
      :is(.l-mainContent, .editor-styles-wrapper .is-root-container) .challenges::before{
        top: calc(-1 * calc(28 * calc(100vw / 390)));
        top: calc(-1 * calc(28 * var(--sp)));
      }
      :is(.l-mainContent, .editor-styles-wrapper .is-root-container) .contact1::before{
        content: 'CONTACT \A FORM';
        white-space: pre-line;
        line-height: 0.8;
        top: calc(-1 * calc(38 * calc(100vw / 390)));
        top: calc(-1 * calc(38 * var(--sp)));
      }
      :is(.l-mainContent, .editor-styles-wrapper .is-root-container) .contact2::before{
        content: 'ADMISSION \A FORM';
        white-space: pre-line;
        line-height: 0.8;
        top: calc(-1 * calc(38 * calc(100vw / 390)));
        top: calc(-1 * calc(38 * var(--sp)));
      }
  }

/* ==========================================================================
   投稿詳細の本文
   フロント(.single .post_content)とエディタ(.is-root-container)を :is() でまとめ、
   詳細度 0,2,x にして SWELL 側(最大 0,2,1)に後勝ちさせている。
   固定ページは post_content を剥がしてあるため、フロント側で混線しない。
   エディタ側は single_entry.css が投稿編集時にしか読み込まれないため条件不要。
========================================================================== */

.single .post_content{
  padding: 0;
  margin: 30px 0 0;
}

:is(.single .post_content, .editor-styles-wrapper .is-root-container) *{
    font-size: 15px;
    line-height: 1.7;
  }

:is(.single .post_content, .editor-styles-wrapper .is-root-container) >*:not(:last-child){
    margin-bottom: 30px;
  }

:is(.single .post_content, .editor-styles-wrapper .is-root-container) .wp-block{
    max-width: 720px;
  }

:is(.single .post_content, .editor-styles-wrapper .is-root-container) .has-background{
    border-radius: 6px;
    padding: 38px 16px;
  }

:is(.single .post_content, .editor-styles-wrapper .is-root-container) h2{
    color: #1E1E1E;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    padding-left: 16px;
    position: relative;
  }

:is(.single .post_content, .editor-styles-wrapper .is-root-container) h2::before{
      content: '';
      width: 4px;
      height: 100%;
      border-radius: 2px;
      background: #1E1E1E;
      position: absolute;
      top: 50%;
      translate: 0 -50%;
      left: 0;
    }

:is(.single .post_content, .editor-styles-wrapper .is-root-container) h3{
    color: #1E1E1E;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
  }

:is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox{
    background: #EAF3EA;
    border-radius: 8px;
    padding: 40px 20px;
  }

:is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox >.wp-block-group__inner-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

:is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox .textBox{
      margin: 0;
    }

:is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox .textBox h3{
        margin: 0 0 8px;
        font-size: 16px;
      }

:is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox .textBox p{
        font-size: 14px;
        margin: 0;
        color: #555555;
      }

:is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox .wp-block-buttons{
      width: 197px;
      margin: 0;
    }

:is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox .wp-block-buttons .wp-block-button{
        width: 100%;
      }

:is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox .wp-block-buttons a,:is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox .wp-block-buttons .wp-block-button__link{
        height: 44px;
        background: #376737;
        border-radius: 50px;
        padding: 0;
        display: grid;
        place-content: center;
        font-size: 12px;
        color: #FFFFFF;
        transition: opacity .2s;
      }

:is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox .wp-block-buttons a:hover,:is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox .wp-block-buttons .wp-block-button__link:hover{
          opacity: .8;
        }

.single .post_content h2,.single .post_content h3{
    margin-inline: 0;
  }

@media (max-width:768px){
    :is(.single .post_content, .editor-styles-wrapper .is-root-container) *{
      font-size: calc(15 * calc(100vw / 390));
      font-size: calc(15 * var(--sp));
    }
    :is(.single .post_content, .editor-styles-wrapper .is-root-container) >*:not(:last-child){
      margin-bottom: calc(24 * calc(100vw / 390));
      margin-bottom: calc(24 * var(--sp));
    }
    :is(.single .post_content, .editor-styles-wrapper .is-root-container) .wp-block{
      max-width: none;
    }
    :is(.single .post_content, .editor-styles-wrapper .is-root-container) .has-background{
      border-radius: calc(6 * calc(100vw / 390));
      border-radius: calc(6 * var(--sp));
      padding: calc(38 * calc(100vw / 390)) calc(10 * calc(100vw / 390));
      padding: calc(38 * var(--sp)) calc(10 * var(--sp));
    }
    :is(.single .post_content, .editor-styles-wrapper .is-root-container) h2{
      margin-bottom: calc(20 * calc(100vw / 390));
      margin-bottom: calc(20 * var(--sp));
      font-size: calc(20 * calc(100vw / 390));
      font-size: calc(20 * var(--sp));
      padding-left: calc(8 * calc(100vw / 390));
      padding-left: calc(8 * var(--sp));
    }
      :is(.single .post_content, .editor-styles-wrapper .is-root-container) h2::before{
        width: calc(2 * calc(100vw / 390));
        width: calc(2 * var(--sp));
        border-radius: calc(2 * calc(100vw / 390));
        border-radius: calc(2 * var(--sp));
      }
    :is(.single .post_content, .editor-styles-wrapper .is-root-container) h3{
      margin-bottom: calc(20 * calc(100vw / 390));
      margin-bottom: calc(20 * var(--sp));
      font-size: calc(18 * calc(100vw / 390));
      font-size: calc(18 * var(--sp));
    }
    :is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox{
      background: #EAF3EA;
      border-radius: calc(8 * calc(100vw / 390));
      border-radius: calc(8 * var(--sp));
      padding: calc(40 * calc(100vw / 390)) calc(20 * calc(100vw / 390));
      padding: calc(40 * var(--sp)) calc(20 * var(--sp));
      
    }
      :is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox >.wp-block-group__inner-container {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
      }
        :is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox .textBox h3{
          margin: 0 0 calc(8 * calc(100vw / 390));
          margin: 0 0 calc(8 * var(--sp));
          font-size: calc(16 * calc(100vw / 390));
          font-size: calc(16 * var(--sp));
        }
        :is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox .textBox p{
          font-size: calc(14 * calc(100vw / 390));
          font-size: calc(14 * var(--sp));
        }
      :is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox .wp-block-buttons{
        width: calc(220 * calc(100vw / 390));
        width: calc(220 * var(--sp));
        margin-inline: auto;
        margin-top: calc(15 * calc(100vw / 390));
        margin-top: calc(15 * var(--sp));
      }
        :is(.single .post_content, .editor-styles-wrapper .is-root-container) .singleCtaBox .wp-block-buttons a{
          height: calc(44 * calc(100vw / 390));
          height: calc(44 * var(--sp));
          border-radius: calc(50 * calc(100vw / 390));
          border-radius: calc(50 * var(--sp));
          font-size: calc(12 * calc(100vw / 390));
          font-size: calc(12 * var(--sp));
        }
    .single .post_content h2,.single .post_content h3{
      margin-inline: 0;
    }
}

/* ==========================================================================
   目次
   目次はフロントの JS で生成されるためエディタには出力されない。
   SWELL 側が #main_content .p-toc (詳細度 1,1,0) で幅・余白を指定しているため、
   ID を含めた 1,2,0 で受けている。
========================================================================== */

.single #main_content .p-toc{
    width: 100%;
    max-width: none;
    margin: 30px 0;
    padding: 0;
    border: none;
    border-radius: 6px;
    background: #F8F8F8;
  }

.single #main_content .p-toc__ttl{
    display: block;
    margin: 0;
    padding: 20px 16px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    color: #1E1E1E;
  }

.single #main_content .p-toc__ttl::before{
      content: none;
    }

.single #main_content .p-toc__list{
    margin: 0;
    padding: 14px 16px;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
  }

.single #main_content .p-toc__list li{
      margin: 0;
      padding-left: 1.7em;
      position: relative;
    }

.single #main_content .p-toc__list li::before{
        content: counters(toc, ".") ".";
        top: 0;
        left: 0;
        right: auto;
        padding: 0;
        width: 1.5em;
        border: none;
        color: inherit;
        line-height: inherit;
        text-align: right;
      }

.single #main_content .p-toc__list >li + li{
      margin-top: 4px;
    }

.single #main_content .p-toc__childList{
    margin-top: 1em;
    padding-left: 1.2em;
  }

@media (max-width:768px){
  .single #main_content .p-toc{
    margin: calc(24 * calc(100vw / 390)) 0;
    margin: calc(24 * var(--sp)) 0;
    border-radius: calc(6 * calc(100vw / 390));
    border-radius: calc(6 * var(--sp));
  }
  .single #main_content .p-toc__ttl{
    padding: calc(20 * calc(100vw / 390)) calc(16 * calc(100vw / 390));
    padding: calc(20 * var(--sp)) calc(16 * var(--sp));
    border-bottom: calc(1 * calc(100vw / 390)) solid #CCCCCC;
    border-bottom: calc(1 * var(--sp)) solid #CCCCCC;
    font-size: calc(15 * calc(100vw / 390));
    font-size: calc(15 * var(--sp));
  }
  .single #main_content .p-toc__list{
    padding: calc(14 * calc(100vw / 390)) calc(16 * calc(100vw / 390));
    padding: calc(14 * var(--sp)) calc(16 * var(--sp));
    font-size: calc(13 * calc(100vw / 390));
    font-size: calc(13 * var(--sp));
  }
    .single #main_content .p-toc__list >li + li{
      margin-top: calc(4 * calc(100vw / 390));
      margin-top: calc(4 * var(--sp));
    }
}

.p-articleFoot{
  display: none;
}

/* ==========================================================================
   プライバシーポリシー
========================================================================== */

.pvPage{
  max-width: 832px;
  margin-inline: auto;
  line-height: 1.86;
}

.pvPage .toptext{
    font-size: 16px;
    margin-bottom: 46px;
  }

.pvPage ol.wp-block-list{
    counter-reset: list-counter;
    list-style: none;
    padding-left: 0;
  }

.pvPage ol.wp-block-list li{
      counter-increment: list-counter;
      position: relative;
      padding-left: 2em;
      font-size: 16px;
    }

.pvPage ol.wp-block-list li::before{
        content: counter(list-counter) '.';
        position: absolute;
        left: 0;
        width: 1.5em;
        font-size: 16px;
        text-align: left;
        color: #2D6A2D;
        font-weight: 700;
      }

.pvPage ol.wp-block-list li + li{
      margin-top: 20px;
    }

.pvPage .date{
    margin: 44px 0 10px;
    padding-top: 23px;
    border-top: 1px solid #D9D9D9;
    font-size: 14px;
    color: #888888;
  }

.pvPage .contactH2{
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    margin: 0;
  }

.pvPage .contactText{
    font-size: 13px;
  }

.pvPage .contactText a{
      font-weight: 700;
      color: #2D6A2D;
      text-decoration: underline;
    }

/* ==========================================================================
   パートナー・会員
========================================================================== */

.memberPage{
  margin-top: 71px;
}

.memberPage .membershipText{
    margin-top: 51px;
    text-align: center;
    font-size: 16px;
    line-height: 1.46;
    color: #555555;
  }

.memberPage .membershipTypeList{
    max-width: 1040px;
    margin-inline: auto;
    margin-top: 50px;
    gap: 20px !important;
  }

.memberPage .membershipTypeList .wp-block-column{
      border: 1px solid #C2D9C2;
      border-radius: 6px;
      padding: 18px 20px 18px 22px;
    }

.memberPage .membershipTypeList .wp-block-column .wp-block-image{
        margin-bottom: 17px;
      }

.memberPage .membershipTypeList .wp-block-column h2{
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        color: #1E1E1E;
        margin-bottom: 15px;
      }

.memberPage .membershipTypeList .wp-block-column h2::before{
          font-size: 10px;
          font-weight: 700;
          color: #2D6A2D;
          display: block;
          line-height: 1;
          margin-bottom: 5px !important;
          border: none;
        }

.memberPage .membershipTypeList .wp-block-column p{
        margin: 0;
        font-size: 16px;
        line-height: 1.57;
        color: #555555;
      }

.memberPage .membershipTypeList .wp-block-column:nth-child(1) h2::before{
          content: 'Full member';
        }

.memberPage .membershipTypeList .wp-block-column:nth-child(2) h2::before{
          content: 'Supporting member ';
        }

.memberPage .membershipTypeList .wp-block-column:nth-child(3) h2::before{
          content: 'Partner Organization';
        }

.memberPage .wp-block-buttons:has(.goContactBtn){
    margin: 50px;
  }

.memberPage .goContactBtn{
    width: 320px;
  }

.memberPage .goContactBtn a{
      height: 44px;
      background: #376737;
      border-radius: 50px;
      padding: 0;
      display: grid;
      place-content: center;
      font-size: 15px;
      color: #F5F5F5;
    }

.memberPage .memberList{
    max-width: 1040px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    list-style: none;
    padding: 0;
  }

.memberPage .memberList li{
      min-height: 80px;
      background: #fff;
      padding: 15px;
      display: flex;
      align-items: center;
      gap: 15px;
      border-radius: 5px;
      border: 1px solid #D9D9D9;
      font-size: 12px;
      line-height: 1.4;
      color: #1E1E1E;
    }

.memberPage .memberList li::before{
        content: '';
        width: 44px;
        height: 44px;
        flex-shrink: 0;
      }

.memberPage .fullmembersBox{
    margin-top: 100px;
    margin-bottom: 0;
    padding: 100px 0;
    background: #EAF3EA;
  }

.memberPage .fullmembersBox .fullMemberList{
      margin-top: 69px;
    }

.memberPage .fullmembersBox .fullMemberList li::before{
          background: url('../img/member_type_icon1.svg') no-repeat center center / contain;
        }

.memberPage .supportMembersBox{
    margin-bottom: 0;
    padding: 100px 0;
    background: #F5F5F5;
  }

.memberPage .supportMembersBox .spMemberList{
      margin-top: 69px;
    }

.memberPage .supportMembersBox .spMemberList li{
        padding-right: 9px;
      }

.memberPage .supportMembersBox .spMemberList li::before{
          background: url('../img/member_type_icon2.svg') no-repeat center center / contain;
        }

.memberPage .partnerMembersBox{
    margin-bottom: 0;
    margin-top: 100px;
  }

.memberPage .partnerMembersBox .dateText{
      margin-top: 40px;
      font-size: 11px;
      color: #888888;
    }

.memberPage .partnerMembersBox .spMemberList{
      margin-top: 40px;
      grid-template-columns: repeat(2,1fr);
      gap: 40px;
    }

.memberPage .partnerMembersBox .spMemberList li{
        background: #F9F9F9;
        font-size: 14px;
        line-height: 1.7;
      }

.memberPage .partnerMembersBox .spMemberList li::before{
          background: url('../img/member_type_icon3.svg') no-repeat center center / contain;
        }

/* ==========================================================================
   REAPについて
========================================================================== */

.l-container:has(.aboutPage){
  margin-bottom: 0;
}

.aboutPage{
  margin: 71px 0 0;
}

.aboutPage .toptext{
    width: min(100%,1040px);
    margin-inline: auto;
    margin-top: 53px;
    text-align: center;
    font-size: 16px;
    line-height: 1.46;
    color: #444444;
  }

.aboutPage .purposeListBox{
    width: min(100%,1040px);
    margin: 40px auto 0;
  }

.aboutPage .purposeListBox >.wp-block-columns{
      width: 100%;
      display: grid;
      grid-template-columns: 144px 1fr;
      gap: 0 !important;
    }

.aboutPage .purposeListBox .imgBox{
      min-height: 116px;
      background: #EEF9F2;
      border-top: 1px solid #2D6A2D;
      
      display: flex;
      justify-content: center;
      align-items: center;
    }

.aboutPage .purposeListBox .imgBox .wp-block-image{
        margin: 0;
      }

.aboutPage .purposeListBox .textBox{
      display: flex;
      align-items: center;
      border-top: 1px solid #CCCCCC;
      padding: 10px 40px;
    }

.aboutPage .purposeListBox .textBox p{
        margin: 0;
        font-size: 16px;
      }

.aboutPage .purposeListBox .textBox strong{
        font-size: 16px;
        color: #1E1E1E;
        display: inline-block;
        margin-bottom: .1em;
      }

.aboutPage .purposeListBox >.wp-block-columns:last-child .imgBox{
        border-bottom: 1px solid #2D6A2D;
      }

.aboutPage .purposeListBox >.wp-block-columns:last-child .textBox{
        border-bottom: 1px solid #CCCCCC;
      }

.aboutPage .aboutMessageBox{
    background: #F5F5F5;
    margin: 110px 0 0;
    padding: 105px 0;
  }

.aboutPage .aboutMessageBox .messageRow{
      width: min(100%,1040px);
      margin: 110px auto 0;
      gap: 40px !important;
    }

.aboutPage .aboutMessageBox .messageBox{
      background: #fff;
      padding: 15px;
      border-radius: 6px;
    }

.aboutPage .aboutMessageBox .messageBox >.wp-block-columns{
        display: grid;
        grid-template-columns: 200px 1fr;
        gap: 15px !important;
      }

.aboutPage .aboutMessageBox .messageBox .photoBox .wp-block-group{
          gap: 0 !important;
        }

.aboutPage .aboutMessageBox .messageBox .photoBox .wp-block-image{
          overflow: hidden;
          border: 1px solid #EEEEEE;
          border-radius: 6px;
          margin-bottom: 15px;
        }

.aboutPage .aboutMessageBox .messageBox .photoBox p{
          font-size: 12px;
          font-weight: 500;
          color: #2D6A2D;
        }

.aboutPage .aboutMessageBox .messageBox .photoBox p strong{
            font-size: 16px;
            font-weight: 700;
            color: #1E1E1E;
          }

.aboutPage .aboutMessageBox .messageBox .photoBox ul{
          list-style: none;
          padding: 0;
          color: #888888;
          font-size: 12px;
          line-height: 1.5;
        }

.aboutPage .aboutMessageBox .messageBox .textBox p{
          font-size: 16px;
          line-height: 1.7;
          color: #666666;
          margin-bottom: 0;
        }

.aboutPage .aboutMessageBox .messageBox .textBox p + p{
          margin-top: 1.5em;
        }

.aboutPage .aboutOverviewBox{
    width: min(100%,1040px);
    margin: 100px auto 0;
    /* エディタ用 */
  }

.aboutPage .aboutOverviewBox .overviewTabel{
      margin: 74px 0 0;
    }

.aboutPage .aboutOverviewBox .overviewTabel table{
        width: 100%;
        border: none;
        table-layout: auto;
      }

.aboutPage .aboutOverviewBox .overviewTabel th{
        width: 160px !important;
        border: none;
        border-top: 1px solid #2D6A2D;
        background: #F9F9F9;
        font-size: 16px;
        font-weight: 500;
        color: #555555;
        padding: 25px 0;
        vertical-align: middle;
        text-align: center;
      }

.aboutPage .aboutOverviewBox .overviewTabel td{
        border: none;
        border-top: 1px solid #CCCCCC;
        padding: 25px 30px;
        font-size: 16px;
        line-height: 1.53;
        color: #1E1E1E;
        vertical-align: middle;
      }

.aboutPage .aboutOverviewBox .overviewTabel tr:last-child th{
          border-bottom: 1px solid #2D6A2D;
        }

.aboutPage .aboutOverviewBox .overviewTabel tr:last-child td{
          border-bottom: 1px solid #CCCCCC;
        }

.aboutPage .aboutOverviewBox .overviewTabel .donwloadIcon{
        color: #1E1E1E;
        display: inline-flex;
        align-items: center;
      }

.aboutPage .aboutOverviewBox .overviewTabel .donwloadIcon::after{
          content: '';
          background: url('../img/donwload_icon.svg') no-repeat center center / contain;
          width: 18px;
          height: 20px;
          flex-shrink: 0;
          margin-left: 10px;
        }

.aboutPage .aboutOverviewBox .googleMaps{
      width: 100%;
      height: 260px;
      margin: 50px 0 0;
    }

.aboutPage .aboutOverviewBox .wp-block-html{
      width: 100%;
      height: 260px;
      margin-top: 50px;
    }

.aboutPage .aboutOverviewBox .wp-block-html iframe{
        width: 100%;
        height: 100%;
      }

.aboutPage .aboutDirectorsBox{
    background: #F5F5F5;
    margin: 110px 0 0;
    padding: 105px 0 120px;
  }

.aboutPage .aboutDirectorsBox .dateText{
      text-align: center;
      margin: 47px 0 0;
      font-size: 11px;
      color: #888888;
    }

.aboutPage .aboutDirectorsBox .directorsTabel{
      margin: 41px auto 0;
      width: min(100%,1040px);
    }

.aboutPage .aboutDirectorsBox .directorsTabel table{
        width: 100%;
        border: none;
        table-layout: auto;
      }

.aboutPage .aboutDirectorsBox .directorsTabel th{
        width: 120px !important;
        border: none;
        border-top: 1px solid #2D6A2D;
        background: #F9F9F9;
        font-size: 16px;
        font-weight: 500;
        color: #555555;
        padding: 25px 0;
        vertical-align: middle;
        text-align: center;
      }

.aboutPage .aboutDirectorsBox .directorsTabel td:nth-child(2){
        background: rgba(255,255,255,.4);
        text-align: center;
        width: 160px !important;
        padding-inline: 1em;
      }

.aboutPage .aboutDirectorsBox .directorsTabel td{
        border: none;
        border-top: 1px solid #CCCCCC;
        padding: 25px 30px;
        font-size: 16px;
        line-height: 1.53;
        color: #1E1E1E;
        vertical-align: middle;
      }

.aboutPage .aboutDirectorsBox .directorsTabel tr:last-child th{
          border-bottom: 1px solid #2D6A2D;
        }

.aboutPage .aboutDirectorsBox .directorsTabel tr:last-child td{
          border-bottom: 1px solid #CCCCCC;
        }

.aboutPage .aboutDirectorsBox .directorsTabel a[target="_blank"]{
        color: #1E1E1E;
        display: inline-flex;
        align-items: center;
      }

.aboutPage .aboutDirectorsBox .directorsTabel a[target="_blank"]::after{
          content: '';
          background: url('../img/other_tab_icon.svg') no-repeat center center / contain;
          width: 14px;
          height: 13px;
          flex-shrink: 0;
          margin-left: 10px;
        }

/* ==========================================================================
   活動内容
========================================================================== */

.l-container:has(.activitiesPage){
  margin-bottom: 0;
}

.activitiesPage{
  margin: 71px 0 0;
}

.activitiesPage .acChallengesList{
    width: min(100%,1040px);
    margin: 81px auto 0;
    gap: 40px !important;
  }

.activitiesPage .acChallengesList >.wp-block-column{
      background: #EAF3EA;
      border-radius: 4px;
      padding-bottom: 24px;
    }

.activitiesPage .acChallengesList >.wp-block-column .wp-block-image{
        margin-bottom: 17px;
      }

.activitiesPage .acChallengesList >.wp-block-column h3{
        font-size: 20px;
        line-height: 1.3;
        font-weight: 700;
        color: #1E1E1E;
        margin: 0 20px 17px;
        padding-bottom: 15px;
        border-bottom: 1px solid #2D6A2D;
      }

.activitiesPage .acChallengesList >.wp-block-column h3 .num{
          font-size: 24px;
          font-weight: 700;
          color: #2D6A2D;
          padding-right: .3em;
        }

.activitiesPage .acChallengesList >.wp-block-column p{
        margin: 0;
        font-size: 14px;
        line-height: 1.64;
        color: #555555;
        padding: 0 20px;
      }

.activitiesPage .activitiesBox{
    background: #F5F5F5;
    margin: 100px 0 0;
    padding: 100px 0;
  }

.activitiesPage .activitiesBox .toptext{
      width: min(100%,1040px);
      margin-inline: auto;
      margin-top: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 1.57;
      color: #525252;
    }

.activitiesPage .activitiesBox .activityItem{
      width: min(100%,1040px);
      margin: 52px auto 0;
      gap: 40px !important;
    }

.activitiesPage .activitiesBox .activityItem.isReverse{
        flex-direction: row-reverse;
      }

.activitiesPage .activitiesBox .activityItem + .activityItem{
        margin-top: 70px;
      }

.activitiesPage .activitiesBox .activityItem .activityImg{
        flex: 0 1 456px;
      }

.activitiesPage .activitiesBox .activityItem .activityImg .wp-block-image{
          overflow: hidden;
          border-radius: 6px;
          margin: 0;
        }

.activitiesPage .activitiesBox .activityItem .activityBody .activityHead >.wp-block-group__inner-container{
            display: grid;
            grid-template-columns: auto 1fr;
            grid-template-rows: auto 1fr;
            gap: 0 5px !important;
          }

.activitiesPage .activitiesBox .activityItem .activityBody .num{
          grid-column: 1;
          grid-row: 1 / 3;
          font-size: 80px;
          font-weight: 700;
          line-height: 1;
          color: #C2D9C2;
          margin: -.1em 0 0;
        }

.activitiesPage .activitiesBox .activityItem .activityBody .activityTitle{
          grid-column: 2;
          grid-row: 1;
          margin: 0;
          font-size: 27px;
          font-weight: 700;
          color: #1E1E1E;
          line-height: 1.4;
        }

.activitiesPage .activitiesBox .activityItem .activityBody .activityLead{
          grid-column: 2;
          grid-row: 2;
          margin: 4px 0 0;
          font-size: 20px;
          font-weight: 700;
          color: #1E1E1E;
          line-height: 1.4;
        }

.activitiesPage .activitiesBox .activityItem .activityBody .activityText{
          margin: 14px 0 0;
          font-size: 15px;
          line-height: 1.8;
          color: #525252;
        }

.activitiesPage .activitiesBox .activityItem .activityBody .activityData{
          margin: 15px 0 0;
          padding: 16px 14px;
          border: 1px solid #2D6A2D;
          border-radius: 6px;
          background: #fff;
        }

.activitiesPage .activitiesBox .activityItem .activityBody .activityData .activityDataTitle{
            margin: 0;
            font-size: 11px;
            font-weight: 700;
            color: #2D6A2D;
            line-height: 1.5;
          }

.activitiesPage .activitiesBox .activityItem .activityBody .activityData p{
            margin: 2px 0 0;
            font-size: 13px;
            color: #525252;
            line-height: 1.5;
          }

.activitiesPage .activitiesBox .activityItem .activityBody .activityData .activityDataTitle:not(:first-child){
            margin-top: 5px;
          }

.activitiesPage .activitiesBox .endText{
      text-align: center;
      margin: 77px 0 0;
      font-size: 18px;
      color: #212121;
    }

.activitiesPage .activitiesBox .wp-block-buttons{
      margin: 32px 0 0;
    }

.activitiesPage .activitiesBox .goNewsBtn{
      width: 334px;
    }

.activitiesPage .activitiesBox .goNewsBtn a{
        height: 46px;
        border:1px solid #212121;
        border-radius: 50px;
        padding: 0;
        display: grid;
        place-content: center;
        font-size: 15px;
        font-weight: 700;
        color: #212121;
        background: transparent;
      }

.activitiesPage .materialsBox{
    background: rgba(55,103,55,.8);
    margin: 0;
    padding: 100px 0 80px;
  }

.activitiesPage .materialsBox .pdfDownload{
      width: min(100%,1040px);
      margin: 65px auto 0;
      gap: 40px !important;
    }

.activitiesPage .materialsBox .pdfDownload >.wp-block-column{
        background: #fff;
        border-radius: 6px;
        overflow: hidden;
        
      }

.activitiesPage .materialsBox .pdfDownload >.wp-block-column .wp-block-columns{
          margin: 0;
          display: grid;
          grid-template-columns: 160px 1fr;
          gap: 0 !important;
          min-height: 180px;
        }

.activitiesPage .materialsBox .pdfDownload >.wp-block-column .wp-block-columns .wp-block-column:nth-child(1){
            background: #D9D9D9;
            display: flex;
            justify-content: center;
            align-items: center;
          }

.activitiesPage .materialsBox .pdfDownload >.wp-block-column .wp-block-columns .wp-block-column:nth-child(1) .wp-block-image{
              margin: 0;
            }

.activitiesPage .materialsBox .pdfDownload >.wp-block-column .wp-block-columns .wp-block-column:nth-child(2){
            padding: 30px 38px 30px 14px;
            display: flex;
            flex-flow: column;
            justify-content: center;
          }

.activitiesPage .materialsBox .pdfDownload >.wp-block-column .wp-block-columns .wp-block-column:nth-child(2) h3{
              font-size: 14px;
              line-height: 1.42;
              font-weight: 500;
              margin: 0;
            }

.activitiesPage .materialsBox .pdfDownload >.wp-block-column .wp-block-columns .wp-block-column:nth-child(2) p{
              margin: 0;
            }

.activitiesPage .materialsBox .pdfDownload >.wp-block-column .wp-block-columns .wp-block-column:nth-child(2) .date{
              font-size: 12px;
              color: #888888;
              margin: 20px 0 0;
            }

.activitiesPage .materialsBox .pdfDownload >.wp-block-column .wp-block-columns .wp-block-column:nth-child(2) a{
              margin-top: 14px;
              display: inline-block;
              color: #444444;
              font-size: 13px;
            }

/* ==========================================================================
   投稿系　詳細・一覧レイアウト
========================================================================== */

.single #content,.blog #content,.tag #content,.category #content{
    padding-inline: 0;
    padding-top:0;
    max-width: none;
    width: min(100%,1040px);
    margin-bottom: 55px;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 40px;
  }

.single #main_content,.blog #main_content,.tag #main_content,.category #main_content{
    width: min(100%,720px);
  }

.single #sidebar,.blog #sidebar,.tag #sidebar,.category #sidebar{
    width: min(100%,280px);
    margin: 0;
  }

/* ==========================================================================
   投稿系　サイドバー
========================================================================== */

.tag #sidebar .c-widget,.single #sidebar .c-widget,.blog #sidebar .c-widget,.category #sidebar .c-widget{
      background: #EAF3EA;
      border-radius: 8px;
      padding: 16px 0 0;
    }

.tag #sidebar .c-widget h2,.single #sidebar .c-widget h2,.blog #sidebar .c-widget h2,.category #sidebar .c-widget h2{
        font-size: 14px;
        color: #1E1E1E;
        padding: 0 20px 14px;
        border-bottom: 1px solid #C2D9C2;
        margin-bottom: 0;
      }

.tag #sidebar .c-widget + .c-widget, .single #sidebar .c-widget + .c-widget, .blog #sidebar .c-widget + .c-widget, .category #sidebar .c-widget + .c-widget {
      margin-top: 15px;
    }

.tag #sidebar .wp-block-latest-posts__list,.single #sidebar .wp-block-latest-posts__list,.blog #sidebar .wp-block-latest-posts__list,.category #sidebar .wp-block-latest-posts__list{
      border-top: none;
      padding: 0 20px !important;
      margin: 0;
    }

.tag #sidebar .wp-block-latest-posts__list >li,.single #sidebar .wp-block-latest-posts__list >li,.blog #sidebar .wp-block-latest-posts__list >li,.category #sidebar .wp-block-latest-posts__list >li{
        font-size: 14px;
        border-bottom-color: #C2D9C2;
      }

.tag #sidebar .wp-block-latest-posts__list >li a,.single #sidebar .wp-block-latest-posts__list >li a,.blog #sidebar .wp-block-latest-posts__list >li a,.category #sidebar .wp-block-latest-posts__list >li a{
          color: #1E1E1E;
        }

.tag #sidebar .wp-block-latest-posts__list >li a:hover,.single #sidebar .wp-block-latest-posts__list >li a:hover,.blog #sidebar .wp-block-latest-posts__list >li a:hover,.category #sidebar .wp-block-latest-posts__list >li a:hover{
            background: transparent;
            opacity: .8;
          }

.tag #sidebar .wp-block-latest-posts__list >li:last-child,.single #sidebar .wp-block-latest-posts__list >li:last-child,.blog #sidebar .wp-block-latest-posts__list >li:last-child,.category #sidebar .wp-block-latest-posts__list >li:last-child{
        border: none;
      }

.tag #sidebar .wp-block-categories-list,.single #sidebar .wp-block-categories-list,.blog #sidebar .wp-block-categories-list,.category #sidebar .wp-block-categories-list{
      padding: 12px 16px !important;
      margin: 0;
    }

.tag #sidebar .wp-block-categories-list li,.single #sidebar .wp-block-categories-list li,.blog #sidebar .wp-block-categories-list li,.category #sidebar .wp-block-categories-list li{
        font-size: 13px;
      }

.tag #sidebar .wp-block-categories-list li a,.single #sidebar .wp-block-categories-list li a,.blog #sidebar .wp-block-categories-list li a,.category #sidebar .wp-block-categories-list li a{
          border: none;
          padding: 0;
          transition: none;
          display: inline-flex;
          align-items: center;
          gap: 10px;
          color: #1E1E1E;
        }

.tag #sidebar .wp-block-categories-list li a::before,.single #sidebar .wp-block-categories-list li a::before,.blog #sidebar .wp-block-categories-list li a::before,.category #sidebar .wp-block-categories-list li a::before{
            content: '';
            position: static;
            transform: none;
            width: 3px;
            height: 6px;
            background: url('../img/slideber_arrow.svg') no-repeat center center / contain;
            flex-shrink: 0;
          }

.tag #sidebar .wp-block-categories-list li a:hover,.single #sidebar .wp-block-categories-list li a:hover,.blog #sidebar .wp-block-categories-list li a:hover,.category #sidebar .wp-block-categories-list li a:hover{
            background: transparent;
            opacity: .8;
          }

.tag #sidebar .wp-block-categories-list li + li,.single #sidebar .wp-block-categories-list li + li,.blog #sidebar .wp-block-categories-list li + li,.category #sidebar .wp-block-categories-list li + li{
        margin-top: 10px;
      }

.tag #sidebar .wp-block-tag-cloud,.single #sidebar .wp-block-tag-cloud,.blog #sidebar .wp-block-tag-cloud,.category #sidebar .wp-block-tag-cloud{
      padding: 15px 16px;
      font-size: 13px;
      gap: 8px;
    }

.tag #sidebar .wp-block-tag-cloud a,.single #sidebar .wp-block-tag-cloud a,.blog #sidebar .wp-block-tag-cloud a,.category #sidebar .wp-block-tag-cloud a{
        color: #666666;
        padding: 6px 14px;
        background: #fff;
        border: 1px solid #666666;
        transition: none;
        border-radius: 16px;
      }

/* ==========================================================================
   投稿系 詳細
========================================================================== */

.single .l-topTitleArea{
    padding: 40px 0 90px;
    align-items: center;
    height: auto;
    min-height: 320px;
  }

.single .l-topTitleArea__body{
    padding: 0;
    display: flex;
    flex-flow: column-reverse;
  }

.single .p-articleMetas{
    color: #555555;
    gap: 8px;
  }

.single .p-articleMetas a{
      color: #555555;
      animation: none;
      box-shadow: none;
      transition: opacity .2s;
    }

.single .p-articleMetas a:hover{
        opacity: .8;
      }

.single .p-articleMetas .p-articleMetas__termList{
      font-size: 12px;
    }

.single .p-articleMetas .p-articleMetas__termList::before{
        display: none;
      }

.single .p-articleMetas .c-categoryList__link{
      color: #fff;
      border-radius: 999px;
      padding: 7px 14px;
      border: none;
      background: gray;
    }

.single .p-articleMetas .c-tagList{
      margin-right: 8px;
    }

.single .p-articleMetas .c-tagList__link{
      color: #666666;
      padding: 6px 14px;
      background: #fff;
      border: 1px solid #666666;
      transition: none;
      border-radius: 16px;
    }

.single .c-postTimes__posted{
    font-size: 12px;
    color: #555555;
  }

.single .c-postTimes__posted::before{
      content: '公開：';
      margin: 0;
    }

.single .c-postTitle .c-postTitle__ttl{
      text-shadow: none;
      color: #333333;
      font-size: 32px;
      margin-top: 12px;
    }

.single .-related .c-secTitle{
      border-left: none;
      font-size: 18px;
      color: #1E1E1E;
      margin: 50px 0 0;
      padding: 30px 0 21px;
      border-top: 1px solid #CCCCCC;
    }

.single .-related .p-relatedPosts{
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 20px;
    }

.single .-related .p-relatedPosts .p-postList__item{
        width: 100%;
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
        gap: 0;
        margin: 0;
      }

.single .-related .p-relatedPosts .p-postList__item a{
          background: #EAF3EA;
          border-radius: 8px;
          height: 100%;
          padding: 18px;
          display: grid;
          grid-template-rows: subgrid;
          grid-row: span 3;
          gap: 0;
        }

.single .-related .p-relatedPosts .p-postList__item .p-postList__body{
          display: contents;
        }

.single .-related .p-relatedPosts .p-postList__item .p-postList__body .p-postList__meta{
            display: contents;
          }

.single .-related .p-relatedPosts .p-postList__item .p-postList__body .p-postList__cat{
            grid-row: 1;
            justify-self: start;
            opacity: 1;
            font-size: 11px;
            font-weight: 500;
            color: #fff;
            padding: 3px 12px;
            border-radius: 999px;
          }

.single .-related .p-relatedPosts .p-postList__item .p-postList__body .p-postList__cat::before{
              display: none;
            }

.single .-related .p-relatedPosts .p-postList__item .p-postList__body .p-postList__title{
            grid-row: 2;
            margin-top: 13px;
            font-size: 15px;
            line-height: 1.4;
            color: #1E1E1E;
          }

.single .-related .p-relatedPosts .p-postList__item .p-postList__body .p-postList__times{
            grid-row: 3;
            margin-top: 13px;
            padding: 0;
            opacity: 1;
            
          }

.single .-related .p-relatedPosts .p-postList__item .p-postList__body .p-postList__times .c-postTimes__posted{
              color: #878787;
              font-size: 12px;
            }

.single .-related .p-relatedPosts .p-postList__item .p-postList__body .p-postList__times .c-postTimes__posted::before{
                display: none;
              }

/* ==========================================================================
   投稿系　一覧
========================================================================== */

.blog .p-postListTab{
    margin: 0 0 30px;
    width: 100%;
  }

.blog .p-postListTab .c-tabList{
      justify-content: flex-start;
      gap: 0 46px;
      border-bottom: 1px solid #EEEEEE;
    }

.blog .p-postListTab .c-tabList__item{
      margin: 0;
      flex: 0 1 auto;
    }

.blog .p-postListTab .c-tabList__button{
      padding: 0 0 12px;
      font-size: 15px;
      color: #6B6B6B;
      font-weight: 500;
    }

.blog .p-postListTab .c-tabList__button::before{
        display: none;
      }

.blog .p-postListTab .c-tabList__button:hover{
        color: #1E1E1E;
      }

.blog .p-postListTab .c-tabList__button[aria-selected=true]{
      color: #1E1E1E !important;
    }

.blog .p-postList,.tag .p-postList,.category .p-postList{
    border-color: #E6E6E6; 
  }

.blog .p-postList .p-postList__link,.tag .p-postList .p-postList__link,.category .p-postList .p-postList__link{
      border-color: #E6E6E6;
      padding: 26px 38px 26px 0;
      background-image: url('../img/post_list_arrow.svg');
      background-repeat: no-repeat;
      background-size: 18px auto;
      background-position: right center;
    }

.blog .p-postList .p-postList__link .p-postList__meta,.tag .p-postList .p-postList__link .p-postList__meta,.category .p-postList .p-postList__link .p-postList__meta{
        margin-bottom: 10px;
      }

.blog .p-postList .p-postList__link .p-postList__cat,.tag .p-postList .p-postList__link .p-postList__cat,.category .p-postList .p-postList__link .p-postList__cat{
        opacity: 1;
        color: #fff;
        border-radius: 999px;
        padding: 4px 12px;
        margin-right: 12px;
      }

.blog .p-postList .p-postList__link .p-postList__cat::before,.tag .p-postList .p-postList__link .p-postList__cat::before,.category .p-postList .p-postList__link .p-postList__cat::before{
          display: none;
        }

.blog .p-postList .p-postList__link .c-postTimes__posted,.tag .p-postList .p-postList__link .c-postTimes__posted,.category .p-postList .p-postList__link .c-postTimes__posted{
        font-size: 13px;
        color: #8C8C8C;
        opacity: 1;
      }

.blog .p-postList .p-postList__link .c-postTimes__posted::before,.tag .p-postList .p-postList__link .c-postTimes__posted::before,.category .p-postList .p-postList__link .c-postTimes__posted::before{
          display: none;
        }

.blog .p-postList .p-postList__link .p-postList__title,.tag .p-postList .p-postList__link .p-postList__title,.category .p-postList .p-postList__link .p-postList__title{
        font-size: 17px;
        color: #1E1E1E;;
      }

.blog .p-postList .p-postList__link .p-postList__excerpt,.tag .p-postList .p-postList__link .p-postList__excerpt,.category .p-postList .p-postList__link .p-postList__excerpt{
        font-size: 16px;
        color: #737373;
        margin-top: 10px;
        text-align: left;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
      }

.blog .c-pagination,.tag .c-pagination,.category .c-pagination{
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 27px;
    justify-content: flex-start;
    border: 1px solid #E1E3E4;
    padding: 14px;
    border-radius: 6px;
    gap: 0 17px;
  }

.blog .c-pagination .page-numbers,.tag .c-pagination .page-numbers,.category .c-pagination .page-numbers{
      width: 28px;
      min-width: 0;
      height: 28px;
      border-radius: 50%;
      margin: 0;
      line-height: 28px;
      font-size: 12px;
      box-shadow: none;
    }

.blog .c-pagination .c-pagination__dot,.tag .c-pagination .c-pagination__dot,.category .c-pagination .c-pagination__dot{
      width: auto;
      margin: 0;
    }

.blog .c-pagination .-to-prev,
    .blog .c-pagination .-to-next,
    .tag .c-pagination .-to-prev,
    .tag .c-pagination .-to-next,
    .category .c-pagination .-to-prev,
    .category .c-pagination .-to-next{
      font-size: 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 8px 16px;
      background-color: transparent;
      transition: opacity .2;
    }

@media (hover:hover) {
        .blog .c-pagination .-to-prev:hover,.blog .c-pagination .-to-next:hover,.tag .c-pagination .-to-prev:hover,.tag .c-pagination .-to-next:hover,.category .c-pagination .-to-prev:hover,.category .c-pagination .-to-next:hover{
          opacity: .8;
        }
      }

.blog .c-pagination .-to-prev,.tag .c-pagination .-to-prev,.category .c-pagination .-to-prev{
      background-image: url('../img/pagination_prev.svg');
      margin-right: 10px;
    }

.blog .c-pagination .-to-next,.tag .c-pagination .-to-next,.category .c-pagination .-to-next{
      background-image: url('../img/pagination_next.svg');
      margin-left: 10px;
    }

.blog .c-pagination .page-numbers:has(.c-tabBody__moreText),.tag .c-pagination .page-numbers:has(.c-tabBody__moreText),.category .c-pagination .page-numbers:has(.c-tabBody__moreText){
      width: auto;
      background: none;
      transition: opacity .2;
    }

@media (hover:hover) {
        .blog .c-pagination .page-numbers:has(.c-tabBody__moreText):hover,.tag .c-pagination .page-numbers:has(.c-tabBody__moreText):hover,.category .c-pagination .page-numbers:has(.c-tabBody__moreText):hover{
          opacity: .8;
        }
      }

.blog .c-pagination .c-tabBody__moreText,.tag .c-pagination .c-tabBody__moreText,.category .c-pagination .c-tabBody__moreText{
      position: static;
    }

/* ==========================================================================
   HOME
========================================================================== */

.home #main_content,
  .home #content{
    margin: 0;
    padding: 0;
    max-width: none;
  }

.homePage .mv{
    padding: 147px 0 0;
    margin: 0;
    height: 550px;
    position: relative;
    align-items: flex-start;
  }

.homePage .mv::after{
      content: '';
      width: 100%;
      height: 102px;
      background: url('../img/home_hero_wave.svg') no-repeat center bottom / 100% 100%;
      position: absolute;
      top: auto;
      bottom: -2px;
      left: 50%;
      translate: -50% 0;
      opacity: 1;
    }

.homePage .mv .wp-block-cover__inner-container{
      width: min(calc(100% - 140px),1200px);
    }

.homePage .mv .wp-block-cover__inner-container p{
        font-weight: 700;
        text-shadow: 0 2px 2px rgba(0,0,0,0.25);
        color: #fff;
        margin: 0;
        line-height: 1;
      }

.homePage .mv .wp-block-cover__inner-container p:nth-child(1){
        font-size: 60px !important;
      }

.homePage .mv .wp-block-cover__inner-container p:nth-child(2){
        font-size: 60px !important;
        margin-top: 21px;
      }

.homePage .mv .wp-block-cover__inner-container p:nth-child(3){
        font-size: 20px !important;
        margin-top: 20px;
        line-height: 1.5;
        text-shadow: 0 2px 2px rgba(0,0,0,0.2);
      }

.homePage .wp-block-button__link{
    transition: opacity .2s;
  }

.homePage .wp-block-button__link:hover{
      opacity: .8;
    }

.homePage .aboutBox{
    background: #EAF3EA;
    padding: 56px 0 90px;
    margin: 0;
    position: relative;
  }

.homePage .aboutBox::after{
      content: '';
      width: 100%;
      height: 120px;
      background: url('../img/home_about_wave.svg') no-repeat center bottom / 100% 100%;
      position: absolute;
      top: auto;
      bottom: 0px;
      left: 50%;
      translate: -50% 0;
      opacity: 1;
    }

.homePage .aboutBox .enTitle{
      margin-bottom: 0;
    }

.homePage .aboutBox .aboutRow{
      width: min(calc(100% - 40px),1072px);
      margin: 0 auto;
      align-items: center !important;
      gap: 72px !important;
    }

.homePage .aboutBox .textBox h3{
        font-size: 26px;
        line-height: 1.3;
        font-weight: 700;
        color: #212121;
      }

.homePage .aboutBox .textBox p{
        color: #333333;
        font-size: 16px;
        line-height: 1.68;
        margin: 29px 0 0;
      }

.homePage .aboutBox .textBox .wp-block-buttons{
        margin: 29px 0 0;
      }

.homePage .aboutBox .textBox .wp-block-buttons .wp-block-button__link{
          width: 340px;
          height: 46px;
          border: 1.5px solid #1A1A1A;
          border-radius: 50px;
          padding: 0;
          display: grid;
          place-content: center;
          font-size: 15px;
          font-weight: 700;
          color: #1A1A1A;
          background: transparent;
        }

.homePage .aboutBox .imgBox{
      flex: 0 1 500px;
    }

.homePage .aboutBox .imgBox .wp-block-image{
        margin: 0;
      }

.homePage .activitiesBox{
    margin: 100px 0 0;
    position: relative;
  }

.homePage .activitiesBox .activitiesRow{
      width: min(calc(100% - 40px),1072px);
      margin: 48px auto 0;
      align-items: flex-start !important;
      gap: 72px !important;
    }

.homePage .activitiesBox .imgBox{
      flex: 0 1 548px;
    }

.homePage .activitiesBox .imgBox .wp-block-image{
        margin: 0;
      }

.homePage .activitiesBox .textBox h3{
        font-size: 26px;
        line-height: 1.3;
        font-weight: 700;
        color: #212121;
      }

.homePage .activitiesBox .textBox p{
        color: #333333;
        font-size: 16px;
        line-height: 1.68;
        margin: 29px 0 0;
      }

.homePage .activitiesBox .textBox .wp-block-buttons{
        margin: 29px 0 0;
      }

.homePage .activitiesBox .textBox .wp-block-buttons .wp-block-button__link{
          width: 270px;
          height: 46px;
          border: 1.5px solid #2D6A2D;
          border-radius: 50px;
          padding: 0;
          display: grid;
          place-content: center;
          font-size: 15px;
          font-weight: 700;
          color: #2D6A2D;
          background: transparent;
        }

.homePage .newsBox{
    margin: 215px auto 0;
    width: min(calc(100% - 40px),1152px);
  }

.homePage .newsBox .p-postListWrap{
      margin: 0;
    }

.homePage .newsBox .p-postList.-type-simple .p-postList__item{
        border-bottom: 1px solid #E6E6E6;
      }

.homePage .newsBox .p-postList.-type-simple .p-postList__item:first-child{
        border-top: 1px solid #E6E6E6;
      }

.homePage .newsBox .p-postList.-type-simple .p-postList__link{
        display: block;
        padding: 22px 8px;
      }

.homePage .newsBox .p-postList.-type-simple .p-postList__link:hover .p-postList__body::after{
            background: transparent;
          }

.homePage .newsBox .p-postList.-type-simple .p-postList__body{
        display: flex;
        align-items: center;
        gap: 28px;
      }

.homePage .newsBox .p-postList.-type-simple .p-postList__body::after{
        content: '→';
        flex-shrink: 0;
        font-size: 16px;
        line-height: 1;
        color: #2D6A2D;
      }

.homePage .newsBox .p-postList.-type-simple .p-postList__meta{
        display: flex;
        align-items: center;
        gap: 28px;
        flex-shrink: 0;
        width: 234px;
        margin: 0;
      }

.homePage .newsBox .p-postList.-type-simple .p-postList__times{
        order: 1;
        width: 96px;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1;
        color: #787878;
        white-space: nowrap;
        text-align: left;
      }

.homePage .newsBox .p-postList.-type-simple .p-postList__times .icon-posted::before,
      .homePage .newsBox .p-postList.-type-simple .p-postList__times .icon-modified::before{
        content: none;
      }

.homePage .newsBox .p-postList.-type-simple .p-postList__cat::before{
        content: none;
      }

.homePage .newsBox .p-postList.-type-simple .p-postList__cat{
        order: 2;
        opacity: 1;
        color: #fff;
        border-radius: 999px;
        padding: 4px 12px;
        font-size: 11px;
      }

.homePage .newsBox .p-postList.-type-simple .p-postList__title{
        flex: 1;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        color: #1A1A1A;
      }

.homePage .newsBox .is-style-more_btn{
      width: 225px;
      margin: 48px auto 0;
      padding: 0;
    }

.homePage .newsBox .is-style-more_btn a{
        height: 46px;
        border: 1.5px solid #1A1A1A;
        border-radius: 50px;
        padding: 0;
        margin: 0;
        display: grid;
        place-content: center;
        font-size: 15px;
        font-weight: 700;
        color: #1A1A1A;
        background: transparent;
        transition: opacity .2s;
      }

.homePage .newsBox .is-style-more_btn a::after{
          display: none;
        }

.homePage .newsBox .is-style-more_btn a:hover{
          opacity: .8;
        }

.homePage .memberBox{
    padding: 130px 0 150px;
    margin: 80px 0 0;
    position: relative;
    background: url('../img/home_member_bk.webp') no-repeat center center / cover;
  }

.homePage .memberBox p{
      max-width: 700px;
      margin: 0 auto;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.87;
      text-align: center;
    }

.homePage .memberBox p:nth-of-type(1){
      margin-top: 40px;
    }

.homePage .memberBox p:nth-of-type(2){
      margin-top: 20px;
    }

.homePage .memberBox .wp-block-buttons{
      margin: 40px 0 0;
    }

.homePage .memberBox .wp-block-buttons .wp-block-button__link{
        width: 400px;
        height: 46px;
        border-radius: 50px;
        padding: 0;
        display: grid;
        place-content: center;
        font-size: 15px;
        font-weight: 700;
        color: #19321F;
        background: #fff;
      }

/* エディタ用 */

.editor-styles-wrapper .is-root-container .aboutBox::after{
      display: none;
    }

/* ==========================================================================
   お問い合わせ
========================================================================== */

body:has(.contactPage){
  background: #F9F9F9;
}

body:has(.contactPage) .l-topTitleArea.c-filterLayer::after{
      background: url('../img/concat_wave.svg') no-repeat center bottom / 100% 100%;
    }

.l-container:has(.contactPage){
  margin-bottom: 0;
}

.contactPage{
  margin: 0;
  padding: 0 0 86px;
  position: relative;
  /* フォーム */
}

.contactPage::after{
    content: '';
    width: 100%;
    height: 76px;
    background: url('../img/concat_wave2.svg') no-repeat center bottom / 100% 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    opacity: 1;
  }

.contactPage .toptext{
    margin: 0 auto 48px;
    width: min(100%, 832px);
    text-align: center;
    font-size: 16px;
    line-height: 1.86;
    color: #555555;
  }

.contactPage .formWall{
    margin: 50px auto 0;
    width: min(100%, 832px);
    /* フォーム切り替え */
    /* 完了 */
    /* 送信エラー */
  }

.contactPage .formWall .segmentControl{
      display: grid;
      grid-template-columns: 1fr 1fr;
      text-align: center;
      padding: 4px;
      height: 50px;
      border: 1px solid #BCCFBC;
      background: #EAF3EA;
      border-radius: 50px;
      position: relative;
      z-index: 2;
      margin-bottom: 72px;
    }

.contactPage .formWall .segmentControl .segmentBtn{
        width: 100%;
        height: 100%;
        display: grid;
        place-content: center;
        position: relative;
        z-index: 2;
        font-size: 15px;
        font-weight: 700;
        color: #333333;
      }

.contactPage .formWall .segmentControl .is-active{
        color: #fff;
      }

.contactPage .formWall .segmentControl::before{
        content: '';
        width: calc(50% - 4px);
        height: calc(100% - 8px);
        background: #2D6A2D;
        border-radius: 50px;
        position: absolute;
        top: 50%;
        translate: 0 -50%;
        left: 4px;
        z-index: 1;
        transition: translate .3s cubic-bezier(.4, 0, .2, 1);
      }

.contactPage .formWall .segmentControl:has(.segmentBtn2.is-active)::before{
        translate: 100% -50%;
      }

.contactPage .formWall .mode-fade-enter-active,
    .contactPage .formWall .mode-fade-leave-active{
      transition: opacity .3s ease;
    }

.contactPage .formWall .mode-fade-enter-from,
    .contactPage .formWall .mode-fade-leave-to{
      opacity: 0;
    }

.contactPage .formWall .enTitle{
      margin-bottom: 58px;
    }

.contactPage .formWall .formInput select,
      .contactPage .formWall .formInput input[type="text"],
      .contactPage .formWall .formInput input[type="date"],
      .contactPage .formWall .formInput input[type="tel"],
      .contactPage .formWall .formInput input[type="email"]{
        padding: 0 1em;
        height: 48px;
        line-height: 48px;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        width: 100%;
      }

.contactPage .formWall .formInput textarea{
        width: 100%;
        padding: 1em;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        height: 160px;
      }

.contactPage .formWall .formInput input[type="checkbox"],
      .contactPage .formWall .formInput input[type="radio"]{
        accent-color: #2D6A2D;
        accent-color: var(--primary_green);
      }

.contactPage .formWall .formBox .title{
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
      }

.contactPage .formWall .formBox .title .hissu{
          font-size: 11px;
          font-weight: 500;
          color: #fff;
          background: #AF3628;
          line-height: 1;
          width:32px;
          height:18px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 2px;
        }

.contactPage .formWall .formBox .title .nini{
          font-size: 11px;
          font-weight: 500;
          color: #F5F5F5;
          background: #2D6A2D;
          line-height: 1;
          width:32px;
          height:18px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 2px;
        }

.contactPage .formWall .formBox + .formBox{
      margin-top: 30px;
    }

.contactPage .formWall .enTitle + .formBox{
      border-top: 1px solid #CCCCCC;
      padding-top: 20px;
    }

.contactPage .formWall .radioBox{
      padding: 20px 0;
      border-bottom: 1px solid #CCCCCC;
    }

.contactPage .formWall .radioBox .radioList{
        color: #1E1E1E;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 0 40px;
      }

.contactPage .formWall .radioBox .radioList label{
          padding-left: .5em;
        }

.contactPage .formWall .radioBox + .radioBox{
      margin-top: 0;
    }

.contactPage .formWall .errorText{
      padding-top: .6em;
      color: #DD514C;
    }

.contactPage .formWall .errorText .errorShow{
        font-size: 13px;
        line-height: 1;
      }

.contactPage .formWall .policyBox{
      margin-top: 36px;
      padding-top: 32px;
      border-top: 1px solid #D9D9D9;
    }

.contactPage .formWall .policyBox .policyTitle{
        font-size: 16px;
        color: #1E1E1E;
      }

.contactPage .formWall .policyBox .inner{
        margin-top: 13px;
        padding: 12px;
        height: 160px;
        overflow-y: auto;
        overscroll-behavior-y: none;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        background: #fff;
      }

.contactPage .formWall .policyBox .inner::-webkit-scrollbar{
          width: 4px;
          background: #EEEEEE;
        }

.contactPage .formWall .policyBox .inner::-webkit-scrollbar-thumb{
          background-color: #2D6A2D;
          border-radius: 7px;
        }

.contactPage .formWall .policyBox .inner .policyNote{
          margin-bottom: 2em;
        }

.contactPage .formWall .policyBox .inner .policyText .isAnime{
            opacity: 1;
          }

.contactPage .formWall .antiSocialPolicy{
      border: none;
      margin-top: 45px;
      padding-top: 0;
    }

.contactPage .formWall .policyLabel{
      margin-top: 20px;
      font-size: 14px;
      color: #1E1E1E;
      line-height: 1;
      display: flex;
      align-items: center;
    }

.contactPage .formWall .policyLabel input{
        margin-right: 8px;
        width: 18px;
        height: 18px;
      }

.contactPage .formWall .submitBtn{
      margin: 60px auto 0;
      width: 240px;
      height: 52px;
      display: grid;
      place-content: center;
      background: #2D6A2D;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      border-radius: 50px;
    }

.contactPage .formWall .submitBtn:disabled{
        opacity: .5;
      }

.contactPage .formWall .sendComplete{
      margin:2em auto 0;
      color:#2D6A2D;
      color:var(--primary_green);
      font-size: 16px;
      font-weight: 700;
      border: 1px solid #2D6A2D;
      border: 1px solid var(--primary_green);
      padding: 1em;
      text-align: center;
      background:#fff;
      line-height: 1.75;
    }

.contactPage .formWall .sendError{
      margin:2em auto 0;
      color:#AF3628;
      font-size: 16px;
      font-weight: 700;
      border: 1px solid #AF3628;
      padding: 1em;
      text-align: center;
      background:#fff;
      line-height: 1.75;
    }

.contactPage .formWall .loading{
      margin-top: 50px;
      position: relative;
    }

.contactPage .formWall .loading::before{
        position: absolute;
        top:50%;
        left:50%;
        margin:-26px 0 0 -26px;
        width: 52px;
        height: 52px;
        content: '';
        animation: loader .8s infinite linear;
        border: 6px solid #000;
        border-top-color: #ddd;
        border-radius: 50%;
      }

@keyframes loader{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

/* sp */

@media (max-width: 767px) {
body {
  min-width: 0;
	width:100%;
}
img{
	width: 100%;
}
.spShow{
	display: inline-block;
}
.pcShow{
	display: none;
}
/* ==========================================================================
   swell相殺
========================================================================== */
  .page-template-page-plain .l-container{
    width: 100%;
    margin-bottom: calc(50 * calc(100vw / 390));
    margin-bottom: calc(50 * var(--sp));
  }

/* ==========================================================================
   header
========================================================================== */
.l-header__menuBtn{
  display: block;
}
.l-header{
  width: 100%;
  min-width: 0;
  box-shadow: none;
  height: calc(60 * calc(100vw / 390));
  height: calc(60 * var(--sp));
}
  .l-header .l-container{
    margin: 0;
  }
.l-fixHeader{
  display: none;
}
.l-fixHeader__inner,
.l-header__inner{
  max-width: none;
  margin-inline: auto;
  width: 100%;
  height: 100%;
  padding: 0 0 0 calc(20 * calc(100vw / 390)) !important;
  padding: 0 0 0 calc(20 * var(--sp)) !important;
}
.l-fixHeader__logo,
.l-header__logo{
  width: calc(123 * calc(100vw / 390));
  width: calc(123 * var(--sp));
  padding: 0;
}
.l-fixHeader__gnav,
.l-header__gnav{
  display: none;
}
/* ==========================================================================
   menu
========================================================================== */
.p-spMenu{
  /* opacity: 1 !important; */
  /* pointer-events: all !important; */
}
.p-spMenu__inner{
  width: 100vw;
  /* transform: translateX(0) !important; */
  padding: calc(104 * calc(100vw / 390)) 0 0;
  padding: calc(104 * var(--sp)) 0 0;
}
  .p-spMenu__inner::before{
    background: url('../img/logo_image.png') no-repeat calc(20 * calc(100vw / 390)) calc(12 * calc(100vw / 390)) / calc(123 * calc(100vw / 390)) auto;
    background: url('../img/logo_image.png') no-repeat calc(20 * var(--sp)) calc(12 * var(--sp)) / calc(123 * var(--sp)) auto;
    background-color: #fff;
  }
[data-spmenu="closed"] .-right .p-spMenu__inner{
  transform: translateX(100vw);
  transform: translateX(var(--spmenu-w, 100vw));
}
.p-spMenu__body{
  padding: 0;
}
  .p-spMenu__body .c-widget__title{
    display: none;
  }
  .p-spMenu__body .p-spMenu__nav{
    padding: 0;
    margin: 0;
  }
.c-spnav{
  padding: 0 calc(20 * calc(100vw / 390)) calc(187 * calc(100vw / 390));
  padding: 0 calc(20 * var(--sp)) calc(187 * var(--sp));
  min-height: calc(100svh - calc(104 * calc(100vw / 390)));
  min-height: calc(100svh - calc(104 * var(--sp)));
  background: url('../img/sp_menu_bk.png') no-repeat center bottom / 100% auto;
  position: relative;
}
    .c-spnav >.menu-item >a{
      padding: calc(22 * calc(100vw / 390)) 0;
      padding: calc(22 * var(--sp)) 0;
      font-size: calc(17 * calc(100vw / 390));
      font-size: calc(17 * var(--sp));
      font-weight: 500;
      background: url('../img/arrow_green.svg') no-repeat right center / calc(4 * calc(100vw / 390)) auto;
      background: url('../img/arrow_green.svg') no-repeat right center / calc(4 * var(--sp)) auto;
    }
      .c-spnav >.menu-item >a::before{
        display: none;
      }
    .c-spnav >.menu-item:has(.sub-menu) >a{
      border-bottom: none;
      background: none;
      pointer-events: none;
    }
  .c-spnav .sub-menu{
    border-bottom: 1px solid var(--color_border);
  }
    .c-spnav .sub-menu a{
      border: none;
      padding: calc(13 * calc(100vw / 390)) 0 calc(13 * calc(100vw / 390)) calc(18 * calc(100vw / 390));
      padding: calc(13 * var(--sp)) 0 calc(13 * var(--sp)) calc(18 * var(--sp));
      font-size: calc(15 * calc(100vw / 390));
      font-size: calc(15 * var(--sp));
      line-height: 1;
      color: #404040;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: calc(10 * calc(100vw / 390));
      gap: calc(10 * var(--sp));
      background: url('../img/arrow_green.svg') no-repeat right center / calc(3.5 * calc(100vw / 390)) auto;
      background: url('../img/arrow_green.svg') no-repeat right center / calc(3.5 * var(--sp)) auto;
    }
      .c-spnav .sub-menu a::before{
        content: '';
        position: static;
        width: calc(12 * calc(100vw / 390));
        width: calc(12 * var(--sp));
        height: calc(2 * calc(100vw / 390));
        height: calc(2 * var(--sp));
        background: #27AE60;
        flex-shrink: 0;
      }
      .c-spnav .sub-menu a:hover{
        padding-left:calc(18 * calc(100vw / 390));
        padding-left:calc(18 * var(--sp));
      }
    .c-spnav >.menu-item:nth-child(5) a,.c-spnav >.menu-item:nth-child(6) a{
      padding: 0;
      border: none;
      height: calc(52 * calc(100vw / 390));
      height: calc(52 * var(--sp));
      border-radius: calc(50 * calc(100vw / 390));
      border-radius: calc(50 * var(--sp));
      text-align: center;
      font-size: calc(15 * calc(100vw / 390));
      font-size: calc(15 * var(--sp));
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: calc(8 * calc(100vw / 390));
      gap: calc(8 * var(--sp));
    }
  .c-spnav >.menu-item:nth-child(5){
    margin-top: calc(47 * calc(100vw / 390));
    margin-top: calc(47 * var(--sp));
  }
    .c-spnav >.menu-item:nth-child(5) a{
      border: calc(2 * calc(100vw / 390)) solid #376737;
      border: calc(2 * var(--sp)) solid #376737;
      color: #376737;
      background: #fff;
    }
      .c-spnav >.menu-item:nth-child(5) a::before{
        content: '';
        display: block;
        position: static;
        transform: translateY(0);
        width: calc(18 * calc(100vw / 390));
        width: calc(18 * var(--sp));
        height: calc(24 * calc(100vw / 390));
        height: calc(24 * var(--sp));
        background: url('../img/mail_icon.svg') no-repeat center center / contain;
        flex-shrink: 0;
      }
      .c-spnav >.menu-item:nth-child(5) a::after{
        content: '';
        width: calc(4 * calc(100vw / 390));
        width: calc(4 * var(--sp));
        height: calc(8 * calc(100vw / 390));
        height: calc(8 * var(--sp));
        background: url('../img/arrow_green.svg') no-repeat center center / contain;
        flex-shrink: 0;
      }
  .c-spnav >.menu-item:nth-child(6){
    margin-top: calc(14 * calc(100vw / 390));
    margin-top: calc(14 * var(--sp));
  }
    .c-spnav >.menu-item:nth-child(6) a{
      background: #376737;
      color: #fff;
    }
      .c-spnav >.menu-item:nth-child(6) a::before{
        content: '';
        display: block;
        position: static;
        transform: translateY(0);
        width: calc(16 * calc(100vw / 390));
        width: calc(16 * var(--sp));
        height: calc(18 * calc(100vw / 390));
        height: calc(18 * var(--sp));
        background: url('../img/member_icon.svg') no-repeat center center / contain;
        flex-shrink: 0;
      }
      .c-spnav >.menu-item:nth-child(6) a::after{
        content: '';
        width: calc(4 * calc(100vw / 390));
        width: calc(4 * var(--sp));
        height: calc(8 * calc(100vw / 390));
        height: calc(8 * var(--sp));
        background: url('../img/arrow_white.svg') no-repeat center center / contain;
        flex-shrink: 0;
      }
  .c-spnav >.menu-item:last-child{
    position: absolute;
    left: 50%;
    translate: -50% 0;
    bottom: calc(12 * calc(100vw / 390));
    bottom: calc(12 * var(--sp));
  }
    .c-spnav >.menu-item:last-child a{
      border: none;
      background: none;
      font-size: calc(12 * calc(100vw / 390));
      font-size: calc(12 * var(--sp));
      font-weight: 400;
      color: #6B6B6B;
      padding: 0;
    }
/* ==========================================================================
   cta
========================================================================== */
  .w-beforeFooter .l-container{
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .w-beforeFooter .cta{
    background: url('../img/sp_cta_bk.png') no-repeat bottom center / cover;
    height: calc(407 * calc(100vw / 390));
    height: calc(407 * var(--sp));
    padding-top: calc(72 * calc(100vw / 390));
    padding-top: calc(72 * var(--sp));
  }
    .w-beforeFooter .cta::after{
      display: none;
    }
    .w-beforeFooter .cta h2{
      font-size: calc(24 * calc(100vw / 390));
      font-size: calc(24 * var(--sp));
    }
      .w-beforeFooter .cta h2::before{
        width: -moz-max-content;
        width: max-content;
        font-size: calc(56 * calc(100vw / 390));
        font-size: calc(56 * var(--sp));
        letter-spacing: .03em;
        top: calc(-1 * calc(34 * calc(100vw / 390)));
        top: calc(-1 * calc(34 * var(--sp)));
      }
    .w-beforeFooter .cta ul{
      margin-top: calc(44 * calc(100vw / 390));
      margin-top: calc(44 * var(--sp));
      flex-flow: column;
      align-items: center;
      gap: calc(14 * calc(100vw / 390)) 0;
      gap: calc(14 * var(--sp)) 0;
    }
    .w-beforeFooter .cta li{
      width: calc(350 * calc(100vw / 390));
      width: calc(350 * var(--sp));
    }
      .w-beforeFooter .cta li a{
        height: calc(52 * calc(100vw / 390));
        height: calc(52 * var(--sp));
        border-radius: calc(50 * calc(100vw / 390));
        border-radius: calc(50 * var(--sp));
        text-align: center;
        font-size: calc(15 * calc(100vw / 390));
        font-size: calc(15 * var(--sp));
        gap: calc(8 * calc(100vw / 390));
        gap: calc(8 * var(--sp));
      }
      .w-beforeFooter .cta li:nth-child(1) a{
        border: calc(2 * calc(100vw / 390)) solid #376737;
        border: calc(2 * var(--sp)) solid #376737;
        color: #376737;
      }
        .w-beforeFooter .cta li:nth-child(1) a::before{
          width: calc(18 * calc(100vw / 390));
          width: calc(18 * var(--sp));
          height: calc(24 * calc(100vw / 390));
          height: calc(24 * var(--sp));
        }
        .w-beforeFooter .cta li:nth-child(1) a::after{
          width: calc(4 * calc(100vw / 390));
          width: calc(4 * var(--sp));
          height: calc(8 * calc(100vw / 390));
          height: calc(8 * var(--sp));
        }
        .w-beforeFooter .cta li:nth-child(2) a::before{
          width: calc(16 * calc(100vw / 390));
          width: calc(16 * var(--sp));
          height: calc(18 * calc(100vw / 390));
          height: calc(18 * var(--sp));
        }
        .w-beforeFooter .cta li:nth-child(2) a::after{
          width: calc(4 * calc(100vw / 390));
          width: calc(4 * var(--sp));
          height: calc(8 * calc(100vw / 390));
          height: calc(8 * var(--sp));
        }
/* ==========================================================================
   footer
========================================================================== */
.l-footer{
  padding-top: calc(48 * calc(100vw / 390));
  padding-top: calc(48 * var(--sp));
  padding-bottom: calc(80 * calc(100vw / 390));
  padding-bottom: calc(80 * var(--sp));
}
  .l-footer .l-container{
    padding: 0;
    margin: 0;
  }
  .l-footer .l-footer__inner{
    width: calc(350 * calc(100vw / 390));
    width: calc(350 * var(--sp));
  }
  .l-footer .l-footer__widgetArea{
    padding: 0;
  }
  .l-footer .w-footer{
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
  }
    .l-footer .w-footer .w-footer__box:nth-child(1){
      grid-column: 1;
      grid-row: 1;
    }
    .l-footer .w-footer .w-footer__box:nth-child(2){
      grid-column: 1;
      grid-row: 2;
    }
  .l-footer address{
    font-style: normal;
  }
  .l-footer .logo{
    width: calc(140 * calc(100vw / 390));
    width: calc(140 * var(--sp));
  }
  .l-footer .addr{
    font-size: calc(13 * calc(100vw / 390));
    font-size: calc(13 * var(--sp));
    margin-top: calc(20 * calc(100vw / 390));
    margin-top: calc(20 * var(--sp));
  }
  .l-footer #menu-footer{
    margin-top: calc(20 * calc(100vw / 390));
    margin-top: calc(20 * var(--sp));
    padding-top: calc(20 * calc(100vw / 390));
    padding-top: calc(20 * var(--sp));
    border-top: calc(1 * calc(100vw / 390)) solid #E6E6E6;
    border-top: calc(1 * var(--sp)) solid #E6E6E6;
    flex-flow: column;
    gap: calc(14 * calc(100vw / 390)) 0;
    gap: calc(14 * var(--sp)) 0;
  }
    .l-footer #menu-footer >.menu-item{
      font-size: calc(13 * calc(100vw / 390));
      font-size: calc(13 * var(--sp));
    }
    .l-footer #menu-footer .sub-menu{
      margin-top: calc(13 * calc(100vw / 390));
      margin-top: calc(13 * var(--sp));
      margin-left: 1em;
    }
      .l-footer #menu-footer .sub-menu li + li{
        margin-top: calc(12 * calc(100vw / 390));
        margin-top: calc(12 * var(--sp));
      }
  .l-footer .l-footer__foot{
    margin-top: calc(20 * calc(100vw / 390));
    margin-top: calc(20 * var(--sp));
    padding-top: calc(20 * calc(100vw / 390));
    padding-top: calc(20 * var(--sp));
    border-top: calc(1 * calc(100vw / 390)) solid #E6E6E6;
    border-top: calc(1 * var(--sp)) solid #E6E6E6;
    flex-flow: column;
  }
    .l-footer .l-footer__foot .l-footer__nav{
      padding: 0;
      display: block;
      text-align: left;
    }
      .l-footer .l-footer__foot .l-footer__nav a{
        border: none;
        text-decoration: none;
        font-size: calc(13 * calc(100vw / 390));
        font-size: calc(13 * var(--sp));
        padding: 0;
        display: inline-block;
      }
  .l-footer .copyright{
    margin-top: calc(20 * calc(100vw / 390));
    margin-top: calc(20 * var(--sp));
    padding-top: 0;
    border-top: none;
    text-align: left;
    font-size: calc(11 * calc(100vw / 390));
    font-size: calc(11 * var(--sp));
  }
/* end */
}

@media (max-width:767px){
/* ==========================================================================
   プライバシーポリシー
========================================================================== */
.pvPage{
  max-width: calc(350 * calc(100vw / 390));
  max-width: calc(350 * var(--sp));
}
  .pvPage .toptext{
    font-size: calc(16 * calc(100vw / 390));
    font-size: calc(16 * var(--sp));
    margin-bottom: calc(50 * calc(100vw / 390));
    margin-bottom: calc(50 * var(--sp));
  }
    .pvPage ol.wp-block-list li{
      font-size: calc(16 * calc(100vw / 390));
      font-size: calc(16 * var(--sp));
    }
      .pvPage ol.wp-block-list li::before{
        font-size: calc(16 * calc(100vw / 390));
        font-size: calc(16 * var(--sp));
      }
    .pvPage ol.wp-block-list li + li{
      margin-top: calc(20 * calc(100vw / 390));
      margin-top: calc(20 * var(--sp));
    }
  .pvPage .date{
    margin: calc(31 * calc(100vw / 390)) 0 calc(10 * calc(100vw / 390));
    margin: calc(31 * var(--sp)) 0 calc(10 * var(--sp));
    padding-top: calc(23 * calc(100vw / 390));
    padding-top: calc(23 * var(--sp));
    border-top: calc(1 * calc(100vw / 390)) solid #D9D9D9;
    border-top: calc(1 * var(--sp)) solid #D9D9D9;
    font-size: calc(14 * calc(100vw / 390));
    font-size: calc(14 * var(--sp));
  }
  .pvPage .contactH2{
    font-size: calc(13 * calc(100vw / 390));
    font-size: calc(13 * var(--sp));
  }
  .pvPage .contactText{
    font-size: calc(13 * calc(100vw / 390));
    font-size: calc(13 * var(--sp));
  }
/* ==========================================================================
   パートナー・会員
========================================================================== */
.memberPage{
  margin-top: calc(72 * calc(100vw / 390));
  margin-top: calc(72 * var(--sp));
}
  .memberPage .membershipText{
    margin-top: calc(24 * calc(100vw / 390));
    margin-top: calc(24 * var(--sp));
    font-size: calc(16 * calc(100vw / 390));
    font-size: calc(16 * var(--sp));
    text-align: justify;
    width: calc(350 * calc(100vw / 390));
    width: calc(350 * var(--sp));
    margin-inline: auto;
  }
  .memberPage .membershipTypeList{
    width: calc(320 * calc(100vw / 390));
    width: calc(320 * var(--sp));
    margin-inline: auto;
    margin-top: calc(24 * calc(100vw / 390));
    margin-top: calc(24 * var(--sp));
    gap: calc(24 * calc(100vw / 390)) !important;
    gap: calc(24 * var(--sp)) !important;
  }
    .memberPage .membershipTypeList .wp-block-column{
      border: calc(1 * calc(100vw / 390)) solid #C2D9C2;
      border: calc(1 * var(--sp)) solid #C2D9C2;
      border-radius: calc(6 * calc(100vw / 390));
      border-radius: calc(6 * var(--sp));
      padding: calc(18 * calc(100vw / 390)) calc(20 * calc(100vw / 390)) calc(22 * calc(100vw / 390)) calc(20 * calc(100vw / 390));
      padding: calc(18 * var(--sp)) calc(20 * var(--sp)) calc(22 * var(--sp)) calc(20 * var(--sp));
    }
      .memberPage .membershipTypeList .wp-block-column .wp-block-image{
        margin-bottom: calc(17 * calc(100vw / 390));
        margin-bottom: calc(17 * var(--sp));
        width: calc(97 * calc(100vw / 390));
        width: calc(97 * var(--sp));
        margin-inline: auto;
      }
      .memberPage .membershipTypeList .wp-block-column h2{
        font-size: calc(22 * calc(100vw / 390));
        font-size: calc(22 * var(--sp));
        margin-bottom: calc(11 * calc(100vw / 390));
        margin-bottom: calc(11 * var(--sp));
      }
        .memberPage .membershipTypeList .wp-block-column h2::before{
          font-size: calc(10 * calc(100vw / 390));
          font-size: calc(10 * var(--sp));
          margin-bottom: calc(5 * calc(100vw / 390)) !important;
          margin-bottom: calc(5 * var(--sp)) !important;
        }
      .memberPage .membershipTypeList .wp-block-column p{
        font-size: calc(16 * calc(100vw / 390));
        font-size: calc(16 * var(--sp));
      }
  .memberPage .wp-block-buttons:has(.goContactBtn){
    margin: calc(24 * calc(100vw / 390));
    margin: calc(24 * var(--sp));
  }
  .memberPage .goContactBtn{
    width: calc(320 * calc(100vw / 390));
    width: calc(320 * var(--sp));
  }
    .memberPage .goContactBtn a{
      height: calc(44 * calc(100vw / 390));
      height: calc(44 * var(--sp));
      border-radius: calc(50 * calc(100vw / 390));
      border-radius: calc(50 * var(--sp));
      font-size: calc(15 * calc(100vw / 390));
      font-size: calc(15 * var(--sp));
    }
  .memberPage .memberList{
    max-width: calc(376 * calc(100vw / 390));
    max-width: calc(376 * var(--sp));
    grid-template-columns: repeat(2,1fr);
    gap: calc(10 * calc(100vw / 390)) calc(8 * calc(100vw / 390));
    gap: calc(10 * var(--sp)) calc(8 * var(--sp));
  }
    .memberPage .memberList li{
      min-height: calc(80 * calc(100vw / 390));
      min-height: calc(80 * var(--sp));
      background: #fff;
      padding: calc(10 * calc(100vw / 390)) calc(4 * calc(100vw / 390)) calc(10 * calc(100vw / 390)) calc(7 * calc(100vw / 390));
      padding: calc(10 * var(--sp)) calc(4 * var(--sp)) calc(10 * var(--sp)) calc(7 * var(--sp));
      gap: calc(7 * calc(100vw / 390));
      gap: calc(7 * var(--sp));
      border-radius: calc(5 * calc(100vw / 390));
      border-radius: calc(5 * var(--sp));
      border: calc(1 * calc(100vw / 390)) solid #D9D9D9;
      border: calc(1 * var(--sp)) solid #D9D9D9;
      font-size: calc(12 * calc(100vw / 390));
      font-size: calc(12 * var(--sp));
    }
      .memberPage .memberList li::before{
        width: calc(39 * calc(100vw / 390));
        width: calc(39 * var(--sp));
        height: calc(39 * calc(100vw / 390));
        height: calc(39 * var(--sp));
      }
  .memberPage .fullmembersBox{
    margin-top: calc(50 * calc(100vw / 390));
    margin-top: calc(50 * var(--sp));
    padding: calc(50 * calc(100vw / 390)) 0;
    padding: calc(50 * var(--sp)) 0;
    background: #EAF3EA;
  }
    .memberPage .fullmembersBox .fullMemberList{
      margin-top: calc(24 * calc(100vw / 390));
      margin-top: calc(24 * var(--sp));
    }
  .memberPage .supportMembersBox{
    padding: calc(72 * calc(100vw / 390)) 0 calc(50 * calc(100vw / 390));
    padding: calc(72 * var(--sp)) 0 calc(50 * var(--sp));
  }
    .memberPage .supportMembersBox .spMemberList{
      margin-top: calc(24 * calc(100vw / 390));
      margin-top: calc(24 * var(--sp));
    }
      .memberPage .supportMembersBox .spMemberList li{
        padding-right: calc(4 * calc(100vw / 390));
        padding-right: calc(4 * var(--sp));
      }
  .memberPage .partnerMembersBox{
    margin-bottom: 0;
    margin-top: calc(72 * calc(100vw / 390));
    margin-top: calc(72 * var(--sp));
  }
    .memberPage .partnerMembersBox h2{
      margin: 0;
    }
    .memberPage .partnerMembersBox .dateText{
      margin-top: calc(14 * calc(100vw / 390));
      margin-top: calc(14 * var(--sp));
      font-size: calc(11 * calc(100vw / 390));
      font-size: calc(11 * var(--sp));
    }
    .memberPage .partnerMembersBox .spMemberList{
      margin-top: calc(24 * calc(100vw / 390));
      margin-top: calc(24 * var(--sp));
      grid-template-columns: repeat(2,1fr);
      gap: calc(8 * calc(100vw / 390));
      gap: calc(8 * var(--sp));
    }
      .memberPage .partnerMembersBox .spMemberList li{
        font-size: calc(12 * calc(100vw / 390));
        font-size: calc(12 * var(--sp));
        line-height: 1.4;
        padding-right: calc(10 * calc(100vw / 390));
        padding-right: calc(10 * var(--sp));
      }
/* ==========================================================================
   REAPについて
========================================================================== */
.aboutPage{
  margin-top: calc(72 * calc(100vw / 390));
  margin-top: calc(72 * var(--sp));
}
  .aboutPage .toptext{
    max-width: calc(350 * calc(100vw / 390));
    max-width: calc(350 * var(--sp));
    margin-top: calc(24 * calc(100vw / 390));
    margin-top: calc(24 * var(--sp));
    text-align: justify;
    font-size: calc(16 * calc(100vw / 390));
    font-size: calc(16 * var(--sp));
  }
  .aboutPage .purposeListBox{
    width: calc(350 * calc(100vw / 390));
    width: calc(350 * var(--sp));
    margin: calc(25 * calc(100vw / 390)) auto 0;
    margin: calc(25 * var(--sp)) auto 0;
  }
    .aboutPage .purposeListBox >.wp-block-columns{
      display: grid;
      grid-template-columns: calc(49 * calc(100vw / 390)) 1fr;
      grid-template-columns: calc(49 * var(--sp)) 1fr;
    }
    .aboutPage .purposeListBox .imgBox{
      min-height: calc(116 * calc(100vw / 390));
      min-height: calc(116 * var(--sp));
      border-top: calc(1 * calc(100vw / 390)) solid #2D6A2D;
      border-top: calc(1 * var(--sp)) solid #2D6A2D;
    }
    .aboutPage .purposeListBox .textBox{
      display: flex;
      align-items: center;
      border-top: calc(1 * calc(100vw / 390)) solid #CCCCCC;
      border-top: calc(1 * var(--sp)) solid #CCCCCC;
      padding: calc(15 * calc(100vw / 390)) calc(14 * calc(100vw / 390));
      padding: calc(15 * var(--sp)) calc(14 * var(--sp));
      padding-right: 0;
    }
      .aboutPage .purposeListBox .textBox p{
        margin: 0;
        font-size: calc(16 * calc(100vw / 390));
        font-size: calc(16 * var(--sp));
      }
      .aboutPage .purposeListBox .textBox strong{
        font-size: calc(15 * calc(100vw / 390));
        font-size: calc(15 * var(--sp));
        margin-bottom: .5em;
      }
      .aboutPage .purposeListBox >.wp-block-columns:last-child .imgBox{
        border-bottom: calc(1 * calc(100vw / 390)) solid #2D6A2D;
        border-bottom: calc(1 * var(--sp)) solid #2D6A2D;
      }
      .aboutPage .purposeListBox >.wp-block-columns:last-child .textBox{
        border-bottom: calc(1 * calc(100vw / 390)) solid #CCCCCC;
        border-bottom: calc(1 * var(--sp)) solid #CCCCCC;
      }
        .aboutPage .purposeListBox >.wp-block-columns:nth-child(1) .imgBox img{
          width: calc(33 * calc(100vw / 390));
          width: calc(33 * var(--sp));
        }
        .aboutPage .purposeListBox >.wp-block-columns:nth-child(2) .imgBox img{
          width: calc(37 * calc(100vw / 390));
          width: calc(37 * var(--sp));
        }
        .aboutPage .purposeListBox >.wp-block-columns:nth-child(3) .imgBox img{
          width: calc(35 * calc(100vw / 390));
          width: calc(35 * var(--sp));
        }
  .aboutPage .aboutMessageBox{
    background: #F5F5F5;
    margin-top: calc(50 * calc(100vw / 390));
    margin-top: calc(50 * var(--sp));
    padding: calc(70 * calc(100vw / 390)) 0 calc(50 * calc(100vw / 390));
    padding: calc(70 * var(--sp)) 0 calc(50 * var(--sp));
  }
    .aboutPage .aboutMessageBox .messageRow{
      width: calc(370 * calc(100vw / 390));
      width: calc(370 * var(--sp));
      margin: calc(25 * calc(100vw / 390)) auto 0;
      margin: calc(25 * var(--sp)) auto 0;
      gap: calc(24 * calc(100vw / 390)) !important;
      gap: calc(24 * var(--sp)) !important;
    }
    .aboutPage .aboutMessageBox .messageBox{
      padding: calc(15 * calc(100vw / 390));
      padding: calc(15 * var(--sp));
      border-radius: calc(6 * calc(100vw / 390));
      border-radius: calc(6 * var(--sp));
    }
      .aboutPage .aboutMessageBox .messageBox >.wp-block-columns{
        display: grid;
        grid-template-columns: 100%;
        gap: calc(14 * calc(100vw / 390)) !important;
        gap: calc(14 * var(--sp)) !important;
      }
        .aboutPage .aboutMessageBox .messageBox .photoBox .wp-block-group{
          display: grid;
          grid-template-columns: calc(160 * calc(100vw / 390)) 1fr;
          grid-template-columns: calc(160 * var(--sp)) 1fr;
          grid-template-rows: auto 1fr;
          gap: 0 calc(10 * calc(100vw / 390)) !important;
          gap: 0 calc(10 * var(--sp)) !important;
        }
        .aboutPage .aboutMessageBox .messageBox .photoBox .wp-block-image{
          grid-column: 1;
          grid-row: 1 / 3;
          width: calc(160 * calc(100vw / 390));
          width: calc(160 * var(--sp));
          border: calc(1 * calc(100vw / 390)) solid #EEEEEE;
          border: calc(1 * var(--sp)) solid #EEEEEE;
          border-radius: calc(6 * calc(100vw / 390));
          border-radius: calc(6 * var(--sp));
          margin-bottom: 0;
        }
        .aboutPage .aboutMessageBox .messageBox .photoBox p{
          grid-column: 2;
          grid-row: 1;
          margin-top: calc(64 * calc(100vw / 390));
          margin-top: calc(64 * var(--sp));
          font-size: calc(12 * calc(100vw / 390));
          font-size: calc(12 * var(--sp));
        }
          .aboutPage .aboutMessageBox .messageBox .photoBox p strong{
            font-size: calc(16 * calc(100vw / 390));
            font-size: calc(16 * var(--sp));
          }
        .aboutPage .aboutMessageBox .messageBox .photoBox ul{
          grid-column: 2;
          grid-row: 2;
          margin-top: calc(5 * calc(100vw / 390));
          margin-top: calc(5 * var(--sp));
          font-size: calc(12 * calc(100vw / 390));
          font-size: calc(12 * var(--sp));
          line-height: 1.5;
        }
        .aboutPage .aboutMessageBox .messageBox .textBox p{
          font-size: calc(16 * calc(100vw / 390));
          font-size: calc(16 * var(--sp));
        }
  .aboutPage .aboutOverviewBox{
    width: calc(350 * calc(100vw / 390));
    width: calc(350 * var(--sp));
    margin: calc(72 * calc(100vw / 390)) auto 0;
    margin: calc(72 * var(--sp)) auto 0;
  }
    .aboutPage .aboutOverviewBox .overviewTabel{
      margin-top: calc(25 * calc(100vw / 390));
      margin-top: calc(25 * var(--sp));
    }
      .aboutPage .aboutOverviewBox .overviewTabel th{
        width: calc(57 * calc(100vw / 390)) !important;
        width: calc(57 * var(--sp)) !important;
        border: none;
        border-top: calc(1 * calc(100vw / 390)) solid #2D6A2D;
        border-top: calc(1 * var(--sp)) solid #2D6A2D;
        font-size: calc(15 * calc(100vw / 390));
        font-size: calc(15 * var(--sp));
        padding: calc(22 * calc(100vw / 390)) 0;
        padding: calc(22 * var(--sp)) 0;
        line-height: 1.3;
      }
      .aboutPage .aboutOverviewBox .overviewTabel td{
        border: none;
        border-top: calc(1 * calc(100vw / 390)) solid #CCCCCC;
        border-top: calc(1 * var(--sp)) solid #CCCCCC;
        padding: calc(22 * calc(100vw / 390)) 0 calc(22 * calc(100vw / 390)) calc(25 * calc(100vw / 390));
        padding: calc(22 * var(--sp)) 0 calc(22 * var(--sp)) calc(25 * var(--sp));
        font-size: calc(15 * calc(100vw / 390));
        font-size: calc(15 * var(--sp));
        line-height: 1.53;
        color: #1E1E1E;
      }
        .aboutPage .aboutOverviewBox .overviewTabel tr:last-child th{
          border-bottom: calc(1 * calc(100vw / 390)) solid #2D6A2D;
          border-bottom: calc(1 * var(--sp)) solid #2D6A2D;
        }
        .aboutPage .aboutOverviewBox .overviewTabel tr:last-child td{
          border-bottom: calc(1 * calc(100vw / 390)) solid #CCCCCC;
          border-bottom: calc(1 * var(--sp)) solid #CCCCCC;
        }
      .aboutPage .aboutOverviewBox .overviewTabel .donwloadIcon{
        color: #1E1E1E;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
        .aboutPage .aboutOverviewBox .overviewTabel .donwloadIcon::after{
          width: calc(18 * calc(100vw / 390));
          width: calc(18 * var(--sp));
          height: calc(20 * calc(100vw / 390));
          height: calc(20 * var(--sp));
        }
    .aboutPage .aboutOverviewBox .googleMaps{
      height: calc(260 * calc(100vw / 390));
      height: calc(260 * var(--sp));
      margin-top: calc(24 * calc(100vw / 390));
      margin-top: calc(24 * var(--sp));
    }
  .aboutPage .aboutDirectorsBox{
    margin: calc(50 * calc(100vw / 390)) 0 0;
    margin: calc(50 * var(--sp)) 0 0;
    padding: calc(72 * calc(100vw / 390)) 0 calc(50 * calc(100vw / 390));
    padding: calc(72 * var(--sp)) 0 calc(50 * var(--sp));
  }
    .aboutPage .aboutDirectorsBox .dateText{
      margin: calc(24 * calc(100vw / 390)) 0 0;
      margin: calc(24 * var(--sp)) 0 0;
      font-size: calc(11 * calc(100vw / 390));
      font-size: calc(11 * var(--sp));
    }
    .aboutPage .aboutDirectorsBox .directorsTabel{
      margin: calc(24 * calc(100vw / 390)) auto 0;
      margin: calc(24 * var(--sp)) auto 0;
      width: calc(350 * calc(100vw / 390));
      width: calc(350 * var(--sp));
    }
      .aboutPage .aboutDirectorsBox .directorsTabel th{
        width: calc(53 * calc(100vw / 390)) !important;
        width: calc(53 * var(--sp)) !important;
        border: none;
        border-top: 1px solid #2D6A2D;
        background: #F9F9F9;
        font-size: calc(15 * calc(100vw / 390));
        font-size: calc(15 * var(--sp));
        font-weight: 500;
        color: #555555;
        padding: 25px 0;
        vertical-align: middle;
        text-align: center;
      }
      .aboutPage .aboutDirectorsBox .directorsTabel td:nth-child(2){
        width: calc(84 * calc(100vw / 390)) !important;
        width: calc(84 * var(--sp)) !important;
        padding-inline: 0;
      }
      .aboutPage .aboutDirectorsBox .directorsTabel td{
        border: none;
        border-top: 1px solid #CCCCCC;
        padding: calc(13 * calc(100vw / 390)) 0 calc(13 * calc(100vw / 390)) calc(10 * calc(100vw / 390));
        padding: calc(13 * var(--sp)) 0 calc(13 * var(--sp)) calc(10 * var(--sp));
        font-size: calc(15 * calc(100vw / 390));
        font-size: calc(15 * var(--sp));
      }
        .aboutPage .aboutDirectorsBox .directorsTabel tr:last-child th{
          border-bottom: calc(1 * calc(100vw / 390)) solid #2D6A2D;
          border-bottom: calc(1 * var(--sp)) solid #2D6A2D;
        }
        .aboutPage .aboutDirectorsBox .directorsTabel tr:last-child td{
          border-bottom: calc(1 * calc(100vw / 390)) solid #CCCCCC;
          border-bottom: calc(1 * var(--sp)) solid #CCCCCC;
        }
        .aboutPage .aboutDirectorsBox .directorsTabel a[target="_blank"]::after{
          width: calc(14 * calc(100vw / 390));
          width: calc(14 * var(--sp));
          height: calc(13 * calc(100vw / 390));
          height: calc(13 * var(--sp));
          margin-left: calc(10 * calc(100vw / 390));
          margin-left: calc(10 * var(--sp));
        }
/* ==========================================================================
   活動内容
========================================================================== */
.activitiesPage{
  margin: calc(72 * calc(100vw / 390)) 0 0;
  margin: calc(72 * var(--sp)) 0 0;
}
    .activitiesPage .challenges span{
      display: block;
    }
  .activitiesPage .acChallengesList{
    width: calc(320 * calc(100vw / 390));
    width: calc(320 * var(--sp));
    margin: calc(25 * calc(100vw / 390)) auto 0;
    margin: calc(25 * var(--sp)) auto 0;
    gap: calc(24 * calc(100vw / 390)) !important;
    gap: calc(24 * var(--sp)) !important;
  }
    .activitiesPage .acChallengesList >.wp-block-column{
      border-radius: calc(4 * calc(100vw / 390));
      border-radius: calc(4 * var(--sp));
      padding-bottom: calc(18 * calc(100vw / 390));
      padding-bottom: calc(18 * var(--sp));
    }
      .activitiesPage .acChallengesList >.wp-block-column .wp-block-image{
        margin-bottom: calc(17 * calc(100vw / 390));
        margin-bottom: calc(17 * var(--sp));
      }
      .activitiesPage .acChallengesList >.wp-block-column h3{
        font-size: calc(20 * calc(100vw / 390));
        font-size: calc(20 * var(--sp));
        margin: 0 calc(20 * calc(100vw / 390)) calc(17 * calc(100vw / 390));
        margin: 0 calc(20 * var(--sp)) calc(17 * var(--sp));
        padding-bottom: calc(15 * calc(100vw / 390));
        padding-bottom: calc(15 * var(--sp));
        border-bottom: calc(1 * calc(100vw / 390)) solid #2D6A2D;
        border-bottom: calc(1 * var(--sp)) solid #2D6A2D;
      }
        .activitiesPage .acChallengesList >.wp-block-column h3 .num{
          font-size: calc(24 * calc(100vw / 390));
          font-size: calc(24 * var(--sp));
        }
      .activitiesPage .acChallengesList >.wp-block-column p{
        font-size: calc(14 * calc(100vw / 390));
        font-size: calc(14 * var(--sp));
        padding: 0 calc(20 * calc(100vw / 390));
        padding: 0 calc(20 * var(--sp));
      }
  .activitiesPage .activitiesBox{
    margin: calc(50 * calc(100vw / 390)) 0 0;
    margin: calc(50 * var(--sp)) 0 0;
    padding: calc(72 * calc(100vw / 390)) 0 calc(64 * calc(100vw / 390));
    padding: calc(72 * var(--sp)) 0 calc(64 * var(--sp));
  }
    .activitiesPage .activitiesBox .toptext{
      width: calc(350 * calc(100vw / 390));
      width: calc(350 * var(--sp));
      margin-top: calc(24 * calc(100vw / 390));
      margin-top: calc(24 * var(--sp));
      font-size: calc(14 * calc(100vw / 390));
      font-size: calc(14 * var(--sp));
    }
    .activitiesPage .activitiesBox .activityItem{
      width: calc(350 * calc(100vw / 390));
      width: calc(350 * var(--sp));
      margin: calc(24 * calc(100vw / 390)) auto 0;
      margin: calc(24 * var(--sp)) auto 0;
      gap: calc(40 * calc(100vw / 390)) !important;
      gap: calc(40 * var(--sp)) !important;
    }
      .activitiesPage .activitiesBox .activityItem.isReverse{
        flex-direction: column;
      }
      .activitiesPage .activitiesBox .activityItem + .activityItem{
        margin-top: calc(24 * calc(100vw / 390));
        margin-top: calc(24 * var(--sp));
      }
      .activitiesPage .activitiesBox .activityItem .activityImg{
        flex: 0 1 auto;
      }
        .activitiesPage .activitiesBox .activityItem .activityImg .wp-block-image{
          border-radius: calc(6 * calc(100vw / 390));
          border-radius: calc(6 * var(--sp));
        }
          .activitiesPage .activitiesBox .activityItem .activityBody .activityHead >.wp-block-group__inner-container{
            gap: 0 calc(9 * calc(100vw / 390)) !important;
            gap: 0 calc(9 * var(--sp)) !important;
          }
        .activitiesPage .activitiesBox .activityItem .activityBody .num{
          font-size: calc(75 * calc(100vw / 390));
          font-size: calc(75 * var(--sp));
        }
        .activitiesPage .activitiesBox .activityItem .activityBody .activityTitle{
          font-size: calc(27 * calc(100vw / 390));
          font-size: calc(27 * var(--sp));
        }
        .activitiesPage .activitiesBox .activityItem .activityBody .activityLead{
          margin: calc(4 * calc(100vw / 390)) 0 0;
          margin: calc(4 * var(--sp)) 0 0;
          font-size: calc(18 * calc(100vw / 390));
          font-size: calc(18 * var(--sp));
          line-height: 1.38;
        }
        .activitiesPage .activitiesBox .activityItem .activityBody .activityText{
          margin: calc(8 * calc(100vw / 390)) 0 0;
          margin: calc(8 * var(--sp)) 0 0;
          font-size: calc(16 * calc(100vw / 390));
          font-size: calc(16 * var(--sp));
        }
        .activitiesPage .activitiesBox .activityItem .activityBody .activityData{
          margin: calc(8 * calc(100vw / 390)) 0 0;
          margin: calc(8 * var(--sp)) 0 0;
          padding: calc(16 * calc(100vw / 390)) calc(14 * calc(100vw / 390));
          padding: calc(16 * var(--sp)) calc(14 * var(--sp));
          border: calc(1 * calc(100vw / 390)) solid #2D6A2D;
          border: calc(1 * var(--sp)) solid #2D6A2D;
          border-radius: calc(6 * calc(100vw / 390));
          border-radius: calc(6 * var(--sp));
        }
          .activitiesPage .activitiesBox .activityItem .activityBody .activityData .activityDataTitle{
            font-size: calc(11 * calc(100vw / 390));
            font-size: calc(11 * var(--sp));

          }
          .activitiesPage .activitiesBox .activityItem .activityBody .activityData p{
            margin: calc(2 * calc(100vw / 390)) 0 0;
            margin: calc(2 * var(--sp)) 0 0;
            font-size: calc(13 * calc(100vw / 390));
            font-size: calc(13 * var(--sp));
          }
          .activitiesPage .activitiesBox .activityItem .activityBody .activityData .activityDataTitle:not(:first-child){
            margin-top: calc(10 * calc(100vw / 390));
            margin-top: calc(10 * var(--sp));
          }
    .activitiesPage .activitiesBox .endText{
      width: calc(350 * calc(100vw / 390));
      width: calc(350 * var(--sp));
      text-align: justify;
      margin: calc(24 * calc(100vw / 390)) auto 0;
      margin: calc(24 * var(--sp)) auto 0;
      font-size: calc(20 * calc(100vw / 390));
      font-size: calc(20 * var(--sp));
      line-height: 1.6;
    }
    .activitiesPage .activitiesBox .wp-block-buttons{
      margin: calc(24 * calc(100vw / 390)) 0 0;
      margin: calc(24 * var(--sp)) 0 0;
    }
    .activitiesPage .activitiesBox .goNewsBtn{
      width: calc(350 * calc(100vw / 390));
      width: calc(350 * var(--sp));
    }
      .activitiesPage .activitiesBox .goNewsBtn a{
        height: calc(50 * calc(100vw / 390));
        height: calc(50 * var(--sp));
        border:calc(1 * calc(100vw / 390)) solid #212121;
        border:calc(1 * var(--sp)) solid #212121;
        border-radius: calc(50 * calc(100vw / 390));
        border-radius: calc(50 * var(--sp));
        font-size: calc(15 * calc(100vw / 390));
        font-size: calc(15 * var(--sp));
      }
  .activitiesPage .materialsBox{
    padding: calc(72 * calc(100vw / 390)) 0 calc(64 * calc(100vw / 390));
    padding: calc(72 * var(--sp)) 0 calc(64 * var(--sp));
  }
    .activitiesPage .materialsBox .pdfDownload{
      width: calc(350 * calc(100vw / 390));
      width: calc(350 * var(--sp));
      margin: calc(29 * calc(100vw / 390)) auto 0;
      margin: calc(29 * var(--sp)) auto 0;
      gap: calc(29 * calc(100vw / 390)) !important;
      gap: calc(29 * var(--sp)) !important;
    }
      .activitiesPage .materialsBox .pdfDownload >.wp-block-column{
        border-radius: calc(6 * calc(100vw / 390));
        border-radius: calc(6 * var(--sp));
        
      }
        .activitiesPage .materialsBox .pdfDownload >.wp-block-column .wp-block-columns{
          grid-template-columns: calc(90 * calc(100vw / 390)) 1fr;
          grid-template-columns: calc(90 * var(--sp)) 1fr;
          min-height: calc(126 * calc(100vw / 390));
          min-height: calc(126 * var(--sp));
        }
            .activitiesPage .materialsBox .pdfDownload >.wp-block-column .wp-block-columns .wp-block-column:nth-child(1) .wp-block-image{
              width: calc(28 * calc(100vw / 390));
              width: calc(28 * var(--sp));
            }
          .activitiesPage .materialsBox .pdfDownload >.wp-block-column .wp-block-columns .wp-block-column:nth-child(2){
            padding: calc(15 * calc(100vw / 390)) calc(20 * calc(100vw / 390)) calc(15 * calc(100vw / 390)) calc(15 * calc(100vw / 390));
            padding: calc(15 * var(--sp)) calc(20 * var(--sp)) calc(15 * var(--sp)) calc(15 * var(--sp));
          }
            .activitiesPage .materialsBox .pdfDownload >.wp-block-column .wp-block-columns .wp-block-column:nth-child(2) h3{
              font-size: calc(14 * calc(100vw / 390));
              font-size: calc(14 * var(--sp));
            }
            .activitiesPage .materialsBox .pdfDownload >.wp-block-column .wp-block-columns .wp-block-column:nth-child(2) .date{
              font-size: calc(12 * calc(100vw / 390));
              font-size: calc(12 * var(--sp));
              color: #888888;
              margin: calc(8 * calc(100vw / 390)) 0 0;
              margin: calc(8 * var(--sp)) 0 0;
            }
            .activitiesPage .materialsBox .pdfDownload >.wp-block-column .wp-block-columns .wp-block-column:nth-child(2) a{
              margin-top: calc(8 * calc(100vw / 390));
              margin-top: calc(8 * var(--sp));
              font-size: calc(13 * calc(100vw / 390));
              font-size: calc(13 * var(--sp));
            }
/* ==========================================================================
   投稿系　詳細・一覧レイアウト
========================================================================== */
  .single #content,.tag #content,.blog #content,.category #content{
    width: calc(350 * calc(100vw / 390));
    width: calc(350 * var(--sp));
    margin-bottom: calc(50 * calc(100vw / 390));
    margin-bottom: calc(50 * var(--sp));
    display: flex;
    flex-flow: column;
    gap: calc(24 * calc(100vw / 390)) 0;
    gap: calc(24 * var(--sp)) 0;
  }
  .single #main_content,.tag #main_content,.blog #main_content,.category #main_content{
    width: 100%;
  }
  .single #sidebar,.tag #sidebar,.blog #sidebar,.category #sidebar{
    width: 100%;
    margin: 0;
    border-top: calc(1 * calc(100vw / 390)) solid #CCCCCC;
    border-top: calc(1 * var(--sp)) solid #CCCCCC;
    padding-top: calc(24 * calc(100vw / 390));
    padding-top: calc(24 * var(--sp));
  }
/* ==========================================================================
   投稿系　サイドバー
========================================================================== */
    .single #sidebar .c-widget,.tag #sidebar .c-widget,.blog #sidebar .c-widget,.category #sidebar .c-widget{
      border-radius: calc(8 * calc(100vw / 390));
      border-radius: calc(8 * var(--sp));
      padding: calc(20 * calc(100vw / 390)) 0 0;
      padding: calc(20 * var(--sp)) 0 0;
    }
      .single #sidebar .c-widget h2,.tag #sidebar .c-widget h2,.blog #sidebar .c-widget h2,.category #sidebar .c-widget h2{
        font-size: calc(14 * calc(100vw / 390));
        font-size: calc(14 * var(--sp));
        color: #1E1E1E;
        padding: 0 calc(20 * calc(100vw / 390)) calc(14 * calc(100vw / 390));
        padding: 0 calc(20 * var(--sp)) calc(14 * var(--sp));
        border-bottom: calc(1 * calc(100vw / 390)) solid #C2D9C2;
        border-bottom: calc(1 * var(--sp)) solid #C2D9C2;
      }
    .single #sidebar .c-widget + .c-widget, .tag #sidebar .c-widget + .c-widget, .blog #sidebar .c-widget + .c-widget, .category #sidebar .c-widget + .c-widget {
      margin-top: calc(24 * calc(100vw / 390));
      margin-top: calc(24 * var(--sp));
    }
    .single #sidebar .wp-block-latest-posts__list,.tag #sidebar .wp-block-latest-posts__list,.blog #sidebar .wp-block-latest-posts__list,.category #sidebar .wp-block-latest-posts__list{
      padding: 0 calc(10 * calc(100vw / 390)) !important;
      padding: 0 calc(10 * var(--sp)) !important;
    }
      .single #sidebar .wp-block-latest-posts__list >li,.tag #sidebar .wp-block-latest-posts__list >li,.blog #sidebar .wp-block-latest-posts__list >li,.category #sidebar .wp-block-latest-posts__list >li{
        font-size: calc(14 * calc(100vw / 390));
        font-size: calc(14 * var(--sp));
        border-bottom-color: #C2D9C2;
      }
        .single #sidebar .wp-block-latest-posts__list >li a,.tag #sidebar .wp-block-latest-posts__list >li a,.blog #sidebar .wp-block-latest-posts__list >li a,.category #sidebar .wp-block-latest-posts__list >li a{
          color: #1E1E1E;
          padding-inline: calc(10 * calc(100vw / 390));
          padding-inline: calc(10 * var(--sp));
        }
      .single #sidebar .wp-block-latest-posts__list >li:last-child,.tag #sidebar .wp-block-latest-posts__list >li:last-child,.blog #sidebar .wp-block-latest-posts__list >li:last-child,.category #sidebar .wp-block-latest-posts__list >li:last-child{
        border: none;
      }
    .single #sidebar .wp-block-categories-list,.tag #sidebar .wp-block-categories-list,.blog #sidebar .wp-block-categories-list,.category #sidebar .wp-block-categories-list{
      padding: calc(17 * calc(100vw / 390)) calc(10 * calc(100vw / 390)) !important;
      padding: calc(17 * var(--sp)) calc(10 * var(--sp)) !important;
    }
      .single #sidebar .wp-block-categories-list li,.tag #sidebar .wp-block-categories-list li,.blog #sidebar .wp-block-categories-list li,.category #sidebar .wp-block-categories-list li{
        font-size: calc(13 * calc(100vw / 390));
        font-size: calc(13 * var(--sp));
      }
        .single #sidebar .wp-block-categories-list li a,.tag #sidebar .wp-block-categories-list li a,.blog #sidebar .wp-block-categories-list li a,.category #sidebar .wp-block-categories-list li a{
          gap: calc(10 * calc(100vw / 390));
          gap: calc(10 * var(--sp));
        }
          .single #sidebar .wp-block-categories-list li a::before,.tag #sidebar .wp-block-categories-list li a::before,.blog #sidebar .wp-block-categories-list li a::before,.category #sidebar .wp-block-categories-list li a::before{
            width: calc(3 * calc(100vw / 390));
            width: calc(3 * var(--sp));
            height: calc(6 * calc(100vw / 390));
            height: calc(6 * var(--sp));
          }
      .single #sidebar .wp-block-categories-list li + li,.tag #sidebar .wp-block-categories-list li + li,.blog #sidebar .wp-block-categories-list li + li,.category #sidebar .wp-block-categories-list li + li{
        margin-top: calc(15 * calc(100vw / 390));
        margin-top: calc(15 * var(--sp));
      }
    .single #sidebar .wp-block-tag-cloud,.tag #sidebar .wp-block-tag-cloud,.blog #sidebar .wp-block-tag-cloud,.category #sidebar .wp-block-tag-cloud{
      padding: calc(15 * calc(100vw / 390)) calc(16 * calc(100vw / 390));
      padding: calc(15 * var(--sp)) calc(16 * var(--sp));
      font-size: calc(13 * calc(100vw / 390));
      font-size: calc(13 * var(--sp));
      gap: calc(8 * calc(100vw / 390));
      gap: calc(8 * var(--sp));
    }
      .single #sidebar .wp-block-tag-cloud a,.tag #sidebar .wp-block-tag-cloud a,.blog #sidebar .wp-block-tag-cloud a,.category #sidebar .wp-block-tag-cloud a{
        padding: calc(6 * calc(100vw / 390)) calc(14 * calc(100vw / 390));
        padding: calc(6 * var(--sp)) calc(14 * var(--sp));
        border: calc(1 * calc(100vw / 390)) solid #666666;
        border: calc(1 * var(--sp)) solid #666666;
        border-radius: calc(16 * calc(100vw / 390));
        border-radius: calc(16 * var(--sp));
      }
/* ==========================================================================
   投稿系 詳細
========================================================================== */
  .single .l-topTitleArea{
    padding: calc(20 * calc(100vw / 390)) 0 calc(40 * calc(100vw / 390));
    padding: calc(20 * var(--sp)) 0 calc(40 * var(--sp));
    align-items: center;
    height: auto;
    min-height: calc(320 * calc(100vw / 390));
    min-height: calc(320 * var(--sp));
  }
  .single .l-topTitleArea__body{
    padding: 0 calc(30 * calc(100vw / 390));
    padding: 0 calc(30 * var(--sp));
  }
  .single .p-articleMetas{
    gap: calc(8 * calc(100vw / 390));
    gap: calc(8 * var(--sp));
  }
    .single .p-articleMetas .p-articleMetas__termList{
      font-size: calc(12 * calc(100vw / 390));
      font-size: calc(12 * var(--sp));
    }
    .single .p-articleMetas .c-categoryList__link{
      padding: calc(7 * calc(100vw / 390)) calc(14 * calc(100vw / 390));
      padding: calc(7 * var(--sp)) calc(14 * var(--sp));
    }
    .single .p-articleMetas .c-tagList__link{
      padding: calc(6 * calc(100vw / 390)) calc(14 * calc(100vw / 390));
      padding: calc(6 * var(--sp)) calc(14 * var(--sp));
      border: calc(1 * calc(100vw / 390)) solid #666666;
      border: calc(1 * var(--sp)) solid #666666;
      border-radius: calc(16 * calc(100vw / 390));
      border-radius: calc(16 * var(--sp));
    }
  .single .c-postTimes__posted{
    font-size: calc(12 * calc(100vw / 390));
    font-size: calc(12 * var(--sp));
  }
    .single .c-postTitle .c-postTitle__ttl{
      font-size: calc(32 * calc(100vw / 390));
      font-size: calc(32 * var(--sp));
      margin-top: calc(12 * calc(100vw / 390));
      margin-top: calc(12 * var(--sp));
    }
    .single .-related .c-secTitle{
      border-left: none;
      font-size: calc(18 * calc(100vw / 390));
      font-size: calc(18 * var(--sp));
      color: #1E1E1E;
      margin: calc(24 * calc(100vw / 390)) 0 0;
      margin: calc(24 * var(--sp)) 0 0;
      padding: calc(24 * calc(100vw / 390)) 0 calc(24 * calc(100vw / 390));
      padding: calc(24 * var(--sp)) 0 calc(24 * var(--sp));
      border-top: calc(1 * calc(100vw / 390)) solid #CCCCCC;
      border-top: calc(1 * var(--sp)) solid #CCCCCC;
    }
    .single .-related .p-relatedPosts{
      display: grid;
      grid-template-columns: 100%;
      gap: calc(24 * calc(100vw / 390));
      gap: calc(24 * var(--sp));
    }
        .single .-related .p-relatedPosts .p-postList__item a{
          border-radius: calc(8 * calc(100vw / 390));
          border-radius: calc(8 * var(--sp));
          height: 100%;
          padding: calc(18 * calc(100vw / 390));
          padding: calc(18 * var(--sp));
        }
          .single .-related .p-relatedPosts .p-postList__item .p-postList__body .p-postList__cat{
            font-size: calc(11 * calc(100vw / 390));
            font-size: calc(11 * var(--sp));
            padding: calc(3 * calc(100vw / 390)) calc(12 * calc(100vw / 390));
            padding: calc(3 * var(--sp)) calc(12 * var(--sp));
          }
          .single .-related .p-relatedPosts .p-postList__item .p-postList__body .p-postList__title{
            margin-top: calc(20 * calc(100vw / 390));
            margin-top: calc(20 * var(--sp));
            font-size: calc(15 * calc(100vw / 390));
            font-size: calc(15 * var(--sp));
          }
          .single .-related .p-relatedPosts .p-postList__item .p-postList__body .p-postList__times{
            margin-top: calc(20 * calc(100vw / 390));
            margin-top: calc(20 * var(--sp));
          }
            .single .-related .p-relatedPosts .p-postList__item .p-postList__body .p-postList__times .c-postTimes__posted{
              font-size: calc(12 * calc(100vw / 390));
              font-size: calc(12 * var(--sp));
            }
/* ==========================================================================
   投稿系　一覧
========================================================================== */
  .blog .p-postListTab{
    margin: 0 0 calc(24 * calc(100vw / 390));
    margin: 0 0 calc(24 * var(--sp));
  }
    .blog .p-postListTab .c-tabList{
      justify-content: flex-start;
      gap: 0 calc(46 * calc(100vw / 390));
      gap: 0 calc(46 * var(--sp));
      border-bottom: calc(1 * calc(100vw / 390)) solid #EEEEEE;
      border-bottom: calc(1 * var(--sp)) solid #EEEEEE;
    }
    .blog .p-postListTab .c-tabList__button{
      padding: 0 0 calc(12 * calc(100vw / 390));
      padding: 0 0 calc(12 * var(--sp));
      font-size: calc(15 * calc(100vw / 390));
      font-size: calc(15 * var(--sp));
    }
  .blog .p-postList,.tag .p-postList,.category .p-postList{
    border-color: #E6E6E6; 
  }
    .blog .p-postList .p-postList__link,.tag .p-postList .p-postList__link,.category .p-postList .p-postList__link{
      padding: calc(26 * calc(100vw / 390)) calc(38 * calc(100vw / 390)) calc(26 * calc(100vw / 390)) 0;
      padding: calc(26 * var(--sp)) calc(38 * var(--sp)) calc(26 * var(--sp)) 0;
      background-size: calc(18 * calc(100vw / 390)) auto;
      background-size: calc(18 * var(--sp)) auto;
    }
      .blog .p-postList .p-postList__link .p-postList__meta,.tag .p-postList .p-postList__link .p-postList__meta,.category .p-postList .p-postList__link .p-postList__meta{
        margin-bottom: calc(10 * calc(100vw / 390));
        margin-bottom: calc(10 * var(--sp));
      }
      .blog .p-postList .p-postList__link .p-postList__cat,.tag .p-postList .p-postList__link .p-postList__cat,.category .p-postList .p-postList__link .p-postList__cat{
        padding: calc(4 * calc(100vw / 390)) calc(12 * calc(100vw / 390));
        padding: calc(4 * var(--sp)) calc(12 * var(--sp));
        margin-right: calc(12 * calc(100vw / 390));
        margin-right: calc(12 * var(--sp));
      }
      .blog .p-postList .p-postList__link .c-postTimes__posted,.tag .p-postList .p-postList__link .c-postTimes__posted,.category .p-postList .p-postList__link .c-postTimes__posted{
        font-size: calc(13 * calc(100vw / 390));
        font-size: calc(13 * var(--sp));
      }
      .blog .p-postList .p-postList__link .p-postList__title,.tag .p-postList .p-postList__link .p-postList__title,.category .p-postList .p-postList__link .p-postList__title{
        font-size: calc(17 * calc(100vw / 390));
        font-size: calc(17 * var(--sp));
        color: #1E1E1E;;
      }
      .blog .p-postList .p-postList__link .p-postList__excerpt,.tag .p-postList .p-postList__link .p-postList__excerpt,.category .p-postList .p-postList__link .p-postList__excerpt{
        font-size: calc(14 * calc(100vw / 390));
        font-size: calc(14 * var(--sp));
        margin-top: calc(10 * calc(100vw / 390));
        margin-top: calc(10 * var(--sp));
        -webkit-line-clamp: 2;
      }
  .blog .c-pagination,.tag .c-pagination,.category .c-pagination{
    margin-top: calc(24 * calc(100vw / 390));
    margin-top: calc(24 * var(--sp));
    justify-content: flex-start;
    border: calc(1 * calc(100vw / 390)) solid #E1E3E4;
    border: calc(1 * var(--sp)) solid #E1E3E4;
    padding: calc(14 * calc(100vw / 390));
    padding: calc(14 * var(--sp));
    border-radius: calc(6 * calc(100vw / 390));
    border-radius: calc(6 * var(--sp));
    gap: 0 calc(10 * calc(100vw / 390));
    gap: 0 calc(10 * var(--sp));
  }
    .blog .c-pagination .page-numbers,.tag .c-pagination .page-numbers,.category .c-pagination .page-numbers{
      width: calc(28 * calc(100vw / 390));
      width: calc(28 * var(--sp));
      height: calc(28 * calc(100vw / 390));
      height: calc(28 * var(--sp));
      line-height: calc(28 * calc(100vw / 390));
      line-height: calc(28 * var(--sp));
      font-size: calc(12 * calc(100vw / 390));
      font-size: calc(12 * var(--sp));
    }
    .blog .c-pagination .-to-prev,
    .blog .c-pagination .-to-next,
    .tag .c-pagination .-to-prev,
    .tag .c-pagination .-to-next,
    .category .c-pagination .-to-prev,
    .category .c-pagination .-to-next{
      font-size: 0;
      background-size: calc(8 * calc(100vw / 390)) calc(16 * calc(100vw / 390));
      background-size: calc(8 * var(--sp)) calc(16 * var(--sp));
    }
    .blog .c-pagination .-to-prev,.tag .c-pagination .-to-prev,.category .c-pagination .-to-prev{
      margin-right: calc(10 * calc(100vw / 390));
      margin-right: calc(10 * var(--sp));
    }
    .blog .c-pagination .-to-next,.tag .c-pagination .-to-next,.category .c-pagination .-to-next{
      margin-left: calc(10 * calc(100vw / 390));
      margin-left: calc(10 * var(--sp));
    }
/* ==========================================================================
   HOME
========================================================================== */
  .homePage .mv{
    padding-top: calc(60 * calc(100vw / 390));
    padding-top: calc(60 * var(--sp));
    height: calc(520 * calc(100vw / 390));
    height: calc(520 * var(--sp));
  }
    .homePage .mv::after{
      height: calc(21 * calc(100vw / 390));
      height: calc(21 * var(--sp));
      background: url('../img/sp_home_hero_wave.svg') no-repeat center bottom / 102% 101%;
      bottom: calc(-1 * calc(1 * calc(100vw / 390)));
      bottom: calc(-1 * calc(1 * var(--sp)));
      width: 101vw;
    }
    .homePage .mv .wp-block-cover__inner-container{
      width: calc(350 * calc(100vw / 390));
      width: calc(350 * var(--sp));
    }
      .homePage .mv .wp-block-cover__inner-container p:nth-child(1){
        font-size: calc(29 * calc(100vw / 390)) !important;
        font-size: calc(29 * var(--sp)) !important;
      }
      .homePage .mv .wp-block-cover__inner-container p:nth-child(2){
        font-size: calc(29 * calc(100vw / 390)) !important;
        font-size: calc(29 * var(--sp)) !important;
        margin-top: calc(7 * calc(100vw / 390));
        margin-top: calc(7 * var(--sp));
      }
      .homePage .mv .wp-block-cover__inner-container p:nth-child(3){
        font-size: calc(14 * calc(100vw / 390)) !important;
        font-size: calc(14 * var(--sp)) !important;
        margin-top: calc(17 * calc(100vw / 390));
        margin-top: calc(17 * var(--sp));
        line-height: 1.7;
      }
        .homePage .mv .wp-block-cover__inner-container p:nth-child(3) span{
          display: block;
        }
  .homePage .aboutBox{
    padding: calc(72 * calc(100vw / 390)) 0 calc(92 * calc(100vw / 390));
    padding: calc(72 * var(--sp)) 0 calc(92 * var(--sp));
  }
    .homePage .aboutBox::after{
      height: calc(33 * calc(100vw / 390));
      height: calc(33 * var(--sp));
      background: url('../img/sp_home_about_wave.svg') no-repeat center bottom / 100% 100%;
      bottom: calc(-1 * calc(1 * calc(100vw / 390)));
      bottom: calc(-1 * calc(1 * var(--sp)));
    }
    .homePage .aboutBox .aboutRow{
      width: calc(350 * calc(100vw / 390));
      width: calc(350 * var(--sp));
      display: block;
      margin-top: calc(24 * calc(100vw / 390));
      margin-top: calc(24 * var(--sp));
    }
      .homePage .aboutBox .textBox h3{
        font-size: calc(20 * calc(100vw / 390));
        font-size: calc(20 * var(--sp));
        line-height: 1.6;
      }
      .homePage .aboutBox .textBox p{
        color: #333333;
        font-size: calc(16 * calc(100vw / 390));
        font-size: calc(16 * var(--sp));
        line-height: 1.75;
        margin: calc(24 * calc(100vw / 390)) 0 0;
        margin: calc(24 * var(--sp)) 0 0;
      }
        .homePage .aboutBox .textBox p::after{
          content: '';
          display: block;
          background: url('../img/sp_home_about_img.png') no-repeat center center / contain;
          width: 100%;
          height: calc(280 * calc(100vw / 390));
          height: calc(280 * var(--sp));
          margin-top: calc(24 * calc(100vw / 390));
          margin-top: calc(24 * var(--sp));
        }
      .homePage .aboutBox .textBox .wp-block-buttons{
        width: 100%;
        margin: calc(24 * calc(100vw / 390)) 0 0;
        margin: calc(24 * var(--sp)) 0 0;
      }
        .homePage .aboutBox .textBox .wp-block-buttons .wp-block-button{
          width: 100%;
        }
        .homePage .aboutBox .textBox .wp-block-buttons .wp-block-button__link{
          width: 100%;
          height: calc(50 * calc(100vw / 390));
          height: calc(50 * var(--sp));
          border: calc(1.5 * calc(100vw / 390)) solid #1A1A1A;
          border: calc(1.5 * var(--sp)) solid #1A1A1A;
          border-radius: calc(50 * calc(100vw / 390));
          border-radius: calc(50 * var(--sp));
          font-size: calc(15 * calc(100vw / 390));
          font-size: calc(15 * var(--sp));
        }
    .homePage .aboutBox .imgBox{
      display: none;
    }
  .homePage .activitiesBox{
    margin: calc(72 * calc(100vw / 390)) 0 0;
    margin: calc(72 * var(--sp)) 0 0;
  }
    .homePage .activitiesBox .activitiesRow{
      width: calc(350 * calc(100vw / 390));
      width: calc(350 * var(--sp));
      margin: calc(24 * calc(100vw / 390)) auto 0;
      margin: calc(24 * var(--sp)) auto 0;
      gap: calc(24 * calc(100vw / 390)) !important;
      gap: calc(24 * var(--sp)) !important;
    }
    .homePage .activitiesBox .imgBox{
      flex: 0 1 auto;
    }
      .homePage .activitiesBox .imgBox .wp-block-image{
        border-radius: calc(12 * calc(100vw / 390));
        border-radius: calc(12 * var(--sp));
        overflow: hidden;
        margin: 0;
      }
      .homePage .activitiesBox .textBox h3{
        font-size: calc(20 * calc(100vw / 390));
        font-size: calc(20 * var(--sp));
        line-height: 1.6;
      }
      .homePage .activitiesBox .textBox p{
        color: #333333;
        font-size: calc(16 * calc(100vw / 390));
        font-size: calc(16 * var(--sp));
        line-height: 1.75;
        margin: calc(24 * calc(100vw / 390)) 0 0;
        margin: calc(24 * var(--sp)) 0 0;
      }
      .homePage .activitiesBox .textBox .wp-block-buttons{
        width: 100%;
        margin: calc(24 * calc(100vw / 390)) 0 0;
        margin: calc(24 * var(--sp)) 0 0;
      }
        .homePage .activitiesBox .textBox .wp-block-buttons .wp-block-button{
          width: 100%;
        }
        .homePage .activitiesBox .textBox .wp-block-buttons .wp-block-button__link{
          width: 100%;
          height: calc(50 * calc(100vw / 390));
          height: calc(50 * var(--sp));
          border: calc(1.5 * calc(100vw / 390)) solid #2D6A2D;
          border: calc(1.5 * var(--sp)) solid #2D6A2D;
          border-radius: calc(50 * calc(100vw / 390));
          border-radius: calc(50 * var(--sp));
          font-size: calc(15 * calc(100vw / 390));
          font-size: calc(15 * var(--sp));
        }
  .homePage .newsBox{
    margin: calc(136 * calc(100vw / 390)) auto 0;
    margin: calc(136 * var(--sp)) auto 0;
    width: calc(350 * calc(100vw / 390));
    width: calc(350 * var(--sp));
  }
      .homePage .newsBox .p-postList.-type-simple .p-postList__item{
        border-bottom: calc(1 * calc(100vw / 390)) solid #E6E6E6;
        border-bottom: calc(1 * var(--sp)) solid #E6E6E6;
      }
      .homePage .newsBox .p-postList.-type-simple .p-postList__item:first-child{
        border-top: calc(1 * calc(100vw / 390)) solid #E6E6E6;
        border-top: calc(1 * var(--sp)) solid #E6E6E6;
      }
      .homePage .newsBox .p-postList.-type-simple .p-postList__link{
        display: block;
        padding: calc(18 * calc(100vw / 390)) 0;
        padding: calc(18 * var(--sp)) 0;
      }
          .homePage .newsBox .p-postList.-type-simple .p-postList__link:hover .p-postList__body::after{
            background: transparent;
          }
      .homePage .newsBox .p-postList.-type-simple .p-postList__body{
        flex-flow: row wrap;
        gap: calc(10 * calc(100vw / 390));
        gap: calc(10 * var(--sp));
      }
      .homePage .newsBox .p-postList.-type-simple .p-postList__body::after{
        font-size: calc(16 * calc(100vw / 390));
        font-size: calc(16 * var(--sp));
      }
      .homePage .newsBox .p-postList.-type-simple .p-postList__meta{
        gap: calc(12 * calc(100vw / 390));
        gap: calc(12 * var(--sp));
      }
      .homePage .newsBox .p-postList.-type-simple .p-postList__times{
        order: 2;
        width: auto;
        font-size: calc(13 * calc(100vw / 390));
        font-size: calc(13 * var(--sp));
      }
      .homePage .newsBox .p-postList.-type-simple .p-postList__times .icon-posted::before,
      .homePage .newsBox .p-postList.-type-simple .p-postList__times .icon-modified::before{
        content: none;
      }
      .homePage .newsBox .p-postList.-type-simple .p-postList__cat::before{
        content: none;
      }
      .homePage .newsBox .p-postList.-type-simple .p-postList__cat{
        order: 1;
        padding: calc(4 * calc(100vw / 390)) calc(12 * calc(100vw / 390));
        padding: calc(4 * var(--sp)) calc(12 * var(--sp));
        font-size: calc(11 * calc(100vw / 390));
        font-size: calc(11 * var(--sp));
      }
      .homePage .newsBox .p-postList.-type-simple .p-postList__title{
        flex: 0 1 calc(100% - calc(28 * calc(100vw / 390)));
        flex: 0 1 calc(100% - calc(28 * var(--sp)));
        font-size: calc(15 * calc(100vw / 390));
        font-size: calc(15 * var(--sp));
      }
    .homePage .newsBox .is-style-more_btn{
      width: 100%;
      margin: calc(36 * calc(100vw / 390)) auto 0;
      margin: calc(36 * var(--sp)) auto 0;
      padding: 0;
    }
      .homePage .newsBox .is-style-more_btn a{
        height: calc(50 * calc(100vw / 390));
        height: calc(50 * var(--sp));
        border: calc(1.5 * calc(100vw / 390)) solid #1A1A1A;
        border: calc(1.5 * var(--sp)) solid #1A1A1A;
        border-radius: calc(50 * calc(100vw / 390));
        border-radius: calc(50 * var(--sp));
        font-size: calc(14 * calc(100vw / 390));
        font-size: calc(14 * var(--sp));
      }
  .homePage .memberBox{
    padding: calc(72 * calc(100vw / 390)) 0;
    padding: calc(72 * var(--sp)) 0;
    margin: calc(64 * calc(100vw / 390)) 0 0;
    margin: calc(64 * var(--sp)) 0 0;
  }
    .homePage .memberBox p{
      max-width: calc(350 * calc(100vw / 390));
      max-width: calc(350 * var(--sp));
      font-size: calc(16 * calc(100vw / 390));
      font-size: calc(16 * var(--sp));
      line-height: 1.75;
      text-align: justify;
      font-weight: 500;
    }
    .homePage .memberBox p:nth-of-type(1){
      margin-top: calc(24 * calc(100vw / 390));
      margin-top: calc(24 * var(--sp));
    }
    .homePage .memberBox p:nth-of-type(2){
      margin-top: calc(24 * calc(100vw / 390));
      margin-top: calc(24 * var(--sp));
    }
    .homePage .memberBox .wp-block-buttons{
      margin: calc(24 * calc(100vw / 390)) 0 0;
      margin: calc(24 * var(--sp)) 0 0;
    }
      .homePage .memberBox .wp-block-buttons .wp-block-button__link{
        width: calc(360 * calc(100vw / 390));
        width: calc(360 * var(--sp));
        height: calc(50 * calc(100vw / 390));
        height: calc(50 * var(--sp));
        border-radius: calc(50 * calc(100vw / 390));
        border-radius: calc(50 * var(--sp));
        font-size: calc(14 * calc(100vw / 390));
        font-size: calc(14 * var(--sp));
      }
/* ==========================================================================
   お問い合わせ
========================================================================== */
body:has(.contactPage){
  background: #F9F9F9;
}
    body:has(.contactPage) .l-topTitleArea.c-filterLayer::after{
      background: url('../img/sp_concat_wave.svg') no-repeat center bottom / 100% 100%;
    }
.l-container:has(.contactPage){
  margin-bottom: 0;
}
.contactPage{
  margin: 0;
  padding: 0 0 calc(50 * calc(100vw / 390));
  padding: 0 0 calc(50 * var(--sp));
  position: relative;
  /* フォーム */
}
  .contactPage::after{
    width: 101%;
    height: calc(34 * calc(100vw / 390));
    height: calc(34 * var(--sp));
    background: url('../img/sp_concat_wave2.svg') no-repeat center bottom / 100% 100%;
    bottom: calc(-1 * calc(1 * calc(100vw / 390)));
    bottom: calc(-1 * calc(1 * var(--sp)));
  }
  .contactPage .toptext{
    width:calc(350 * calc(100vw / 390));
    width:calc(350 * var(--sp));
    text-align: justify;
    font-size: calc(16 * calc(100vw / 390));
    font-size: calc(16 * var(--sp));
  }
  .contactPage .formWall{
    margin: calc(28 * calc(100vw / 390)) auto 0;
    margin: calc(28 * var(--sp)) auto 0;
    width:calc(350 * calc(100vw / 390));
    width:calc(350 * var(--sp));
    /* 完了 */
    /* 送信エラー */
  }
    .contactPage .formWall .segmentControl{
      padding: calc(4 * calc(100vw / 390));
      padding: calc(4 * var(--sp));
      height: calc(56 * calc(100vw / 390));
      height: calc(56 * var(--sp));
      border: calc(1 * calc(100vw / 390)) solid #BCCFBC;
      border: calc(1 * var(--sp)) solid #BCCFBC;
      background: #EAF3EA;
      border-radius: calc(50 * calc(100vw / 390));
      border-radius: calc(50 * var(--sp));
      margin-bottom: calc(76 * calc(100vw / 390));
      margin-bottom: calc(76 * var(--sp));
    }
      .contactPage .formWall .segmentControl .segmentBtn{
        font-size: calc(15 * calc(100vw / 390));
        font-size: calc(15 * var(--sp));
      }
      .contactPage .formWall .segmentControl::before{
        width: calc(50% - calc(4 * calc(100vw / 390)));
        width: calc(50% - calc(4 * var(--sp)));
        height: calc(100% - calc(8 * calc(100vw / 390)));
        height: calc(100% - calc(8 * var(--sp)));
        background: #2D6A2D;
        border-radius: calc(50 * calc(100vw / 390));
        border-radius: calc(50 * var(--sp));
        left: calc(4 * calc(100vw / 390));
        left: calc(4 * var(--sp));
      }
    .contactPage .formWall .enTitle{
      margin-bottom: calc(42 * calc(100vw / 390));
      margin-bottom: calc(42 * var(--sp));
    }
      .contactPage .formWall .formInput select,
      .contactPage .formWall .formInput input[type="text"],
      .contactPage .formWall .formInput input[type="date"],
      .contactPage .formWall .formInput input[type="tel"],
      .contactPage .formWall .formInput input[type="email"]{
        height: calc(48 * calc(100vw / 390));
        height: calc(48 * var(--sp));
        line-height: calc(48 * calc(100vw / 390));
        line-height: calc(48 * var(--sp));
        border: calc(1 * calc(100vw / 390)) solid #D9D9D9;
        border: calc(1 * var(--sp)) solid #D9D9D9;
        border-radius: calc(4 * calc(100vw / 390));
        border-radius: calc(4 * var(--sp));
      }
      .contactPage .formWall .formInput textarea{
        border: calc(1 * calc(100vw / 390)) solid #D9D9D9;
        border: calc(1 * var(--sp)) solid #D9D9D9;
        border-radius: calc(4 * calc(100vw / 390));
        border-radius: calc(4 * var(--sp));
        height: calc(120 * calc(100vw / 390));
        height: calc(120 * var(--sp));
      }
      .contactPage .formWall .formBox .title{
        font-size: calc(14 * calc(100vw / 390));
        font-size: calc(14 * var(--sp));
        gap: calc(8 * calc(100vw / 390));
        gap: calc(8 * var(--sp));
        margin-bottom: calc(8 * calc(100vw / 390));
        margin-bottom: calc(8 * var(--sp));
      }
        .contactPage .formWall .formBox .title .hissu{
          font-size: calc(11 * calc(100vw / 390));
          font-size: calc(11 * var(--sp));
          width:calc(32 * calc(100vw / 390));
          width:calc(32 * var(--sp));
          height:calc(18 * calc(100vw / 390));
          height:calc(18 * var(--sp));
          border-radius: calc(2 * calc(100vw / 390));
          border-radius: calc(2 * var(--sp));
        }
        .contactPage .formWall .formBox .title .nini{
          font-size: calc(11 * calc(100vw / 390));
          font-size: calc(11 * var(--sp));
          width:calc(32 * calc(100vw / 390));
          width:calc(32 * var(--sp));
          height:calc(18 * calc(100vw / 390));
          height:calc(18 * var(--sp));
          border-radius: calc(2 * calc(100vw / 390));
          border-radius: calc(2 * var(--sp));
        }
    .contactPage .formWall .formBox + .formBox{
      margin-top: calc(30 * calc(100vw / 390));
      margin-top: calc(30 * var(--sp));
    }
    .contactPage .formWall .enTitle + .formBox{
      border-top: calc(1 * calc(100vw / 390)) solid #CCCCCC;
      border-top: calc(1 * var(--sp)) solid #CCCCCC;
      padding-top: calc(20 * calc(100vw / 390));
      padding-top: calc(20 * var(--sp));
    }
    .contactPage .formWall .radioBox{
      padding: calc(20 * calc(100vw / 390)) 0;
      padding: calc(20 * var(--sp)) 0;
      border-bottom: calc(1 * calc(100vw / 390)) solid #CCCCCC;
      border-bottom: calc(1 * var(--sp)) solid #CCCCCC;
    }
      .contactPage .formWall .radioBox .radioList{
        font-size: calc(14 * calc(100vw / 390));
        font-size: calc(14 * var(--sp));
        gap: 0 calc(40 * calc(100vw / 390));
        gap: 0 calc(40 * var(--sp));
      }
    .contactPage .formWall .radioBox + .radioBox{
      margin-top: 0;
    }
      .contactPage .formWall .errorText .errorShow{
        font-size: calc(13 * calc(100vw / 390));
        font-size: calc(13 * var(--sp));
      }
    .contactPage .formWall .policyBox{
      margin-top: calc(36 * calc(100vw / 390));
      margin-top: calc(36 * var(--sp));
      padding-top: calc(32 * calc(100vw / 390));
      padding-top: calc(32 * var(--sp));
      border-top: calc(1 * calc(100vw / 390)) solid #D9D9D9;
      border-top: calc(1 * var(--sp)) solid #D9D9D9;
    }
      .contactPage .formWall .policyBox .policyTitle{
        font-size: calc(16 * calc(100vw / 390));
        font-size: calc(16 * var(--sp));
      }
      .contactPage .formWall .policyBox .inner{
        margin-top: calc(13 * calc(100vw / 390));
        margin-top: calc(13 * var(--sp));
        padding: calc(12 * calc(100vw / 390));
        padding: calc(12 * var(--sp));
        height: calc(120 * calc(100vw / 390));
        height: calc(120 * var(--sp));
        border: calc(1 * calc(100vw / 390)) solid #D9D9D9;
        border: calc(1 * var(--sp)) solid #D9D9D9;
        border-radius: calc(4 * calc(100vw / 390));
        border-radius: calc(4 * var(--sp));
        background: #fff;
      }
        .contactPage .formWall .policyBox .inner::-webkit-scrollbar{
          width: calc(4 * calc(100vw / 390));
          width: calc(4 * var(--sp));
          background: #EEEEEE;
        }
        .contactPage .formWall .policyBox .inner::-webkit-scrollbar-thumb{
          background-color: #2D6A2D;
          border-radius: calc(7 * calc(100vw / 390));
          border-radius: calc(7 * var(--sp));
        }
        .contactPage .formWall .policyBox .inner .pvPage{
          width: 100%;
        }
          .contactPage .formWall .policyBox .inner .pvPage .toptext{
            width: 100%;
          }
    .contactPage .formWall .antiSocialPolicy{
      border: none;
      margin-top: calc(47 * calc(100vw / 390));
      margin-top: calc(47 * var(--sp));
    }
    .contactPage .formWall .policyLabel{
      margin-top: calc(20 * calc(100vw / 390));
      margin-top: calc(20 * var(--sp));
      font-size: calc(14 * calc(100vw / 390));
      font-size: calc(14 * var(--sp));
    }
      .contactPage .formWall .policyLabel input{
        margin-right: calc(8 * calc(100vw / 390));
        margin-right: calc(8 * var(--sp));
        width: calc(18 * calc(100vw / 390));
        width: calc(18 * var(--sp));
        height: calc(18 * calc(100vw / 390));
        height: calc(18 * var(--sp));
      }
    .contactPage .formWall .submitBtn{
      margin: calc(51 * calc(100vw / 390)) auto 0;
      margin: calc(51 * var(--sp)) auto 0;
      width: calc(240 * calc(100vw / 390));
      width: calc(240 * var(--sp));
      height: calc(52 * calc(100vw / 390));
      height: calc(52 * var(--sp));
      font-size: calc(16 * calc(100vw / 390));
      font-size: calc(16 * var(--sp));
      border-radius: calc(50 * calc(100vw / 390));
      border-radius: calc(50 * var(--sp));
    }
    .contactPage .formWall .sendComplete{
      font-size: calc(16 * calc(100vw / 390));
      font-size: calc(16 * var(--sp));
    }
    .contactPage .formWall .sendError{
      font-size: calc(16 * calc(100vw / 390));
      font-size: calc(16 * var(--sp));
    }
    .contactPage .formWall .loading{
      margin-top: calc(20 * calc(100vw / 390));
      margin-top: calc(20 * var(--sp));
      position: relative;
    }
      .contactPage .formWall .loading::before{
        position: absolute;
        top:50%;
        left:50%;
        margin: calc(-1 * calc(13 * calc(100vw / 390))) 0 0 calc(-1 * calc(13 * calc(100vw / 390)));
        margin: calc(-1 * calc(13 * var(--sp))) 0 0 calc(-1 * calc(13 * var(--sp)));
        width: calc(26 * calc(100vw / 390));
        width: calc(26 * var(--sp));
        height: calc(26 * calc(100vw / 390));
        height: calc(26 * var(--sp));
        border: calc(4 * calc(100vw / 390)) solid #000;
        border: calc(4 * var(--sp)) solid #000;
        border-top-color: #ddd;
      }
/* end */
}