@charset "UTF-8";

/* 更新画面用の記述 ----------------------  */

html.wp-toolbar.interface-interface-skeleton__html-container{
  font-size: 10px;
    --f13: 13px;
    --f16: 16px;
    --f18: 18px;
    --f20: 23px;
    --f24: 24px;
    --f28: 28px;
    --f34: 34px;
  
}
/* 画像回り込みの場合調整 */
.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";
}

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

.editor{
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: var(--f16);
}


.e-boxSet_main *:first-child,
.e-imgtxtSet_main *:first-child,
.editor *:first-child{
  margin-top: 0 !important;
}


.e-boxSet_main *:last-child,
.e-imgtxtSet_main *:last-child,
.editor *:last-child{
  margin-bottom: 0 !important;
}


:not(.editor) > h1.wp-block-heading,
:not(.editor) > h2.wp-block-heading,
:not(.editor) > h3.wp-block-heading,
:not(.editor) > h4.wp-block-heading,
:not(.editor) > h5.wp-block-heading,
:not(.editor) > 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-contact,
.e-news,
.e-boxSet,
.e-slideSet,
.e-imgtxtSet,
.e-imgbtnSet,
.e-linkSet,
.e-imgSet,
.e-btnSet{
  margin-top: 7rem;
  margin-bottom: 7rem;
}


.e-infobox,
.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 + *{
  margin-top: 0 !important;
}
*:has(+ .e-spacer) {
  margin-bottom: 0 !important;
} 

.e-spacer{
  display: block;
}

.e-spacer.size1{
  height: 10rem;
}
.e-spacer.size2{
  height: 6rem;
}
.e-spacer.size3{
  height: 3rem;
}




.h1-wp-block-heading,
h1.wp-block-heading{
  margin-bottom: 2.8rem;
  margin-top: 8rem;
  position: relative;
  z-index: 1;
  font-size: var(--f28);
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: var(--font-family-ja);
  border-top: 2px solid #252421;
  border-bottom: 1px solid rgba(37, 36, 33, 0.24);
  padding: 1.5rem 3.4rem;
}

.h1-wp-block-heading:before,
h1.wp-block-heading:before {
    content: "";
    z-index: 1;
    position: absolute;
    background: url(../img/common/dotto03.png) 0 0 no-repeat;
    background-size: contain;
    width: 1.4rem;
    height: 1.4rem;
    top: 3rem;
    left: 0;
    margin: auto;
    /* transition: .4s cubic-bezier(0.55, 0.05, 0.22, 0.99); */
}

h2.wp-block-heading{
    position: relative;
    z-index: 1;
    margin-bottom: 2.7rem;
    margin-top: 6rem;
    padding: 0 0 0 3.3rem;
    font-size: var(--f24);
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-family: var(--font-family-ja);
}
h2.wp-block-heading:before{
    content: "";
    z-index: 1;
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 1.4rem;
    left: 0.4rem;
    background: #252421;
}
h3.wp-block-heading{
  position: relative;
  z-index: 1;
  margin-bottom: 1.7rem;
  margin-top: 4rem;
  font-size: var(--f20);
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: var(--font-family-ja);
  padding-left: 2.6rem;
}
h3.wp-block-heading:before{
    content: "";
    z-index: 1;
    position: absolute;
    width: .6rem;
    height: .6rem;
    top: 1.2rem;
    left: 0.7rem;
    background: #252421;
}


