/* ============================================================
   new-top.css — page-new-front.php 専用
   top.css の後に読み込み
   モバイルファースト: base = SP(〜750px) / @media(min-width:751px) = PC
   SP基準幅: 390px / PC基準幅: 1440px
   ============================================================ */
div#breadcrumb {
  display: none;
}

#content,
.l-mainContent {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ----------------------------------------------------------
   共通: セクション見出し
   ---------------------------------------------------------- */

.nt-sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  letter-spacing: .2em;
}

.nt-sec-title__main {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}

.nt-sec-title__sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #8d7f80;
  letter-spacing: .2em;
  line-height: 1.3;
}

@media (min-width: 751px) {
  .nt-sec-title__main {
    font-size: 24px;
  }

  .nt-sec-title__sub {
    font-size: 12px;
  }
}

/* ----------------------------------------------------------
   共通: ボタン
   ---------------------------------------------------------- */
.nt-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  background: #a72c4a;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity .3s;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}

.nt-btn-primary:hover {
  opacity: .8;
}

.nt-btn-primary img {
  pointer-events: none;
  flex-shrink: 0;
}

.nt-btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  border: 1px solid #8d7f80;
  color: #8d7f80;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 8px;
  text-decoration: none;
  background: #fff;
  transition: opacity .3s;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}

.nt-btn-outline:hover {
  opacity: .7;
}

.nt-btn-outline img {
  pointer-events: none;
  flex-shrink: 0;
}

@media (min-width: 751px) {
  .nt-btn-primary {
    width: auto;
    padding: 16px 40px;
  }

  .nt-btn-outline {
    width: 320px;
    margin: 0 auto;
    padding: 17px 40px;
  }
}

/* ----------------------------------------------------------
   FV カスタムページャー
   ---------------------------------------------------------- */
/* Swiper内の既存paginationは非表示（重複防止） */
.nt-top-mv .top-mv-slider-pagination {
  display: none !important;
}

.nt-fv-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  background: #fff;
}

.nt-fv-pager__dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  border: none;
  background: #dfdede;
  cursor: pointer;
  padding: 0;
  transition: background .3s;
  flex-shrink: 0;
}

.nt-fv-pager__dot.is-active {
  background: #a72c4a;
}

@media (min-width: 751px) {
  .nt-fv-pager {
    padding: 16px 0;
  }
}

/* ----------------------------------------------------------
   当院の実績
   ---------------------------------------------------------- */
.nt-achieve {
  background: #fff;
  padding: 48px 0;
  overflow: hidden;
}

.nt-achieve__inner {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1060px;
}

.nt-achieve__wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.nt-achieve__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  letter-spacing: .2em;
}

.nt-achieve__heading-main {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}

.nt-achieve__heading-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #837276;
  letter-spacing: .2em;
}

.nt-achieve__right {
  width: 100%;
}

.nt-achieve__badges {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.nt-achieve__badge-img {
  flex: 1;
  width: 100%;
}

.nt-achieve__badge-img img {
  width: 100%;
  height: auto;
  display: block;
}

.nt-achieve__notes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nt-achieve__notes li {
  font-size: 10px;
  color: #686868;
  line-height: 1.7;
  letter-spacing: .03em;
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 751px) {
  .nt-achieve {
    padding: 80px 0;
  }

  .nt-achieve__inner {
    padding: 0 38px;
  }

  .nt-achieve__wrap {
    gap: 60px;
  }

  .nt-achieve__heading-main {
    font-size: 24px;
  }

  .nt-achieve__badges {
    gap: 12px;
    margin-bottom: 32px;
  }

  .nt-achieve__badge-img {
    max-width: 204px;
  }
}

/* ----------------------------------------------------------
   診療科目
   ---------------------------------------------------------- */
.nt-medical {
  background: #fff;
  padding: 48px 0;
}

.nt-medical__inner {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nt-medical__tabs {
  width: 100%;
}

.nt-medical__tab-nav {
  display: flex;
  gap: 4px;
}

.nt-medical__tab-btn {
  flex: 1;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
  border: none;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  background: #efeded;
  color: #686868;
  transition: background .2s, color .2s, opacity 0.3s ease;
  line-height: 1.5;
}
@media (hover: hover) {
  .nt-medical__tab-btn:hover {
    opacity: 0.7;
  }
}

.nt-medical__tab-btn.is-active {
  background: #a72c4a;
  color: #fff;
  font-weight: 700;
}

.nt-medical__panel {
  background: #f7f7f7;
  padding: 16px;
}

.nt-medical__panel.is-hidden {
  display: none;
}

.nt-medical__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nt-medical__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
}
a.nt-medical__item {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  a.nt-medical__item:hover {
    opacity: 0.7;
  }
}

.nt-medical__icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  object-fit: contain;
}

