@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap&subset=japanese');*/
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');
@import url("/css/gsap-set.css");
:root {
  --brand-green: #8ABF65;
  --brand-deep: #109D78;
  --brand-yellow: #F2B94A;
  --brand-accent: #94C74C;
  --bg-ivory: #f4f5f0;
  --text-gray: #444;
  --card-radius: 1.25rem;
  --cta-basesize: 4px;
}

@media screen and (max-width: 1200px) {
  :root {
    --cta-basesize: 2.5px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --cta-basesize: 2px;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --cta-basesize: 1.6px;
  }
}


html,
body {
  font-family: "Kiwi Maru", "Hiragino Maru Gothic ProN", "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Segoe UI Symbol", sans-serif;
  color: var(--text-gray);
  background: var(--bg-ivory);
  line-height: 1.7;
  max-width: 1920px;
}

/*ナビの採用ボタン*/
a {

  text-decoration: none;
  color: #333;
}
p {
  font-size: 19px;
  line-height: 2;
}
@media (max-width: 767.98px) {
  p {
    line-height: 1.8;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.rounded-2xl {
  border-radius: var(--card-radius) !important;
}

.shadow-soft {
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  font-size: 1rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .06);
  color: #000;
}

/* パンくず */
.breadcrumb-wrap {
  color: #2b2b2b;
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: 18px;
  margin-bottom: .7rem;
}

.breadcrumb-wrap i {
  opacity: .8;
}

.breadcrumb-wrap a {
  color: #2b2b2b;
  text-decoration: none;
}

.breadcrumb-wrap .sep {
  opacity: .4;
  padding: 0 .35rem;
}

.breadcrumb-wrap a {
  color: inherit;
}

.breadcrumb-wrap a:hover {
  text-decoration: underline;
}
a[href$=".pdf"],
a[href*=".pdf?"]{
text-decoration: underline;
}
a[href$=".pdf"]::after,
a[href*=".pdf?"]::after{
  font-family: "bootstrap-icons";
  content: "\F63D"; 
  font-size: 1em;
  color: #d32f2f;   /* Adobe系の赤に近い色 */

}
a[href$=".pdf"]:hover,
a[href*=".pdf?"]:hover{
text-decoration: none;
}

/* Spacing helper section (used across multiple sections) */
section.section {
  padding: clamp(48px, 7vw, 96px) 0;
  position: relative;
}

/* --- Header -------------------------------------------------------------- */
.site-header {
  background: #fff8;
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}
#index .site-header {
background: none;
  backdrop-filter: none;
  border-bottom: none;
  display: flex;
  align-items: end;
  padding-bottom: 1em;
z-index: 1000;
}
/* =========================
   SP / TB ヘッダー調整
   PCはそのまま
========================= */
@media (max-width: 991.98px) {

  .global-header{
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
  }

  body{
    padding-top: 76px;
  }

  .global-header .header-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 76px;
    padding: 12px 16px;
    background: rgba(255,255,255,.76);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,.06);
    transition: background .25s ease, box-shadow .25s ease;
  }

  .global-header.is-scrolled .header-bar{
    background: rgba(255,255,255,.92);
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
  }

  /* ロゴ＋法人名 */
  .global-header .brand.left{
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
    text-decoration: none;
  }

  .global-header .brand-logo{
    width: 42px;
    height: auto;
    max-height: none !important;
    flex: 0 0 auto;
  }

  .global-header .brand-name{
    display: block;
    height: 38px;
    width: auto;
    max-width: calc(100vw - 130px);
    max-height: none !important;
    object-fit: contain;
    flex: 0 1 auto;
  }

  /* SP/TBではPC用ナビと右CTAを隠す */
  .global-header #global-nav,
  .global-header .cta-recruit.right,
  .global-header .d-none.d-xl-block{
    display: none !important;
  }

  /* ハンバーガーはデザインを変えず位置だけ整える */
  .global-header .nav-toggle{
    flex: 0 0 auto;
    margin-left: 8px;
  }

  /* offcanvas側のロゴも横並びで統一 */
  .global-header .oc-brand{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: left;
  }

  .global-header .oc-logo{
    width: 48px;
    height: auto;
    flex: 0 0 auto;
  }

  .global-header .oc-name{
    width: min(240px, 58vw);
    height: auto;
    flex: 0 1 auto;
  }

  .global-header .oc-nav{
    width: min(88vw, 400px);
  }
}

