@charset "UTF-8";

.js-hover {
  display: block !important;
}

.-lock {
  overflow: hidden;
}

/* 注: ヘッダーから id="commonHeader" を外したため以下2ブロックは無効（参考として残置） 2026-05-31
#commonHeader {
  position: unset;
}

#commonHeader a {
  display: flex;
}
*/

#contentHeader .mod-title {
  display: none;
}

#contentHeader #breadCrumbs::before,
#contentHeader .mod-title {
  background-image: none;
}


/* --- 新ヘッダー(.header_global) --- */


header.header_global {
  position: -webkit-sticky;
  padding: 6px 0;
  background-color: #fff;
}

.wrap_single1440 {
  padding: .5px calc(50% - 720px);
}

header.header_global > .wrap_single1440 > .header_inner {
  display: flex;
  padding: 0 18px;
}

header.header_global > .wrap_single1440 > .header_inner > a.siteid {
  display: block;
  padding-top: 2px;
}

header.header_global > .wrap_single1440 > .header_inner > nav.navgroup {
  display: none;
}

header.header_global > .wrap_single1440 > .header_inner > nav.navgroup > .subgroup {
  display: flex;
  justify-content: flex-end;
}

header.header_global > .wrap_single1440 > .header_inner > nav.navgroup > .subgroup > .nav_submenu {
  overflow-x: auto;
}

header.header_global > .wrap_single1440 > .header_inner > nav.navgroupsp {
  display: block;
  margin-left: auto;
}

header.header_global > .wrap_single1440 > .header_inner > nav.navgroup > .subgroup > .nav_contact {
  overflow-x: auto;
  flex: 0 0 auto;
  margin-left: 12px;
}

header.header_global > .wrap_single1440 > .header_inner > nav.navgroup > .megamenugroup {
  display: flex;
  overflow-x: auto;
  justify-content: flex-end;
  margin-top: 40px;
}

.bread_crumbs > .wrap_single1440 > .list {
  display: flex;
  justify-content: flex-end;
  padding: 0 12px;
}

.bread_crumbs > .wrap_single1440 > .list > .item {
  position: relative;
  line-height: 1;
}

.bread_crumbs > .wrap_single1440 > .list > .item:first-child {
  padding-left: 1px;
}

.bread_crumbs > .wrap_single1440 > .list > .item:last-child {
  overflow: hidden;
  min-width: 0;
}

.bread_crumbs > .wrap_single1440 > .list > .item:first-child::before {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  content: url(/img/svg/ic_home.svg);
}

.bread_crumbs > .wrap_single1440 > .list > .item:not(:first-child) {
  padding-left: 14px;
}

.bread_crumbs > .wrap_single1440 > .list > .item > .link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 4px;
  padding-left: 4px;
  color: #212121;
  white-space: nowrap;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.3rem;
  text-overflow: ellipsis;
}

.bread_crumbs > .wrap_single1440 > .list > .item:first-child > .link {
  position: relative;
  z-index: 1;
  padding-left: 18px;
}

.bread_crumbs > .wrap_single1440 > .list > .item:not(:first-child)::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 4px;
  color: #e5e5e5;
  line-height: 1.8rem;
  content: "-";
  font-size: 1.6rem;
}


/* --- スマホ版メニューボタン(.openbtn) --- */


.openbtn {
  position: absolute;
  top: -1px;
  right: 10px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.openbtn span {
  display: inline-block;
  position: absolute;
  left: 14px;
  width: 45%;
  height: 3px;
  background-color: #00a0e9;
  border-radius: 2px;
  transition: all .4s;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  width: 30%;
  transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  width: 30%;
  transform: translateY(-6px) rotate(45deg);
}

.nav_sp {
  display: none;
  z-index: 1;
}

.nav_sp.-open {
  display: block;
  padding-top: 38px;
}

.nav_sp > .header_inner {
  overflow-x: auto;
  position: fixed;
  top: var(--hvh);
  left: 0;
  z-index: 3;
  width: 100%;
  height: calc(120vh - 10em);
  background-color: #e0edff;
  -webkit-animation-delay: .01s;
  animation-delay: .01s;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: showfade;
  animation-name: showfade;
}

.nav_sp > .header_inner > .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 150px;
  padding: 30px 18px;
}

