@charset "utf-8";
:root {
  --red: #ea5b63;
  --red2: #f08b7d;
  --blue: #2f7fc0;
  --blue2: #e8f4fb;
  --navy: #20304f;
  --text: #3d3330;
  --muted: #766c68;
  --line: #eee5df;
  --warm: #fff7ef;
  --gray: #f8f8f8;
  --shadow: 0 18px 45px rgba(32, 48, 79, .10);
  --radius: 24px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--text);
  font-family: "Zen Maru Gothic", system-ui, sans-serif;
  line-height: 1.85;
  background: #fff;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
p, li, th, td, dt, dd {
  font-size: clamp(14px, 3.8vw, 18px);
  letter-spacing: .03em;
  text-align: justify;
  font-weight: 500;
}
.pb00 {
  padding-bottom: 0 !important;
}
.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}
/* ヘッダー（v4で非表示化） */
.siteHeader {
  display: none !important;
}
.headerInner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand img {
  width: 56px;
}
.brandText {
  display: grid;
  line-height: 1.25;
}
.brandText strong {
  font-size: 18px;
  letter-spacing: .16em;
}
.brandText em {
  font-style: normal;
  font-size: 13px;
  color: var(--muted);
}
.gnav {
  display: none !important;
}
.headerBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red), var(--blue));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(32, 48, 79, .12);
}
/* ヒーロー */
.hero {
  position: relative;
  overflow: hidden;
  padding: 80px 0 20px;
  background: radial-gradient(circle at 15% 20%, #fff1eb 0, transparent 32%), radial-gradient(circle at 85% 25%, #e8f4fb 0, transparent 30%), linear-gradient(180deg, #fff, #fffaf6);
}
.heroGrid {
  display: grid;
  grid-template-columns: 1fr 450px;
  align-items: center;
  gap: 70px;
}
.heroText {
  text-align: center;
  margin-bottom: 30px;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center !important;
}
.hero .eyebrow, .noticeCard .eyebrow {
  font-family: "Noto Sans JP", serif;
}
.noticeCard .eyebrow, #doctor .eyebrow, .overviewCard .eyebrow, #recruit .eyebrow {
  text-align: left !important;
  line-height: 1.2;
}
.hero h1, .secHead h2, .doctorText h2, .contactGrid h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Zen Old Mincho", "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 1.35;
}
.hero h1 {
  font-size: clamp(24px, 5vw, 32px);
}
.hero h2 {
  font-family: "Noto Sans JP", serif;
  font-size: clamp(24px, 5vw, 32px);
  margin: 20px 0 30px;
  font-weight: bold;
  text-align: center;
}
.lead {
  font-size: 17px;
  color: var(--muted);
  max-width: 560px;
}
.heroBtns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.btn {
  display: block;
  align-items: center;
  justify-content: center;
  width: 300px;
  padding: 10px 0;
  text-align: center;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: var(--shadow);
  border: 1px solid transparent;
  margin: 0 auto 30px;
}
.btnPrimary {
  color: #fff;
  background: linear-gradient(135deg, var(--red), #f36d6d);
}
.heroVisual {
  display: flex;
  justify-content: center;
}
/* クリニックビジュアル */
.clinicVisual {
  position: relative;
  width: min(470px, 100%);
  min-height: 520px;
}
.clinicImage {
  position: absolute;
  inset: 44px 20px 26px 20px;
  border-radius: 36px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(47, 127, 192, .12)), linear-gradient(145deg, #fff8f1 0%, #f7fbfe 48%, #fff 100%);
  box-shadow: 0 35px 80px rgba(32, 48, 79, .18);
  border: 1px solid rgba(238, 229, 223, .95);
}
.clinicImage:before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 58%;
  border-radius: 32px 32px 0 0;
  background: linear-gradient(180deg, #fff, #f7eee6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}
.clinicImage:after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 24%;
  height: 36%;
  border-radius: 24px;
  background: linear-gradient(90deg, #f8e6d8, #fff 48%, #eaf5fb);
  box-shadow: 0 16px 35px rgba(32, 48, 79, .08);
}
.clinicImage span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  border: 1px solid var(--line);
}
.visualCard {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
  font-weight: 700;
  color: var(--navy);
}
.visualCard p {
  margin: 0;
  line-height: 1.55;
}
.visualCard--top {
  right: 0;
  top: 8px;
}
.visualCard--bottom {
  left: 0;
  bottom: 0;
}
.miniIcon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--blue));
  font-size: 22px;
}
.ecgLine {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 64px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
  clip-path: polygon(0 50%, 24% 50%, 30% 25%, 36% 75%, 43% 50%, 57% 50%, 62% 16%, 69% 82%, 76% 50%, 100% 50%);
  opacity: .35;
  z-index: 2;
}
/* ロゴビジュアル（v4でクリーンアップ） */
.logoVisual {
  position: relative;
  width: min(460px, 100%);
  /* aspect-ratio: 1.15/1;  ← 削除 */
  display: block; /* gridをやめる */
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: center;
}
.logoVisual img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(32, 48, 79, .10));
  margin: 0 auto;
}
.logoGlow {
  opacity: .8;
}
/* お知らせバナー */
.infoBanner {
  padding: 0 0 80px !important;
  background: #fffaf6;
}
.noticeCard {
  display: block;
  gap: 30px;
  padding: 34px;
  border-radius: var(--radius);
  background: #fff;
  align-items: center;
}
.noticeCard h2 {
  margin: .1em 0 .3em;
  color: var(--navy);
  font-family: "Zen Old Mincho", "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 24px;
}
.pulseLine {
  align-self: center;
  min-width: 180px;
  height: 60px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
  clip-path: polygon(0 50%, 28% 50%, 35% 20%, 42% 80%, 50% 50%, 100% 50%);
  opacity: .45;
}
/* セクション共通 */
.section {
  padding: 86px 0;
}
.bgWarm {
  background: linear-gradient(180deg, #fff8f1, #fff);
}
.bgBlue {
  background: linear-gradient(180deg, #f2f9fd, #fff);
}
.bgGray {
  background-color: #f9f9f9;
}
.secHead {
  text-align: center;
  margin-bottom: 38px;
  line-height: 1;
}
.secHead.left {
  text-align: left;
}
.secHead h2 {
  font-size: clamp(30px, 3.6vw, 44px);
}
/* サービスカード */
.serviceGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.qualificationCard, .overviewCard {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 34px;
}
.CardInner {
  padding: 34px;
}
.menuImg img {
  width: 100%;
  height: 200px;
  object-fit: cover !important;
}
.serviceCard {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.serviceCard:after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: currentColor;
  opacity: .08;
}
.serviceCard.red {
  color: var(--red);
}
.serviceCard.blue {
  color: var(--blue);
}
.serviceCard h3 {
  margin: 18px 0 12px;
  color: var(--navy);
  font-family: "Zen Old Mincho", "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 26px;
}
.serviceCard p {
  color: var(--text);
  margin: 0;
}
.iconCircle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid !important;
  place-items: center;
  background: currentColor;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
.iconCircle .medSvg {
  width: 38px;
  height: 38px;
  color: #fff;
  stroke-width: 2.2;
}
.noteBox {
  margin-top: 24px;
  padding: 40px;
  border-radius: 18px;
  background: #f9f9f9;
}
.noteBox p {
  margin: .2em 0;
}
/* 医療ライン系SVGアイコン */
.medSvg {
  width: 1em;
  height: 1em;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.secIcon, .noticeIcon, .photoIcon {
  display: none !important;
}
/* ドクター紹介 */
.doctorGrid {
  display: grid;
  grid-template-columns: 410px 1fr;
  grid-template-areas: "photo text";
  gap: 56px;
  align-items: center;
}
.doctorGrid .doctorPhoto {
  grid-area: photo;
}
.doctorGrid .doctorText {
  grid-area: text;
}
.doctorPhoto {
  min-height: 520px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  border-radius: 20px;
}
.doctorText h2 {
  font-size: clamp(20px, 3vw, 36px);
  margin-bottom: 24px;
}
.doctorName {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-family: "Noto Sans JP", serif;
  text-align: right;
}
/* 沿革・経歴 */
.splitGrid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
}
.timeline {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}
.timeline li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  line-height: 1.4;
}
.timeline span {
  color: var(--red);
  font-weight: 700;
}
.qualificationCard h3 {
  margin-top: 0;
  color: var(--navy);
  font-family: "Zen Old Mincho", "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 24px;
}
.checkList {
  padding: 0;
  margin: 0;
  list-style: none;
}
.checkList li {
  position: relative;
  padding-left: 28px;
  margin: .65em 0;
}
.checkList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red), var(--blue));
}
/* 診療時間テーブル */
.tableWrap, .recruitTableWrap {
  overflow: auto;
  background: #fff;
}
.timeTable, .recruitTable {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 0;
}
.timeTable th, .timeTable td, .recruitTable th, .recruitTable td {
  border: 1px solid var(--line);
  padding: 18px;
  text-align: center;
  line-height: 1.4;
}
.timeTable th {
  background: #fff8f4;
  color: var(--navy);
}
.timeTable td {
  font-size: 20px;
  color: var(--red);
  font-weight: 700;
}
.timeTable small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
}
.closed {
  text-align: center;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 50px;
}
/* アクセス・概要 */
.accessGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  width: 100% !important;
}
.overviewCard h2 {
  margin-top: 0;
  font-weight: bold;
}
.overviewList {
  margin: 20px 0 0;
}
.overviewList div {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.overviewList dt {
  font-weight: 700;
  color: var(--navy);
}
.overviewList dd {
  margin: 0;
}
.mapBox {
  min-height: 360px;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eef7fc, #fff7ef);
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}
.mapBox iframe {
  border-radius: var(--radius);
}
/* 採用 */
.recruitBox {
  max-width: 960px;
}
.jobTags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 24px 0;
}
.jobTags span {
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff5f2;
  color: var(--red);
  font-weight: 700;
}
.recruitTable th {
  width: 180px;
  text-align: left;
  background: #fff8f4;
  color: var(--navy);
}
.recruitTable td {
  text-align: left;
}
.recruitCol2 li a{
	line-height: 1.4;
}
.recruitCol2 li a span {
	font-size: 80%;
}
@media (min-width: 768px) {
	.recruitCol2 {
		justify-content: center;
	}
	.recruitCol2 li {
		width: 35%;
	}
}

