/*--------bace--------*/

body {
    color: #231815;
}


:root {
    --main-black: #231815;
}

:root {
    --titlesize: 32px;
}

:root: {
    --base-shadow: 0px 0px 30px 0px rgba(204, 204, 204, 0.35);
}

a:link {
    text-decoration: none;
    color: #231815;
    transition: color 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: #2B8ABF;
}

.c-section {
    padding-top: 0;
    padding-bottom: 0;
}

.c-fluid-container {
    padding-top: 16px;
}

.l-header__content .c-row--middle {
    align-items: inherit;
}
.c-page-header[data-has-image=true] {
    height: 200px;
}
.c-page-header__title {
    color: #231815;
}

.p-global-nav .c-navbar__item.sm-nav-menu-item-highlight {
    margin-top: -30px;
}

.p-global-nav .c-navbar__item.sm-nav-menu-item-highlight a {
    padding-top: 50px;
    transition: all .3s;
    width: 180px;
}

.p-global-nav .c-navbar__item.sm-nav-menu-item-highlight a:hover {
    opacity: 0.7;
}

/*.p-global-nav .c-navbar__item.sm-nav-menu-item-highlight a span::before {
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    font-size: 15px;
    font-weight: 400;
    margin-right: 4px;
    color: #ffffff;
}
*/
.p-global-nav .c-navbar__submenu {
background: rgba(255, 255, 255, 0.7);
z-index: 1;
}

.c-drawer {
    background-image:linear-gradient(45deg, #2B8ABF, #91d3e8);
    color: #231815;
}

.c-drawer__menu {
    font-size:16px;
    text-align: center;
}

.c-hamburger-btn__bar  {
    background-color: #231815;
}

.p-global-nav .c-navbar__subitem {
    color:#231815;
}

.p-global-nav .c-navbar__subitem:hover>a {
    color: var(--main-color) ;
}

.wp-block-snow-monkey-blocks-btn a {
    padding-top: 16px;
    padding-bottom: 16px;
}

.wp-block-snow-monkey-blocks-btn img {
    max-width: 40px;
}

.p-global-nav {
    color: var(--main-black)
}

.l-header {
    box-shadow: none;
}

.ek-linked-block a.editorskit-block-link {
    margin-top: 0;
}


h1,h2,h3 {
    font-weight: normal;
}


.l-header--sticky-overlay-sm .c-hamburger-btn__bar {
    background-color: #ffffff;
}

.c-hamburger-btn__label {
    color: var(--main-black);
    font-size: 12px !important;
}

.img-hover {
    transition-duration: .4s;
}

.img-hover:hover {
    transform: scale(1.01, 1.01);

}

.mt-0 {
	margin-top:0 !important;
}

.mt-1 {
	margin-top:1rem !important;
}
.mt-2 {
	margin-top:2rem !important;
}
.mt-5 {
	margin-top:5rem !important;
}

.mt-10 {
	margin-top:10rem !important;
}

.mb-0 {
	margin-bottom:0 !important;
}

.mb-1 {
	margin-bottom:1rem !important;
}

.mb-2 {
	margin-bottom:2rem !important;
}

.mb-5 {
	margin-bottom:5rem !important;
}

.mb-10 {
	margin-bottom:10rem !important;
}

.pt-0 {
	padding-top:0 !important;
}
.pt-5 {
	padding-top:5rem !important;
}

.pt-10 {
	padding-top:10rem !important;
}


.pb-2 {
	padding-bottom:2rem !important;
}

.pb-5 {
	padding-bottom:5rem !important;
}

.pb-0 {
	padding-bottom:0 !important;
}

.pb-10 {
	padding-bottom:10rem !important;
}

@media screen and (max-width: 767px) {

.sp-mt-0 {
        margin-top: 0;
}
.mt-1 {
	margin-top:0.5rem !important;
}

.mt-5 {
	margin-top:2.5rem !important;
}

.mt-10 {
	margin-top:5rem !important;
}


.mb-0 {
	margin-bottom:0 !important;
}

.mb-1 {
	margin-bottom:0.5rem !important;
}

.mb-2 {
	margin-bottom:1rem !important;
}

.mb-5 {
	margin-bottom:2.5rem !important;
}

.mb-10 {
	margin-bottom:5rem !important;
}

.pt-0 {
	padding-top:0 !important;
}

.pt-10 {
	padding-top:5rem !important;
}

.pb-5 {
	padding-bottom:2.5rem !important;
}

.pb-0 {
	padding-bottom:0 !important;
}

.pb-10 {
	padding-bottom:5rem !important;
}
}

.gap-1{
    gap: 1rem;
}
.gap-2 {
    gap: 2rem;
}
.gap-3{
    gap: 3rem;
}

.w_30 {
    width: 30% ;
    flex-basis: 30%;
}
.w_35 {
    width: 35% ;
    flex-basis: 35%;
}
.w_40 {
    width: 40% ;
    flex-basis: 40%;
}
.w_50 {
   width: 50%;
   flex-basis: 50%;
}
.w_80 {
   width: 80%;
   flex-basis: 80%;
}
.w_85 {
   width: 85%;
   flex-basis: 85%;
}
.w_350 {
    width: 350px;
}

.no_border .c-row {
    border: none !important;
}

@media screen and (max-width: 767px) {
.w_30 {
    width: 100% ;
    flex-basis: inherit;
}
.w_35 {
    width: 100% ;
    flex-basis: inherit;
}
.w_40 {
    width: 100% ;
    flex-basis: inherit;
}
.w_50 {
   width: 100%;
    flex-basis: inherit;
}
.w_80 {
   width: 100%;
    flex-basis: inherit;
}
.w_85 {
   width: 100%;
    flex-basis: inherit;
}
.w_350 {
    width: 100%;
}
}

@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/*-画像表示-*/
.img-top img {
    object-position:top center;
}

/*-header-*/
.c-site-branding__title .c-row__col:(has).custom-logo {
    
}


/*-英字タイトル-*/
.smb-section__header {
    display: flex;
    gap:0.5rem;
}
#thanks .smb-section__header {
    display: block;

}
.smb-section__subtitle {
	font-family: "Roboto", sans-serif;
	font-size:3rem;
	font-weight:bold;
	line-height:1;
    margin-top:0 !important;
    text-align: left;
    color: #2B8ABF;
    margin-left: 2rem;
}
.smb-section__subtitle:before {
    content: "";
    display: inline-block;
    width: 49px;
    height: 39px;
    background: url(https://jsert.net/jsert20/wp-content/uploads/2025/10/shapes_title_icon_2.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.2rem;
    left: -0.2rem;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .smb-section__header {
    display: block;
}
.smb-section__subtitle {
	font-size:2rem;
}
}



/*-全幅用英字タイトル-*/
#greeting .smb-section__subtitle:before , #access .smb-section__subtitle:before , #committee .smb-section__subtitle:before {
    margin-left: 1.7rem;
}