.nav_sp > .header_inner > .list > .button_icon {
  flex: 0 0 106px;
}

.nav_sp > .header_inner > .navgroup {
  margin: 0 20px;
  border-bottom: 1px solid #fff;
}

.nav_sp > .header_inner > .contactgroup {
  background-color: #fff4f4;
}

.nav_sp > .header_inner > .contactgroup > .nav_contact > .list {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 15px 0 25px;
}

.nav_sp > .header_inner > .contactgroup > .nav_contact > .list > .item {
  padding: 15px 0;
}

.nav_sp > .header_inner > .contactgroup > .nav_contact > .list > .item > .button_simple {
  padding: 19px 30px 20px;
  font-size: 1.8rem;
}


/* --- ボタン(.button_menu, .button_icon, .button_simple) --- */


.button_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 56px;
  padding: 10px;
  border-radius: 4px;
}

.button_menu > .header_button {
  display: none;
}

.button_menu.-closs > .button.close,
.button_menu.-threebar > .header_button.open {
  display: block;
}

a.button_icon.-solid.-size_l {
  font-size: 1.2rem;
}

a.button_icon.-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a.button_icon.-flat {
  padding: 7px 18px 9px;
  font-size: 1.3rem;
  font-weight: 700;
}

a.button_icon.-solid {
  padding: 5px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0,0,0,.06);
  font-size: 1.3rem;
  font-weight: 700;
}

a.button_icon {
  display: inline-block;
  color: #212121;
  white-space: nowrap;
  line-height: 1;
}