@media (max-width: 991.98px) {
  .global-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1100;
  }

  body {
    padding-top: 76px;
  }

  .global-header .header-bar {
    min-height: 76px;
    padding: 12px 16px;
    background: rgba(255,255,255,.76);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,.06);
  }
}
/* --- Circular Button ----------------------------------------------------- */
.btn-circle {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: #fff;
  color: var(--brand-deep);
  transition: transform .15s ease;
}

.btn-circle:hover {
  transform: translateY(-2px);
}

/* --- Round CTA Badge (used on multiple pages) ---------------------------- */
.circle-btn {
  --size: clamp(90px, 12vw, 140px);
  --ring: calc(var(--size) * 0.035);
  --gap: calc(var(--size) * 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: calc(var(--size) * 0.30);
  padding-bottom: calc(var(--size) * 0.30);
  gap: var(--gap);
  width: var(--size);
  height: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--brand-accent);
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  position: relative;
  text-align: center;
  margin: 1.5rem auto;
}

.circle-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow:
    0 0 0 var(--ring) #fff,
    0 0 0 calc(var(--ring)*2) var(--brand-accent);
  pointer-events: none;
}

/* Small white icon circle used inside the round CTA */
.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--size, 120px) * 0.24);
  aspect-ratio: 1/1;
  height: 34px;
  /* fallback for browsers without aspect-ratio */
  border-radius: 50%;
  background: #fff;
  color: var(--brand-accent);
}

.icon-circle i {
  font-size: calc(var(--size, 120px) * 0.13);
  line-height: 1;
}

/* --- Back to top --------------------------------------------------------- */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
}

.back-to-top .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #109d78;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  transition: background .3s;
}

.back-to-top .label {
  margin-top: 5px;
  color: #000;
}

.back-to-top:hover .arrow {
  background-color: #d99e2f;
}

/* --- Footer -------------------------------------------------------------- */
footer {
  background: var(--bg-ivory);
  border-top: 1px solid rgba(0, 0, 0, .06);
}

.footer-number {
  color: #8fbf60;
  font-size: 40px;
  line-height: 1.0;
}

footer ul,
footer ol {
  list-style: none;      
  margin: 0;             
  padding-left: 0;     
}

footer h5 a{
  color:#109D78;
  font-weight: 600;
}

/* --- Small devices tweaks ------------------------------------------------ */
@media (max-width:575.98px) {
  .btn-circle {
    width: 56px;
    height: 56px;
  }
}

/* --- 共通 ----------------------------------------------------- */
.facility-hero{
margin-bottom: 3rem;
}

/* すべての section に下余白
section {
  margin-bottom: 3rem;
}*/

/* 各最後に来る section だけは余白を 0 にする
section:last-of-type {
  margin-bottom: 0;
} */
/*下記のsectionは余白を 0
.hero{
   margin-bottom: 0;
}*/

/* --- 共通 ----------------------------------------------------- */


body#index{

& .cta-wrap {
  margin-top: -80px;
  z-index: 1026;
}

& .cta-recruit,
& .cta-flow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--cta-basesize) * 40);
  height: calc(var(--cta-basesize) * 40);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  flex-direction: column;


}
}
.cta-recruit {
  background: #10a07a;
  box-shadow:
    0 0 0 var(--cta-basesize) #fff,
    0 0 0 calc(1.7 * var(--cta-basesize)) #10a07a;
}