/* 糖尿病内科: bg円+アイコン合成 */
.nt-medical__icon-composite {
  position: relative;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.nt-medical__icon-composite-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nt-medical__icon-composite-fg {
  position: absolute;
  left: 57%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.nt-medical__item-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nt-medical__item-cat {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  letter-spacing: .05em;
  line-height: 1.4;
}

.nt-medical__item-name {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
}

@media (min-width: 751px) {
  .nt-medical {
    padding: 80px 0;
  }

  .nt-medical__inner {
    padding: 0 38px;
    gap: 40px;
  }

  .nt-medical__tab-btn {
    font-size: 21px;
    padding: 16px 40px;
  }

  .nt-medical__panel {
    padding: 40px;
  }

  .nt-medical__items {
    gap: 24px;
  }

  .nt-medical__item {
    flex: 1;
    gap: 24px;
  }

  .nt-medical__icon {
    width: 80px;
    height: 80px;
  }

  .nt-medical__icon-composite {
    width: 80px;
    height: 80px;
  }

  .nt-medical__item-name {
    font-size: 17px;
  }
}

/* ----------------------------------------------------------
   診療受付時間
   ---------------------------------------------------------- */
.nt-hours {
  background: #f7f7f7;
  padding: 48px 0;
}

.nt-hours__inner {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.nt-hours__wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* テーブル */
.nt-hours__table {
  background: #fff;
  padding: 16px;
}

.nt-hours__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0 14px;
  border-bottom: 1px solid #e2e2e2;
}

.nt-hours__row:last-child {
  border-bottom: none;
}

.nt-hours__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 8px 10px;
  background: #efeded;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  text-align: center;
  flex-shrink: 0;
  white-space: nowrap;
}

.nt-hours__time {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nt-hours__time-main {
  font-size: 15px;
  font-weight: 700;
  color: #2c2c2c;
  letter-spacing: .02em;
  line-height: 1.7;
}

.nt-hours__time-note {
  font-size: 10px;
  font-weight: 400;
  color: #686868;
  line-height: 1.6;
}

/* 連絡先 */
.nt-hours__contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nt-hours__contact-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nt-hours__contact-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.nt-hours__phone-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.nt-hours__phone-icon {
  width: 20px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.nt-hours__phone-num {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  letter-spacing: .02em;
  line-height: 1;
}

.nt-hours__phone-sub {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.nt-hours__contact-note {
  font-size: 12px;
  font-weight: 500;
  color: #6b6b6b;
  line-height: 1.6;
}

.nt-hours__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 751px) {
  .nt-hours {
    padding: 80px 0;
  }

  .nt-hours__inner {
    padding: 0 38px;
    gap: 40px;
  }

  .nt-hours__wrap {
    gap: 80px;
  }

  .nt-hours__table {
    flex: 1;
    padding: 40px;
  }

  .nt-hours__label {
    min-width: 76px;
    padding: 8px 16px;
    font-size: 13px;
  }

  .nt-hours__contact {
    flex: 1;
    gap: 40px;
  }

  .nt-hours__contact-title {
    font-size: 18px;
    text-align: left;
  }

  .nt-hours__phone-wrap {
    justify-content: flex-start;
    gap: 10px;
  }

  .nt-hours__phone-icon {
    width: 24px;
    height: 25px;
  }

  .nt-hours__phone-num {
    font-size: 35px;
  }

  .nt-hours__phone-sub {
    font-size: 13px;
    text-align: left;
  }

  .nt-hours__btns {
    flex-direction: row;
  }

  .nt-hours__btns .nt-btn-primary {
    flex: 1;
  }
}

/* ----------------------------------------------------------
   お知らせ
   ---------------------------------------------------------- */
.nt-news {
  background: #fff;
  padding: 48px 0;
}

.nt-news__inner {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nt-news__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nt-news__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nt-news__filter {
  padding: 7px 16px;
  border: 1px solid #8d7f80;
  border-radius: 8px;
  background: #fff;
  color: #8d7f80;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  line-height: 1;
  transition: background .2s, color .2s, opacity 0.3s ease;
}
@media (hover: hover) {
  .nt-news__filter:hover {
    opacity: 0.7;
  }
}

.nt-news__filter.is-active {
  background: #8d7f80;
  color: #fff;
  font-weight: 700;
}

.nt-news__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nt-news__item {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 16px;
}

.nt-news__item-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  transition: opacity .3s;
}

.nt-news__item-link:hover {
  opacity: .7;
}

.nt-news__item-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nt-news__item-cat {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  background: #efeded;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #686868;
  line-height: 1;
}

.nt-news__item-date {
  font-size: 12px;
  font-weight: 400;
  color: #686868;
}

.nt-news__item-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: space-between;
}

.nt-news__item-title {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nt-news__item-arrow {
  width: 7px;
  height: 31px;
  flex-shrink: 0;
  object-fit: contain;
  margin-top: 2px;
}

.nt-news__more {
  display: flex;
  justify-content: center;
  padding-top: 4px;
}

.nt-news__more-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  text-decoration: none;
  transition: opacity .3s;
}

.nt-news__more-link:hover {
  opacity: .7;
}

.nt-news__more-link span {
  font-size: 16px;
}

@media (min-width: 751px) {
  .nt-news {
    padding: 80px 0;
  }

  .nt-news__inner {
    padding: 0 80px;
    gap: 40px;
  }

  .nt-news__filter {
    font-size: 15px;
    padding: 9px 25px;
  }
}

/* ----------------------------------------------------------
   注目施術特集
   ---------------------------------------------------------- */
.nt-featured {
  background: #fff;
  padding: 0 0 48px;
}

.nt-featured__inner {
  margin: 0 auto;
  max-width: 1060px;
  background: #f7f7f7;
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.nt-featured__grid {
  display: grid;
  grid-template-columns: 1fr;
  /* SP: 1列 */
  gap: 16px;
  width: 100%;
}

.nt-featured__item {
  aspect-ratio: 343 / 147;
  overflow: hidden;
  border-radius: 4px;
  display: block;
}

.nt-featured__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nt-featured__item--placeholder {
  background: rgba(0, 0, 0, .2);
}

.nt-videos__thumb-placeholder {
  background: #e2e2de;
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 751px) {
  .nt-featured {
    padding-bottom: 80px;
  }

  .nt-featured__inner {
    padding: 80px 120px;
    gap: 40px;
  }

  .nt-featured__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .nt-featured__item {
    aspect-ratio: 390 / 147;
  }
}

/* ----------------------------------------------------------
   症状/疾患から探す
   ---------------------------------------------------------- */
.nt-symptoms {
  background: #f7f7f7;
  padding: 48px 0;
}

.nt-symptoms__inner {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.nt-symptoms__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  width: 100%;
}

.nt-symptoms__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 12px;
  flex: 1 1 calc(50% - 6px);
  max-width: calc(50% - 6px);
  border: 1px solid #8d7f80;
  border-radius: 8px;
  background: #fff;
  color: #8d7f80;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  letter-spacing: .02em;
  transition: opacity .3s;
}

.nt-symptoms__link:hover {
  opacity: .7;
}

.nt-symptoms__btn {}

@media (min-width: 751px) {
  .nt-symptoms {
    padding: 80px 0;
  }

  .nt-symptoms__inner {
    padding: 0 38px;
    gap: 40px;
  }

  /* PC: 3カラムグリッド */
  .nt-symptoms__links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .nt-symptoms__link {
    flex: none;
    max-width: none;
    height: 60px;
    font-size: 15px;
  }
}

/* ----------------------------------------------------------
   当院について
   ---------------------------------------------------------- */
.nt-about {
  position: relative;
  background: #fff;
  padding: 48px 0 40px;
  overflow: hidden;
}

.nt-about__bg-text {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(50px, 15vw, 248px);
  font-weight: 400;
  color: #f7f7f7;
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: -.03em;
  z-index: 0;
  line-height: 1;
  user-select: none;
}

.nt-about__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* タブナビ */
.nt-about__tab-nav {
  display: flex;
  border-left: 1px solid #e2e2de;
  border-right: 1px solid #e2e2de;
}

.nt-about__tab-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* SP: アイコン上、テキスト下 */
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 8px;
  border: none;
  border-left: 1px solid #e2e2de;
  border-right: 1px solid #e2e2de;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #2c2c2c;
  letter-spacing: .04em;
  margin-left: -1px;
  transition: opacity 0.3s ease;
  height: auto;
}
@media (hover: hover) {
  .nt-about__tab-btn:hover {
    opacity: 0.7;
  }
}

.nt-about__tab-btn:first-child {
  margin-left: 0;
}

.nt-about__tab-btn img {
  width: 18px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

/* パネル */
.nt-about__panel {}

.nt-about__panel.is-hidden {
  display: none;
}

/* 医師情報 */
.nt-about__doctor-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nt-about__photo {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  aspect-ratio: 390 / 320;
}

.nt-about__photo img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 84%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.nt-about__doctor-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nt-about__name-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nt-about__clinic {
  font-size: 12px;
  font-weight: 500;
  color: #2c2c2c;
  line-height: 1.7;
}

.nt-about__name-ja {
  font-size: 22px;
  font-weight: 500;
  color: #2c2c2c;
  letter-spacing: .04em;
  line-height: 1.7;
}

.nt-about__name-en {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #616161;
  letter-spacing: .14em;
  line-height: 1.7;
}

.nt-about__profile {
  font-size: 12px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 2;
}

.nt-about__sns {
  display: flex;
  gap: 4px;
  align-items: center;
}

.nt-about__sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  transition: opacity .3s;
}

.nt-about__sns a:hover {
  opacity: .7;
}

.nt-about__sns img {
  object-fit: contain;
}
.nt-about__sns-x img,
.nt-about__sns-ig img {
  width: 20px;
  height: 20px;
}
.nt-about__sns-yt img {
  width: 20px;
  height: 16px;
}
.nt-about__sns-tk img {
  width: 16px;
  height: 16px;
}

@media (min-width: 751px) {
  .nt-about {
    padding: 80px 0;
  }

  .nt-about__bg-text {
    bottom: -32px;
  }

  .nt-about__inner {
    padding: 0 38px;
    gap: 40px;
  }

  .nt-about__tab-btn {
    flex-direction: row;
    height: 64px;
    font-size: 20px;
    padding: 16px 24px;
    gap: 16px;
  }

  .nt-about__tab-btn img {
    width: 20px;
  }

  .nt-about__doctor-wrap {
    gap: 40px;
  }

  .nt-about__name-ja {
    font-size: 24px;
  }

  .nt-about__name-en {
    font-size: 11px;
  }

  .nt-about__clinic {
    font-size: 13px;
  }

  .nt-about__profile {
    font-size: 12px;
  }

  .nt-about__doctor-info {
    width: 530px;
    margin: 0 auto;
  }

  .nt-about .nt-btn-outline {
    margin-left: 0;
  }
}

/* ----------------------------------------------------------
   当院の特徴
   ---------------------------------------------------------- */
.nt-features {
  background: #f7f7f7;
  padding: 48px 16px;
  overflow: hidden;
}

.nt-features .nt-sec-title {
  margin-bottom: 24px;
}

.nt-features__slider {
  width: 100%;
  overflow: hidden;
}

/* SP: 画像上、テキスト下 */
.nt-features__item {
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
}

/* 画像を先頭に */
.nt-features__item-img {
  display: block;
  width: 100%;
  aspect-ratio: 390 / 240;
  overflow: hidden;
  order: -1;
}

.nt-features__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}

