@charset "utf-8";


/* /////////////////////////////////////////////////////////////

INDEX

サイト全体の基本スタイルの設定
・サブメニューコメント調整　315行目

=ヘッダー
=メニュー
=フッター
=コンテンツ共通
=ホーム
/* モーダルウインドウ
=お問合せ

///////////////////////////////////////////////////////////// */

.view-none{
  display: none!important;
}


.bottom-nav-bar-inner .text {
  font-size: 9px!important;
  letter-spacing:0!important;
}


/* ==============================================================

=ヘッダー

============================================================== */

.header-minititle{
  font-size: 1.2em;
}

@media screen and (min-width: 992px) {
  
  .header-minititle.hide-top{
    position: fixed;
    top:0;
    left: 0;
    min-height: 45px;
   
  }
  .header-obi{
    position: relative;
  }
  .header-obi.hide-top{
    position: fixed;
    top:45px;
    left: 0;
    height: auto;
  }
  .mini-head .header-obi.hide-top{
    top:0;
  }
  
  .header-obi.hide-top .header-obi-block{
    height: auto;
    min-height: inherit;
    margin-top: -1px;
  }
  .header-obi.hide-top .header-title-box img,
  .header-obi.hide-top .header-title-box{
    height: 30px!important;
    min-height: 30px!important;
  }
  .header-wj-box.hide-top{
    position: fixed;
    top:-100%;
  }
}

/* ヘッダーリンク調整 */
.header-wj-box{
  position: absolute;
  top:10px;
  right: 20px;
}
.header-info ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  gap:0.5em;
  align-items: center;
}
.header-info ul li{
  font-size: 0.7em;
}
.header-info ul li.head-tel-btm{
  margin-top: -0.3em;
  font-size: 1.25em;
}