.smb-section__title {
    text-align: left;
    font-size:1.4rem;
    font-weight: bold;
}
.smb-section__title:after {
    display: none;
}

.l-contents__inner:last-child {
    margin-bottom: 0;
    padding-bottom: var(--_padding3);
}

/*-サイド追従アイコン-*/

#block-13 {
	position: fixed;
	top: 190px;
	right: 2%;
	z-index: 99;
}

#block-13 figure {
    width: 50%;
    transition: all .3s;
}

#block-13 figure:hover {
    transform: scale(1.2,1.2);
}

/*-ボタン類-*/

.smb-btn-wrapper.is-style-text .smb-btn {
    color: #2B8ABF;
    font-weight: bold;
}

.link-shikaku .smb-btn {
    background: none;
    color:#231815;
    border: 1px solid #231815;
    transition: color 0.3s ease;
    padding: 1rem 2rem 1rem 1.5rem;
    border-radius: 0;
}

.link-shikaku .smb-btn:hover {
    color:#2B8ABF;
}

.link-shikaku {
	position: relative;
}

.link-shikaku a::before {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #2B8ABF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	margin: auto;
    transition : 0.5s;
}
.link-shikaku a:hover {
    border: 1px solid #2B8ABF;
    transition: color 0.5s ease;

}
.link-shikaku a:hover::before {
  right: -30px;
  transition : 0.5s;
}

.arrow {
  display: inline-block;
  width: 24px;
  height: 32px;
  background: #000000;
  clip-path: polygon(0 62.4%, 37.5% 62.4%, 37.5% 0, 62.5% 0, 62.5% 62.4%, 100% 62.4%, 50% 100%);
}

.btn_external .smb-btn {
    padding-right: 3rem !important;
}
.btn_external::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('https://jsert.net/jsert20/wp-content/plugins/my-snow-monkey/assets/icon_link_blank.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0;
    padding-right: 4.5rem;
    top: 50%;
    transform: translateY(-50%);

}