.cta-flow {
  margin-top: calc(var(--cta-basesize) * -40);
  background: #e1ca4a;
  box-shadow: 0 0 0 var(--cta-basesize) #fff,
    0 0 0 calc(1.7 * var(--cta-basesize)) #e1ca4a;
}


.cta-text {

  font-size: calc(var(--cta-basesize) * 5);
  font-weight: 700;
}

.cta-dot {


  display: inline-grid;
  place-items: center;
  width: calc(var(--cta-basesize) * 7);
  height: calc(var(--cta-basesize) * 7);
  background: #fff;
  border-radius: 50%;
  font-weight: 900;
  line-height: 1;
}

.cta-recruit .cta-dot {

  color: #10a07a;

}

.cta-flow .cta-dot {

  color: #e1ca4a;

}

/* 高齢者福祉施設 */
    .facility-group a {
      text-decoration: none;
      color: #444;
      transition: color .3s;
    }

    .facility-group a:hover {
      color: #198754;
    }

    .facility-group a img {
      border-radius: 14px;
      transition: opacity .3s;
      margin-bottom:.5rem
    }

    .facility-group a:hover img {
      opacity: .5;
    }

    .facility-group h3 {
      display: flex;
      align-items: flex-start !important;
      flex-direction: column !important;

    }

    .facility-group small {
      font-size: 0.85rem;
    }

    .facility-group ul {
      display: flex;
      flex-wrap: wrap;
      gap: 0 .85rem;
    }
    .facility-group.here{
      opacity: .5;
      pointer-events: none
    }

/*Gmap埋め込み*/
        .map-embed {
            width: 90%;
            height: 400px;
            margin: 0 auto;
            border: 10px solid #CCC;
            position: relative;
        }

        @media (min-width:992px) {
            .map-embed {
                width: 100%;
                border: none;
            }
        }


/* --- 法人案内ページ ------------------------------------------------ */
/*4タブ切り替えボタン*/
    .about-switch .btn-outline {
      color: #2f7f2f;
      border-color: #2f7f2f;
      background-color: #fff;
      padding-top: 15px;
      padding-bottom: 15px;
    }

    .about-switch .btn-outline:hover,
    .about-switch .btn-outline:focus,
    .about-switch .btn-outline:active {
      color: #fff;
      background-color: #b6dd7a;
      border-color: #b6dd7a;
    }

/* 選択中（activeクラスが付いているボタン） */
    .about-switch .btn-outline.active {
      color: #fff;
      background-color: #94c74c; 
      border-color: #94c74c;
    }

/*見出し*/
    .heading-accent {
      color: #109D78;
      margin-bottom: 1rem;
    }

/* --- 施設紹介ページ ------------------------------------------------ */
    /*施設の日常を見るボタン*/
      .btn-more {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      border-radius: 999px;
      padding: 12px 26px;
      font-weight: 700;}
    /*アクセス*/
    .access-container{
      text-align: center;
      margin-top: 50px;}
    /*切り替え式のボタン*/
    .facility{
      display: flex;
      position: relative;
      border-radius: 80px 80px 0 0;       
      margin: 0 auto;
      background-color: #fff!important;
      padding: 90px 0 90px 0;
    }
    .facility-btn{
      display: flex;
      justify-content: center;
      margin-bottom: 1.5rem;
      }
    .facility-btn-nav{
      background-color: #0b9869;   
      border-radius: 999px;
      padding: 0.5rem;
      gap: 0.75rem;
      display: inline-flex; 
      list-style: none;       
      }
      .facility-btn-nav .nav-link{
      border: none;
      border-radius: 999px;
      padding: 0.55rem 1.4rem;
      background: transparent;     
      color: #ffffff;
      font-weight: 500;
      white-space: nowrap;
      }
      .facility-btn-nav .nav-link.active {
      background-color: #ffffff;   
      color: #0b9869;             
      }
      .facility-btn-nav .nav-link:not(.active):hover {
      background-color: rgba(255,255,255,0.16);
      }
     