/* ヘッダーリンク */
.head-contact-btm a{
  display: block;
  background-color: #e57310;
  color: #ffffff!important;
  border: solid 1px #e57310;
  padding: 10px 15px;
  border-radius: 100vh;
  box-sizing: border-box;
}
.head-contact-btm a::before{
  content: '';
  display:inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  margin-top: -0.3em;
  margin-right: 0.2em;
  background-image: url("img/header-icon-contact.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.head-contact-btm a:hover{
  background-color: #ffffff;
  color: #e57310!important;
}
.head-contact-btm a:hover::before{
  background-image: url("img/header-icon-contact-o.png");
}

.head-shiryou-btm a{
  display: block;
  background-color: #ffffff;
  color: #e57310!important;
  border: solid 1px #e57310;
  padding: 10px 15px;
  border-radius: 100vh;
  box-sizing: border-box;
}

.head-shiryou-btm a::before{
  content: '';
  display:inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  margin-top: -0.3em;
  margin-right: 0.2em;
  background-image: url("img/header-icon-shiryou.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.head-shiryou-btm a:hover{
  background-color: #e57310;
  color: #ffffff!important;
}
.head-shiryou-btm a:hover::before{
  background-image: url("img/header-icon-shiryou2.png");
}

.head-tel-btm a{
  display: inline-block;
}
.head-tel-btm a::before{
  content: '';
  display:inline-block;
  width: 1.1em;
  height: 1.1em;
  vertical-align: middle;
  margin-top: -0.1em;
  margin-right:0;
  background-image: url("img/header-icon-tel.png");
  background-size: contain;
  background-repeat: no-repeat;
}


@media screen and (max-width: 1350px) {
  .head-mb-none{
    display: none;
  }
}



/* ==============================================================

=メニュー

============================================================== */

@media screen and (max-width: 991px) {
  
  .sp-menu-inner,
  .sp-menu-inner li{
    background-color: #f2f6f8!important;
  }
  .sp-menu-inner li a svg{
    fill:#3e3e3e!important;
  }
  .sp-menu-inner li a{
    color: #3e3e3e!important;
  }
  .sp-menu-inner .active li{
    background-color: #e5e9ea!important; 
  }
  
}

.tojiru-btm{
  display: none;
}

@media screen and (max-width: 1100px) {
  
  .main-navigation ul.main-menu>li>ul.sub-menu>li.test-in-label>a>span.megasub-tit::after{
    font-size: 0.7em!important;
  }
  .main-navigation ul.main-menu>li>ul.sub-menu>li.mainsub-icon>a>span{
    font-size: 0.9em!important;
  }
  .main-navigation ul.main-menu>li>a{
    font-size: 0.9em;
  }
  
}

@media screen and (min-width: 992px) {
  .main-navigation .current-menu-parent a,
  .main-navigation .current-menu-item a{
    color: #1835ad!important;
  }
  
  /* メニュー▼矢印 */
  .main-navigation ul.main-menu>li>a>span{
    line-height: 1.3;
  }
  .main-navigation ul.main-menu>li.menu-item-has-children .icon-accordion__tryangle::after{
    content: "▼";
    font-size: 0.4em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
    color: #2678e6;
 
  }
  
  /* .tojiru-btm{
    position: absolute!important;
    display: block!important;
    right: 65px!important;
    bottom: 30px!important;
    margin: 0!important;
    padding: 0!important;
    width: 50px!important;
    height: 71px!important;
  } */
  /* .tojiru-btm a{
    font-size: 0!important;
    background: none!important;
    border: none!important;
    border-radius: 0!important;
    display: block!important;
    margin: 0!important;
    padding: 0!important;
    width: 50px!important;
    height: 71px!important;
    background-image: url("img/tojiru-btm.png")!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    cursor:pointer!important;
  }
  .tojiru-btm a::after,
  .tojiru-btm a::before{
    content: none!important;
  } */
  

  /* .test-in-label{

  } */
  /* .test-in-label .gray-tile{

  } */
  /* .test-in-label a::before{
    content: none!important;
  } */
  .gray-tile {
    background-color: #eeeeee !important;
  }
  
  .my-megamenu .main-navigation ul.main-menu .sub-menu > li:first-of-type {

  }
  
  /* ・サブメニューコメント調整　315行目 */
  .my-megamenu .main-navigation ul.main-menu {
    .maincome01 .sub-menu > li:first-of-type .megasub-tit::after {
      content: 'これからの生き方をサポート。安心して共に呉で暮らす。';
    }
    .maincome02 .sub-menu .test-in-label .megasub-tit::after {
      content: '利用者様のご家族も、スタッフも自分自身が入居したいと思う場所。';
    }
    .maincome03 .sub-menu .test-in-label .megasub-tit::after {
      content: '2026年夏開業予定。入居希望の方はお問合せフォームよりご連絡ください。';
    }
  }
  
  /* PCサブメニュー：成型 */
  .my-megamenu .main-navigation .main-menu .sub-menu {
    display: grid;
    grid-template-columns: 5fr repeat(2, 7fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "header item1 item2" "header item3 item4";
    padding: 30px 10% 30px 5%;
    background: linear-gradient(90deg, white 0%, white calc((5/16 * 100%) - 5%), rgba(172,227,255,1) calc((5/16 * 100%) - 5%), rgba(172,227,255,1) 100%);
    opacity: 0.0;

    > li:first-of-type {
      grid-area: header;
      max-width: 17vw;
      justify-self: center;
      font-weight: 600;
  
      .megasub-li__inner {
        padding: 1.2em 1.5em 1.2em 1.2em;
        border: none;
        border-radius: 20px;
        box-sizing: border-box;
        text-align: left;
      }
      .megasub-tit{
        font-size: 1.5em;
        &::after {
          content: '';
          display: block;
          font-size: .7em;
          color: #3e3e3e;
          margin-top: .8em;
          font-family: 'Zen Kaku Gothic Antique', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
          font-feature-settings: 'palt';
          font-weight: 500;
          font-style: normal;
          box-sizing: border-box;
        }
      }
      .megasub-h {
        font-size: 1.875rem;
        margin: 0;
        color: #1835ad;
      }
    }
    > li:nth-of-type(2) {grid-area: item1;}
    > li:nth-of-type(3) {grid-area: item2;}
    > li:nth-of-type(4) {grid-area: item3;}
    > li:nth-of-type(5) {grid-area: item4;}
    > li:last-of-type {grid-area: unset !important;}
    .mainsub-icon {
      /* PCサブメニュー：矢印アイコン */
      .megasub_anchor::after {
        content: '';
        position: absolute;
        display: block;
        width: 1em;
        height: 1em;
        top: calc(50% - .5em);
        right: 20px;
        background-image: url("img/mblist-icon3.png");
        background-repeat: no-repeat;
        background-size: contain;
        transition: all .3s;
      }
      .megasub_anchor:hover::after {
        right: 10px;
      }
    }

    .megasub-li__inner {
      border: solid 1px #c2d8f2;
      border-radius: 20px;
      min-height: 150px;
      padding: 0 40px 0 100px;
      color: #1835ad;
      position: relative;
      font-size: 1em;
      font-weight: bold;
      background-color: #ffffff;
  
      &.megasub_anchor {
        display: flex;
        justify-content: left;
        align-items: center;
        background-image: url("img/mainsub-icon01.png");
        background-repeat: no-repeat;
        background-size: 60px 60px;
        background-position: 30px center;
      }

    }
    /* PCサブメニュー：ヘッドアイコン */
    .icon-02 .megasub_anchor {
      background-image: url("img/mainsub-icon02.png") !important;
    }
    .icon-03 .megasub_anchor {
      background-image: url("img/mainsub-icon03.png") !important;
    }
    .icon-04 .megasub_anchor {
      background-image: url("img/mainsub-icon04.png") !important;
    }
    .icon-05 .megasub_anchor {
      background-image: url("img/mainsub-icon05.png") !important;
    }
    .icon-06 .megasub_anchor {
      background-image: url("img/mainsub-icon06.png") !important;
    }
    .icon-07 .megasub_anchor {
      background-image: url("img/mainsub-icon07.png") !important;
    }
    .icon-08 .megasub_anchor {
      background-image: url("img/mainsub-icon08.png") !important;
    }
    .icon-09 .megasub_anchor {
      background-image: url("img/mainsub-icon09.png") !important;
    }
    .icon-10 .megasub_anchor {
      background-image: url("img/mainsub-icon10.png") !important;
    }
    .tojiru-btm {
      position: absolute;
      width: fit-content;
      height: auto;
      right: 65px;
      bottom: 30px;
      
      .tojiru-btm__inner {
        display: block;
        width: 50px;
        aspect-ratio: 198 / 279;
        background: url("img/tojiru-btm.png") no-repeat;
        background-size: cover;
        padding: 0;
        cursor: pointer;
        font-size: 0 !important;
        color: transparent !important;
      }
    }
  }

}

.site-header{
  position: absolute!important;
  top:0;
  left: 0;
}

li.mb-list-non{
  display: none;
}

@media screen and (min-width: 992px) {
  /*
  .pointer-non>a{
    pointer-events: none;
  }
  */
  .my-megamenu .main-navigation ul.main-menu>li>ul.sub-menu{
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
}

@keyframes menu_anime_on {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


/* =メインメニュー：モバイル
-------------------------------------------------------------- */

/* Tomtak メニュー */
.sp-menu-inner,
.sp-menu-inner li{
  background-color: #eeeeee;
}
.sp-menu-inner .active li {
  background-color: #f07502;

}
.sp-menu-inner .menu li.active a,
.sp-menu-inner .active li a {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  
  .botton-nav-item span::before{
    content: "";
    display: block;
    margin: 0 auto 0.3em auto;
    width: 1.5em;
    height: 1.5em;
    background-image: url("img/header-icon-nyukyo.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .botton-nav-item.bottom-nav-page-10 span::before{
    
    background-image: url("../img/mi-home-w.png");
  }
  .botton-nav-item.bottom-nav-page-145 span::before{
    background-image: url("../img/mi-note1-w.png");
  }
  .botton-nav-item.bottom-nav-page-817 span::before{
    background-image: url("../img/mi-tel-w.png");
  }
  .botton-nav-item.bottom-nav-page-86 span::before{
    background-image: url("../img/mi-mail-w.png");
  }
  .botton-nav-item.bottom-nav-page-820 span::before{
    background-image: url("img/header-icon-access.png");
  }
  
  .site-header{
    z-index: 9900!important;
  }
  
  .site-header{
    position: fixed!important;
    top:0;
    left: 0;
  }
  /*
  .site-header.sh-viewno{
    top:-100%!important;
    transition: all 0.5s;
  }
  */
  .site{
    padding-top: 99px;
  }
  .mini-head .site{
    padding-top: 70px;
    
  }
  
  
  .mb-recruit-banner{
    max-width: 300px;
    width: 85%;
    margin: 1em auto 0 auto;
  }
}

/* ==============================================================

=フッター

============================================================== */


.home .edit-link{
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}

/* =フッター：サイトマップ
-------------------------------------------------------------- */

.footwj-area{
  min-height: 500px;
  background-image: url("img/footsitemap-base-mb.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 400px;
  background-color: #1d40ca;
  padding: 300px 20px 50px 20px;
  box-sizing: border-box;
}

.footwj-block{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}

.footwj-block ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footwj-block>div>div>ul>li>a{
  font-size: 1.2em;
  border-bottom: dotted 1px #2678e6;
}
.footwj-block>div>div>ul>li>a{
  color: #ffffff;
  display: block;
  margin-top: 0.7em;
  padding: 0.3em 0 0.3em 0;
  position: relative;
}
.footwj-block>div>div>ul>li>a::after{
  content: '';
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
  background-image: url("img/mblist-icon5.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.footwj-block>div>div>ul>li.sitemap-links-ded>a{
  pointer-events: none;
}
.footwj-block>div>div>ul>li.sitemap-links-ded>a::after{
  content: none;
}
.footwj-block>div>div>ul>li>a:hover::after{
  right: 0;
}

.footwj-block>div>div>ul>li>ul{
  margin-top: 0.5em;
}
.footwj-block>div>div>ul>li>ul>li>a{
  color: #ffffff;
  display: block;
  padding: 0.3em 0 0.3em 0;
}
.footwj-block>div>div>ul>li>ul>li>a::before{
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-top: -0.2em;
  vertical-align: middle;
  background-image: url("../img/btn_next-w.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.footwj-block>div>div>ul>li>ul>li>a:hover::before{
  transition: transform 0.5s;
  transform: rotateY(360deg);
}

@media screen and (min-width: 992px) {
  .footwj-block{
    display: flex;
    gap:5%;
  }
  .footwj-block>div{
    width: 25%;
  }
}

@media screen and (min-width: 600px) {
  .footwj-area{
    background-image: url("img/footsitemap-base-pc.png");
    background-size: auto 350px;
    padding-top: 220px;
  }
}
@media screen and (min-width: 992px) {
  .footwj-area{
    background-image: url("img/footsitemap-base-pc.png");
    background-size: auto 400px;
    padding-top: 260px;
  }
}
@media screen and (min-width: 1280px) {
  .footwj-area{
    background-size: auto 500px;
    padding-top: 280px;
  }
}


/* =フッター：サイト情報
-------------------------------------------------------------- */

/* フッター：枠 */
.foot-box-area .textwidget{
  display: flex;
  flex-wrap: wrap;
  gap:20px 2%;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  margin: 0 auto;
}
.foot-box-area .textwidget div{
  width: 100%;
}
@media screen and (min-width: 992px) {
  .foot-box-area .textwidget div{
    width: 49%;
  }
}
/* フッター：ロゴ */
.foot-box-img{
  width: 70%;
  max-width: 200px;
  margin-bottom: 1em;
}
.foot-box-img img{
  width: 100%;
  height: auto;
}
/* フッター：施設名 */
.foot-box-title{
  font-size: 1em;
  margin-bottom: 0.5em;
}

/* 住所 */
.foot-box-add a{
  color: #ffffff;
}

/* フッター：SNS */
ul.foot-box-sns{
  margin: 2em 0 0 0;
  padding: 0;
  list-style-type: none;
}
ul.foot-box-sns li{
  margin-bottom: 0.5em;
}
ul.foot-box-sns li a{
  color: #ffffff;
}
ul.foot-box-sns li a::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3em;
  background-image: url("img/mblist-icon5.png");
  background-repeat: no-repeat;
  background-size: contain;
}
ul.foot-box-sns li a::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.3em;
  margin-top: -0.2em;
  background-image: url("img/sns-mainsite.png");
  background-repeat: no-repeat;
  background-size: contain;
}
ul.foot-box-sns li.box-sns-ig a::before{
  background-image: url("img/sns-icon1.png");
}
ul.foot-box-sns li.box-sns-fb a::before{
  background-image: url("img/sns-icon2.png");
}
ul.foot-box-sns li.box-sns-yt a::before{
  background-image: url("img/sns-icon3.png");
}

ul.foot-box-sns li.box-sns-yt,
ul.foot-box-sns li.box-sns-fb,
ul.foot-box-sns li.box-sns-ig{
  display: none!important;
}

.foot-box2{
  position: relative;
}

/* フッター：コンタクト */
ul.foot-box-contact{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap:0.8em 0.8em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.foot-box-contact li.box-contact-tel a{
  color: #ffffff;
  font-size: 1.5em;
}
ul.foot-box-contact li.box-contact-tel a::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-top: -0.2em;
  background-image: url("img/header-icon-tel2.png");
  background-repeat: no-repeat;
  background-size: contain;
}

ul.foot-box-contact li.box-contact-time{
  font-size: 0.9em;
}

/* フッター：サイトマップ・ポリシー */
ul.foot-box-policy{
  margin: 2em 0 0 0;
  padding: 0;
  list-style-type: none;
}
ul.foot-box-policy li{
  margin-bottom: 0.5em;
}
ul.foot-box-policy li a{
  color: #ffffff;
}
ul.foot-box-policy li a::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.1em;
  margin-top: -0.2em;
  background-image: url("../img/btn_next-w.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 992px) {
  .foot-box-title{
    font-size: 1.2em;
  }
}
 
.sitemap-down>a::after{
  background-image: url("img/mblist-icon5c.png")!important;
}

/* モバイルメニュー：アドレス情報 */
.mb-contact-box{
  color: #222222;
  margin-bottom: 80px;
}
.mb-address{
  margin-bottom: 1.5em;
  color: #1835ad;
  font-size: 1.5em;
}
.mb-telbox a{
  display: block;
  margin: 0.5em auto;
  padding: 0;
  width: 80%;
  text-align: center;
  line-height: 38px;
  height: 38px;
  border-radius: 19px;
  border: dotted 1px #1835ad;
}
ul.mb-contact{
  margin: 2em auto;
  padding: 0;
  list-style-type: none;
  width: 80%;
}
ul.mb-contact li{
  margin-bottom: 1em;
}
ul.mb-contact li a{
  text-align: center;
}

.tojiru-icon{
  text-align: center;
  margin-top: 2em;
}
.tojiru-icon img{
  margin: 0 auto;
  width: 50px;
  height: auto;
}


/* ==============================================================

=コンテンツ共通

============================================================== */

.catmini-block{
  margin-bottom: 2em;
}

.catmini-block ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  padding: 0 0 0 0!important;
  list-style-type: none;
  gap: 2em 0.5em;
}
.catmini-block ul li{
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.catmini-block ul li a{
  border: solid 1px #cccccc;
  color: #313131;
  background-color: #ffffff;
  padding: 1em 1em;
  border-radius: 3px;
  font-size: 0.8em;
  box-shadow: 0 0 5px #dddddd;
  box-sizing: border-box;
}
.catmini-block ul li a::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: -0.3em 0.2em 0 0;
  background-image: url("../img/mi-menutop-g.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.catmini-block ul li:not(.current-cat) a:hover{
  background-color: #f5f5f5;
  box-shadow: 0 0 0 #ffffff;
}
.catmini-block ul li.current-cat a::before{
  background-image: url("../img/mi-menutop-w.png");
}
.catmini-block ul li.current-cat a{
  border: solid 1px #8191d3;
  background-color: #8191d3;
  color: #ffffff;
}
.catmini-center ul{
  justify-content: center;
}
.catmini-left ul{
  justify-content:flex-start;
}
.catmini-right ul{
  justify-content:flex-end;
}

/* コンテンツ枠下余白 */
body:not(.home) .wrapper{
  padding-bottom: 50px!important;
}
@media only screen and (max-width:540px){
  body:not(.home) .wrapper{
    padding-top: 0!important;
  }
}

/* 右固定：入居に関するお問合せ・資料請求ボタン */
.top-kotei-link ul{
  position: fixed;
  top:22%;
  right: 0;
  background-color: #f07700;
  z-index: 100;
  padding: 0.5em 0;
  list-style-type: none;
  border-radius: 10px 0 0 10px;
  transition: all 0.3s ease-in-out;
}
.top-kotei-link.kotei-hide ul{
  right: -100%;
}
.top-kotei-link ul li{
  writing-mode: vertical-rl;
}
.top-kotei-link ul li a{
  font-size: 0.75em;
  display: block;
  padding: 0.8em;
  color: #ffffff;
}

.top-kotei-link ul.set2{
  top:calc(22% + 11.2em);
  background-color: #ffffff;
  border:solid 1px #f07700;
  box-sizing: border-box;
}
.top-kotei-link ul.set2 li a{
  color: #f07700;
}

.top-kotei-link ul li:nth-child(1) a{
  padding: 0.5em 0.8em 0.5em 0.8em;
}
.top-kotei-link ul.set2 li:nth-child(1) a{
  padding: 0.5em 0.8em 0.5em 0.8em;
}
.top-kotei-link ul li a::before{
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("img/header-icon-contact.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.top-kotei-link ul li:nth-child(1) a::before{
  background-image: url("img/header-icon-contact.png");
}
.top-kotei-link ul.set2 li:nth-child(1) a::before{
  background-image: url("img/header-icon-shiryou.png");
}

.top-kotei-link ul.koteijobs{
  position: fixed;
  top:calc(22% + 17.5em);
  right: 0;
  background-color: #6E6EA3;
  z-index: 100;
  padding: 0.5em 0;
  list-style-type: none;
  border-radius: 10px 0 0 10px;
  transition: all 0.3s ease-in-out;
  
}

/* 仮位置 */
.top-kotei-link ul.koteijobs{
  top:calc(22% + 11em);
}

.top-kotei-link ul.koteijobs li a::before{
  background-image: url("img/header-icon-jobs.png");
}
@media only screen and (max-width:991px){
  .top-kotei-link{
    display: none;
  }
}

/* パンくず調整 */
.breadcrumbs{
  position: relative;
  z-index: 1;
}
@media only screen and (max-width:599px){
  .breadcrumbs{
    padding-top: 30px!important;
    width: 60%!important;
    margin: 0.2em auto 0.2em 0!important;
  }
  .entry-header-contents{
    width: 60%!important;
    margin-left: 0!important;
  }
}

/* コンテンツタイトル */
body .entry-header-contents{
  position: relative;
  margin-top:0!important;
  z-index: 1;
}
body .entry-title-contents{
  color: #1835ad;
}
@media only screen and (min-width:992px){
  .menuset0.koteiin0 .conview-0 .entry-header-contents{
    margin-top:0!important;
  }
}

/* コンテンツトップ円画像 */
.contents-headimg{
  width: 100%;
  padding: 0 20px;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  animation:conhead_anime 1s ease-in forwards ;
}
@keyframes conhead_anime{
	0% {
    opacity: 0;
  }
	100% {
    opacity: 1;
  }
}
.contents-headimg .widget-contentimage{
  position: absolute;
  top:-10px;
  right: 20px;
}
.contents-headimg .widget-contentimage img{
  width: 120px!important;
  height: 120px!important;
  object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-width:1279px){
  .contents-headimg{
    box-sizing: border-box;
  }
}
@media only screen and (min-width:380px){
  .contents-headimg .widget-contentimage{
    top:0;
  }
  .contents-headimg .widget-contentimage img{
    width: 150px!important;
    height: 150px!important;
  }
}
@media only screen and (min-width:600px){
  .contents-headimg .widget-contentimage{
    top:-20px;
    right: 10%;
  }
  .contents-headimg .widget-contentimage img{
    width: 220px!important;
    height: 220px!important;
  }
}
@media only screen and (min-width:992px){
  .contents-headimg .widget-contentimage{
    top:-20px;
  }
  .contents-headimg .widget-contentimage img{
    width: 250px!important;
    height: 250px!important;
  }
}

@media only screen and (min-width:1280px){
  .contents-headimg .widget-contentimage{
    top:-30px;
  }
  .contents-headimg .widget-contentimage img{
    width: 300px!important;
    height: 300px!important;
  }
}


/* サイトブロック調整 */
.site-block{
  background-color: #f2f6f8;
}
@media only screen and (min-width:992px){
  body:not(.home) .site-block{
    padding-top: 129px!important;
  }
  body:not(.home).mini-head .site-block{
    padding-top: 99px!important;
  }
}

body:not(.home) .site-mainbox{
  position: relative;
  background-color: #ffffff;
  margin-top: 0px;
  padding: 20px;
  z-index: 1;
  border-radius: 20px;
}
@media only screen and (min-width:380px){
  body:not(.home) .site-mainbox{
    margin-top: 30px;
    padding: 30px;
    border-radius: 25px;
  }
}
@media only screen and (min-width:600px){
  body:not(.home) .site-mainbox{
    margin-top: 40px;
    padding: 30px;
    border-radius: 25px;
  }
}
@media only screen and (min-width:992px){
  body:not(.home) .site-mainbox{
    margin-top: 40px;
    padding: 50px;
    border-radius: 30px;
  }
}
@media only screen and (min-width:1280px){
  body:not(.home) .site-mainbox{
    margin-top: 50px;
    padding: 80px 80px;
    border-radius: 30px;
  }
}

@media only screen and (min-width:600px){
  .entry-header-contents h1.entry-title-contents{
    max-width: 58%;
  }
}

/* ==============================================================

=ウィジェット

============================================================== */

/* 検索ボックス：ウィジェット用 */
.welldy-kensaku .searchform{
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  color: #1835AD!important;
}
.welldy-kensaku .searchfield {
  width: 100%;
  margin: 0;
  padding: 1em;
  border: solid 1px #C2D8F2;
  border-radius: 100vh;
  background-color: #ffffff;
  box-sizing: border-box;
  color: #1835AD!important;
}
.welldy-kensaku input.searchfield::placeholder {
  color: #c2d8f2;
}
@media only screen and (max-width:500px){
  .welldy-kensaku input.searchfield::placeholder {
    width: 12em; /* 文字数を制限する幅 */
    white-space: nowrap; /* テキストを1行に強制 */
    overflow: hidden; 
  }
}
@media only screen and (max-width:375px){
  .welldy-kensaku input.searchfield::placeholder {
    width: 7em; /* 文字数を制限する幅 */
    white-space: nowrap; /* テキストを1行に強制 */
    overflow: hidden; 
  }
}
.searchsubmit {
  position: absolute;
  top: calc(50% - 10px)!important;
  right: 10px;
  padding: 0;
  cursor: pointer;
  color: #1835AD;
  border: none;
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  background-image: url(../img/kensaku-icon-k.png)!important;
  background-repeat: no-repeat;
  background-size: contain;
}
	
.searchfield:focus{ 
  outline: solid 1px #aaaaaa; 
}

/* ==============================================================

=ホーム

============================================================== */

/* モーダルウインドウ
-------------------------------------------------------------- */

.modal_overlay, .modal_content {
  display: none;
  position: fixed;
}
.modal_overlay.open, .modal_content.open {
  display: block;
}
.modal_midashi {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.modal_content {
  width: 90%;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9901;
  background-color: #ffffff;
  padding: 2em 1em;
  animation:modal_anime_1 0.5s ease-out forwards;
  opacity: 0;
  box-sizing: border-box;
  border-radius: 10px;
}
.modal_content h3{
  text-align: center;
  margin-top: 0;
  color: #1835ad;
}

body.modal-set{
  overflow-y: scroll!important;
}

.modal_overlay {
  width: 100%;
  height: 100%;
  background: grey;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9900;
  animation:modal_anime_2 0.5s ease-out forwards;
  opacity: 0;
}
.modal_delete{
  position: absolute;
  display: inline-block;
  top:10px;
  right: 10px;
  cursor:pointer;
}
.modal_open{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/kensaku-icon-k.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  cursor:pointer;
  vertical-align: middle;
}

.main-navigation ul.main-menu>li.modal_open>a::after{
  content: none!important;
}

@keyframes modal_anime_1 {
	0% {
    top: -100%;
    opacity:0;
  }
	100% {
    top: 50%;
    opacity:1;
  }
}

@keyframes modal_anime_2 {
	0% {
    opacity:0;
  }
	100% {
    opacity:0.8;
  }
}

/* ホーム用基本枠
-------------------------------------------------------------- */

.home .wrapper{
  padding-top: 0;
  padding-bottom: 0!important;
}
.home .site-content{
  margin-bottom: 0!important;
}
.home-top00{
  margin-top: 00!important;
}

.home .topimage-bs{
  padding-bottom: 130px!important;
  box-sizing: border-box;
}

/* トップビジュアル */
@media screen and (min-width: 1280px) {
  .home .topimage-bs{
    box-sizing: border-box;
    padding-left: 5%!important;
  }
}
@media screen and (min-width: 1500px) {
  .home .topimage-bs{
    box-sizing: border-box;
    padding-left: 6%!important;
  }
}

/* トップイメージ背景 */
.home .topimage-bs{
  background-color: #f2f6f8;
  background-image: url("img/top-nami1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 200px;
}


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

  /* トップイメージ背景：モバイル対応 */
  .home .topimage-bs{
    padding-bottom: 50px!important;
    background-image: 
      url("img/top-nami1.png"),
      url("img/top-namihaikei.png");
    background-repeat:
      no-repeat,
      no-repeat;
    background-position:
      center center,
      left bottom;
    background-size:
      auto 100px,
      100% 50%;
  }
}

@media screen and (min-width: 992px) {
  .home .topimage-bs{
    background-position: bottom center;
    background-size: auto 300px;
  }
  .home .top-nami2-bs{
    background-size: auto 150px;
  }
}
@media screen and (min-width: 1280px) {
  
  .home .topimage-bs{
    background-size: auto 300px;
  }
  .home .top-nami2-bs{
    background-size: auto 150px;
  }
  
}

.top-visual{
  display: block;
  position: relative;
}
.top-titlecopy{
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.top-titlecopy img.topcopy-img3,
.top-titlecopy img.topcopy-img2,
.top-titlecopy img.topcopy-img1{
  max-width: 450px;
  height: auto;
}
.top-titlecopy img{
  width: 100%;
  height: auto;
}
.topcopy-area1{
  background-image: url("img/top-titlecopy-tori.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom right;
}

.topcopy-area2{
  margin: 1.5em 0;
}

.top-titleimage{
  width: 100%;
  padding: 0 0;
  box-sizing: border-box;
}
.top-titleimage .topimage-img1 img.wp-image-31{
  width: 100%;
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
}
.topimage-img1{
  position: relative;
}
.topimage-img1 .topimage-vc{
  position: absolute;
  width: 20%;
  bottom: 10%;
  right: 10%;
  height: auto;
  z-index: 9900;
}
/*
.topimage-img1 .topimage-vc img {
  height: auto;
  transition: transform .5s ease;
}
.topimage-img1 .topimage-vc:hover img {
  transform: scale(1.1);
}
*/

/* 360度カメラバナー */
.topimage-img1 .topimage-vc:hover img {
  transition: transform 1s;
  transform: rotateY(360deg);
}

@media screen and (max-width: 991px) {
  
  .home .topimage-bs{
    background: none;
  }
    /* トップイメージ背景：モバイル対応 */
  .home .topimage-bs{
    background-image: 
      url("img/top-namihaikei.png");
    background-repeat:
      no-repeat;
    background-position:
      left bottom;
    background-size:
      100% 50%;
  }
  
  .top-titlecopy{
    padding-top: 50px;
    background-image: url("img/top-nami3.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto 300px;
  }
  
  .top-titleimage{
    background-image: url("img/top-nami4.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 300px;
  }

  .topimage-img1 .topimage-vc{
    width: 30%;
    bottom: 10%;
    max-width: 200px;
  }
  
}

@media screen and (max-width: 599px) {
  .topimage-img1 .topimage-vc{
    right: 70px;
  }
}
@media screen and (max-width: 349px) {
  .topimage-img1 .topimage-vc{
    right: 78px;
  }
}


@media screen and (min-width: 600px) {
  
  .topimage-img1 .topimage-vc{
    right: 60px;
  }
  .top-titleimage .topimage-img1 img.wp-image-31{
    height: 400px;
    border-radius: 20px;
  }
}

@media screen and (min-width: 992px) {
  
  .topimage-img1 .topimage-vc{
    right: 110px;
  }
  
  .top-titleimage .topimage-img1 img.wp-image-31{
    height: 600px;
    border-radius: 0 0 0 30px;
  }
  
  /* トップイメージ枠：全体 */
  .top-visual{
    display: flex;
    flex-wrap: wrap;
    gap:20px 2%;
    position: relative;
  }
  /* トップイメージ枠：左 */
  .top-titlecopy{
    width: 33%;
    box-sizing: border-box;
    padding: 170px 0px 0 30px;
  }
  /* トップイメージ枠：右 */
  .top-titleimage{
    width: 65%;
    padding: 0 0 0 0;
  }

}

@media screen and (min-width: 1100px) {
  .topimage-img1 .topimage-vc{
    right: 100px;
  }
  .top-titleimage .topimage-img1 img.wp-image-31{
    height: 700px;
    border-radius: 0 0 0 30px;
  }
}
@media screen and (min-width: 1280px) {
  .topimage-img1 .topimage-vc{
    right: 90px;
  }
  .top-titlecopy{
    padding: 190px 0px 0 30px;
  }
}

@media screen and (min-width: 1500px) {  
  .topimage-img1 .topimage-vc{
    right: 60px;
  }
  .top-titleimage .topimage-img1 img.wp-image-31{
    height: 770px;
    border-radius: 0 0 0 30px;
  }
}

/* メタスライダー関連 */
.topimage{
  padding-left: 20px!important;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .topimage{
    margin-left: 0!important;
  }

}

.home .metaslider .flexslider .flex-pauseplay .flex-play,
.home .metaslider .flexslider .flex-pauseplay .flex-pause {
    width: 50px!important;
    height: 50px!important;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 0!important;
    border-radius: 50%!important;
    text-decoration: none;
    line-height: 50px!important;
    font-size: 0!important;
  bottom: -25px!important;
}
.home .flex-pauseplay a{
  left: auto!important;
  right: 80px!important;
}
@media screen and (max-width: 600px) {
  .home .flex-pauseplay a{
    right: 60px!important;
  }
}
@media screen and (max-width: 400px) {
  .home .flex-pauseplay a{
    right: 50px!important;
  }
}
@media screen and (min-width: 992px) {
  .home .metaslider .flexslider .flex-pauseplay .flex-play,
  .home .metaslider .flexslider .flex-pauseplay .flex-pause {
    width: 70px!important;
    height: 70px!important;
    line-height: 70px!important;
    bottom: -35px!important;
  }
  .home .flex-pauseplay a{
    right: 50px!important;
  }
}


/* メタスライダー：左右ボタン */
.home #metaslider_container_674 .flex-viewport{
  border-radius: 0 0 0 30px;
  overflow: hidden;
}

.home .flex-direction-nav{
  width: inherit!important;
  display: flex!important;
  justify-content: flex-end!important;
  gap:1em!important;
  margin-right: 140px!important;
}
.home .flex-direction-nav li{
  width: 70px!important;
  left: 100px!important;
}

.home .metaslider.ms-theme-default-base .flexslider .flex-direction-nav li a{
  width: 70px!important;
  height: 70px!important;
  background: #333;
  background-image: none;
  border-radius: 50%;
  transform: none!important;
  top: auto!important;
  bottom: -35px!important;
}
@media screen and (max-width: 991px) {
  .home .flex-direction-nav li{
    width: 50px!important;
    left: 100px!important;
  }
  .home .metaslider.ms-theme-default-base .flexslider .flex-direction-nav li a{
    width: 50px!important;
    height: 50px!important;
    bottom: -25px!important;
  }
  .home .flex-direction-nav{
    gap:0.5em!important;
  }
}
@media screen and (max-width: 600px) {
  .home .flex-direction-nav{
    margin-right: 120px!important;
  }
}
@media screen and (max-width: 400px) {
  .home .flex-direction-nav{
    margin-right: 108px!important;
  }
}
.home .metaslider .flexslider .flex-direction-nav li a {
  right: auto!important;
  left: auto!important;
}
.home .metaslider .flexslider .flex-direction-nav li.flex-next a {
  margin-left: 100px;
  left: 200px!important;
}
.home #metaslider-id-674 .slides li{
  background-color: transparent!important;
}

.page .flex-control-nav{
  bottom: -35px!important;
}

/* 要素横スクロール
-------------------------------------------------------------- */

@media screen and (max-width: 1199px) {
  .home-only-view-pc{
    display: none!important;
  }
  .home-only-view-mb{
    display: block!important;
  }
}
@media screen and (min-width: 1200px) {
  .home-only-view-pc{
    display: block!important;
  }
  .home-only-view-mb{
    display: none!important;
  }
}

div.yokonot{
  background-color: #ffffff;
}

.yokoslide{
  background-image: url("img/slide-back-base.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  height: auto;

}

.yokoslide .view-area{
  background-image: url("img/yokoslide-nami2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  box-sizing: border-box;
}

.view-area:is(.sec02, .sec03, .sec07, .sec04, .sec05, .sec06){
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  .view-area.sec02{
    padding-bottom: 0!important;
  }
}

@media screen and (max-width: 599px) {
  .view-area .wp-block-columns{
    gap: 0 1em;
  }
  
}
@media screen and (min-width: 782px) {
  .view-area:is(.sec02, .sec03, .sec07, .sec04, .sec05, .sec06){
    padding: 30px 30px 30px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .view-area:is(.sec02, .sec03, .sec07, .sec04, .sec05, .sec06){
    padding: 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .view-area:is(.sec02, .sec03, .sec07, .sec04, .sec05, .sec06){
    padding: 0 50px;
  }
  .view-area.sec07 .wp-block-columns,
  .view-area.sec04 .wp-block-columns{
    max-width: 1200px;
  }
}

.umi-icon{
  position: absolute;
  display: inline-block;
  width: auto;
  max-height: 130px;
  bottom: 0;
  left: 10%;
}
@media screen and (max-width: 1199px) {
  .umi-icon{
    display: none;
  }
}

/* セクション1.8画像 */
@media screen and (min-width: 1200px) {
  .sec08 .sl-image-bs img,
  .sec01 .sl-image-bs img{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    object-position: center bottom;
  }
}

.sl03-clm{
  max-width: 800px;
}

@media screen and (min-width: 1200px) {
  .sl02-clm{
    max-width: auto;
    padding-left: 10%;
  }
}

.sl04-clm-right{
  position: relative;
}
.sl04-clm-text{
  position: absolute;
  top:0;
  right: 0;
  width: 60%;
  margin: 0!important;
  z-index: 1;
}

@media screen and (max-width: 380px) {
  .sl04-clm-right .sl04-clm-text{
    position: relative!important;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.5em!important;
  }
  
}
.sl5-icon01{
  text-align: right;
}
.iconset-l{
  text-align: left;
}
.iconset-c{
  text-align: center;
}
.iconset-r{
  text-align: right;
}

/* 横スライド用 */

body.home {
  margin: 0;
  overflow-x: clip;
}
div.yokoslide:not(.sticky) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  background-color: white;
}

.horizontal_scroll {
  --sticky-container-height: 100vh;
  height: var(--sticky-container-height);
  min-height: 100vh;
  box-sizing: border-box;
}
.horizontal_scroll .sticky {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.horizontal_scroll .scroller {
  display: flex;
  overflow: auto;
}
.horizontal_scroll .scroller.nobar {
  overflow: hidden;
}
.horizontal_scroll .scroller > * {
  flex-basis: 66%;
  height: 100vh;
  flex-shrink: 0;
  aspect-ratio: 16 / 9;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
@media screen and (min-width: 1200px) {
  .horizontal_scroll .scroller > * {
    aspect-ratio: 16 / 9;
  }
}
@media screen and (min-width: 1280px) {
  .horizontal_scroll .scroller > * {
    aspect-ratio: 16 / 9;
  }
}
.horizontal_scroll .scroller > *:not(:first-child) {
  margin-left: 0;
}

/* テーブルスクロール枠表示 */

.scrolltable{
  max-height:300px!important;
	overflow-y:auto!important;
  border: solid 1px #C2D8F2;
}

@media screen and (min-width: 641px) {
  .scrolltable{
    max-height:350px!important;
  }
}

/* ==============================================================

=ご家族の声

============================================================== */

.single-voice .site-mainbox,
.tax-voice_cat .site-mainbox,
.post-type-archive-voice .site-mainbox{
  background-color: #ace3ff!important;
}
.voice-area{
  display: flex;
  flex-wrap: wrap;
  gap:1em 2%;
}

.voice-area article{
  display: block;
  background-color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
}

.voice-area article a{
  display: block;
  width: 100%;
  padding: 1.5em;
  min-height: 290px;
  box-sizing: border-box;
  position: relative;
}

.voice-area article{
  width: 100%;
}
@media screen and (min-width: 380px) {
  .voice-area article{
    width: 49%;
  }
  .voice-area article a{
    min-height: 290px;
  }
}
@media screen and (min-width: 782px) {
  .voice-area article{
    width: 32%;
  }
  .voice-area article a{
    min-height: 330px;
  }
}
@media screen and (min-width: 992px) {
  .voice-area article{
    width: 32%;
  }
}
@media screen and (min-width: 1280px) {
  .voice-area article{
    width: 23.5%;
  }
}

.voice-area article a::after{
  content: '';
  position: absolute;
  left:calc(50% - 0.5em);
  bottom: 1em;
  width: 1em;
  height: 1em;
  background-image: url("img/mblist-icon3.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.voice-area article a:hover::after{
  margin-left: 10px;
}
.voice-area article span{
  display: block;
}
.voice-area article span.wl-voice-cat{
  color: #3e3e3e;
  margin-bottom: 0.7em;
  font-size: 0.9em;
}
.voice-area article span.wl-voice-title{
  color: #1835ad;
  font-weight: bold;
}
.voice-area article img{
  border-radius: 50%;
  width: 120px;
  height: auto;
  margin-bottom: 0.5em;
}

/* ご家族の声：シングル */

.voice-area-single{
  display: block;
  background-color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  padding: 1.5em;
}
.voice-area-single .entry-meta{
  text-align: left;
}
.wl-cat-single{
  color: #1835ad;
  padding-bottom: 0.5em;
  border-bottom:dotted 1px #1835ad;
}
.voice-single-title{
  color: #1835ad;
  text-align: center;
  margin-top: 0;
  padding-top: 0.5em;

}
.wl-cat-single{
  text-align: center;
}
.voice-single-content{
  text-align: left;
}
.wl-voice-icon img{
  border-radius: 50%;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 992px) {
  .wl-voice-box{
    display: flex;
    gap:2em;
    box-sizing: border-box;
    width: 100%;
    /*align-items: center;*/
  }
  .wl-voice-box>div.wl-voice-icon{
    width: 23%;
  }
  .wl-voice-box>div.voice-box-copy{
    width: 77%;
  }
  .voice-single-title{
    text-align: left;
  }
  .wl-cat-single{
    text-align: left;
  }
}


/* ==============================================================

=お問合せ

============================================================== */

.fm-btm input[type=submit]{
  padding: 0.9em 3em 0.9em 1.5em;
  border-radius: 100vh;
  background-image: url("img/mblist-icon5.png");
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: right 20px center;
}
.fm-btm input[type=submit]:hover{
  background-position: right 10px center;
  opacity: 1;
}

.fm-btm input[type=button]{
  padding: 0.9em 1.5em 0.9em 3em;
  border-radius: 100vh;
  background-image: url("img/mblist-icon5b.png");
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position:left 20px center;
}
.fm-btm input[type=button]:hover{
  background-position:left 10px center;
  opacity: 1;
}

.custom-wpcf7c-confirmed textarea{
  rows: 1!important;
}


/* ==============================================================

=エラーページ

============================================================== */

.search-link-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2% 1em;
  width: 100%;
  margin: 2em 0;
}

.search-link-block div.wp-block-button.is-style-btm-type1{
  width: 49%;
  max-width: 49%;
  box-sizing: border-box;
}


@media screen and (max-width: 1138px) {
  .search-link-block{
     flex-direction: column; 
  }
  .search-link-block div.wp-block-button.is-style-btm-type1{
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
  }
}