/* ★スマホ（〜767px）は縦並びに変更 */
@media (max-width: 767px) {
  .smb-buttons,
  .wp-block-snow-monkey-blocks-buttons {
    flex-direction: column;
  }

}


@media screen and (min-width: 767px) {
    #overview .has-sm-xl-font-size {
        display: block;
    }
#overview .smb-btn__label br {
    display: none;
  }
    }
@media screen and (max-width: 767px) {
    #overview .wp-block-snow-monkey-blocks-buttons {
        display: block;
    }
    #overview .is-layout-flex:has(.smb-btn--wider) {
        display: block;
    }
    #overview .smb-btn--wider {
        display: block;
    }
    #overview .wp-block-snow-monkey-blocks-btn a {
    padding-left: 1rem;
    padding-right: 1rem;
}

}
/*-グラデライン-*/

.gra_line::after {
  content: "";
  background-image: linear-gradient(85deg, #80D2E5, #dfdc79 50%, #9cca85);
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
}

 


/*-メインビジュアル下スクロールバー-*/

.scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8rem;
}

.scrollbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 80px;
  background: #231815;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*コピーライト
.c-copyright--inverse {
    display:  none ;
}*/
.c-copyright--inverse {
    background-color: #231815;
}
.c-copyright--inverse .c-fluid-container {
    padding-top: 0;
}




/*-グリッド2カラムへ-*/
@media screen and (max-width: 480px) {

    .wp-block-snow-monkey-blocks-grid {
        --smb-grid--columns: 2 !Important;
    }
}

/*-tableレスポンシブ-*/
@media only screen and (max-width: 768px) {
    #tablepress-1 {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
}



#btn-cta .c-row {
    align-items: center;
    justify-content: center;
}

#btn-cta {
    position: relative;
}

#btn-cta::before {
    content: "";
    display: block;
    height: 50%;
background-image: linear-gradient(45deg, #ffe6d74d 30%, #70b3de4d 100%);
    width: 40%;
  left: 0%;
  transform: translateX(-50%);
  top:-2rem;
   position:absolute;
}

#btn-cta a {
    margin-top: 2rem !important;
}


#btn-cta .frame-box::before, .frame-box::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

#btn-cta .frame-box::before {
	border-left: solid 2px #000000;
	border-top: solid 2px #000000;
	top: 0;
	left: 0;
}

#btn-cta .frame-box::after {
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	bottom: 0;
	right: 0;
}





.sns-icon img {
    max-width: 20px;
}

.footer-menu .sns-icon {
    margin-top: 0;
    margin-left: 16px;
}

.footer-menu {
    margin-bottom: 40px;
    font-size: 14px;
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu ul li {
    width: 50%;
}

.footer-menu ul li:first-child {
    margin-top: var(--_margin-2);
}

.c-container:has(.mv) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}



/**グラデ**/
.gradation_back {
  background-image: linear-gradient(0deg, #DEF2F8, #ffffff);
}



/**メインビジュアル**/
#mv .c-container {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

/**ナビゲーション**/
#g-menu {
}
#g-menu .smb-section__contents-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
}

#g-menu .wp-block-snow-monkey-blocks-items-item-block-link {
    border-right: 1px solid #231815;
    padding-top: 1rem;
    position: relative;
    transition : 0.5s;
}
#g-menu .wp-block-snow-monkey-blocks-items-item-block-link:last-child {
    border-right: none;
}

#g-menu .wp-block-snow-monkey-blocks-items-item-block-link::after {
  background-color: #231815;
  width: 14px;
  height: 10px;
  clip-path: polygon(0 0,100% 0, 50% 100%);
  content: "";
  position: absolute;
  right: 18%;
    top: 50%;
    transition : 0.5s;
}
#g-menu .wp-block-snow-monkey-blocks-items-item-block-link:hover {
 color:#2B8ABF;
 transition : 0.5s;
}
#g-menu .wp-block-snow-monkey-blocks-items-item-block-link:hover::after {
  background-color: #2B8ABF;
  top: 54%;
  transition : 0.5s;
}


@media screen and (max-width: 767px) {#g-menu .wp-block-snow-monkey-blocks-items-item-block-link {
    border-bottom: 1px solid #231815;
    border-right: 0;
    padding-top: 0.5rem;
    margin-bottom: 0;
}
}





/**ご挨拶**/
#greeting {
    position: relative;
}