@media (max-width: 1099.98px) {
  .facility-btn {
    justify-content: center; 
  }

  .facility-btn-nav {
    display: block;         
    width: 100%;             
    max-width: 480px;        
    margin: 0 auto;          
    padding: 0.9rem 1rem;    
    border-radius: 18px;      
    background-color: #0b9869;
    gap: 0;   
                 
  }
  .facility-btn-nav .nav-item {
    display: block;
  }
  .facility-btn-nav .nav-item + .nav-item {
    margin-top: 0.5rem;       
  }

  .facility-btn-nav .nav-link {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 999px;    
    padding: 0.6rem 1rem;
    white-space: normal;      
  }
}
/* --- プライバシーポリシーページ ------------------------------------------------ */
#policy p{
  line-height:1.5;
  }
#policy li p{margin-bottom: 0.1px;}


/* ---header ------------------------------------------------ */

 /* ====== ベース ====== */
  .global-header {
    padding: 12px 0;
    position: relative;
    z-index: 1000;
    top: 0;
  }

  .global-header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
  }

  /* 白い角丸バー */
    .header-bar.white {
    background: #fff;
    /*margin-top: 20px;*/
    border-radius:  16px 16px 16px 16px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    margin-left: auto;
    width: fit-content;
    min-width: 90vw;
    margin:auto;
    
    }
  .header-bar {


    & .cta-recruit{

 position: fixed;
    right: 0;
    top: 70px;
    border-radius: 15px 0 0 15px;
    left: auto;
    padding: 26px 14px;
    text-orientation: upright;
    writing-mode: vertical-rl;
   color: #FFF;
    letter-spacing: .6em;
    box-shadow: none;
    line-height: 1em;
  }
    /* 左：ブランド */
    & .brand {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      color: #222;
    }

    & .brand-logo {
      width: 44px;
      height: 44px;
      object-fit: cover;
      border-radius: 8px;
    }

    & .brand-text {
      font-weight: 700;
      white-space: nowrap;
    }

    /* 中央：ナビ（PC横並び） */
    & .nav {
      display: flex;
      align-items: center;
      gap: 22px;
      margin-left: auto;
      margin-right: 0;
    }

    & .nav-link {
      position: relative;
      color: #222;
      text-decoration: none;
      font-weight: normal;
      padding: 8px 6px;
      font-size: 1.4rem;
    }

    & .nav-link:not(:first-child)::before {
      content: "";
      position: absolute;
      left: -11px;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 16px;
      background: #cfd4da;
    }

    & .nav-link:hover {
      opacity: .75;
    }

    & .nav-link.active {
      color: #11956f;
    }

/* もし画像2枚を横に並べたい場合は、
   .oc-brand の flex-direction: column; を消してください */
    & .nav-toggle {
      display: none;
      margin-left: auto;
      width: 40px;
      height: 40px;
      border: 0;
      background: transparent;
      cursor: pointer;
    }

    & .nav-toggle-bar,
    & .nav-toggle-bar::before,
    & .nav-toggle-bar::after {
      content: "";
      display: block;
      width: 24px;
      height: 2px;
      background: #FFF;
      border-radius: 2px;
      position: relative;
    }

    & .nav-toggle-bar::before {
      top: -7px;
      position: absolute;
    }

    & .nav-toggle-bar::after {
      top: 7px;
      position: absolute;
    }
  }
 /* ====== 0226 ====== */
   /* ハンバーガー（SPのみ表示） */
