@charset "UTF-8";

.e-imgtxtSet_main .block-editor-default-block-appender {
  clear: none;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.wp-block-post-content{}

.editor-styles-wrapper{
  background: #f6f8fa;
}
.wp-block-post-content .e-spacer{
    background: #9f3b3b5e;  
}
.wp-block-post-content .e-spacer.size1:before{
  content: "(L)Spacer";
}
.wp-block-post-content .e-spacer.size2:before{
  content: "(M)Spacer";
}
.wp-block-post-content .e-spacer.size3:before{
  content: "(S)Spacer";
}


.l-editor_inner *:first-child{
  margin-top: 0 !important;
}


.l-editor_inner *:last-child{
  margin-bottom: 0 !important;
}


:not(.l-editor_inner) > h1.wp-block-heading,
:not(.l-editor_inner) > h2.wp-block-heading,
:not(.l-editor_inner) > h3.wp-block-heading,
:not(.l-editor_inner) > h4.wp-block-heading,
:not(.l-editor_inner) > h5.wp-block-heading,
:not(.l-editor_inner) > h6.wp-block-heading{
  margin-top: 0 !important;  
}


h1.wp-block-heading + *,
h2.wp-block-heading + *,
h3.wp-block-heading + *,
h4.wp-block-heading + *,
h5.wp-block-heading + *,
h6.wp-block-heading + *{
  margin-top: 0 !important;
}  

.e-news,
.e-boxSet,
.e-slideSet,
.e-imgtxtSet,
.e-imgbtnSet,
.e-linkSet,
.e-imgSet,
.e-btnSet{
  margin-top: 100px;
  margin-bottom: 100px;
}

.e-historySet,
.wp-block-buttons,
.e-eventSet,
.wp-block-flexible-table-block-table,
ol.wp-block-list,
ul.wp-block-list,
.editor p{
  margin-top: 30px;
  margin-bottom: 30px;
}

.e-spacer + *{
  margin-top: 0 !important;
}
*:has(+ .e-spacer) {
  margin-bottom: 0 !important;
} 

.e-spacer{
  display: block;
}

.e-spacer.size1{
  height: 100px;
}
.e-spacer.size2{
  height: 60px;
}
.e-spacer.size3{
  height: 30px;
}




.h1-wp-block-heading,
h1.wp-block-heading{
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 63px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.h1-wp-block-heading:before,
h1.wp-block-heading:before {
    content: "";
    z-index: 1;
    position: absolute;
    background: url(../img/common/icon_ttl1.svg) 0 0 no-repeat;
    background-size: contain;
    width: 37px;
    height: 20px;
    top: -23px;
    left: -29px;
}

h2.wp-block-heading{
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
    margin-top: 64px;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 300;
    padding: 0 0 0 29px;
}
h2.wp-block-heading:before{
    content: "";
    z-index: 1;
    position: absolute;
    width: 5px;
    background: #036EB8;
    top: 0;
    bottom: -5px;
    left: 0;
}
h3.wp-block-heading{
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 40px;
  margin-top: 60px;
}
h3.wp-block-heading:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #DDE3E9;
  height: 2px;
  bottom: 0;
  right:0;
  left: 0;
}
h3.wp-block-heading:after{
  content: "";
  z-index: 2;
  position: absolute;
  background: #036EB8;
  height: 2px;
  bottom: 0;
  left: 0;
  width: 100px;
}

h4.wp-block-heading{
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 19px 20px;
  background: #EAF3FA;
  border-radius: 10px;
  margin-bottom: 40px;
  margin-top: 54px;
  
}

h5.wp-block-heading{
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  font-weight: 300;
  padding: 0 0 0 24px;
  margin-top: 35px;
  margin-bottom: 28px;
}

h5.wp-block-heading:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #036EB8;
  width: 10px;
  height: 3px;
  top: 10px;
  left: 0;
}
h6.wp-block-heading{}

.editor p{}

.editor p:after {
    display: block;
    content: "";
    clear: both;
}

ul.wp-block-list{
  list-style: none;
  padding: 0;
  line-height: 1.8;
}

ul.wp-block-list li{
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
  padding: 0 0 0 21px;
}
ul.wp-block-list li + li{
  margin-top: 9px;
}
ul.wp-block-list li:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #036EB8;
  width: 6px;
  height: 6px;
  top: 12px;
  left: 7px;
  border-radius: 100px;
}


ul.wp-block-list.come{
  font-size: var(--f14);
}
ul.wp-block-list.come li{
    padding: 0 0 0 1.8rem;  
}
ul.wp-block-list.come li:before{
  content: "※";
  z-index: 1;
  position: absolute;
  background: none;
  width: auto;
  height: auto;
  top: 0;
  left: 0rem;

}

