/*
Theme Name: Kplus Clean
Theme URI: https://assistplusgk.xsrv.jp/
Author: Assist Plus
Description: Clean restart theme for K+ project
Version: 1.0
*/
body { margin:0; font-family:sans-serif; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    font-family:  "Noto Sans JP";
    overflow-wrap: break-word;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

input, textarea {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    font-size: 16px;
    border: #ccc 1px solid;
    border-radius: 3px;
    background: #fafafa;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

a:focus {
    outline: none;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

* html .clear {
    height: 1px;
}

.both {
    clear: both;
}
.kp-h3{ font-size:20px; margin:28px 0 12px; }
.kp-pdf{ display:flex; align-items:center; gap:12px; margin:0 0 16px; }
.kp-pdf img{ width:160px; height:auto; display:block; border:1px solid #eee; border-radius:6px; }
.kp-pdf-link{ font-weight:600; }

.accordion{ margin-top:8px; }
.acc-item{ border:1px solid #ddd; border-radius:8px; background:#fff; margin:8px 0; overflow:hidden; }
.acc-item > summary{ cursor:pointer; list-style:none; padding:12px 14px; font-weight:600; background:#f2f2f2; }
.acc-item[open] > summary{ background:#e9e9e9; }
.acc-body{ padding:14px 16px; line-height:1.8; font-size:15px; }

.kp-table{ width:100%; border-collapse:collapse; margin:8px 0 0; font-size:14px; }
.kp-table th, .kp-table td{border:1px solid #e5e5e5;padding:8px 10px;text-align:left;box-sizing: border-box;}
.kp-table th{ background:#fafafa; white-space:nowrap; }

/* 全体のコンテナを中央寄せ＆幅制限 */
.kp-important .container {
  max-width: 960px;   /* ← お好みで 900〜1100px に調整可 */
  margin: 0 auto;
  padding: 0 16px;    /* 画面端とくっつかないよう余白 */
}

/* アコーディオン summary にアイコンを追加 */
.acc-item > summary {
  position: relative;
  padding-left: 28px; /* マーク用に余白を確保 */
}

.acc-item > summary::before {
  content: "+"; /* 閉じているときは＋ */
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  color: #555;
}

/* 開いているときは−に切り替え */
.acc-item[open] > summary::before {
  content: "−";
}

.kp-h3-with-pdf {
  display: flex;
  align-items: center;
  gap: 10px; /* 見出しとアイコンの間隔 */
  margin: 28px 0 12px;
}

.kp-h3-with-pdf .kp-h3 {
  margin: 0;
  font-size: 20px;
}

.kp-pdf-icon {
  width: 28px;   /* アイコンサイズは調整可 */
  height: auto;
  display: block;
}


/* 小見出し共通 */
.kp-h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding-left: 12px;            /* ラインと文字の間隔 */
  border-left: 5px solid #555;   /* ← 太め縦ライン（色はお好みで変更可） */
}

/* 小見出し＋PDFアイコンの横並び */
.kp-h3-with-pdf {
  display: flex;
  align-items: center;
  gap: 10px; /* 見出しとPDFアイコンの間隔 */
  margin: 28px 0 12px;
}

.kp-pdf-icon {
  width: 28px;   /* アイコンサイズ調整可 */
  height: auto;
  display: block;
}

.kp-h3-with-pdf {
  display: flex;
  align-items: center;
  gap: 10px;              /* 見出しとPDFアイコンの間隔 */
  margin: 28px 0 12px;
  justify-content: flex-start; /* ← これで左寄せに統一 */
}


.kp-h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding-left: 12px;
  border-left: 5px solid #555; /* 見出し左の縦ライン */
}

.kp-pdf-wrap {
  display: flex;
  align-items: center;
  gap: 8px; /* 画像と文字リンクの間隔 */
}

.kp-pdf-btn {
  width: 32px;   /* ボタン画像の大きさ（調整可） */
  height: auto;
  display: block;
}

.kp-pdf-link {
  font-weight: 600;
  font-size: 14px;
  color: #2a7bc0; /* ブランドカラーに調整可 */
  text-decoration: underline;
}
.kp-pdf-link:hover {
  opacity: .8;
}

/* 事業所案内 */
.kp-about {
  background: #fffbea; /* やさしいクリーム色 */
  padding: 60px 20px;
  /* position: relative; */
  /* z-index: 10; */
}

.kp-about .container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center; /* 見出し中央寄せ */
}


.kp-about-block {
  border-top: 1px solid #ddd; /* 各項目をラインで区切る */
  padding: 24px 0;
  text-align: left; /* 内容は読みやすく左寄せ */
}

.kp-about-block:first-of-type {
  border-top: none;
}

.kp-about-block h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #333;
  border-left: 5px solid #2a7bc0; /* 小見出し左ライン */
  padding-left: 10px;
}

.kp-about-block p,
.kp-about-block li {
  font-size: 15px;
  line-height: 1.7;
}

.kp-about-block .note {
  font-size: 13px;
  color: #666;
}

.kp-about-block ol {
  padding-left: 20px;
  text-align: left;
}


/* 1. セクション間の余白を広げる */
#important {
  margin-bottom: 80px; /* ← デフォルトより広めの余白を追加 */
}

/* 2. 事業所案内の横並びレイアウト */
.kp-about-block {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #ddd;
  padding: 24px 0;
  text-align: left;
  gap: 20px;
}

.kp-about-block:first-of-type {
  border-top: none;
}

/* 左側（見出し） */
.kp-about-block h3 {
  flex: 0 0 180px;   /* 見出し部分の固定幅（調整可） */
  font-size: 18px;
  margin: 0;
  color: #333;
  border-left: 5px solid #2a7bc0;
  padding-left: 10px;
}

/* 右側（本文） */
.kp-about-block .content {
  flex: 1;           /* 残りの幅いっぱい */
  font-size: 15px;
  line-height: 1.7;
}

.kp-about-block .content ul,
.kp-about-block .content ol {
  margin: 0;          /* 上下の余白をリセット */
  padding-left: 1.2em; /* 左の余白を少しだけ */
}
.kp-about-block .content li {
  margin-bottom: .3em;
}

/* 横並びの骨格を Grid で */
.kp-about-block{
  display: grid;
  grid-template-columns: 180px 1fr; /* 見出し幅 / 本文 */
  column-gap: 20px;
  align-items: start;               /* 両カラムの上端を揃える */
  border-top: 1px solid #ddd;
  padding: 24px 0;
  text-align: left;
}

/* 見出し側の余白をリセット＆上端揃え */
.kp-about-block h3{
  margin: 0;                /* ← これ大事：余白で下がらないように */
  font-size: 18px;
  color: #333;
  border-left: 5px solid #2a7bc0;
  padding-left: 10px;
  align-self: start;        /* 念のため */
}

/* 本文側の先頭余白を詰める */
.kp-about-block .content > *:first-child{
  margin-top: 0;
}

/* リストのインデント調整（前回の続き） */
.kp-about-block .content ul,
.kp-about-block .content ol{ margin:0; padding-left:1.2em; }
.kp-about-block .content li{ margin-bottom:.3em; }

/* スマホは縦積み */
@media (max-width: 640px){
  .kp-about-block{
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}

/* セクション共通 大見出し */
.kp-h2 {
  font-size: 26px;
  line-height: 1.5;        /* 行間を少し広げて読みやすく */
  font-weight: 700;
  color: #4f7649;
  text-align: center;
  margin: 0 auto 32px;
  border-bottom: 3px solid #ccc;
  padding-bottom: 6px;
  display: inline-block;
}


.kp-staff {
  background:#fffbea;       /* クリーム色背景 */
  padding:60px 20px;
  margin-top:80px;
  text-align:center;
}

.staff-oval {
  width: 520px;   /* ← これ必須 */
  height: 340px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, #ffffff 75%, #f5f5f5 100%);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.staff-oval img {
  max-width: 390px;  /* 520px × 75% ≒ 390px */
  height: auto;
}




.staff-caption {
  font-size:15px;
  line-height:1.9;
  color:#444;
}

#important {
  padding-top: 80px; /* 上の余白を追加 */
}



/* ===== サービス紹介 ===== */
.kp-services{
  /* position: relative; */
  padding: 40px 0 0;   /* 下余白を広めにとる */
  overflow: visible;       /* ← ここを必ず visible に！ */
  position: relative;
  /* z-index: 100; */
}
.kp-services .container{text-align:center;position: relative;z-index: 2;}
.kp-services .kp-sub{ margin-top:-6px; color:#333; }

/* 背景ライン */
.svc-lines{
  position:absolute;
  left:0; right:0;
  top:20px;
  width:100%;
  height:800px;   /* 下に長めにとる */
  z-index:0;
  pointer-events:none;
}

/* 丸や相談ボックスを線の上に重ねる */
.svc-stage{
  position:relative;
  max-width:1100px; margin:0 auto;
  height:640px;
  z-index:1;
}

/* 丸（ベース） */
.bubble{
  position:absolute;
  width:160px;
  height:160px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1.4;
  font-weight:700;
  box-shadow:0 6px 16px rgba(0,0,0,.1);
  transform: translateY(18px);
  /* opacity:0; */  /* 初期：下&非表示 */
}

/* 大小バリエーション（必要に応じて付与） */
.bubble.small{ width:90px; height:90px; font-size:12px; font-weight:600; }
.bubble span{ padding:0 10px; }

/* 色バリエーション */
.bubble.-green  { background:#8bc39a; color:#fff; }
.bubble.-beige  { background:#dbbb98; color:#fff; }
.bubble.-yellow { background:#fdf3a7; color:#42210b; }

/* 相談ボックス画像 */
.soudan{
  position: fixed;
  width:340px;
  /* transform: translateY(18px); */
  opacity:0;
  box-shadow:0 8px 18px rgba(0,0,0,.08);
  border-radius:18px;
  right: 5%;
  bottom: 20px;
  z-index: 100000;
}
.soudan img{ display:block; width:100%; height:auto; border-radius:18px; }

/* アニメーション（ふわっと表示） */
@keyframes floatIn {
  0%   { transform: translateY(18px) scale(.98); opacity:0; }
  60%  { transform: translateY(-4px) scale(1.01); opacity:1; }
  100% { transform: translateY(0)    scale(1.0);  opacity:1; }
}

/* in-view が付いたら再生。各要素の data-delay を反映（JSで設定） */
.bubble.in-view,
.soudan.in-view{
  animation: floatIn .9s cubic-bezier(.2,.8,.2,1) both;
}

.kp-hero {
  background-size: cover;
  background-position: right center;
  min-height: 420px;
  display: flex;
  align-items: flex-start;
  background: url('http://assistplusgk.xsrv.jp/k-plus/wp-content/uploads/2025/08/top_img.png') top right/65% no-repeat;
  min-height:480px;
  display:flex;
  max-width: 1200px;
  margin: 40px auto;
  flex-direction: row;
  position: relative;
  padding-bottom: 80px;
}
.hero-inner {
  /* max-width: 1100px; */
  /* margin: 0 auto; */
  /* padding: 40px 20px; */
}

.hero-copy h1 {
  font-size: 2.5vw;
  line-height: 1.7;
  color: #222;
  margin: 0;
}
.hero-copy .eyebrow {
  font-size: 14px;
  color: #666;
  margin-bottom: .6em;
}

/*===== サービス紹介（丸） ===== */
.bubbles {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px 40px;
}
.bubble {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 999px;  /* 丸くする */
  padding: 22px 18px;
  text-align: center;
  font-weight: 600;
  color: #2a2a2a;
  box-shadow: 0 2px 0 rgba(0,0,0,.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 相談ボックスだけ四角 */
.bubble.-accent {
  border-radius: 20px;
  padding: 0;
  border: none;
  box-shadow: none;
  background: none;
}
.bubble.-accent img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}



.hero-copy h1,
.hero-copy .eyebrow{
  text-align: left ;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ヒーローのテキストブロックを左端に配置（最小・確実） */
.kp-hero .hero-inner{
  display: flex;               /* 親をgridに */
  max-width: 1200px;
  justify-items: start;        /* 子要素の配置を左端に固定 */
  padding-top: 9%;
}

header.site-header {
    background: #E8C89D;
}



img {
    max-width: 100%;
}

h1.site-title {
    width: 350px;
}

.header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

nav .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

header.site-header .container {
    padding: 30px 0;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
p.comapny-num {
    font-size: 18px;
    margin-bottom: 4px;
}

p.comapny-tel {
    font-size: 27px;
    margin-bottom: 15px;
}

ul.menu li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 0 12px;
}
section.kp-hero:after {
	content: "ケアマネージャーがあなたの在宅介護をサポートします。";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0px;
}

ul.menu li a:hover {
    color: #00a994;
}

.wave-wrap {
  position: absolute;
  height: 180px;
  z-index: 1;
  width: 100%;
}

.wave {
  /* position: absolute; */
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.wave-path {
  /* 見た目はCSSで調整 */
  --wave-color: #D9E3B5;  /* 画像の淡い黄緑に近い */
  --wave-width: clamp(1px, 0.3vw, 8px);
  fill: none;
  stroke: var(--wave-color);
  stroke-width: var(--wave-width);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.soudan {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.soudan.show {
  opacity: 1;
  transform: translateY(0);
}
.bubble {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.bubble.show {
  opacity: 1;
  transform: translateY(0);
}


/* ヒーロー見出しを白いハローで浮かせる */
.hero-copy h1{
  text-shadow:
    0 0 8px  rgba(25sou(255,255,255,.5));
}

/* ===== Footer (Simple) ===== */
/* 優先度UP：footer要素＋2クラス の組み合わせで上書き勝ちにする */
footer.kp-footer.kp-footer--simple{
  background:#222;
  color:#fff;
  padding: 20px 16px 32px;
  position: relative;
  z-index: 1;
  clear: both;
}

/* メニュー */
footer.kp-footer.kp-footer--simple .kp-footer-menu{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap: clamp(16px, 4vw, 48px);
  list-style:none;
  margin: 0;
  padding: 16px 0 12px;
}
footer.kp-footer.kp-footer--simple .kp-footer-menu > li { margin: 0; }
footer.kp-footer.kp-footer--simple .kp-footer-menu a{
  color:#fff;
  text-decoration:none;
  font-weight:600;
  letter-spacing: .02em;
  line-height: 1;
}
footer.kp-footer.kp-footer--simple .kp-footer-menu a:hover{
  opacity:.85;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* コピーライト */
footer.kp-footer.kp-footer--simple .kp-footer-copy{
  text-align:center;
  margin-top: 6px;
}
footer.kp-footer.kp-footer--simple .kp-footer-copy small{
  color:#eee;
  font-size: 13px;
  letter-spacing: .02em;
  opacity:.95;
}
footer.kp-footer.kp-footer--simple{
      background:#222;
      color:#fff;
      padding: 20px 16px 62px;
      position:relative;
      z-index:1;
      clear:both;
    }
    footer.kp-footer.kp-footer--simple .kp-footer-menu{
      display:flex; flex-wrap:wrap; justify-content:center;
      gap:clamp(16px,4vw,48px); list-style:none; margin:0; padding:16px 0 12px;
    }
    footer.kp-footer.kp-footer--simple .kp-footer-menu > li{ margin:0; }
    footer.kp-footer.kp-footer--simple .kp-footer-menu a{
      color:#fff ; text-decoration:none; font-weight:600;
      letter-spacing:.02em; line-height:1;
    }
    footer.kp-footer.kp-footer--simple .kp-footer-menu a:hover{
      opacity:.85; text-decoration:underline; text-underline-offset:2px;
    }
    footer.kp-footer.kp-footer--simple .kp-footer-copy{ text-align:center; margin-top:6px; }
    footer.kp-footer.kp-footer--simple .kp-footer-copy small{
      color:#eee; font-size:13px; letter-spacing:.02em; opacity:.95;
    }

html {
  scroll-behavior: smooth;
}


/* 表デザイン（重要事項・ハラスメントなど統一） */
.kp-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}
.kp-table th,
.kp-table td {
  border: 1px solid #ccc;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
.kp-table th {
  background: #f5f5f5; /* 見出しセルを薄いグレーで区別 */
}

.kp-table--adds .vertical-cell {
  /* writing-mode: vertical-rl; */
  /* text-orientation: upright; */
  /* text-align: center; */
  /* vertical-align: middle; */
  /* width: 28px; */ /* 細めに調整 */
  /* white-space: nowrap; */ /* 強制的に1行表示 */
}

/* 加算一覧テーブル専用：加算名と加算額は改行禁止 */
.kp-fees--adds td:nth-child(1),
.kp-fees--adds th:nth-child(1),
.kp-fees--adds td:nth-child(2),
.kp-fees--adds th:nth-child(2) {
  white-space: nowrap;
  min-width: 120px; /* 環境に合わせて100〜150pxで調整 */
}


/* （1）（2）（3）… */
.kp-ol-dec { counter-reset: d; margin-left: 1.4em; padding-left: .2em; }
.kp-ol-dec > li { list-style: none; counter-increment: d; margin: .4em 0; }
.kp-ol-dec > li::marker { content: ''; }
.kp-ol-dec > li::before {
  content: '（' counter(d) '） ';
  margin-left: -1.4em;
}

/* （ア）（イ）（ウ）… */
.kp-ol-kana { list-style: none; margin-left: 1.6em; padding-left: .2em; counter-reset: kana; }
.kp-ol-kana > li { counter-increment: kana; margin: .3em 0; }
.kp-ol-kana > li::before {
  content: '（' counter(kana, katakana) '） ';
  margin-left: -1.6em;
}

ol.kp-ol-dec {
  list-style-type: decimal; /* （1）（2）（3）形式 */
  padding-left: 1.8em;      /* インデントを少し確保 */
}

/* レスポンシブ（位置の再配置が必要なら left/top を％で調整） */
@media (max-width: 960px){
  .svc-stage{height:720px; }
 .bubble{width:150px; height:150px; }
 .soudan{width:300px; }
	

}
@media (max-width: 640px){
  .svc-stage{height:820px; }
  .bubble{width:140px; height:140px; }
  .bubble.small{width:90px; height:90px; }
  .soudan{width:280px; }
}

.svc-lines path{ stroke:#4f7649 !important; stroke-width:6 !important; }


@media screen and (max-width:1000px){
header.site-header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p.comapny-tel {
    display: none;
}

nav {
    display: none;
}

h1.site-title {
    width: 250px;
    margin-bottom: 10px;
}

p.comapny-num {
    background: #f5debd;
    font-size: 15px;
    padding: 5px 20px;
}

section.kp-hero {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    background-size: 93%;
    background-position: center top;
    min-height: unset;
    margin: 20px 0;
}

.container.hero-inner {
    padding-top: 66%;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.hero-copy h1 {
    font-size: 17px;
    text-align: center;
    width: 100%;
}

.hero-copy h1 {
}

section.kp-hero:after {
    position: static;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

.bubble {
    position: static;
    width: 100px;
    height: 100px;
}

.svc-stage {
    height: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.kp-services .container {
    margin-bottom: 30px;
    position: static;
}

.staff-oval {
    width: 60%;
    height: unset;
}

.staff-oval img {
    width: 100%;
}

p.staff-caption br {
    display: none;
}

p.staff-caption {
    text-align: left;
}

.acc-item > summary {
    font-size: 15px;
    font-weight: normal;
}

.soudan.show {
    display: none;
}

table {
    table-layout: fixed;
}
.kp-table {
  border-collapse: collapse;
  width: 100%;
}
.kp-table thead {
  display: none; 
}
.kp-table td {
  display: block;
  border: 1px solid #ccc;
  padding: 8px;
}
.kp-table td::before {
  content: attr(data-label);
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}
.kp-table {
  border-collapse: collapse;
  width: 100%;
}
.kp-table th,
.kp-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  width: 100%;
}
  .kp-table thead {
    display: none; 
  }
  .kp-table tr {
    display: block;
    margin-bottom: 1em;
    border: 1px solid #ccc;
  }
  .kp-table td {
    display: block;
    border: none;
    border-bottom: 1px solid #eee;
  }
  .kp-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
    color: #333;
  }


header.site-header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p.comapny-tel {
    display: none;
}

nav {
    display: none;
}

h1.site-title {
    width: 250px;
    margin-bottom: 10px;
}

p.comapny-num {
    background: #f5debd;
    font-size: 15px;
    padding: 5px 20px;
}

section.kp-hero {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    background-size: 93%;
    background-position: center top;
    min-height: unset;
    margin: 20px 0;
}

.container.hero-inner {
    padding-top: 66%;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.hero-copy h1 {
    font-size: 17px;
    text-align: center;
    width: 100%;
}

.hero-copy h1 {
}

section.kp-hero:after {
    position: static;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    font-size: 15px;
}

.bubble {
    position: static;
    width: 100px;
    height: 100px;
}

.svc-stage {
    height: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.kp-services .container {
    margin-bottom: 30px;
    position: static;
}

.staff-oval {
    width: 60%;
    height: unset;
}

.staff-oval img {
    width: 100%;
}

p.staff-caption br {
    display: none;
}

p.staff-caption {
    text-align: left;
}

.acc-item > summary {
    font-size: 15px;
    font-weight: normal;
}

.soudan.show {
    display: none;
}

table {
    table-layout: fixed;
}
.kp-table {
  border-collapse: collapse;
  width: 100%;
}
.kp-table thead {
  display: none; 
}
.kp-table td {
  text-align: left;
  display: block;
  border: 1px solid #ccc;
  padding: 8px;
}
.kp-table td::before {
  content: attr(data-label);
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}
.kp-table {
  border-collapse: collapse;
  width: 100%;
}
.kp-table th,
.kp-table td {
  padding: 8px;
  text-align: left;
  width: 100%;
  display: block;
}
  .kp-table thead {
    display: none; 
  }
  .kp-table tr {
    display: block;
    margin-bottom: 1em;
    border: 1px solid #ccc;
  }
  .kp-table td {
    display: block;
    border: none;
    border-bottom: 1px solid #eee;
  }
  .kp-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
    color: #333;
    text-align: center;
    background: #eee;
  }



.kp-table th {
    display: none;
}

    .kp-phone-bar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
.kp-phone-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    background: #4f7649;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 11px;
}
.kp-phone-bar a i {
    color: #fff;
    font-size: 20px;
}
span#to_top_scrollup {
    bottom: 60px;
}
}


/* PCでは電話バーを非表示 */
@media screen and (min-width: 769px) {
  .kp-phone-bar {
    display: none !important;
  }
}