h4.wp-block-heading{
  /* padding: 1.9rem 2rem; */
  margin-bottom: 0.5rem;
  margin-top: 4rem;
  font-size: var(--f18);
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

h5.wp-block-heading{}
h6.wp-block-heading{}



.editor p{}

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

.editor a{
  text-decoration: underline;
}


.wp-block-post-content a[target="_blank"]:after,
.editor a[target="_blank"]:after{
    content: "";
    background: url(../img/common/blank.svg) 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(0deg);
    border: none;
    position: relative;
    left: 0;
    top: 0.2rem;
}

.wp-block-post-content a[href$=".pdf" i]:after,
.editor a[href$=".pdf" i]:after{
    content: "PDF";
    display: inline-block;
    background: #252421;
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 2px;
    color: #fff;
    font-size: 10px;
    width: auto;
    height: auto;
    top: -1px;
    padding: 2px 1px;
    line-height: 1;
    letter-spacing: 0;
}




/* 子要素にimgがあるaは除外 */
.editor a:has(img) {
  text-decoration: none;
}


.wp-block-post-content code,
.editor code{
  background:linear-gradient(transparent 60%, #DEDDD7 60%);
}

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

ul.wp-block-list li{
  position: relative;
  z-index: 1;
  padding: 0 0 0 21px;
}
ul.wp-block-list li + li{
  margin-top: 0.5rem;
}
ul.wp-block-list li:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #252421;
  width: .5rem;
  height: .5rem;
  top: 1rem;
  left: .7rem;
  border-radius: 10rem;
}



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

ol.wp-block-list li:before{
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 0;
  font-family: var(--font-family-en);
  font-weight: var(--font-bold);
  font-size: var(--f13);
 }

ol.wp-block-list.come{
  font-size: 1.4rem;
}
ol.wp-block-list.come li{
  font-size: var(--f13);
  color: #555555;
}
ol.wp-block-list.come li + li{
  margin-top: 0.2rem;
}
ol.wp-block-list.come li:before{
  content: "※" counter(li);  


}


.wp-block-button__link{
    display: inline-flex;
    border-radius: 10rem;
    overflow: hidden;
    background: #252421;
    color: #fff;
    line-height: 1.4;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: .7rem 6rem .7rem 2.5rem;
    min-height: 6rem;
    min-width: 33rem;
    font-weight: 500;
    overflow: hidden;
    text-decoration: none !important;
    font-family: var(--font-family-ja);
}
.wp-block-button__link:after{
  display: none !important;
}



.wp-block-button__link .c-arrow {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    right: 2.2rem;
    margin: auto !important;
}

.wp-block-button__link .c-arrow:after {
    content: "";
    z-index: 1;
    position: absolute;
    background: rgba(247, 247, 247, 0.5);
    width: 1px;
    height: 1.3rem;
    top: 0;
    bottom: 0;
    left: -2rem;
    margin: auto;
}

.wp-block-button__link[target="_blank"] .c-arrow:before{
    background-image: url(../img/common/blank_w.svg);
}


.wp-block-button__link[href$=".pdf" i] .c-arrow:before{
    background-image: url(../img/common/arrow1_w.svg);
    transform: rotate(90deg);
}
.wp-block-button__link[href$=".pdf" i] .c-arrow{
  border-bottom: 1px solid #fff;
  height: 1.9rem;
}




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


}


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




.has-fixed-layout thead th{
  background: #DEDDD7 !important;
}


.has-fixed-layout td,
.has-fixed-layout th{
    border: 1px solid #BDBCB6 !important;
    line-height: var(--line-height-min);
    padding: 14px 21px !important;
    background: #F7F7F7 !important;

  }
  .has-fixed-layout th{
    background: #EDEDED !important;
}




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