#greeting .greeting_photo img {
 height: 50%;
}

/**#greeting .c-row[data-lg-columns="2"] .c-row__col:first-child::before {
    content: "";
    display: inline-block;
    width: 651px;
    height: 712px;
    background: url(https://jsert.net/jsert20/wp-content/uploads/2025/10/shapes_1.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -15rem;
    z-index: 0;
    mix-blend-mode: multiply;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    left: -9rem;
}

#greeting .c-row[data-lg-columns="2"] .c-row__col:last-child::after {
    content: "";
    display: inline-block;
    width: 392px;
    height: 480px;
    background: url(https://jsert.net/jsert20/wp-content/uploads/2025/10/shapes_2.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -2rem;
    right: -8%;
    z-index: 0;
    mix-blend-mode: multiply;
    background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
}**/

#greeting .c-row {
    align-items:stretch;
    --_item-width:100%;
    gap: 3.9rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
#greeting .c-row[data-lg-columns="2"] .c-row__col:first-child {
    flex-basis: 65%;
    padding-left: 1rem;
}
#greeting .c-row[data-lg-columns="2"] .c-row__col:last-child {
    flex-basis: 30%;
}
#greeting .c-row[data-lg-columns="2"] .c-row__col:last-child img {
    position: relative;
    z-index: 1;

}

@media screen and (min-width: 768px) and (max-width: 1277px) {
    #greeting .c-row {
    gap: 0;
    justify-content: space-between;
}
#greeting .c-row[data-lg-columns="2"] .c-row__col:last-child {
    flex-basis: 35%;
}
}

@media screen and (max-width: 767px) {
    #greeting {
    padding-top: 9rem;
    }
    #greeting .c-row {
    gap: 3.9rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    display: block;
}

}


/**概要**/

/**#projects::before , #overview::before {
    content: "";
    display: inline-block;
    width: 391px;
    height: 186px;
    background: url(https://jsert.net/jsert20/wp-content/uploads/2025/10/shapes_3.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.8rem;
    right: -8%;
    z-index: 1;
    mix-blend-mode: multiply;
}**/
#overview .smb-section__header{
    margin-left: -1.5rem;
}
#overview .c-row {
    align-items:stretch;
    --_item-width:100%;
    gap: 3.9rem;
    border-bottom: 1px #707070 dashed;
    margin-bottom: 1rem;
}
#overview .c-row[data-lg-columns="2"] .c-row__col:first-child {
    flex-basis: 25%;
    padding-left: 0;
}
#overview .c-row[data-lg-columns="2"] .c-row__col:last-child {
    flex-basis: 70%;
    padding-top: 1rem;
}
#overview .wp-block-snow-monkey-blocks-items-item-free {
    margin-bottom:3rem;
}
#overview .wp-block-snow-monkey-blocks-items {
    margin-top: 3rem;
}

#overview h4 {
    background-image: linear-gradient(90deg, #2B8ABF, #91d3e8);
    border-radius: 0 50px 50px 0;
    padding: 1rem;
    color: #ffffff;
    font-size: 1.14rem;
}

@media screen and (min-width: 768px) and (max-width: 1277px) {
    #overview .c-row {
    gap: 0;
    justify-content: space-between;
}
}

@media screen and (max-width: 767px) {
    #overview .c-container .c-row>.c-row__col {
        padding-left: 0;
        padding-right: 0;
    }
    #overview .c-row {
display: block;
border: none;
    }
    #overview .wp-block-snow-monkey-blocks-items-item-free {
        margin-bottom: 1.5rem;
    }
    #overview .c-row[data-lg-columns="2"] .c-row__col:last-child {
        padding-top: 0;
    }

}

/*-委員会-*/
#committee {
    background-color: #F0F9FC;
    }

#committee .c-row {
    position: relative;
    margin-bottom: 1rem;
}