@media (max-width: 991.98px) {
/*.oc-nav{ position: relative; }*/

/* 閉じるボタンを右上へ（offcanvas直下のbtn-close） */
.oc-nav > .btn-close{
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  z-index: 10;
}

.offcanvas-header .btn-close{
  display: block;
  margin-left: auto;margin-right: 0;
}

/* offcanvas-header：中央揃え＋×と被らない上余白 */
.offcanvas-header{
  display: block;      /* Bootstrapのflexを上書き */
  text-align: center;
  padding-top: 3.5rem; /* ×ボタン分の余白 */
  padding-bottom: 1rem;
}

/* ロゴコンテナ：中央寄せ */
.oc-brand{
  display: inline-block;
  margin: 0 auto;
}

/* ロゴ画像 */
.oc-logo{
  display: block;
  margin: 0 auto 5px;
  height: 60px;
  width: auto;
}

/* 法人名画像 */
    .oc-name{
      display: block;
      margin: 0 auto;
      max-width: 240px;
      height: auto;
    }
    .global-header{
      position: fixed !important; 
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1050; /* メニューより少し下に */
      padding: 0;
      height: 0;
      min-height: 0;
      padding: 0;
      background-color: #FFF;
      overflow: visible !important;
    }
  /* 3. 白い浮いているバーの見た目を維持する */
    .header-bar.white {
      display: flex !important;
      background: #fff !important; /* バーだけを白くする */
      margin: 10px auto !important;
      padding: 10px 16px !important;
      border-radius: 16px !important;
      box-shadow: 0 10px 24px rgba(0, 0, 0, .08) !important;
      width: 92vw !important;
      min-width: 0 !important;
      position: relative;
      top: 0;
    }

    #index .site-header {
    background: none;
      backdrop-filter: none;
      border-bottom: none;
      display: flex;
      align-items: end;
      /*padding-bottom: 1em;*/
    order:-1;
    position: fixed;
    right:0;
    top:0;
    z-index: 1000;
    }

    #index .header-bar .brand{
      display: none !important;
    }
#index .header-bar.white{
    background: #fff;
    /*margin-top: 20px;*/
    border-radius:  16px 16px 16px 16px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    margin-left: auto;
    width: fit-content;
    min-width: 90vw;
    margin:auto;
   width: 100vw;
}
    #index .header-bar{

        & .nav-toggle {
      display: inline-flex;
      position: relative;
      align-items: center;
      justify-content: center;
      width: 44px;
      /*top: 30px;*/
      right: 3px;
      background-color: #a5d941;
      border-radius: 5px;
            display: inline-grid;
      margin-left: auto;
    }

    }
    .header-bar.white {
      margin-top:0;
      background: transparent;
      border-radius: 0;
      box-shadow: none;
width: auto;
min-width: auto;



    & .brand-text {
      font-size: 14px;
    }

    & .nav-link {
      padding: 10px 4px;
    }

    & .nav-link:not(:first-child)::before {
      display: none;
    }

    & .cta-dot {
      width: 24px;
      height: 24px;
      bottom: 10px;
    }

    & .nav-toggle {
      display: inline-flex;
      position: relative;
      align-items: center;
      justify-content: center;
      width: 44px;
      /*top: 30px;*/
      right: 3px;
      background-color: #a5d941;
      border-radius: 5px;
            display: inline-grid;
      margin-left: auto;
    }


    & .global-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      padding: 6px 0;
      background: transparent;
      border: 0;
    }



    & .cta-recruit{
      margin-bottom:0;
      display: none;
    }
    /* PCナビは非表示（代わりにオフキャンバスを使用） */
    & .nav {
      display: none !important;
    }



    /* オフキャンバスの見た目微調整 */
    & .oc-nav .offcanvas-header {
      border-bottom: 1px solid rgba(0, 0, 0, .06);
    }

    & .oc-nav .list-group-item {
      font-weight: 600;
      border: 0;
    }
     }
  }

  @media (min-width: 992px) {
    .nav {
      display: flex;
      align-items: center;
      gap: 22px;
      margin-right: 12px;
      margin-left: auto;
    }

    .nav-toggle {
      display: none !important;
    }
  }
/* header end */