/* テキスト部分 */
.nt-features__item-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 20px;
}

.nt-features__item-num {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  color: #8d7f80;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin: 0 auto;
}

.nt-features__item-num-label {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.7;
  color: #8D7F80;
}

.nt-features__item-num-val {
  font-size: 48px;
  color: #8D7F80;
  line-height: .8;
}

.nt-features__item-divider {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  /* SP: 非表示 */
}

.nt-features__item-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.nt-features__item-title {
  font-size: 16px;
  font-weight: 600;
  color: #2c2c2c;
  letter-spacing: .02em;
  line-height: 1.7;
  margin-bottom: 16px;
}

.nt-features__item-desc {
  font-size: 13px;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 1.8;
}

/* ページャー（Swiperコンテナの外） */
.nt-features__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  position: static !important;
}

.nt-features__pager .swiper-pagination-bullet {
  background: #dfdede;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  opacity: 1;
  margin: 0 !important;
  position: static !important;
  flex-shrink: 0;
}

.nt-features__pager .swiper-pagination-bullet-active {
  background: #a72c4a;
}

@media (min-width: 751px) {
  .nt-features {
    padding: 80px 38px;
  }

  .nt-features .nt-sec-title {
    margin-bottom: 40px;
  }

  .nt-features__item {
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
  }

  .nt-features__item-img {
    width: 340px;
    height: 340px;
    flex-shrink: 0;
    aspect-ratio: auto;
    order: 0;
  }

  .nt-features__item-left {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 40px;
    flex: 1;
  }

  .nt-features__item-num {
    align-self: stretch;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .nt-features__item-divider {
    width: 1px;
    height: 40px;
    opacity: 1;
    overflow: visible;
    flex-shrink: 0;
    object-fit: contain;
  }

  .nt-features__item-body {
    gap: 24px;
    flex: 1;
  }

  .nt-features__item .nt-btn-outline {
    margin-left: 0;
  }

  .nt-features__pager {
    padding: 24px 0 0;
  }
}

/* ----------------------------------------------------------
   症例一覧
   ---------------------------------------------------------- */
.nt-cases {
  background: #fff;
  padding: 48px 0 48px;
}

.nt-cases .nt-sec-title {
  margin-bottom: 32px;
}

.nt-cases .sec-case {
  padding-top: 0 !important;
  margin-top: 0;
}

.nt-cases .sec-title {
  display: none !important;
}

.nt-cases .case-btn {
  display: none !important;
}

/* 旧赤ボタン非表示 */

.nt-cases__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 24px 0 0;
}