a.button_icon.-icon::before {
  display: inline-block;
  margin-bottom: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

a.button_icon.-icon.-outpatient_index::before {
  width: 20.5px;
  height: 30.5px;
  background-image: url(/img/svg/ic_beginer.svg);
}

a.button_icon.-icon.-size_l.-outpatient_index::before {
  width: 20.5px;
  height: 30.5px;
}

a.button_icon.-icon.-time::before {
  width: 20px;
  height: 20px;
  background-image: url(/img/svg/ic_time.svg);
}

a.button_icon.-icon.-size_l.-time::before {
  width: 25.5px;
  height: 25.5px;
  margin-top: 2.5px;
  margin-bottom: 11px;
}

a.button_icon.-icon.-about_access::before {
  width: 20px;
  height: 20px;
  background-image: url(/img/svg/ic_map.svg);
}

a.button_icon.-icon.-size_l.-about_access::before {
  width: 25.5px;
  height: 27.7px;
  margin-top: 1.4px;
  margin-bottom: 7.4px;
}

.button_simple.-solid.-colorlink {
  background: linear-gradient(107.75deg,#ff7e7e 33.85%,#f35f5f 75.29%);
  color: #fff;
  text-shadow: 0 1px 4px rgba(127,0,0,.16);
}

main.main_global.index > .recruit_information > .wrap_single1100 > .block > .buttonbox .button_simple:not(:first-child) {
  margin-top: 10px;
}

.button_simple.-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button_simple.-solid {
  padding: 10px 18px 11px;
  border-radius: 100px;
  font-size: 1.4rem;
  font-weight: 700;
}

.button_simple {
  display: inline-block;
  border: none;
  outline: none;
  white-space: nowrap;
  line-height: 1;
}

.button_simple.-icon.-contact::before {
  width: 17px;
  height: 17px;
  padding-top: 1px;
  background-image: url(/img/svg/ic_w_contact.svg);
}

.button_simple.-icon.-arrow::before {
  width: 22px;
  height: 22px;
  background-image: url(/img/svg/ic_w_arrow01.svg);
}

.button_simple.-icon::before {
  display: inline-block;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.button_tel {
  display: flex;
  align-items: center;
  padding: 0 4px 1px;
  white-space: nowrap;
  line-height: 1;
  cursor: pointer;
  font-family: Roboto,sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
}

.button_tel.-size_s {
  letter-spacing: -.02rem;
  font-size: 2.1rem;
}

.button_tel.-icon {
  display: flex;
  align-items: center;
}

.button_tel.-icon::before {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  content: "";
  content: url(/img/svg/ic_tel.svg);
  -o-object-fit: contain;
  object-fit: contain;
}

.button_tel.-colortextlink {
  background-color: transparent;
  color: #ff7f7f;
}


/* --- ナビゲーション(.nav_megamenu, .nav_footer, .nav_submenu) --- */


.nav_submenu > ul.list {
  display: flex;
  align-items: center;
  padding: 0 8px;
  background-color: #fff4f4;
  border-radius: 4px;
}

.nav_submenu > ul.list > li.item {
  flex: 0 0 auto;
  padding: 0 6px;
}

.nav_submenu > ul.list > li.item > a.link {
  display: flex;
  align-items: center;
  padding: 9px 3px;
  color: #212121;
  font-weight: 700;
}

.nav_submenu > ul.list > li.item > a.link.news::before {
  content: url(/img/svg/ic_news.svg);
}

.nav_submenu > ul.list > li.item > a.link.about_access::before {
  content: url(/img/svg/ic_access.svg);
}

.nav_submenu > ul.list > li.item > a.link.outpatient_medical::before {
  content: url(/img/svg/ic_relationship.svg);
}

.nav_contact > ul.list {
  display: flex;
  align-items: center;
}

.nav_contact > ul.list > li.item {
  flex: 0 0 auto;
}

.nav_contact > ul.list > li.item:not(:first-child) {
  padding-left: 6px;
}

.nav_megamenu {
  flex: 0 0 auto;
}

.nav_megamenu > .parentitem {
  border-bottom: 4px solid #fff;
}

.nav_megamenu > .parentitem > .link {
  display: block;
  padding: 2px 17px 17px;
  color: #212121;
  font-weight: 700;
}

.nav_megamenu > .parentitem > .link:hover {
  border-bottom: 4px solid #00a0e9;
}

.nav_megamenu > .parentitem > .childlist {
  display: none;
  position: absolute;
  top: calc(var(--hvh) - 1.5px);
  left: 0;
  z-index: 3;
  width: 100%;
  background: #e0edff;
}

.nav_megamenu > .parentitem > .childlist > .wrap_double1100 {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0;
}

.nav_megamenu > .parentitem > .childlist > .wrap_double1100 > .head {
  flex: 0 0 150px;
}

.nav_megamenu > .parentitem > .childlist > .wrap_double1100 > .head > a.headitem {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  color: #212121;
  letter-spacing: .02rem;
  font-size: 1rem;
  font-weight: 700;
}

.nav_megamenu > .parentitem > .childlist > .wrap_double1100 > .head > a.headitem::before {
  width: 22px;
  height: 22px;
  margin-right: 9px;
  content: url(/img/sub_header/ic_arrow01.png);
}

.nav_megamenu > .parentitem > .childlist > .wrap_double1100 > ul.list {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  flex-wrap: wrap;
  height: 120px;
  list-style: none;
}

.nav_megamenu > .parentitem > .childlist > .wrap_double1100 > ul.list > li.item {
  flex: 0 0 auto;
  padding: 1px 70px 0 0;
}

.nav_megamenu > .parentitem > .childlist > .wrap_double1100 > ul.list > li.item > a.link {
  display: flex;
  align-items: center;
  padding: 5px 0;
  color: #212121;
  font-weight: 400;
}

.nav_megamenu > .parentitem > .childlist > .wrap_double1100 > ul.list > li.item > a.link::before {
  margin-right: 13px;
  content: url(/img/sub_header/ic_arrow02.png);
}

.nav_footer .navparent {
  position: relative;
  padding: 20px 10px;
  border-top: 1px solid #fff;
}

footer.footer_global > .wrap_single1100 > .inner > nav.navgroup > .block:first-child > .nav_footer > .navparent {
  border-top: 1px solid #fff;
}

.nav_footer .navparent > a.link {
  display: inline-block;
  color: #212121;
  font-size: 1.2rem;
  font-weight: 700;
}

.nav_footer .navparent > .icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 22px;
  border: none;
}

.nav_footer .navparent > .icon.-close {
  background-image: url(/img/sub_header/ic_plus.png);
}

.nav_footer .navparent > .icon.-open {
  background-image: url(/img/sub_header/ic_minus.png);
}

.nav_footer > ul.list {
  display: none;
  padding: 15px 0 30px;
  list-style: none;
}

.nav_footer > ul.list.-close {
  display: none;
}

.nav_footer > ul.list.-open {
  display: block;
}

.nav_footer > ul.list > li.item {
  padding: 0 6px;
}

.nav_footer > ul.list > li.item > a.link {
  display: block;
  position: relative;
  padding: 6px 6px 6px 16px;
  color: #212121;
  font-size: 1.2rem;
  font-weight: 400;
}

.nav_footer > ul.list > li.item > a.link::before {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  content: url(/img/sub_header/ic_arrow02.png);
}

.nav_footer .navparent > .icon.arrow {
  background-image: url(/img/sub_header/ic_arrow01.png);
}


/* --- その他 --- */


.wrap_double1100 {
  padding: .5px calc(50% - 550px);
  padding-top: 0.5px;
  padding-bottom: 0.5px;
}


/* ============================================================
   2. PC版スタイル(画面幅 769px 以上)
   ============================================================ */


@media screen and (min-width: 769px) {
  #commonHeader::before {
    background: none;
  }

  #commonHeader .logo {
    width: 500px;
  }

  #contentHeader {
    min-height: 60px;
    padding-top: 0;
    background-image: none;
  }

  header.header_global {
    padding: 15px 0 0;
  }

  header.header_global > .wrap_single1440 > .header_inner {
    padding: 0 40px;
  }

  header.header_global > .wrap_single1440 > .header_inner > a.siteid {
    padding-top: 7px;
    padding-right: 10px;
  }

  header.header_global > .wrap_single1440 > .header_inner > nav.navgroup {
    display: block;
    overflow-x: auto;
    flex: 1 1 100%;
  }

  .wrap_double1100 {
    display: flex;
    justify-content: space-between;
  }

  header.header_global > .wrap_single1440 > .header_inner > nav.navgroupsp {
    display: none;
  }
}