ol.wp-block-list{
  padding-left: 0;
  list-style: none;
  counter-reset: li 0;
  line-height: 1.8;
}
ol.wp-block-list li{
  position: relative;
  z-index: 1;
  padding: 0 0 0 23px;
}
ol.wp-block-list li + li{
  margin-top: 9px;
}

ol.wp-block-list li:before{
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  z-index: 1;
  top: 1px;
  right: calc(100% - 20px);
  color: #036EB8;
  font-family: var(--font-family-en);
 }

.wp-block-button__link{
    display: inline-flex;
    border-radius: 100px;
    overflow: hidden;
    background: #036EB8;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 7px 60px 7px 27px;
    min-height: 60px;
    min-width: 249px;
    font-weight: 400;
    overflow: hidden;
}
.wp-block-button__link:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #d2f0ff 0, #58c8ff 50.48%, #298eff 100%);
    transform-origin: 100% 0;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);

}



.wp-block-button__link .c-arrow {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto !important;
}
.wp-block-button.back .c-arrow{
      transform: scale(-1, 1);
}

.wp-block-button.back .wp-block-button__link:before{
  left: auto;
  right: 0;
    transform-origin: 0 0;
}



.wp-block-button:not(.-w){
    border: none;
}
.wp-block-button:not(.-w) .c-arrow.-arrow2:after{
    display: none;
}


/* hover */
@media (hover: hover) and (pointer: fine) {
    .wp-block-button__link:hover:before{
        transform-origin: 0 0;
        transform: scaleX(1);
    }
    .wp-block-button.back .wp-block-button__link:hover:before{
        transform-origin: 100% 0;
        transform: scaleX(1);
    }

    .wp-block-button:not(.-w):hover .c-arrow.-arrow2{
        background: #fff;
        border-color: #fff;
    }

}


.wp-block-flexible-table-block-table{}



.has-fixed-layout table{
    width: 100%;
    margin-top: 5.6rem;
    margin-bottom: 5.6rem;
}
.has-fixed-layout td,
.has-fixed-layout th{
    border: 1px solid var(--color-gray2) !important;
    line-height: var(--line-height-min);
    padding: 14px 21px !important;
  }
  .has-fixed-layout th{
    background: #EAF3FA !important;
}


.editor blockquote{
  padding: 4rem;
  background: rgba(19, 22, 45, 0.03);
    margin-top: 5.6rem;
    margin-bottom: 5.6rem;  
}

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

.e-imgSet{
  display: grid;
  gir;
  gap: 60px 4%;
  /* margin: 60px 0; */
}
.e-imgSet.-col1{
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  width: 82.89%;
}
.e-imgSet.-col2{
  grid-template-columns: 1fr 1fr;
}
.e-imgSet.-col3{
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 4%;
}
.e-imgSet_box{}
.e-imgSet_img{
  aspect-ratio: 565 / 360;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}


.e-imgSet_img.-move{
  aspect-ratio: 565 / 317;
  position: relative;
  z-index: 1;
  border-radius: 0;
}
.e-imgSet_img.-move iframe{position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;}

.e-imgSet_img .c-arrow{
  position: absolute;
  z-index: 5;
  bottom: 20px;
  right: 22px;
}

.e-imgSet_ttl{
    font-size: 20px;
    line-height: 1.5;
    margin-top: 21px !important;
    margin-bottom: 10px !important;
}
.e-imgSet_mes{
    font-size: 14px;
    margin-top: 20px !important;
}
.e-imgSet_ttl + .e-imgSet_mes{
    margin-top: 0px !important;
}

.e-imgSet_img_ttl{
  padding: 19px 65px 19px 20px;
  position: absolute;
  z-index: 5;
  left: 0px;
  right: 0;
  bottom: 0;
  background: rgba(74, 182, 255, 0.8);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin: 0;
}
.e-imgSet_img_ttl .c-arrow{
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto !important;
}
.e-imgSet_links{
    margin-top: 31px;
    display: grid;
    gap: 10px 0;
}
.e-imgSet_links_li{
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 !important;
}
.e-imgSet_links_li a{
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 46px 0 0;
}
.e-imgSet_links_li .c-arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto !important;
}



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

.e-linkSet{
  display: grid;
  gap: 30px 4%;
}
.e-linkSet.-col1{
  grid-template-columns: 1fr;
}
.e-linkSet.-col2{
  grid-template-columns: 1fr 1fr;
}
.e-linkSet.-col3{
  grid-template-columns: 1fr 1fr 1fr;
}
.e-linkSet.-col4{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.e-linkSet a{
  display: block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  padding: 21px 18px 21px 0;
}
.e-linkSet span{
  display: block;
}
.e-linkSet span:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
  transform: rotate(45deg);
}