.nt-cases__pager .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  border: none;
  background: #dfdede;
  cursor: pointer;
  padding: 0;
  margin: 0 !important;
  opacity: 1;
  position: static !important;
  transition: background .3s;
  flex-shrink: 0;
}

.nt-cases__pager .swiper-pagination-bullet-active {
  background: #a72c4a;
}

.nt-cases__btn {
  display: flex;
  justify-content: center;
  padding: 32px 16px 0;
  width: 100%;
  box-sizing: border-box;
}

.nt-cases__btn .nt-btn-outline {
  width: 320px !important;
  max-width: 100%;
  display: flex !important;
}

@media (min-width: 751px) {
  .nt-cases {
    padding: 80px 0 40px;
  }

  .nt-cases .nt-sec-title {
    margin-bottom: 40px;
  }

  .nt-cases__btn {
    padding-top: 40px;
  }
}

/* 既存ボタンのホバー挙動を上書き（新トップ用） */
.nt-cases .oc-c-btnOutline:hover {
  color: #A72C4A !important;
  background-color: transparent !important;
  transform: none !important;
  opacity: 0.7;
}
.nt-cases .oc-c-btnOutline:hover span {
  border-color: #A72C4A !important;
}
.nt-cases .oc-c-btnOutline:hover span i {
  color: #A72C4A !important;
}