/* ============================================================
   3. スマホ版スタイル(画面幅 768px 以下)
   ============================================================ */


@media screen and (max-width: 768px) {
  #contentHeader {
    min-height: 0;
    margin-top: -11em;
  }
}


/* ============================================================
   新ヘッダー（.sds-header）シンプル版  2026-05-31
   --------------------------------------------------------------
   対象: サブページ用ヘッダー（layout/sub_header.blade.php）
   構成: 上下2段（上段=ロゴ＋電話＋申込み / 下段=グローバルナビ）
   ブレークポイント: PC ≥ 769px / SP ≤ 768px
     ※ font-size は px 指定（本番の html 基準 16px に依存しないため）
   ============================================================ */

/* --- 全体 --- */
.sds-header {
  position: relative;
  z-index: 11;
  background: #fff;
  border-bottom: 1px solid #eef2f4;
}

/* --- 上段：ロゴ＋電話＋申込みボタン --- */
.sds-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 16px;
}

.sds-header__logo {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  line-height: 1;
}

.sds-header__logo-img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
}

/* 上段右側 */
.sds-header__actions {
  display: none; /* スマホでは非表示。PCで表示 */
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.sds-header__tel {
  display: block;
  text-align: right;
  text-decoration: none;
  line-height: 1.2;
}

.sds-header__tel-label {
  display: block;
  color: #4a5560;
  font-size: var(--fs-xs);
  letter-spacing: .04em;
}

.sds-header__tel-num {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  color: #212121;
  font-family: Roboto, sans-serif;
  font-size: var(--fs-xl);
  font-weight: 700;
  letter-spacing: .02em;
}

.sds-header__tel-num svg {
  width: 19px;
  height: 19px;
  fill: #00a0e9;
}

.sds-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  background: #ff6b35;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: var(--fs-md);
  font-weight: 700;
  letter-spacing: .03em;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(255,107,53,.30);
  transition: background .2s, transform .2s, box-shadow .2s;
}