.e-imgSet{
  display: grid;
  gir;
  gap: 5rem 3.4%;
  /* margin: 60px 0; */
}
.e-imgSet.-col1{
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}
.e-imgSet.-col2{
  grid-template-columns: 1fr 1fr;
}
.e-imgSet.-col3{
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem 4%;
}
.e-imgSet_box{}
.e-imgSet_img{
  aspect-ratio: 565 / 378;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.e-imgSet.-col1 .e-imgSet_img{
  aspect-ratio: 565 / 318;
}


.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: var(--f13);
    line-height: 1.5;
    margin-top: 10px !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-imgtxtSet{}

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

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

.e-imgtxtSet_img{
  aspect-ratio: 565 / 378;
  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{
  border: #C5C4C4 solid 1px;
  padding: 1rem;
}

.e-boxSet_ttl{
  background: #DEDDD7;
  margin: 0 !important;
  line-height: 1.5;
  font-size: var(--f20);
  padding: .9rem 2rem .9rem 4.8rem;
  position: relative;
  z-index: 1;
}
.e-boxSet_ttl:before{
    content: "";
    z-index: 1;
    position: absolute;
    width: .6rem;
    height: .6rem;
    top: 2.2rem;
    left: 2.5rem;
    background: #252421;
}
.e-boxSet_main{
    margin: 0 2rem;
    padding: 1.5rem 0;
}


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

.e-infobox{
  display: flex;
  flex-wrap: wrap;
  --infobox: 11rem;
  gap: 0.8rem 0;
}

.e-infobox dt,
.e-infobox dd{}

.e-infobox dt{
  font-weight: 500;
  width: var(--infobox);
}
.e-infobox dd{
  width: calc(100% - var(--infobox));
  position: relative;
  z-index: 1;
  padding-left: 2.7rem;
}
.e-infobox dd:before{
  content: "";
  z-index: 1;
  position: absolute;
  border-left: 1px solid rgba(37, 36, 33, 0.24);
  width: 1px;
  top: 5px;
  bottom: 5px;
  left: 0;
}



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

.e-kousi{
  display: flex;
  align-items:center;


}
.e-kousi_img{
    aspect-ratio: 240 / 320;
    overflow: hidden;
    /* border-radius: 10px; */
    width: 26.6%;
    margin-right: 5rem;
}
.e-kousi_main{
  flex: 1;
}
.e-kousi_head{
    /* padding-top: 2.5rem; */
    margin-bottom: 1.2rem;
}
.e-kousi_post{
    font-size: var(--f13);
    margin-bottom: 0.3rem !important;
    line-height: 1;
}
.e-kousi_name{
    font-size: var(--f24);
    margin-top: 0rem !important;
}
.e-kousi_mes{}


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

.e-contact{
  border: #252421 1px solid;
}
.e-contact_ttl{
  margin: 0 !important;
  padding: 1.6rem 2rem;
  gap: 8px;
  background: #252421;
  font-weight: 500;
  font-size: var(--f20);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #F7F7F7;
  text-align: center;
}
.e-contact_main{
  display: flex;
  padding: 3rem 0;
}
.e-contact_box{
  flex: 1;
}

.e-contact_box:nth-child(2){
  border-left: #C5C4C4 solid 1px;
}



.e-contact_ttl2{
    text-align: center;
    margin: 0 !important;
}
.e-contact_ttl2 span{
    /* font-size: var(--f16); */
    padding-left: 3rem;
    position: relative;
    z-index: 1;
}
.e-contact_ttl2 span:before{
  content: "";
  z-index: 1;
  position: absolute;
  background:  0 0 no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  top: 0px;
  left: -0.8rem;
  bottom: 0;
  margin: auto;
  transition: .4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.e-contact_ttl2.-from span:before{
    background-image: url(../img/common/icon_form.svg);
}
.e-contact_ttl2.-tel span:before{
    background-image: url(../img/common/icon_tel.svg);
}



.e-contact_btn{
    text-align: center;
    margin-top: 2rem;
}
.e-contact_box{padding-top: 2rem;padding-bottom: 2.3rem;}
.e-contact_info{
    text-align: center;
    margin-top: 1.4rem;
}
.e-contact_tel{
    margin:  0 !important;
    font-weight: 700;
    font-size: var(--f34);
    line-height: 1;
}
.e-contact_corp{
    margin: 0rem 0 0 !important;
}


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


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



}


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

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

  .editor{
    font-size: 1.4rem;    
  }

  .wp-block-post-content{}
  .editor-styles-wrapper{}
  .editor *:first-child{}
  .editor *:last-child{}
  :not(.editor) > h1.wp-block-heading,
  :not(.editor) > h2.wp-block-heading,
  :not(.editor) > h3.wp-block-heading,
  :not(.editor) > h4.wp-block-heading,
  :not(.editor) > h5.wp-block-heading,
  :not(.editor) > 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-contact,  
  .e-news,
  .e-boxSet,
  .e-slideSet,
  .e-imgtxtSet,
  .e-imgbtnSet,
  .e-linkSet,
  .e-imgSet,
  .e-btnSet{
    margin-top: 4rem;
    margin-bottom: 4rem;
    /* gap: 5rem 4%; */
  }

  .e-infobox,
  .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: 1.5rem;
    margin-bottom: 1.5rem;
}

  .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: 2rem;
    margin-bottom: 2.8rem;
    margin-top: 7rem;
    padding: 1.5rem 1rem 1.5rem 2.4rem;
}
  .h1-wp-block-heading:before,
  h1.wp-block-heading:before {
    width: 1.2rem;
    height: 1.2rem;
    top: 2.5rem;
    left: 0rem;
}
  h2.wp-block-heading{
    font-size: 1.8rem;
    padding: 0 0 0 1.9rem;
    margin-bottom: 2.7rem;
    margin-top: 5rem;
}
  h2.wp-block-heading:before{
    /* width: 4px; */
    width: .6rem;
    height: .6rem;
    top: 1.2rem;
    left: 0.3rem;
}
  h3.wp-block-heading{
    font-size: 1.6rem;
    padding-left: 1.8rem;
    margin-bottom: 1.7rem;
    margin-top: 3rem;
}
  h3.wp-block-heading:before{
    width: .4rem;
    height: .4rem;
    top: 1rem;
    left: 0.4rem;
}
  h3.wp-block-heading:after{
    width: 6rem;
}
  h4.wp-block-heading{
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
}
  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 1.6rem;
}
  ul.wp-block-list li + li{
    margin-top: .5rem;
}  
  ul.wp-block-list li:before{
    width: .5rem;
    height: .5rem;
    top: 0.9rem;
    left: .3rem;
}

  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);
}

  ol.wp-block-list.come{}
  ol.wp-block-list.come li{}
  ol.wp-block-list.come li:before{}
  .wp-block-button__link{
    padding: .7rem 5rem .7rem 2.5rem;
    font-size: 1.6rem;
    height: 4.8rem;
    letter-spacing: 0;
    line-height: var(--line-height-min);
    min-height: 5rem;
    min-width: 25rem;
    border-radius: 10rem;
  }
  .wp-block-button__link .c-arrow {
    right: 1.5rem;    
  }

  .wp-block-button__link .c-arrow:after {
    left: -1.6rem;
}

  .wp-block-button__link[target="_blank"] .c-arrow:before{}
  .wp-block-button__link[href$=".pdf" i] .c-arrow:before{}
  .wp-block-button__link[href$=".pdf" i] .c-arrow{
    height: 1.6rem;
}


  .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{
    gap: 3rem 3.4%;
}
  .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: 104%;
    margin-left: -2%;
    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.2rem;
    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{
    float: none;
    width: auto;
    margin: 0 0 2rem;    
  }
  .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: 1rem;
}
  .e-boxSet_ttl{
    font-size: 1.6rem;
    padding: .9rem 2rem .9rem 3.4rem;
}
  .e-boxSet_ttl:before{
    top: 1.8rem;
    left: 1.6rem;
    width: .6rem;
    height: .6rem;
}
  .e-boxSet_main{
    margin: 0 0.5rem;
    padding: 1.5rem 0 1rem;
}


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

  .e-infobox{
    --infobox: 7.7rem;
    gap: 0.5rem 0;
  }

  .e-infobox dt,
  .e-infobox dd{}

  .e-infobox dt{}
  .e-infobox dd{
    padding-left: 2rem;
}
  .e-infobox dd:before{}


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

  .e-kousi{
    display: block;
    position: relative;
    z-index: 1;
}
  .e-kousi_img{
    width: 10rem;
    margin-right: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    aspect-ratio: 240 / 280;
}
  .e-kousi_main{}
  .e-kousi_head{
    margin-left: 12rem;
    min-height: 11.7rem;
    padding-top: 3.4rem;
}
  .e-kousi_post{
    font-size: 1.1rem;
}
  .e-kousi_name{
    font-size: 1.8rem;
}
  .e-kousi_mes{}

  /* ----------------- */
  .e-contact{}
  .e-contact_ttl{
    font-size: 1.6rem;
}
  .e-contact_main{
    display: block;
    padding: 2rem 1.5rem 1rem;
}
  .e-contact_box{
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}
  .e-contact_box:nth-child(2){
    border-left: none;
    border-top: #C5C4C4 solid 1px;
}
  .e-contact_ttl2{}
  .e-contact_ttl2 span{
    padding-left: 2rem;
}
  .e-contact_ttl2 span:before{}
  .e-contact_ttl2.-from span:before{}
  .e-contact_ttl2.-tel span:before{}
  .e-contact_btn{
    margin-top: 1.5rem;
}
  .e-contact_box{}
  .e-contact_info{
    margin-top: 1rem;
}
  .e-contact_tel{
    font-size: 2.8rem;
}
  .e-contact_corp{}


}

/* =========================================
   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;
  text-align: center;
}

/* -------- 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;
}