/* ----------------------------------------------------------
   医療コラム
   ---------------------------------------------------------- */
.nt-column {
  background: #f7f7f7;
  padding: 48px 0;
}

.nt-column__inner {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.nt-column__box {
  background: #fff;
  padding: 24px 16px;
  width: 100%;
  box-sizing: border-box;
}

.nt-column__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nt-column__item {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 16px;
}

.nt-column__item-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  transition: opacity .3s;
}

.nt-column__item-link:hover {
  opacity: .7;
}

.nt-column__item-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nt-column__item-cat {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  background: #efeded;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #686868;
  line-height: 1;
}

.nt-column__item-date {
  font-size: 12px;
  font-weight: 400;
  color: #686868;
}

.nt-column__item-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: space-between;
}

.nt-column__item-title {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nt-column__item-row img {
  flex-shrink: 0;
  margin-top: 2px;
}

@media (min-width: 751px) {
  .nt-column {
    padding: 80px 0;
  }

  .nt-column__inner {
    padding: 0 38px;
    gap: 40px;
  }

  .nt-column__box {
    padding: 80px;
  }

  .nt-column__item-title {
    font-size: 16px;
    -webkit-line-clamp: 1;
  }
}

/* ----------------------------------------------------------
   医療動画配信
   ---------------------------------------------------------- */
.nt-videos {
  background: #fff;
  padding: 48px 0;
}

.nt-videos__inner {
  margin: 0 auto;
  padding: 0 0;
  /* SP: 端まで使う */
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.nt-videos__inner .nt-sec-title {
  padding: 0 16px;
}

/* Swiper対応リスト */
.nt-videos__slider {
  position: relative;
  width: 100%;
  padding: 0 16px 32px;
  box-sizing: border-box;
}


.nt-videos__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: auto;
}

.nt-videos__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #e2e2de;
  overflow: hidden;
  border-radius: 4px;
}