.sds-header__cta:hover {
  background: #ef5a26;
  transform: translateY(-2px);
  box-shadow: 0 7px 16px rgba(255,107,53,.40);
}

/* --- 下段：グローバルナビ --- */
.sds-header__bottom {
  display: none; /* スマホでは非表示。PCで表示 */
  border-top: 1px solid #eef2f4;
  background: #fff;
}

.sds-gnav {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.sds-gnav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sds-gnav__link {
  display: block;
  position: relative;
  padding: 16px 26px;
  color: #212121;
  text-decoration: none;
  white-space: nowrap;
  font-size: var(--fs-md);
  font-weight: 700;
  letter-spacing: .04em;
  transition: color .2s;
}

.sds-gnav__link::after {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 0;
  height: 2px;
  background: #00a0e9;
  transform: translateX(-50%);
  transition: width .25s;
  content: "";
}

.sds-gnav__link:hover {
  color: #00a0e9;
}

.sds-gnav__link:hover::after {
  width: calc(100% - 40px);
}

.sds-gnav__link.is-current {
  color: #00a0e9;
}

.sds-gnav__link.is-current::after {
  width: calc(100% - 40px);
}

/* --- スマホ用ハンバーガーボタン --- */
.sds-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.sds-header__hamburger span:not(.sds-header__hamburger-label) {
  display: block;
  width: 26px;
  height: 2px;
  margin: 0 auto;
  background: #212121;
  border-radius: 2px;
  transition: transform .3s, opacity .2s;
}

.sds-header__hamburger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.sds-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.sds-header__hamburger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* --- スマホ：スクロール連動（非固定ヘッダー + フローティングボタン） 2026-06-05 --- */
@media screen and (max-width: 768px) {
  /* ロゴ上段はスクロール前は通常表示、スクロール後はスッと隠す */
  /* 注: transform は使わない（子の position:fixed の基準を壊すため） 2026-06-05 */
  .sds-header__top {
    transition: opacity .25s ease;
  }
  .sds-header.is-scrolled .sds-header__top {
    opacity: 0;
    pointer-events: none;
  }

  /* ハンバーガーは常に右上に浮かせて残す（トップページと同一） */
  .sds-header__hamburger {
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 200;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: 0;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    transition: background .25s ease, box-shadow .25s ease, border-color .25s ease, width .25s ease, height .25s ease, transform .2s ease;
  }
  .sds-header__hamburger:hover,
  .sds-header__hamburger:focus {
    transform: scale(1.03);
  }
  /* バー：ファーストビューは太め＋白グロー（写真の上でも視認） */
  .sds-header__hamburger span:not(.sds-header__hamburger-label) {
    width: 24px;
    height: 3px;
    box-shadow: 0 0 4px rgba(255, 255, 255, .9);
    transition: transform .25s, opacity .2s, width .25s, height .25s, box-shadow .25s;
  }
  /* MENUラベル：ファーストビューは非表示 */
  .sds-header__hamburger-label {
    display: none;
    margin-top: 2px;
    color: #1a1a1a;
    letter-spacing: .05em;
    font-size: 8px;
    font-weight: 700;
    box-shadow: none;
  }

  /* スクロール後：白背景のフローティングボタンに（トップページと同一） */
  .sds-header__hamburger.is-scrolled {
    gap: 4px;
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
  .sds-header__hamburger.is-scrolled:hover,
  .sds-header__hamburger.is-scrolled:focus {
    background: #fff;
  }
  /* スクロール後：バーは細めに戻る（白背景なので影不要） */
  .sds-header__hamburger.is-scrolled span:not(.sds-header__hamburger-label) {
    width: 22px;
    height: 2px;
    box-shadow: none;
  }
  /* スクロール後：MENUラベルを表示 */
  .sds-header__hamburger.is-scrolled .sds-header__hamburger-label {
    display: block;
  }
  /* メニュー開時はラベルを隠す */
  .sds-header__hamburger.is-active .sds-header__hamburger-label {
    display: none;
  }

  /* 上段を隠す分、ヘッダーの高さが詰まらないよう最小高さを確保 */
  .sds-header.is-scrolled {
    min-height: 0;
  }
}

/* --- スマホ用ナビ（開閉式） --- */
.sds-nav-sp {
  display: none;
}

.sds-nav-sp.-open {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  background: #fff;
  border-top: 1px solid #eef2f4;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.sds-nav-sp__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sds-nav-sp__list > li {
  border-bottom: 1px solid #f0f4f6;
}

.sds-nav-sp__list > li > a {
  display: block;
  padding: 16px 20px;
  color: #212121;
  text-decoration: none;
  font-size: var(--fs-md);
  font-weight: 700;
}

.sds-nav-sp__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
  background: #f6fbfd;
}

.sds-nav-sp__tel {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #212121;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-size: var(--fs-xl);
  font-weight: 700;
}

.sds-nav-sp__tel svg {
  width: 20px;
  height: 20px;
  fill: #00a0e9;
}

.sds-nav-sp__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  padding: 15px 20px;
  background: #ff6b35;
  color: #fff;
  text-decoration: none;
  font-size: var(--fs-lg);
  font-weight: 700;
  border-radius: 30px;
}

