@charset "UTF-8";
* {
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
list-style: none;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,hgroup,menu,nav,section,summary,time,mark,audio,video
{margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;background: transparent;color: #3C1405;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
input,select {vertical-align: middle;}
body {font-family:  "Zen Maru Gothic", sans-serif;font-size: 14px;font-weight:400;color:#202020;font-style: normal;line-height: 1.42em;letter-spacing: 0.01em;padding-top: 80px;overflow-x: hidden;}
h1,h2,h3{letter-spacing: 0.01em;    margin: 20px auto; font-weight: 500;}
a {color:#3C1405;transition: 0.3s;font-weight: 700;word-break: break-all;transition: 0.2s;text-decoration: none;}
a:hover{opacity: 0.5;}
p{font-size: 14px;line-height:1.86em;letter-spacing: 0.01em;}
table {
border-collapse: collapse;
border-spacing: 0;
width: 95%;
max-width: 740px;
margin: 0 auto 25px auto;
text-align: left;
}
thead td {padding-bottom: 5px;}
tbody tr{border-bottom:1px solid #888;}
tbody th,tbody td{        padding: 30px 40px;}
caption{font-size: 14px;line-height: 2em;text-align: right;caption-side: bottom;}
.sp{display: none;}
.caution{font-size:14px;}
.common-title{display: grid;
    text-align: center;
font-size: 36px;
    font-weight: 500;
line-height: 1em;
margin-top: 0;
}
 .common-title span {
    font-size: 14px;
    font-family: arial;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin-top: 5px;
}
    .footer-front{
        background-image: url(../images/footer-bg.webp);
    background-repeat: no-repeat;
    height: 100vh;
max-height: 350px;
    align-items: center;
    display: flex;
    justify-content: center;
       background-size: cover;
        position: relative;
        background-position: center;
        width: 95%;
    margin: 0 auto;
    border-radius: 190px;
}
.footer-front .frame-btn{    margin: 20px auto 0 auto;}
    .footer-front__wrap{
         max-width: 370px;
    position: absolute;
    text-align: center;}
    .copyright{
    width: fit-content;
        font-size: 11px;
margin: 10px 0px 0px auto;
}
.footer-right-link-wrap{
  display: flex;
  justify-content: space-between;
}
.footer-right-link__margin{margin-top: 30px;}
footer .footer-right-link{
  min-width: 530px;
    width: 90%;
    justify-content: space-between;
    line-height: 2.8em;
        display: flex;
    align-items: normal;
    justify-content: space-between;
    list-style: none;
}
.sdgs {
margin-top: 90px;
}
.footer__left_logo nav{margin: 50px 50px 30px 50px;}
.footer-right-link__light a{font-weight: 400;}
    .frame-btn{

    }

     .frame-btn {
  display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
    width: 300px;
    height: 60px;
    border: 1px solid #333333;
    position: relative;
    transition: 0.3s;
    background-color: #ffffff00;
    font-weight: 500;
}

 .frame-btn::before,.frame-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 8px;
  background-color: #333;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}

 .frame-btn::before {
  transform: translateY(-50%) rotate(45deg);
}

 .frame-btn::after {
  transform: translateY(-50%) rotate(-45deg);
}

 .frame-btn:hover::before {
  transform: translate(5px, -50%) rotate(45deg);
}

 .frame-btn:hover::after {
  transform: translate(5px, -50%) rotate(-45deg);
}

.activities__item_ttl{font-weight: 600;    margin: 10px 0;font-size: 16px;line-height: 1.57em;}
.date_cat__ymd{ font-weight: 600;}
.date_cat__category{
    color: #3C1405;
    background-color: #BBE4F8;
    font-size: 14px;
    display: inline-block;}
    .date_cat{display: flex;}

    .date_cat__category{
    font-size: 12px;
    margin-left: 40px;
    width: 100px;
    text-align: center;
}
.pc{display: block;}
.sp{display: none;}
.under-page__line{height: 10px;width: 100%;background: linear-gradient(27deg, #D1FDFF 0%, #DDFAF5 30%, #F0F6E5 50%, #FFF3D9 100%);display: inline-block;}
.wp-block-image img{
    max-width: 530px;
    width: 100%;
    margin: 20px auto 0 auto;
    display: block;}

   .page-posts header ul {margin-top: 0;
}
.page-top{margin-top: 50px;}
.bcn{font-size: 11px; font-weight: 400;margin: 30px 0 0 60px;}
.bcn span{font-weight: 400;}
.page-posts h1{font-size: 18px;}
.under-page{
    margin: 30px 0 0 0;
        width: 100%;
}
.cat_list__item{margin-right: 20px;}
.cat_list__item:last-child{margin-right: 0;}
.btn{background-color: #FFBF34;
    padding: 15px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    margin: 30px auto 0 auto;
    border-radius: 50px;
    color: #fff;
    margin-right: -1px;}
#news{margin-top: 80px;}
.single{}
#single{    width: 90%;
    margin: 0 auto;}
    .cat_list__item{}
.page-top__wrapper p{font-size: 36px;font-weight: 500;margin-left: 60px;}
.under-page{margin:120px 0 20px 0px;}
.page-about .page-top__wrapper p::after{
       content: "ABOUT";}
   .page-service .page-top__wrapper p::after{
       content: "SERVICE";}
  .page-contact  .page-top__wrapper p::after{
       content: "CONTACT";
  }
    .page-contact  .page-top__wrapper p::after{
       content: "CONTACT";
  }
     .posts  .page-top__wrapper p::after{
       content: "BLOG";
  }
    .page-top__wrapper p::after{
      display: block;
    font-size: 16px;
    font-weight: 500;
    font-family: arial;
    color: #87D9DC;
    line-height: 0;
    margin: 10px 0 40px 0;
    letter-spacing: 0.8em; 
    }
    .top-page .page-top__name{display: none;}
.return-btn{
  background-color: #FFBF34;
    padding: 15px;
    display: inline-block;
    width: 250px;
    text-align: center;
    margin: 30px auto 0 auto;
    border-radius: 50px;
    color: #fff;
    margin-right: -1px;
}
    #single__pager{text-align: center;margin-bottom: 80px;}
    .blog__item {width: fit-content;}
  .blog__item--contents{max-width: 320px;}
    .blog-wrap{
       display: flex;
    justify-content: space-evenly;
    max-width: 1130px;
    margin: 0 auto;
    flex-wrap: wrap;
        width: 95%;
       gap: 60px 30px;
}
    .blog__item_img img{
    margin: 0 auto;
    display: block;
    width: 320px;
    height: 210px;
      object-fit: cover;
    border-radius: 30px;}
   .blog .date_cat__category{
margin-left: 40px;
}
h4{text-align: center;
    font-size: 30px;
    font-weight: 500;
}
    h4::after{
        display: block;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #FFBF34;
    margin:20px auto 30px auto;}
#sb_instagram{    max-width: 600px;}
#sb_instagram .sbi_photo img {
    max-height: 300px;
    object-fit: contain;}
.error-404 .page-wrapper{
    width: fit-content;
        margin: 30px auto 100px;
}
.page-privacy-policy #default__page{
    width: 95%;
    max-width: 800px;
       margin: 80px auto 120px auto;
}
.wp-block-heading{
    margin: 20px 0;
}
.works__detail--wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.works__detail--img {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.works__detail--img.show {
  opacity: 1;
  transform: translateY(0);
}
.posts .activities__item_txt a{font-weight: 400;}
.posts .date_cat__category a{font-weight: 600;width: 100px;display: inline-block;}
#news-list{margin-bottom: 100px;}
.header-inner{height: 90px;}
.activities__item_txt{    margin-top: 20px;}
.activities__item_txt p{font-weight: 400;}
.activities__item_txt .activities__item_ttl span{
    font-weight: 600;
}
.activities__item_ttl .date_cat__category span{font-weight: 600;}
.blog .date_cat a,.activities__item_ttl span{font-weight: 600;}
.svg-inline--fa img{
    position: relative;
}
.footer-category-links a{font-weight: 400;}
.footer-category-links a::before{content: " - ";}
footer table{
  border-collapse: inherit; 
 border-spacing: inherit; 
     width: inherit; 
   max-width: inherit; 
     margin: 0 0 0 auto; 
    text-align: inherit; 
}
footer tbody th, tbody td {
    padding: 5px;
    text-align: start;
}
footer .footer-about{
    margin: 50px 30px 10px auto;
}
@media screen and (max-width: 1100px) {
/* CSSにこのルールを追加 */
html.is-fixed {
  height: 100%;
  overflow: hidden;
}

/* body.is-fixed の修正 */
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  /* top: の設定をCSS変数でコントロール */
  top: var(--scroll-y);
  left: 0;
}


body.menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
  touch-action: none;
  -webkit-overflow-scrolling: auto;
}

/* iOS Safari用の念押し */
html.menu-open {
  height: 100%;
  overflow: hidden;
}

        footer .footer-right-link {
        max-width: 800px;
        width: 100%;
        flex-wrap: wrap;
        max-width: 300px;
        line-height: 2em;
        margin: 20px auto;
        justify-content: space-between;
    }

    footer .footer-right-link {
        display: none;
    }

    .footer-right-link-wrap ul {
        margin: 0 auto;
        text-align: center;
    }
.copyright {
    width: fit-content;
    margin: 20px auto;
}
      footer .footer-right-link-wrap {
        flex-direction: column;
    }
.pc{display: none;}
.sp{display: block;}
.sdgs {
    margin-top: 20px;
}
}
@media screen and (max-width: 820px) { 
    table {
width: 90%;
}
.page-top__wrapper p,.bcn {
    margin-left: 20px;
}

      .blog-wrap{
flex-direction: column;
        justify-content: center;
        width: fit-content;
}
        .under-page {
    margin: 100px 0 20px 0px;
}
.footer-front {
    background-size: contain;
    border-radius: inherit;
}
.page-privacy-policy #default__page {
    margin: 80px auto 80px auto;
}
  }
@media screen and (max-width: 450px) {
  .flow__wrap--cell-img img {
        margin-right: 20px;
        max-width: 70px;
    }
        .under-page {
        margin: 50px 0 20px 0;
    }
    h4 {
    font-size: 24px;
}
        .footer-right-link-wrap ul {
        margin: 30px auto 0 auto;
    }
.page-top__wrapper p {
    font-size: 30px;
}
.common-title {
    display: grid;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 1em;
}}