#committee .c-row .c-row__col:nth-child(2) , #committee .c-row__col:nth-child(3) {
    border-bottom: 1px #707070 solid;

    padding-bottom: 1rem;
}
#committee .c-row .c-row__col {
    margin-bottom: 1rem;
}
#committee .c-row .c-row__col.color_line::after {
content: "";
    display: block;
    height: 10px;
    background: -webkit-linear-gradient(90deg, #2B8ABF 0%, #80D2E5 87.96%);
    background: linear-gradient(90deg, #2B8ABF 0%, #80D2E5 87.96%);
    width: 33%;
    left: 0;
    bottom: 0.7rem;
    z-index: 1;
    position: absolute;
}

@media screen and (max-width: 767px) {
    #committee {
        padding-top: 4rem;
        margin-top: 0;
    }
.sp-mt-0 h4 {
    margin-top: 0 !important;
}
    #committee h4 {
        margin-top: 3rem;
        margin-bottom: 1rem;
          padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #2B8ABF;
    }
    #committee .c-row {
        margin-bottom: 0;
        width: 100%;
        margin: 0 auto;
    }
        #committee .c-row .c-row__col.color_line::after {
content: "";
    display: block;
    height: 0px;
}
    #committee .c-row .c-row__col.wp-block-snow-monkey-blocks-items-item-free:nth-child(2)  {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
}
    #committee .c-row .c-row__col.wp-block-snow-monkey-blocks-items-item-free {
        padding-left: 0;
    }
    #committee .wp-block-snow-monkey-blocks-items , #committee .wp-block-snow-monkey-blocks-items-item-free {
        margin-top: 0;
    }
    #committee .c-row .wp-block-snow-monkey-blocks-items-item-free:last-child {
        margin-bottom: 0rem;
    }
    #committee .c-container .c-container {
padding-left: 0;
padding-right: 0;
}
}


/**プログラム・抄録集**/

#program::before {
    content: "";
    display: inline-block;
    width: 1430px;
    height: 697px;
    background: url(https://jsert.net/jsert20/wp-content/uploads/2025/10/back_grade_blue-scaled.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -4rem;
    right: 0;
    z-index: -1;
}

#program .smb-section__body , #thanks .smb-section__body {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(151, 209, 240, 0.6);
    padding: 4rem 1rem;
    margin-top: 5rem;
    }
@media screen and (max-width: 767px) {
    #program {
        margin-top: 4rem !important;
    }
    #program::before {
    right: -70%;
}
    #program .smb-section__body {
        padding-left:2rem;
        padding-right: 2rem;
    }
    #program .has-text-align-center {
        text-align: left;
    }

  /* ボタン自体を横幅100%に */
  #program .smb-buttons>.smb-btn-wrapper , #program .link-shikaku .smb-btn {
  width: 100%;
}
.wp-container-snow-monkey-blocks-buttons-is-layout-ca87043d {
    gap:2rem !important;
}
    }


/**各種企画**/

#projects .c-row {
    align-items:stretch;
    --_item-width:100%;
    gap: 3.9rem;
    border-bottom: 1px #707070 solid;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
#projects .c-row .c-row__col {
    margin-bottom: 1rem;
}
#projects .c-row[data-lg-columns="2"] .c-row__col:first-child {
    flex-basis: 13%;
    padding-left: 1rem;
    max-width: 100%;
}
#projects .c-row[data-lg-columns="2"] .c-row__col:last-child {
    flex-basis: 82%;
    max-width: 100%;
}


#projects .c-row {
    position: relative;
}

#projects .c-row[data-lg-columns="2"] .c-row__col:first-child:after {
content: "";
    display: block;
    height: 10px;
    background: -webkit-linear-gradient(90deg, #2B8ABF 0%, #80D2E5 87.96%);
    background: linear-gradient(90deg, #2B8ABF 0%, #80D2E5 87.96%);
    width: 13%;
    left: 0;
    bottom: -5px;
    z-index: 1;
    position: absolute;
}

.no_border .c-row[data-lg-columns="2"] .c-row__col:first-child:after {
    content: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #projects .c-row {
    gap: 0;
    justify-content: space-between;
}
}
@media screen and (max-width: 767px) {
    #projects .c-row {
        display: block;
        border: none;
        width: 100%;
        margin: 0 auto;
    }
    #projects .c-row h4 {
    border-bottom: 1px #707070 solid;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
#projects h4:after {
content: "";
    display: block;
    height: 10px;
    background: -webkit-linear-gradient(90deg, #2B8ABF 0%, #80D2E5 87.96%);
    background: linear-gradient(90deg, #2B8ABF 0%, #80D2E5 87.96%);
    width: 30%;
    left: 0;
    bottom: -5px;
    z-index: 1;
    position: absolute;
}
#projects .c-row[data-lg-columns="2"] .c-row__col:first-child:after {
content: "";
    display: none;
}
    #projects .c-container .c-row>.c-row__col {
        padding-left: 0;
        padding-right: 0;
    }
    
    #projects .c-row[data-lg-columns="2"] .c-row__col:first-child {
    flex-basis: 100%;
    padding-left: 0;
    
}
#projects .c-container .c-container {
padding-left: 0;
padding-right: 0;
}

}