/* スマホでナビ展開中の背景スクロールロック */
body.-sds-nav-lock {
  overflow: hidden;
}


/* ============================================================
   新ヘッダー（.sds-header）PC版（画面幅 769px 以上）
   ============================================================ */

@media screen and (min-width: 769px) {
  .sds-header__top {
    padding: 14px 28px;
  }

  .sds-header__logo-img {
    max-width: 480px;
  }

  /* グローバルナビとビジュアル画像の間隔を詰める 2026-06-10 */
  .sds-header__bottom .sds-gnav__link {
    padding-top: 5px;
    padding-bottom: 12px;
  }

  /* PCでは電話・申込みボタンとグローバルナビを表示 */
  .sds-header__actions {
    display: flex;
  }

  .sds-header__bottom {
    display: block;
  }

  /* PCではハンバーガーとスマホナビを非表示 */
  .sds-header__hamburger,
  .sds-nav-sp {
    display: none !important;
  }
}


/* ============================================================
   新ヘッダー（.sds-header）レイアウト崩れ修正  2026-05-31
   --------------------------------------------------------------
   - パンくず(#breadCrumbs)・旧見出し(.mod-title)を非表示
   - 旧ヘッダー(fixed)前提で入っていたコンテンツ上部のマイナス余白を打ち消し
   ============================================================ */

/* 旧ページ見出しは新デザインでは使わないため非表示（パンくずは表示してデザイン案に合わせる） */
#contentHeader .mod-title {
  display: none;
}

/* PC・スマホ共通：旧ヘッダー前提の引き上げをリセット */
#contentHeader {
  margin-top: 0;
  min-height: 0;
  padding-top: 0;
  background-image: none;
}

/* スマホ版：本番の #contentHeader{margin-top:-11em} を打ち消しつつ余白を詰める 2026-06-10 */
@media screen and (max-width: 768px) {
  #contentHeader {
    margin-top: -1.5em;
  }
}