.e-linkSet a[href^="#"] span:before{
  transform: rotate(135deg);
  right: 3px;
}
.e-linkSet a[target="_blank"] span:before{
    content: "";
    background: url(../img/common/icon_blank.svg) 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    width: 12px;
    height: 12px;
    transform: rotate(0deg);
    border: none;
}

.e-linkSet a[href$=".xlsx" i] span:after,
.e-linkSet a[href$=".xls" i] span:after,
.e-linkSet a[href$=".pdf" i] span:after{
    content: "PDF";
    display: inline-block;
    background: #C0D0DF;
    font-weight: 400;
    margin-left: 4px;
    color: #fff;
    font-size: 13px;
    width: auto;
    height: auto;
    top: -1px;
    padding: 2px 5px;
    line-height: 1;
}
.e-linkSet a[href$=".xlsx" i] span:after,
.e-linkSet a[href$=".xls" i] span:after {
  content: "Excel";
}

.e-linkSet a[href$=".xlsx" i] span:before,
.e-linkSet a[href$=".xls" i] span:before,
.e-linkSet a[href$=".pdf" i] span:before{
    background: url(../img/common/icon_dw.svg) 0 0 no-repeat;
    width: 13px;
    height: 13px;
}


.e-linkSet a:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #DDE3E9;
  height: 1px;
  bottom: 0;
  right:0;
  left: 0;
}
.e-linkSet a:after{
  content: "";
  z-index: 2;
  position: absolute;
  background: #036EB8;
  height: 1px;
  bottom: 0;
  left: 0;
  width: 20px;
}

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

.e-btnSet{
  display: grid;
  gap: 60px 3.3%;
}
.e-btnSet.-col1{
  grid-template-columns: 1fr;
}
.e-btnSet.-col2{
  grid-template-columns: 1fr 1fr;
}
.e-btnSet.-col3{
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 3.3%;
}
.e-btnSet.-col4{
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 3.3%;
}
.e-btnSet a{
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--color-gray2);
    line-height: 1.5;
    display: flex;
    align-items:center;
    padding: 8px 57px 8px 26px;
    min-height: 90px;
    position: relative;
    z-index: 1;
}
.e-btnSet a .c-arrow{
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto !important;
}


@media only screen and (max-width: 950px) {
    .e-btnSet br{
      display: none;
    }
}



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