/**アクセス**/
#access {
}

#access iframe {
    width: 100%;
}


/**thanks**/

#thanks::before {
    content: "";
    display: inline-block;
    width: 1430px;
    height: 697px;
    background: url(https://jsert.net/jsert20/wp-content/uploads/2025/10/back_grade_blue-scaled.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -2.5rem;
    left: 30%;
    z-index: -1;
}
#thanks .smb-section__subtitle:before {
    content: none;
}
/**    #thanks .smb-section__subtitle:before {
    content: "";
    display: inline-block;
    width: 69px;
    height: 59px;
    background: url(https://jsert.net/jsert20/wp-content/uploads/2025/10/shapes_title_icon_2.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 28%;
    z-index: 1;
}
    
#thanks .smb-section__subtitle::after {
    content: "";
    display: inline-block;
    width: 69px;
    height: 59px;
    background: url(https://jsert.net/jsert20/wp-content/uploads/2025/10/shapes_title_icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -1rem;
    right: 28%;
    z-index: 1;
}
    **/
#thanks .wp-block-snow-monkey-blocks-items {
    background-color: #ffffff;
    padding: 2rem 2rem;
}

#thanks .smb-section__header .smb-section__subtitle {
    text-align: center !important;
}
#thanks .smb-section__subtitle {
    position: relative
}
@media screen and (max-width: 767px) {
#thanks .smb-section__subtitle {
    margin-left: 0;
}
#thanks .wp-block-snow-monkey-blocks-items {
    padding: 0rem 2rem;
}
#thanks .c-row>.c-row__col {
    margin-bottom: 1rem;
}

}

/**最後の挨拶文**/
.l-footer-widget-area {
    padding-top: 0 !important;
    padding-bottom: 0 !important;

}

#last-greeting::before {
    content: "";
    display: inline-block;
    width: 292px;
    height: 380px;
    background: url(https://jsert.net/jsert20/wp-content/uploads/2025/11/img_back_01.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -5rem;
    z-index: 0;

}


#last-greeting::after {
    content: "";
    display: inline-block;
    width: 400px;
    height: 400px;
    background: url(https://jsert.net/jsert20/wp-content/uploads/2025/11/img_back_01.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top:-2rem;
    z-index: 0;
        transform: rotate(-0.25turn);
    transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
    #last-greeting::before {
    bottom: -7rem;
    left: -2rem;
}

    #last-greeting::after {
    width: 200px;
    top:-5rem;
    right: -2rem
}
#last-greeting .has-text-align-center {
    text-align: left;
}
.l-footer-widget-area .c-row {
    width: 100%;
    margin: 0 auto;
}
.l-footer-widget-area__item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#last-greeting .smb-section__inner[class*=is-content-justification-]>.c-container {
    display: block;
}
#last-greeting .smb-items--glue {
    margin-top: 0.5rem;
}
#last-greeting .w_85 .wp-block-snow-monkey-blocks-items-item-free {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
} 
 }   

.l-footer {
    border: none;
}





/**下層スライド**/
.slider {
    background-image: linear-gradient(90deg, #2B8ABF, #91d3e8);
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.metaslider.ms-theme-databold .flexslider .flex-direction-nav li a {
    width: 30px !important;
    height: 35px !important;
}
.metaslider.ms-theme-databold .flexslider .flex-direction-nav li a.flex-prev {
    left: -1.8rem !important;
}
.metaslider.ms-theme-databold .flexslider .flex-direction-nav li a.flex-next {
    right: -1.8rem !important;
}
#metaslider-id-585 .flexslider .flex-direction-nav li a {
    background-color: initial !important;
}


/**下層ページ**/
.page-id-472 .smb-section__subtitle , .page-id-470 .smb-section__subtitle {
    margin-left: 0;
}



/**プログラムボックス出現と共に削除する部分**/
@media screen and (max-width: 767px) {
    #program .has-text-align-center {
        text-align: center;
    }
    }

    #program::before {
    width: 1030px;
    height: 457px;
}
@media screen and (min-width: 767px) {

        #program::before {
    left: -10rem;
}
    }

/**speccial thanks背景調整**/
    #thanks::before {
    height: 550px;
    left: 50%;
}