/* フッター */
.footer {
  background: #333;
  padding: 16px 0;
}

#pagetop {
  position: fixed;
  bottom: 4%;
  right: 3%;
  z-index: 5;
}
#pagetop a {
  display: block;
  width: 60px;
  height: 60px;
 background: linear-gradient(135deg, var(--red), var(--blue));

  color: #fff;
  position: relative;
  border-radius: 50%;
}
#pagetop a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.copy {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
/* レスポンシブ */
@media (max-width: 900px) {
  .headerInner {
    height: auto;
    padding: 16px 0;
    align-items: flex-start;
  }
  .gnav {
    display: none;
  }
  .headerBtn {
    display: none;
  }
  .heroGrid, .doctorGrid, .splitGrid, .accessGrid, .contactGrid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 48px;
  }
  .clinicVisual {
    margin-inline: auto;
    min-height: 430px;
  }
  .logoVisual {
    max-width: 380px;
    margin-inline: auto;
  }
  .serviceGrid {
    grid-template-columns: 1fr;
  }
  .doctorPhoto {
    min-height: 320px;
  }
  .noticeCard, .footerInner {
    display: block;
  }
  .pulseLine {
    display: none;
  }
  .section {
    padding: 64px 0;
  }
  .recruitTable th {
    width: 20%;
  }
  .tableWrap {
    width: 100%;
    overflow: visible; /* スクロールさせない */
  }
  .timeTable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 12px; /* 全体を小さく */
  }
  .timeTable th, .timeTable td {
    padding: 6px 2px; /* 余白を極限まで削る */
    text-align: center;
    white-space: nowrap; /* 改行防止 */
  }
  /* 左の時間列だけ少し広め */
  .timeTable th:first-child {
    width: 70px;
    font-size: 11px;
  }
  /* 曜日ヘッダー */
  .timeTable thead th {
    font-size: 11px;
    padding: 4px 0;
  }
  /* smallをさらに小さく */
  .timeTable small {
    font-size: 10px;
    display: block;
    line-height: 1.2;
  }
  /* 記号を少し強調 */
  .timeTable td {
    font-size: 13px;
    font-weight: bold;
  }
  .container {
    width: min(100% - 28px, 1120px);
  }
}
@media (min-width: 900px) {
  .mt30_pc {
    margin-top: 30px !important;
  }
}
@media (max-width: 520px) {
  .brand img {
    width: 48px;
  }
  .hero h1 {
    font-size: 24px;
  }
  .noticeCard h2 {
    font-size: 4vw;
  }
  .heroBtns .btn {
    width: 100%;
  }
  .qualificationCard, .overviewCard, .contactForm, .recruitBox, .noticeCard {
    padding: 24px;
  }
  .overviewList div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .timeline li {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .clinicVisual {
    min-height: 380px;
  }
  .visualCard {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 10px 0;
  }
  .clinicImage {
    position: relative;
    inset: auto;
    height: 280px;
  }
  .ecgLine {
    display: none;
  }
  .footerInner p {
    font-size: 13px;
  }
  .doctorPhoto img {
    width: 80%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 50px;
    object-position: top;
  }
  .hero .eyebrow, .noticeCard .eyebrow {
    font-size: 4.8vw;
  }
  .noteBox {
    padding: 30px;
  }
  @media (max-width: 900px) {
    .heroGrid, .splitGrid, .accessGrid, .contactGrid {
      grid-template-columns: 1fr;
    }
    .doctorGrid {
      grid-template-columns: 1fr;
      grid-template-areas:
        "text"
        "photo";
    }
  }