.e-imgbtnSet{
  display: grid;
  gap: 0px 4%;
}
.e-imgbtnSet.-col1{
  grid-template-columns: 1fr;
}
.e-imgbtnSet.-col2{
  grid-template-columns: 1fr 1fr;
}
.e-imgbtnSet.-col3{
  grid-template-columns: 1fr 1fr 1fr;
}
.e-imgbtnSet.-col4{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.e-imgbtnSet a{
    display: flex;
    align-items:center;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid var(--color-gray2);
    padding: 19px 0;
}

.e-imgbtnSet a:nth-child(2),
.e-imgbtnSet a:nth-child(1){
    border-top: 1px solid var(--color-gray2);  
}

.e-imgbtnSet a .c-arrow{
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto !important;
}
.e-imgbtnSet_img{
  aspect-ratio: 10 / 10;
  overflow: hidden;
  /* border-radius: 10px; */
  width: 37.5%;
  margin-right: 5.4%;
}
.e-imgbtnSet_main{
    flex: 1;
    line-height: 1.5;
    padding-right: 45px;
}
.e-imgbtnSet_ttl{
    font-size: 20px;
    margin: 0 !important;
}
.e-imgbtnSet_mes{
    font-size: 14px;
    margin-top: 14px !important;
}


/* ----------------- */
.e-imgtxtSet{}

.e-imgtxtSet:after {
   content: "";
   display: block;
   clear: both;
}

.e-imgtxtSet_head{
  width: 48%;
}
.e-imgtxtSet_head.-left{
  float: left;
  margin-right: 4%;
  margin-bottom: 21px;
}
.e-imgtxtSet_head.-right{
  float: right;
  margin-left: 4%;
  margin-bottom: 39px;
}

.e-imgtxtSet_img{
  aspect-ratio: 565 / 360;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.e-imgtxtSet_main{}


.e-imgtxtSet_main h1,
.e-imgtxtSet_main h2,
.e-imgtxtSet_main h3,
.e-imgtxtSet_main h4,
.e-imgtxtSet_main h5,
.e-imgtxtSet_main h6{
  display: flex;
}

/* ----------------- */
.e-boxSet{
  padding: 40px;
  background: #EAF3FA;
  border-radius: 10px;

}
.e-boxSet.-w{
  background: #FFFFFF;
  border: 1px solid #E5E9ED;


}
/* ----------------- */

.e-slideSet{}
.e-slideSet_inner{
  position: relative;
  z-index: 1;
    margin-left: auto;
    margin-right: auto;
    width: 82.89%;  
}
.e-slideSet_btn{}
.e-slideSet-prev{
  position: absolute;
  z-index: 5;
  top: 50%;
  left: -75px;
  transform: translate(0px, -50%) scale(-1,1);
}
.e-slideSet-next{
  position: absolute;
  z-index: 5;
  top: 50%;
  right: -75px;
  transform: translate(0px, -50%);
  margin: 0 !important;
}
.e-slideSet_main{
    overflow: hidden;
    border-radius: 10px;
}
.e-slideSet_list{}
.e-slideSet_list li{}
.e-slideSet_list figure{
    aspect-ratio: 980 / 540;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden; 
}


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

.e-slideSet_data{
    margin-left: auto;
    margin-right: auto;
    width: 66.11%;
    margin-top: 21px;
}
.e-slideSet_navi{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 2.5%;
}
.e-slideSet_navi a{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items:center;
  justify-content:center;
  position: relative;
  z-index: 1;
  padding: 5px 0px;
  min-height: 47px;
}
.e-slideSet_navi a:before{
  content: "";
  z-index: 1;
  position: absolute;
  
  background: #E5E9ED;

  height: 4px;
  bottom: 0;
  right:0;
  left: 0;
  border-radius: 10px;
}
.e-slideSet_navi a.active:before{
  background: #00264B;
}

.e-slideSet_navi .active{}
.e-slideSet_mes{
    margin-top: 18px;
    font-size: 14px;
}
.e-slideSet_mes .li{
    display: none;
}
.e-slideSet_mes .active{
    display: block;
}

/* ----------------- */
.e-historySet{
}
.e-historySet_box{
  display: flex;
  align-items:flex-start;

  position: relative;
  z-index: 1;
  padding-bottom: 33px;
}
.e-historySet_box:before{
  content: "";
  z-index: 1;
  position: absolute;
  opacity: 0.3;
  background: #00264B;
  width: 1px;
  top: 20px;
  bottom: -20px;
  left: 122px;
}

.e-historySet_box:after{
  content: "";
  z-index: 1;
  position: absolute;
  width: 7px;
  height: 7px;
  left: 115px;
  top: 8px;
  background: #00264B;
  border: 4px solid #F6F8FA;
  border-radius: 100px;
}
.e-historySet_box:last-child:before{
  background: #036EB8;
  bottom: 0;
}
.e-historySet_box:last-child{
  padding-bottom: 40px;
}

.e-historySet_head{
  color: #036EB8;
  line-height: 1;
  width: 157px;
  display: flex;
  align-items:center;
  margin: 0 !important;
}
.e-historySet_yyyy{
  font-size: 30px;
}
.e-historySet_y{
    font-weight: 500;
    margin-left: 4px;
}
.e-historySet_main{
  display: grid;
  grid-template-columns: 52px 1fr;
  flex: 1;
  gap: 5px 0;
  margin-top: -2px;
}
.e-historySet_main dt{
  color: #036EB8;
  font-weight: 500;
}
.e-historySet_main dd{}
/* ----------------- */

.e-eventSet{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 58px 5%;
}
.e-eventSet_box{
  display: flex;
  align-items:flex-start;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  padding-top: 30px;
}
.e-eventSet_box:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #DDE3E9;
  bottom: 0;
  right: 0;
  left: 140px;
  height: 1px;
}

.e-eventSet_box:after{
  content: "";
  z-index: 1;
  position: absolute;
  background: #036EB8;
  top: 85px;
  bottom: -85px;
  left: 54px;
  width: 3px;
}
.e-eventSet_box:last-child:after{
  display: none;
}
.e-eventSet_box:first-child{
  padding-top: 0;
}


.e-eventSet_head{
  background: #DEEFFB;
  width: 110px;
  height: 109px;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items:center;
  line-height: 1;
  color: #036EB8;
  border-radius: 100px;
  margin-right: 32px;
  position: relative;
  z-index: 5;
}
.e-eventSet_dd{
  font-size: 48px;
  font-weight: 100;
}
.e-eventSet_d{
  font-size: 20px;
  position: relative;
  z-index: 1;
  top: -2px;
}
.e-eventSet_en{
  font-size: 14px;
  display: block;
  text-align: center;
}
.e-eventSet_main{
    flex: 1;
    margin-right: 30px;
}
.e-eventSet_imgs{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 53%;
  gap: 20px;
}
.e-eventSet_img{
    aspect-ratio: 565 / 360;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;  
}


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


/*　おしらせ
---------------------------------------------------------*/

.e-news{
    display: flex;
    gap: 0 20px;  
}
.e-news_head{
    width: 24%;  
}
.e-news_main{
  flex: 1;  
}


.e-news_cat{
    display: grid;
    gap: 10px 0;
}
.e-news_cat a{
    background: #FFFFFF;
    border: 1px solid var(--color-gray2);
    border-radius: 200px;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    padding: 7px 19px;
    min-height: 38px;
}

.e-news_cat a.active{
  background: #026eb8;
  color: #fff;
}

.e-news_list{}
.e-news_list li{
    border-bottom: 1px solid var(--color-gray2);    
}
.e-news_list a{
    display: flex;
    padding: 17px 0;
    align-items: center;
    position: relative;
    z-index: 1;
}
.e-news_list a:before{
  content: "";
  z-index: -1;
  position: absolute;
  background: #fff;
  top:0;
  bottom: 0;
  right: -1rem;
  left: -1rem;
   opacity: 0; 

  transition: opacity var(--duration-main) var(--easing-opacity);

}
.e-news_list .c-arrow{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto !important;
}

.e-news_list_img{
    aspect-ratio:  195/120;
    width: 22.3%;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 36px;
}
.e-news_list_main{
    flex: 1;
    display: grid;
    gap: 7px 0;
}
.e-news_list_head{
    display: flex;
    align-items:center;    
}
.e-news_list_date{
    font-size: 14px;
    opacity: 0.5;
    margin-right: 22px;
}
.e-news_list_cat{
    background: #DEEFFB;
    color: var(--color-blue2);
    border-radius: 50px;
    font-size: 11px;
    padding: 1px 15px;
}
.e-news_list_ttl{
    line-height: var(--line-height-min);
}

.e-news_list_btn{
    text-align: right;
    margin-top: 50px;  
}


@media only screen and (max-width: 950px) {
    .e-news{
        display: grid;
    }
    .e-news_head{
    width: auto;
    margin-bottom: 20px;
}
    .e-news_head .e-news_cat {
        max-width: none;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}



/* hover --------------------------------------- */


@media (hover: hover) and (pointer: fine) {

  .e-news_cat a:hover{
      background: #036eb8;
      color: #fff;
  }

  .e-news_list a:hover:before{
     opacity: 1; 
  }

}


/* sp --------------------------------------- */

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


  .wp-block-post-content{}
  .editor-styles-wrapper{}
  .l-editor_inner *:first-child{}
  .l-editor_inner *:last-child{}
  :not(.l-editor_inner) > h1.wp-block-heading,
  :not(.l-editor_inner) > h2.wp-block-heading,
  :not(.l-editor_inner) > h3.wp-block-heading,
  :not(.l-editor_inner) > h4.wp-block-heading,
  :not(.l-editor_inner) > h5.wp-block-heading,
  :not(.l-editor_inner) > h6.wp-block-heading{}
  h1.wp-block-heading + *,
  h2.wp-block-heading + *,
  h3.wp-block-heading + *,
  h4.wp-block-heading + *,
  h5.wp-block-heading + *,
  h6.wp-block-heading + *{}  
  .e-news,
  .e-boxSet,
  .e-slideSet,
  .e-imgtxtSet,
  .e-imgbtnSet,
  .e-linkSet,
  .e-imgSet,
  .e-btnSet{
    margin-top: 5rem;
    margin-bottom: 5rem;
    /* gap: 5rem 4%; */
  }
  .e-historySet,  
  .wp-block-buttons,
  .e-eventSet,
  .wp-block-flexible-table-block-table,
  ol.wp-block-list,
  ul.wp-block-list,
  .editor p{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

  .e-spacer{}

  .e-spacer.size1{
    height: 5rem;
  }
  .e-spacer.size2{
    height: 4rem;
  }
  .e-spacer.size3{
    height: 3rem;
  }



  .h1-wp-block-heading,
  h1.wp-block-heading{
    font-size: 3rem;
    margin-bottom: 3rem;
    margin-top: 6rem;
}
  .h1-wp-block-heading:before,
  h1.wp-block-heading:before {
    width: 3.5rem;
    height: 1.6rem;
    top: -2.6rem;
    left: 0rem;
}
  h2.wp-block-heading{
    font-size: 2.4rem;
    padding: 0 0 0 1.9rem;
    margin-bottom: 3rem;
    margin-top: 4rem;
}
  h2.wp-block-heading:before{
    width: 4px;
}
  h3.wp-block-heading{
    font-size: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    margin-top: 3rem;
}
  h3.wp-block-heading:before{}
  h3.wp-block-heading:after{
    width: 6rem;
}
  h4.wp-block-heading{
    font-size: 1.8rem;
    margin-bottom: 2rem;
    margin-top: 3rem;
    padding: 1.3rem 1.5rem;
}
  h5.wp-block-heading{
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1.2rem;
    padding: 0 0 0 2.4rem;
}
  h5.wp-block-heading:before{
    width: 1rem;
    top: 1rem;
}
  h6.wp-block-heading{}
  .editor p{}
  .editor p:after {}
  ul.wp-block-list{}
  ul.wp-block-list li{
    padding: 0 0 0 2.1rem;
}
  ul.wp-block-list li + li{
    margin-top: .9rem;
}  
  ul.wp-block-list li:before{
    width: .6rem;
    height: .6rem;
    top: 1.1rem;
    left: .7rem;
}
  ul.wp-block-list.come{}
  ul.wp-block-list.come li{}
  ul.wp-block-list.come li:before{}
  ol.wp-block-list{}
  ol.wp-block-list li{
    padding: 0 0 0 2.3rem;
}
  ol.wp-block-list li + li{
    margin-top: .9rem;
}
  ol.wp-block-list li:before{
    top: .1rem;
    right: calc(100% - 2rem);
}
  .wp-block-button__link{
    padding: 0 2.9rem;
    font-size: 1.6rem;
    height: 4.8rem;
    letter-spacing: 0;
    line-height: var(--line-height-min);
    min-height: 6rem;
    min-width: 23rem;
    border-radius: 10rem;
  }
  .wp-block-button__link .c-arrow {
    right: 1.5rem;    
  }
  .wp-block-button.back .c-arrow{}



  .wp-block-flexible-table-block-table{}
  .has-fixed-layout table{}
  .has-fixed-layout td,
  .has-fixed-layout th{
    padding: 1rem 1.5rem !important;
}
    .has-fixed-layout th{}
  .editor blockquote{}
  /* ----------------- */
  .e-imgSet{}
  .e-imgSet.-col1{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
  .e-imgSet.-col2{
    grid-template-columns: 1fr;        
  }
  .e-imgSet.-col3{
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 4%;
  }
  .e-imgSet_box{}
  .e-imgSet_img{}
 
  .e-imgSet.-col1 .e-imgSet_img{
    width: 110%;
    margin-left: -5%;
    border-radius: 0;
}

  .e-imgSet_img.-move{
    width: 100% !important;
    margin-left: 0 !important;
}
  .e-imgSet_img.-move iframe{}
  .e-imgSet_img .c-arrow{
    right: 1rem;
    width: 3.2rem;
    height: 2rem;
    bottom: 1rem;
}
  .e-imgSet_ttl{
    font-size: 1.6rem;
    margin-top: 1rem !important;
    margin-bottom: .3rem !important;
}
  .e-imgSet_mes{
    font-size: 1.2rem;
    margin-top: 1.3rem !important;
}
  .e-imgSet_ttl + .e-imgSet_mes{}
  .e-imgSet_img_ttl{
    font-size: 1.7rem;
    padding: 1.3rem 6rem 1.3rem 1.5rem;
}
  .e-imgSet_img_ttl .c-arrow{
    right: 1.3rem;
    bottom: 0;
}
  .e-imgSet_links{
    gap: .4rem 0;
    margin-top: 2rem;
}
  .e-imgSet_links_li{
    font-size: 1.6rem;
}
  .e-imgSet_links_li a{
    padding: 0 4.4rem 0 0;
}
  .e-imgSet_links_li .c-arrow{}
  /* ----------------- */
  .e-linkSet{
    gap: 0rem 4%;
}
  .e-linkSet.-col1{}
  .e-linkSet.-col2{
    grid-template-columns: 1fr;        
  }
  .e-linkSet.-col3{
    grid-template-columns: 1fr;    
  }
  .e-linkSet.-col4{
    grid-template-columns: 1fr;        
  }
  .e-linkSet a{
    font-size: 1.6rem;
    padding: 2.1rem 1.8rem 2.1rem 0;
}
  .e-linkSet span{}
  .e-linkSet span:before{
    width: .8rem;
    height: .8rem;
}
  .e-linkSet a[href^="#"] span:before{}
  .e-linkSet a[target="_blank"] span:before{
    width: 1.2rem;
    height: 1.2rem;
}
  .e-linkSet a[href$=".xlsx" i] span:after,
  .e-linkSet a[href$=".xls" i] span:after,  
  .e-linkSet a[href$=".pdf" i] span:after{}

  .e-linkSet a[href$=".xlsx" i] span:before,
  .e-linkSet a[href$=".xls" i] span:before,    
  .e-linkSet a[href$=".pdf" i] span:before{}
  .e-linkSet a:before{}
  .e-linkSet a:after{
    width: 2rem;
}
  /* ----------------- */
  .e-btnSet{}
  .e-btnSet.-col1{}
  .e-btnSet.-col2{
    grid-template-columns: 1fr;        
  }
  .e-btnSet.-col3{
    grid-template-columns: 1fr;
    gap: 1.5rem 3.3%;
  }
  .e-btnSet.-col4{
    grid-template-columns: 1fr;   
    gap: 1.5rem 3.3%;         
  }
  .e-btnSet a{
    padding: .8rem 5.5rem .8rem 2rem;
    min-height: 6rem;
}
  .e-btnSet a .c-arrow{
    right: 1.2rem;
}
  /* ----------------- */
  .e-imgbtnSet{
    gap: 0rem 4%;
}
  .e-imgbtnSet.-col1{}
  .e-imgbtnSet.-col2{
    grid-template-columns: 1fr;        
  }
  .e-imgbtnSet.-col3{
    grid-template-columns: 1fr 1fr;        
  }
  .e-imgbtnSet.-col4{
    grid-template-columns: 1fr 1fr;        
  }
  .e-imgbtnSet a{
    padding: 1.5rem 0;
}
  .e-imgbtnSet a:nth-child(2),
  .e-imgbtnSet a:nth-child(1){}
  .e-imgbtnSet a:nth-child(2){
    border-top: none;
  }

  .e-imgbtnSet a .c-arrow{}
  .e-imgbtnSet_img{}
  .e-imgbtnSet_main{
    padding-right: 4.5rem;
}
  .e-imgbtnSet_ttl{
    font-size: 1.6rem;
}
  .e-imgbtnSet_mes{
    font-size: 1.2rem;
    margin-top: .5rem !important;
}
  /* ----------------- */
  .e-imgtxtSet{}
  .e-imgtxtSet:after {}
  .e-imgtxtSet_head{}
  .e-imgtxtSet_head.-left{
    float: none;
    width: auto;
    margin: 0 0 2rem;
}
  .e-imgtxtSet_head.-right{}
  .e-imgtxtSet_img{}
  .e-imgtxtSet_main{}
  .e-imgtxtSet_main h1,
  .e-imgtxtSet_main h2,
  .e-imgtxtSet_main h3,
  .e-imgtxtSet_main h4,
  .e-imgtxtSet_main h5,
  .e-imgtxtSet_main h6{}
  /* ----------------- */
  .e-boxSet{
    padding: 2rem;
}
  .e-boxSet.-w{}
  /* ----------------- */
  .e-slideSet{}
  .e-slideSet_inner{
    width: 90%;
}
  .e-slideSet_btn{}
  .e-slideSet-prev{
    left: -2rem;
}
  .e-slideSet-next{
    right: -2rem;
}
  .e-slideSet_main{}
  .e-slideSet_list{}
  .e-slideSet_list li{}
  .e-slideSet_list figure{}
  /* ----------------- */
  .e-slideSet_data{
    width: 90%;
    margin-top: 0.4rem;
}
  .e-slideSet_navi{
    grid-template-columns: 1fr 1fr;
}
  .e-slideSet_navi a{
    font-size: 1.2rem;
    padding: .5rem 0px;
    min-height: 3.4rem;
}
  .e-slideSet_navi a:before{}
  .e-slideSet_navi a.active:before{}
  .e-slideSet_navi .active{}
  .e-slideSet_mes{}
  .e-slideSet_mes .li{}
  .e-slideSet_mes .active{}
  /* ----------------- */
  .e-historySet{}
  .e-historySet_box{
    padding-bottom: 1rem;
}
  .e-historySet_box:before{
    top: 1rem;
    bottom: -1rem;
    left: 8rem;
}
  .e-historySet_box:after{
    width: .5rem;
    height: .5rem;
    left: 7.3rem;
    top: 0.3rem;
}
  .e-historySet_box:last-child:before{}
  .e-historySet_box:last-child{
    padding-bottom: 2rem;
}
  .e-historySet_head{
    width: 9.8rem;
}
  .e-historySet_yyyy{
    font-size: 2rem;
}
  .e-historySet_y{
    font-size: 1.2rem;
}
  .e-historySet_main{
    grid-template-columns: 4.3rem 1fr;
    position: relative;
    z-index: 1;
    left: 0;
    top: -0.3rem;
    font-size: 1.4rem;
}
  .e-historySet_main dt{}
  .e-historySet_main dd{
    line-height: 1.6;
    padding-top: 0.3rem;
}
  /* ----------------- */
  .e-eventSet{
    padding: 3rem 5%;
}
  .e-eventSet_box{display: block;padding-bottom: 2rem;padding-top: 2rem;padding-left: 9rem;}
  .e-eventSet_box:before{
    left: 9rem;
}
  .e-eventSet_box:after{
    top: 4rem;
    bottom: -4rem;
    left: 3.4rem;
    width: 2px;
}
  .e-eventSet_box:last-child:after{}
  .e-eventSet_box:first-child{}
  .e-eventSet_head{
    width: 7rem;
    height: 7rem;
    line-height: 1;
    position: absolute;
    top: 2rem;
    left: 0;
    margin: 0;
}
  .e-eventSet_box:first-child .e-eventSet_head{
    top: 0;
  }

  .e-eventSet_dd{
    font-size: 2.8rem;
}
  .e-eventSet_d{
    font-size: 1.6rem;
}
  .e-eventSet_en{
    font-size: 1.2rem;
}
  .e-eventSet_main{
    margin-right: 0;
}
  .e-eventSet_imgs{
    width: 100%;
    gap: 1rem;
    margin-top: 2rem;
    grid-template-columns: 1fr;
}
  .e-eventSet_img{}
  /* ----------------- */


/*　おしらせ
---------------------------------------------------------*/
    .e-news{}
    .e-news_head{}
    .e-news_main{}

    .e-news_cat{}
    .e-news_cat a{}
    .e-news_list{}
    .e-news_list li{}
    .e-news_list a{
    align-items: flex-start;
    padding: 2.5rem 0;
}
    .e-news_list .c-arrow{
    display: none;
}
    .e-news_list_img{
    width: 32.3%;
    border-radius: 5px;
    margin-right: 2rem;
}
    .e-news_list_main{}
    .e-news_list_head{}
    .e-news_list_date{
    font-size: 1.4rem;
    margin-right: 1.4rem;
}
    .e-news_list_cat{
    font-size: 1.1rem;
    padding: 0 1.3rem;
}
    .e-news_list_ttl{
    font-size: 1.4rem;
    line-height: 1.5;
}
  .e-news_list_btn{
        text-align: center;
        margin-top: 3rem;
  }


}

/* =========================================
   Gutenberg Layout Starter (Frontend)
   WP 6.8対応 / 自作テーマ用
   ========================================= */

/* -------- 基本変数のフォールバック -------- */
:root {
  --wp--style--block-gap: 1.5rem;
  --wp--style--global--content-size: 1200px;
  --wp--style--global--wide-size: 1400px;
  --wp--style--global--padding-left: 1rem;
  --wp--style--global--padding-right: 1rem;
}

/* -------- Flow（縦積み） -------- */
.is-layout-flow > * + * {
  margin-block-start: var(--wp--style--block-gap);
}

/* -------- Flex -------- */
.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--style--block-gap);
  align-items: center;
}

/* -------- Grid -------- */
.is-layout-grid {
  display: grid;
  gap: var(--wp--style--block-gap);
}

/* -------- Constrained（中央カラム） -------- */
.is-layout-constrained {
  max-width: var(--wp--style--global--content-size);
  margin-inline: auto;
  padding-inline: var(--wp--style--global--padding-left);
}

/* -------- Wide / Full -------- */
.alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: auto;
}

.alignfull {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* -------- Align -------- */
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* -------- Buttons / Group の最低限 -------- */
.wp-block-buttons.is-layout-flex {
  align-items: stretch;
}

/* -------- 画像のはみ出し防止 -------- */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
/* -------- Content Justification (Flex) -------- */

.is-content-justification-left {
  justify-content: flex-start;
}

.is-content-justification-center {
  justify-content: center;
}

.is-content-justification-right {
  justify-content: flex-end;
}

.is-content-justification-space-between {
  justify-content: space-between;
}

.is-content-justification-space-around {
  justify-content: space-around;
}

.is-content-justification-space-evenly {
  justify-content: space-evenly;
}

/* -------- Vertical Alignment (Flex) -------- */
.is-vertically-aligned-top {
  align-items: flex-start;
}

.is-vertically-aligned-center {
  align-items: center;
}

.is-vertically-aligned-bottom {
  align-items: flex-end;
}