.nt-videos__thumb>img:not(.nt-videos__play img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nt-videos__thumb--placeholder {
  background: #e2e2de;
}

.nt-videos__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, .85);
  border-radius: 26px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.nt-videos__pager {
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px !important;
}

.nt-videos__pager .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
}

.nt-videos__pager .swiper-pagination-bullet-active {
  background: #a72c4a;
}

.nt-videos__title {
  font-size: 13px;
  font-weight: 700;
  color: #2c2c2c;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 0;
}

/* ページャー（Swiperコンテナの外） */
.nt-videos__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  position: static !important;
}

.nt-videos__pager .swiper-pagination-bullet {
  background: #dfdede;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  opacity: 1;
  margin: 0 !important;
  position: static !important;
  flex-shrink: 0;
}

.nt-videos__pager .swiper-pagination-bullet-active {
  background: #a72c4a;
}

@media (min-width: 751px) {
  .nt-videos {
    padding: 80px 0;
  }

  .nt-videos__inner {
    padding: 0 38px;
    gap: 40px;
  }

  .nt-videos__inner .nt-sec-title {
    padding: 0;
  }

  .nt-videos__slider {
    padding: 0;
  }

  .nt-videos__pager {
    display: none;
  }
}

/* ----------------------------------------------------------
   アクセス・地図
   ---------------------------------------------------------- */
.nt-access {
  background: #f7f7f7;
  padding: 48px 0 80px;
}

.nt-access__inner {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.nt-access__wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.nt-access__map {
  width: 100%;
  aspect-ratio: 390 / 260;
  overflow: hidden;
  flex-shrink: 0;
}

.nt-access__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.nt-access__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nt-access__info-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nt-access__logo {
  height: 20px;
  width: auto;
  object-fit: contain;
}

.nt-access__address {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
}

.nt-access__phone-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nt-access__phone-icon {
  width: 20px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.nt-access__phone-num {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  letter-spacing: .02em;
  line-height: 1;
}

.nt-access__hours {
  font-size: 12px;
  font-weight: 700;
  color: #333;
}


@media (min-width: 751px) {
  .nt-access {
    padding: 80px 0 120px;
  }

  .nt-access__inner {
    padding: 0 38px;
    gap: 40px;
  }

  .nt-access__wrap {
    gap: 40px;
  }

  .nt-access__logo {
    height: 23px;
  }

  .nt-access__address {
    font-size: 13px;
  }

  .nt-access__phone-wrap {
    gap: 10px;
  }

  .nt-access__phone-icon {
    width: 24px;
    height: 25px;
  }

  .nt-access__phone-num {
    font-size: 35px;
  }

  .nt-access__hours {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .nt-hours__wrap {
    flex-direction: row;
    align-items: center;
  }

  .nt-about__doctor-wrap {
    flex-direction: row;
    gap: 80px;
    align-items: center;
  }

  .nt-about__photo {
    width: 530px;
    min-width: 530px;
    flex-shrink: 0;
    aspect-ratio: 530 / 417;
  }

  .nt-about__photo img {
    top: 50%;
    transform: translate(-50%, -50%);
    object-position: center;
    height: 108%;
  }

  .nt-about__doctor-info {
    flex: 1;
    width: auto;
    margin: 0;
  }

  .nt-access__wrap {
    flex-direction: row;
    gap: 80px;
    align-items: center;
  }

  .nt-access__map {
    width: 490px;
    aspect-ratio: 490 / 320;
  }

  .nt-medical__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .nt-achieve__wrap {
    flex-direction: row;
    align-items: center;
    gap: 120px;
  }

  .nt-achieve__heading {
    width: 200px;
    flex-shrink: 0;
  }

  .nt-achieve__right {
    flex: 1;
  }
}