/* ============================================================
   「初めての方へ」ページ デザイン案の再現  2026-05-31
   --------------------------------------------------------------
   対象: index_blade.php（#contentHeader / #contents）
   内容: パンくず横並び・タイトル薄水色グラデ背景・アクセントライン
   色: 本番メインカラー #00a0e9 に統一
   ============================================================ */

/* --- パンくず（ページ下部・フッター直前に表示） 2026-06-02 --- */
/* 上部の旧ヘッダー内パンくずは念のため非表示のまま（移設後は出力されないが保険） */
#contentHeader #breadCrumbs {
  display: none;
}

/* 移設先：<main> 直下のパンくず。コンテンツ幅に合わせて左寄せ */
#main > #breadCrumbs {
  max-width: 1280px;
  margin: 40px auto 56px;
  padding: 0 28px;
}
#main > #breadCrumbs .wrap {
  width: auto;
}
#main > #breadCrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
#main > #breadCrumbs li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: var(--fs-base);
  color: #4a5560;
}
/* 区切りの「>」を項目間に表示 */
#main > #breadCrumbs li:not(:first-child)::before {
  margin: 0 10px;
  color: #c2ccd2;
  content: ">";
}
#main > #breadCrumbs li a {
  display: inline-flex;
  align-items: center;
  color: #4a5560;
  text-decoration: none;
  transition: color .2s;
}
#main > #breadCrumbs li a:hover {
  color: #00a0e9;
}
/* 1つ目（トップページ）の家アイコン */
#main > #breadCrumbs li:first-child .ico svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  vertical-align: middle;
}
/* 最後の項目（現在地）は水色 */
#main > #breadCrumbs li:last-child,
#main > #breadCrumbs li:last-child a {
  color: #00a0e9;
}

/* --- ページタイトル背景（薄い水色グラデーション）＋見出し --- */
/* 全幅背景は 100vw を使わず、横スクロールを防ぐため body 基準で広げる */
#contents > h2:first-of-type {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 64px 24px 70px;
  background: linear-gradient(180deg, #eaf6fa 0%, #f6fbfd 100%);
  text-align: center;
  font-size: var(--fs-h1);
  font-weight: 700;
  letter-spacing: .12em;
  color: #222b33;
}
/* 背景だけを左右いっぱいに広げる（疑似要素で。横スクロールは出ない） */
#contents > h2:first-of-type::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  max-width: 100%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #eaf6fa 0%, #f6fbfd 100%);
  content: "";
}
/* GUIDE（英字サブ見出し） */
#contents > h2:first-of-type .en-ttl {
  display: block;
  margin-top: 14px;
  color: #00a0e9;
  font-size: var(--fs-md);
  font-weight: 600;
  letter-spacing: .35em;
}
/* 見出し下のアクセントライン */
#contents > h2:first-of-type::after {
  display: block;
  width: 48px;
  height: 3px;
  margin: 22px auto 0;
  background: #00a0e9;
  border-radius: 2px;
  content: "";
}

/* --- 3つのアンカーボタン：色を本番メインカラーに統一 --- */
.anchor-link-area .link-btn,
.link-btn.anchor {
  background-image: none;
  background-color: #00a0e9;
  box-shadow: 0 4px 14px rgba(0,160,233,.25);
}
.anchor-link-area .link-btn:hover,
.link-btn.anchor:hover {
  opacity: 1;
  background-color: #008ed1;
}

/* スマホ：タイトル見出しの調整 */
@media screen and (max-width: 768px) {
  #contents > h2:first-of-type {
    padding: 44px 20px 48px;
    font-size: var(--fs-h2);
  }
  #contents > h2:first-of-type .en-ttl {
    font-size: var(--fs-sm);
  }
  /* 下部パンくずのスマホ余白 */
  #main > #breadCrumbs {
    margin: 28px auto 36px;
    padding: 0 16px;
  }
  /* 3つのボタンを縦並びに（デザイン案のスマホ表示に合わせる） */
  .anchor-link-area {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .anchor-link-area .txt-3box {
    width: 100%;
    max-width: 420px;
    margin-right: 0;
  }
}
