/* Hiro Clinic Skin & Plastic Surgery — isolated WordPress styles */
:root {
	--hsc-ink: #17322b;
	--hsc-muted: #60736c;
	--hsc-g950: #073b2d;
	--hsc-g900: #0b4937;
	--hsc-g800: #115c46;
	--hsc-g700: #167157;
	--hsc-g600: #23866a;
	--hsc-g100: #e5f2ec;
	--hsc-g50: #f3f8f5;
	--hsc-lime: #c7df6f;
	--hsc-cream: #fbfaf6;
	--hsc-line: #dce6e1;
	--hsc-shadow: 0 18px 50px rgba(16, 67, 52, .12);
}

body.hiro-skin-standalone {
	margin: 0;
	background: #fff;
}

.hiro-skin,
.hiro-skin * {
	box-sizing: border-box;
}

.hiro-skin {
	margin: 0;
	color: var(--hsc-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .02em;
	-webkit-font-smoothing: antialiased;
}

.hiro-skin a {
	color: inherit;
	text-decoration: none;
}

.hiro-skin img {
	display: block;
	max-width: 100%;
}

.hiro-skin h1,
.hiro-skin h2,
.hiro-skin h3,
.hiro-skin p,
.hiro-skin ul,
.hiro-skin ol,
.hiro-skin dl,
.hiro-skin dd {
	margin-top: 0;
}

.hsc-container {
	width: min(1180px, calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

.hsc-skip {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 9999;
	padding: 10px 16px;
	color: #fff !important;
	background: var(--hsc-g950);
	transform: translateY(-150%);
}

.hsc-skip:focus {
	transform: none;
}

.hsc-notice {
	padding: 7px 20px;
	color: #dce9e3;
	background: var(--hsc-g950);
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.hsc-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(7, 59, 45, .1);
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 3px 18px rgba(7, 59, 45, .05);
	backdrop-filter: blur(14px);
}

.admin-bar .hsc-header {
	top: 32px;
}

.hsc-header__inner {
	display: flex;
	align-items: stretch;
	height: 80px;
}

.hsc-logo {
	display: flex;
	align-items: center;
	min-width: 255px;
	margin-right: auto;
	color: var(--hsc-g950) !important;
	line-height: 1.15;
}

.hsc-logo__mark {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 12px);
	gap: 2px;
	width: 31px;
	height: 31px;
	margin-right: 12px;
	transform: rotate(45deg);
}

.hsc-logo__mark i {
	display: block;
	border-radius: 8px 8px 2px;
	background: var(--hsc-g700);
}

.hsc-logo__mark i:nth-child(2),
.hsc-logo__mark i:nth-child(3) {
	background: var(--hsc-lime);
}

.hsc-logo strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .08em;
}

.hsc-logo small {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .22em;
}

.hsc-nav {
	display: flex;
	align-items: stretch;
}

.hsc-nav a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 13px;
	color: #36574d;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.hsc-nav a::after {
	position: absolute;
	right: 13px;
	bottom: 0;
	left: 13px;
	height: 3px;
	background: var(--hsc-g700);
	content: "";
	transform: scaleX(0);
	transition: transform .2s ease;
}

.hsc-nav a:hover::after,
.hsc-nav a.is-active::after {
	transform: scaleX(1);
}

.hsc-header-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 124px;
	margin-left: 12px;
	color: #fff !important;
	background: var(--hsc-g700);
	line-height: 1.25;
	transition: background .2s ease;
}

.hsc-header-cta:hover {
	background: var(--hsc-g950);
}

.hsc-header-cta small {
	font-size: 10px;
}

.hsc-header-cta strong {
	font-size: 16px;
	letter-spacing: .06em;
}

.hsc-menu-button {
	display: none;
}

.hsc-hero {
	position: relative;
	overflow: hidden;
	min-height: 650px;
	color: #fff;
	background-color: var(--hsc-g950);
	/* 右側に写っている人物の顔が緑にかぶって見えなくなっていたため、
	   文字が乗る左半分だけを濃くし、右へ向けて透明にする */
	background-image: linear-gradient(90deg, rgba(7, 59, 45, 1) 0%, rgba(7, 59, 45, .95) 46%, rgba(7, 59, 45, .42) 58%, rgba(7, 59, 45, .10) 72%, rgba(7, 59, 45, 0) 86%), var(--hsc-hero-image);
	background-position: center, center;
	background-size: cover;
}

.hsc-hero::after {
	position: absolute;
	right: -7%;
	bottom: -260px;
	width: 600px;
	height: 600px;
	border: 1px solid rgba(199, 223, 111, .28);
	border-radius: 50%;
	content: "";
}

.hsc-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	min-height: 650px;
	padding-top: 58px;
	padding-bottom: 58px;
}

.hsc-hero__copy {
	width: min(650px, 62%);

	/* 背景を明るくした分、白文字が写真の明るい部分に重なっても読めるようにする */
	text-shadow: 0 1px 3px rgba(7, 59, 45, .45);
}

.hsc-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	margin-bottom: 18px;
	padding: 7px 14px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 99px;
	color: var(--hsc-lime);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
}

.hsc-hero h1 {
	margin-bottom: 20px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: .05em;
}

.hsc-hero h1 em,
.hsc-subhero h1 em {
	color: var(--hsc-lime);
	font-style: normal;
}

.hsc-hero__copy > p {
	max-width: 600px;
	margin-bottom: 28px;
	color: #e6efeb;
	font-size: 16px;
	line-height: 2;
}

.hsc-hero__actions,
.hsc-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hsc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-width: 190px;
	min-height: 56px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	transition: transform .2s ease, background .2s ease, border .2s ease;
}

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

.hsc-btn--lime {
	color: var(--hsc-g950) !important;
	background: var(--hsc-lime);
}

.hsc-btn--glass {
	color: #fff !important;
	border-color: rgba(255, 255, 255, .45);
	background: rgba(255, 255, 255, .07);
}

.hsc-btn--green {
	color: #fff !important;
	background: var(--hsc-g700);
}

.hsc-btn--outline-light {
	color: #fff !important;
	border-color: rgba(255, 255, 255, .45);
}

.hsc-hero__facts {
	display: flex;
	gap: 0;
	margin: 30px 0 8px;
	padding: 0;
	list-style: none;
}

.hsc-hero__facts li {
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	border-left: 1px solid rgba(255, 255, 255, .25);
}

.hsc-hero__facts li:first-child {
	padding-left: 0;
	border-left: 0;
}

.hsc-hero__facts strong {
	font-family: Georgia, serif;
	font-size: 19px;
	letter-spacing: .03em;
}

.hsc-hero__facts span,
.hsc-hero__note {
	color: #cbdcd5;
	font-size: 10px;
}

.hsc-hero__note {
	display: block;
}

.hsc-quickbar {
	position: relative;
	z-index: 2;
	margin-top: -1px;
	background: #fff;
	box-shadow: 0 8px 30px rgba(7, 59, 45, .08);
}

.hsc-quickbar__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.hsc-quickbar a {
	display: grid;
	grid-template-columns: 40px 1fr auto;
	gap: 12px;
	align-items: center;
	min-height: 98px;
	padding: 20px 28px;
	border-right: 1px solid var(--hsc-line);
}

.hsc-quickbar a:first-child {
	border-left: 1px solid var(--hsc-line);
}

.hsc-quickbar b {
	color: var(--hsc-g600);
	font-family: Georgia, serif;
	font-size: 20px;
}

.hsc-quickbar span {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
}

.hsc-quickbar small {
	display: block;
	color: var(--hsc-muted);
	font-size: 10px;
	font-weight: 500;
}

.hsc-quickbar i {
	color: var(--hsc-g700);
	font-style: normal;
}

.hsc-section {
	padding: 96px 0;
}

.hsc-section--cream {
	background: var(--hsc-cream);
}

.hsc-section--green {
	color: #fff;
	background: var(--hsc-g950);
}

.hsc-section-heading {
	max-width: 780px;
	margin-bottom: 42px;
}

.hsc-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 9px;
	color: var(--hsc-g700);
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
}

.hsc-kicker::before {
	width: 32px;
	height: 1px;
	background: currentColor;
	content: "";
}

.hsc-kicker--light {
	color: var(--hsc-lime);
}

.hsc-section-heading h2,
.hsc-proof h2,
.hsc-final-cta h2 {
	margin-bottom: 12px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(30px, 3.4vw, 46px);
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .04em;
}

.hsc-section-heading p {
	margin: 0;
	color: var(--hsc-muted);
	line-height: 1.9;
}

.hsc-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
}

.hsc-filter button {
	padding: 10px 20px;
	border: 1px solid var(--hsc-line);
	border-radius: 99px;
	color: var(--hsc-ink);
	background: #fff;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.hsc-filter button.is-active {
	color: #fff;
	border-color: var(--hsc-g700);
	background: var(--hsc-g700);
}

.hsc-symptom-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.hsc-symptom-card {
	position: relative;
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 14px;
	align-items: center;
	min-height: 150px;
	padding: 24px 20px 34px;
	border: 1px solid var(--hsc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(7, 59, 45, .04);
	transition: transform .2s ease, box-shadow .2s ease, border .2s ease;
}

.hsc-symptom-card:hover {
	border-color: var(--hsc-g600);
	box-shadow: var(--hsc-shadow);
	transform: translateY(-4px);
}

.hsc-symptom-card[hidden] {
	display: none;
}

.hsc-symptom-card__icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	color: var(--hsc-g700);
	background: var(--hsc-g50);
	font-size: 28px;
	font-weight: 300;
}

.hsc-symptom-card strong,
.hsc-symptom-card small {
	display: block;
}

.hsc-symptom-card strong {
	font-size: 16px;
}

.hsc-symptom-card small {
	margin-top: 3px;
	color: var(--hsc-muted);
	font-size: 11px;
	line-height: 1.5;
}

.hsc-symptom-card em {
	position: absolute;
	bottom: 11px;
	left: 20px;
	color: var(--hsc-g700);
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
}

.hsc-symptom-card > i {
	position: absolute;
	right: 18px;
	bottom: 10px;
	color: var(--hsc-g700);
	font-style: normal;
}

.hsc-departments {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.hsc-department {
	position: relative;
	overflow: hidden;
	min-height: 420px;
	padding: 48px;
	border-radius: 10px;
	color: #fff !important;
	background: var(--hsc-g800);
	box-shadow: var(--hsc-shadow);
}

.hsc-department::after {
	position: absolute;
	right: -90px;
	bottom: -90px;
	width: 280px;
	height: 280px;
	border: 40px solid rgba(255, 255, 255, .06);
	border-radius: 50%;
	content: "";
}

.hsc-department--surgery {
	background: #285248;
}

.hsc-department > span {
	color: var(--hsc-lime);
	font-family: Georgia, serif;
	font-size: 12px;
	letter-spacing: .15em;
}

.hsc-department h3 {
	margin: 15px 0 17px;
	font-family: "Yu Mincho", serif;
	font-size: 35px;
	font-weight: 500;
}

.hsc-department p {
	max-width: 500px;
	color: #e0ebe7;
}

.hsc-department ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 25px 0 42px;
	padding: 0;
	list-style: none;
}

.hsc-department li {
	padding: 4px 11px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 99px;
	font-size: 11px;
}

.hsc-department b {
	position: absolute;
	bottom: 42px;
	left: 48px;
	font-size: 13px;
}

.hsc-proof {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 70px;
	align-items: center;
}

.hsc-proof p,
.hsc-final-cta p {
	color: #ccddd6;
}

.hsc-text-link {
	display: inline-block;
	margin-top: 15px;
	border-bottom: 1px solid currentColor;
	font-size: 13px;
	font-weight: 700;
}

.hsc-text-link--light {
	color: var(--hsc-lime) !important;
}

.hsc-proof__numbers {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
}

.hsc-proof__numbers div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 175px;
	border-left: 1px solid rgba(255, 255, 255, .18);
}

.hsc-proof__numbers div:first-child {
	border-left: 0;
}

.hsc-proof__numbers strong {
	color: var(--hsc-lime);
	font-family: Georgia, serif;
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 500;
}

.hsc-proof__numbers small,
.hsc-proof__numbers span {
	font-size: 11px;
}

.hsc-proof__numbers small {
	margin-left: 3px;
}

.hsc-steps {
	display: grid;
	grid-template-columns: 1fr auto 1fr auto 1fr;
	gap: 20px;
	align-items: center;
}

.hsc-steps > div {
	min-height: 180px;
	padding: 28px;
	border-top: 3px solid var(--hsc-g600);
	background: #fff;
	box-shadow: 0 8px 24px rgba(7, 59, 45, .06);
}

.hsc-steps b {
	color: var(--hsc-g600);
	font-family: Georgia, serif;
	font-size: 20px;
}

.hsc-steps span {
	display: block;
	margin: 8px 0;
	font-size: 17px;
	font-weight: 800;
}

.hsc-steps p {
	margin: 0;
	color: var(--hsc-muted);
	font-size: 13px;
}

.hsc-steps > i {
	color: var(--hsc-g600);
	font-style: normal;
}

.hsc-center {
	margin-top: 35px;
	text-align: center;
}

.hsc-clinic-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.hsc-clinic-cards > article {
	padding: 38px;
	border: 1px solid var(--hsc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--hsc-shadow);
}

.hsc-clinic-card__tag {
	display: inline-block;
	padding: 5px 11px;
	border-radius: 99px;
	color: var(--hsc-g800);
	background: var(--hsc-g100);
	font-size: 11px;
	font-weight: 800;
}

.hsc-clinic-cards h3 {
	margin: 15px 0 5px;
	font-family: "Yu Mincho", serif;
	font-size: 31px;
}

.hsc-clinic-cards > article > p {
	color: var(--hsc-muted);
	font-size: 13px;
}

.hsc-clinic-cards dl {
	margin: 22px 0;
	border-top: 1px solid var(--hsc-line);
}

.hsc-clinic-cards dl div {
	display: grid;
	grid-template-columns: 90px 1fr;
	padding: 11px 0;
	border-bottom: 1px solid var(--hsc-line);
	font-size: 13px;
}

.hsc-clinic-cards dt {
	font-weight: 800;
}

.hsc-card-actions {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}

.hsc-card-actions a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border: 1px solid var(--hsc-g700);
	border-radius: 3px;
	color: var(--hsc-g700) !important;
	font-size: 13px;
	font-weight: 800;
}

.hsc-card-actions a:last-child {
	color: #fff !important;
	background: var(--hsc-g700);
}

.hsc-subhero {
	color: #fff;
	background: radial-gradient(circle at 85% 10%, rgba(199, 223, 111, .18), transparent 28%), linear-gradient(125deg, var(--hsc-g950), var(--hsc-g800));
}

.hsc-subhero__inner {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 70px;
	align-items: center;
	min-height: 410px;
	padding-top: 65px;
	padding-bottom: 65px;
}

.hsc-subhero h1 {
	margin: 8px 0 16px;
	font-family: "Yu Mincho", serif;
	font-size: clamp(38px, 4.5vw, 61px);
	font-weight: 500;
	line-height: 1.45;
}

.hsc-subhero p {
	max-width: 650px;
	margin-bottom: 0;
	color: #d7e5df;
}

.hsc-subhero__route {
	padding: 27px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 7px;
	background: rgba(255, 255, 255, .07);
}

.hsc-subhero__route > span {
	color: var(--hsc-lime);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
}

.hsc-subhero__route ol {
	display: flex;
	gap: 22px;
	margin: 16px 0 20px;
	padding: 0;
	list-style: none;
	counter-reset: hsc-route;
}

.hsc-subhero__route li {
	position: relative;
	font-size: 11px;
	counter-increment: hsc-route;
}

.hsc-subhero__route li::before {
	display: grid;
	place-items: center;
	width: 27px;
	height: 27px;
	margin-bottom: 5px;
	border-radius: 50%;
	color: var(--hsc-g950);
	background: var(--hsc-lime);
	content: counter(hsc-route);
	font-family: Georgia, serif;
}

.hsc-subhero__route a {
	display: block;
	padding-top: 13px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	font-size: 13px;
	font-weight: 800;
}

.hsc-local-nav {
	border-bottom: 1px solid var(--hsc-line);
	background: #fff;
}

.hsc-local-nav .hsc-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.hsc-local-nav a {
	padding: 16px 10px;
	border-left: 1px solid var(--hsc-line);
	font-size: 12px;
	font-weight: 800;
	text-align: center;
}

.hsc-local-nav a:last-child {
	border-right: 1px solid var(--hsc-line);
}

.hsc-intro-grid {
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	gap: 70px;
	align-items: start;
}

.hsc-intro-grid .hsc-section-heading {
	margin-bottom: 0;
}

.hsc-intro-grid aside {
	padding: 30px;
	border-top: 4px solid var(--hsc-lime);
	background: var(--hsc-g950);
	color: #fff;
}

.hsc-intro-grid aside strong {
	font-size: 17px;
}

.hsc-intro-grid aside ul {
	margin: 18px 0 0;
	padding-left: 20px;
	color: #d7e5df;
	font-size: 13px;
}

.hsc-treatment-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.hsc-treatment-grid article {
	min-height: 250px;
	padding: 27px;
	border: 1px solid var(--hsc-line);
	border-radius: 6px;
	background: #fff;
}

.hsc-treatment-grid article b {
	color: var(--hsc-g600);
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: 400;
}

.hsc-treatment-grid h3 {
	margin: 22px 0 10px;
	font-size: 18px;
}

.hsc-treatment-grid p {
	margin-bottom: 0;
	color: var(--hsc-muted);
	font-size: 13px;
}

.hsc-treatment-grid--surgery article {
	border-top: 3px solid var(--hsc-g700);
}

.hsc-alert {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 28px;
	align-items: center;
	margin-top: 28px;
	padding: 23px 28px;
	border-left: 4px solid var(--hsc-lime);
	background: var(--hsc-g100);
}

.hsc-alert p {
	margin: 0;
	font-size: 13px;
}

.hsc-flow-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.hsc-flow-list article {
	padding: 30px;
	border: 1px solid var(--hsc-line);
	background: #fff;
}

.hsc-flow-list b {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: #fff;
	background: var(--hsc-g700);
	font-family: Georgia, serif;
	font-size: 15px;
}

.hsc-flow-list h3 {
	margin: 18px 0 8px;
	font-size: 18px;
}

.hsc-flow-list p {
	margin: 0;
	color: var(--hsc-muted);
	font-size: 13px;
}

.hsc-faq-wrap {
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 70px;
}

.hsc-faq details {
	border-top: 1px solid var(--hsc-line);
}

.hsc-faq details:last-child {
	border-bottom: 1px solid var(--hsc-line);
}

.hsc-faq summary {
	position: relative;
	padding: 23px 48px 23px 38px;
	font-weight: 800;
	list-style: none;
	cursor: pointer;
}

.hsc-faq summary::-webkit-details-marker {
	display: none;
}

.hsc-faq summary::before {
	position: absolute;
	top: 22px;
	left: 0;
	color: var(--hsc-g600);
	content: "Q";
	font-family: Georgia, serif;
	font-size: 20px;
}

.hsc-faq summary::after {
	position: absolute;
	top: 23px;
	right: 8px;
	content: "+";
	font-size: 21px;
	font-weight: 400;
}

.hsc-faq details[open] summary::after {
	content: "−";
}

.hsc-faq details > div {
	padding: 0 30px 22px 38px;
	color: var(--hsc-muted);
	font-size: 14px;
}

.hsc-faq p {
	margin-bottom: 0;
}

.hsc-prepare-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.hsc-prepare-grid article {
	position: relative;
	min-height: 250px;
	padding: 32px;
	border: 1px solid var(--hsc-line);
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 8px 25px rgba(7, 59, 45, .05);
}

.hsc-prepare-grid span {
	color: var(--hsc-g600);
	font-family: Georgia, serif;
	font-size: 21px;
}

.hsc-prepare-grid h3 {
	margin: 18px 0 8px;
	font-size: 20px;
}

.hsc-prepare-grid p {
	color: var(--hsc-muted);
	font-size: 13px;
}

.hsc-prepare-grid a {
	position: absolute;
	bottom: 28px;
	left: 32px;
	color: var(--hsc-g700) !important;
	font-size: 12px;
	font-weight: 800;
}

.hsc-bring-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.hsc-bring-grid > div {
	padding: 28px;
	border-radius: 6px;
	background: #fff;
}

.hsc-bring-grid b {
	display: inline-block;
	padding: 3px 9px;
	border-radius: 99px;
	color: var(--hsc-g800);
	background: var(--hsc-g100);
	font-size: 10px;
}

.hsc-bring-grid h3 {
	margin: 18px 0 7px;
	font-size: 16px;
}

.hsc-bring-grid p {
	margin: 0;
	color: var(--hsc-muted);
	font-size: 12px;
}

.hsc-timeline {
	max-width: 850px;
	margin: 0 auto;
}

.hsc-timeline article {
	position: relative;
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 24px;
	padding-bottom: 33px;
}

.hsc-timeline article:not(:last-child)::before {
	position: absolute;
	top: 50px;
	bottom: 0;
	left: 24px;
	width: 1px;
	background: var(--hsc-line);
	content: "";
}

.hsc-timeline b {
	position: relative;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	background: var(--hsc-g700);
	font-family: Georgia, serif;
}

.hsc-timeline article > div {
	padding: 5px 0 27px;
	border-bottom: 1px solid var(--hsc-line);
}

.hsc-timeline h3 {
	margin-bottom: 5px;
	font-size: 18px;
}

.hsc-timeline p {
	margin-bottom: 0;
	color: var(--hsc-muted);
	font-size: 13px;
}

.hsc-clinic-choice {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.hsc-clinic-choice a {
	position: relative;
	min-height: 240px;
	padding: 38px;
	border-radius: 8px;
	color: #fff !important;
	background: linear-gradient(135deg, var(--hsc-g900), var(--hsc-g700));
	box-shadow: var(--hsc-shadow);
}

.hsc-clinic-choice span {
	color: var(--hsc-lime);
	font-size: 12px;
	font-weight: 800;
}

.hsc-clinic-choice h3 {
	margin: 13px 0 7px;
	font-family: "Yu Mincho", serif;
	font-size: 32px;
}

.hsc-clinic-choice p {
	color: #dbe8e3;
}

.hsc-clinic-choice b {
	position: absolute;
	bottom: 30px;
	left: 38px;
	font-size: 12px;
}

.hsc-clinic-detail {
	margin-bottom: 34px;
	border: 1px solid var(--hsc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--hsc-shadow);
	scroll-margin-top: 100px;
}

.hsc-clinic-detail__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 34px 40px;
	border-bottom: 1px solid var(--hsc-line);
}

.hsc-clinic-detail__head span {
	color: var(--hsc-g600);
	font-family: Georgia, serif;
	font-size: 11px;
	letter-spacing: .15em;
}

.hsc-clinic-detail__head h2 {
	margin: 3px 0 0;
	font-family: "Yu Mincho", serif;
	font-size: 32px;
}

.hsc-clinic-detail__head p {
	margin: 0;
	color: var(--hsc-muted);
	font-size: 12px;
}

.hsc-clinic-detail__body {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 40px;
	padding: 40px;
}

.hsc-clinic-detail dl {
	margin: 0;
}

.hsc-clinic-detail dl > div {
	display: grid;
	grid-template-columns: 105px 1fr;
	padding: 13px 0;
	border-bottom: 1px solid var(--hsc-line);
	font-size: 13px;
}

.hsc-clinic-detail dt {
	font-weight: 800;
}

.hsc-clinic-detail dd a {
	color: var(--hsc-g700) !important;
	font-weight: 800;
}

.hsc-map-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 210px;
	padding: 28px;
	border: 1px solid var(--hsc-line);
	background-color: var(--hsc-g50);
	background-image: radial-gradient(circle at 20% 30%, rgba(35, 134, 106, .16) 0 2px, transparent 3px), linear-gradient(40deg, transparent 47%, rgba(35, 134, 106, .12) 48% 51%, transparent 52%);
	background-size: 27px 27px, 85px 85px;
	text-align: center;
}

.hsc-map-placeholder strong {
	font-family: "Yu Mincho", serif;
	font-size: 24px;
}

.hsc-map-placeholder span {
	color: var(--hsc-muted);
	font-size: 12px;
}

.hsc-map-placeholder a {
	margin-top: 20px;
	padding: 8px 14px;
	color: #fff !important;
	background: var(--hsc-g700);
	font-size: 11px;
	font-weight: 800;
}

.hsc-check-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.hsc-check-grid > div {
	padding: 30px;
	border-top: 3px solid var(--hsc-g700);
	background: var(--hsc-g50);
}

.hsc-check-grid b {
	color: var(--hsc-g600);
	font-family: Georgia, serif;
	font-size: 24px;
}

.hsc-check-grid h3 {
	margin: 14px 0 6px;
	font-size: 18px;
}

.hsc-check-grid p {
	margin: 0;
	color: var(--hsc-muted);
	font-size: 13px;
}

.hsc-final-cta {
	padding: 68px 0;
	color: #fff;
	background: linear-gradient(135deg, var(--hsc-g900), var(--hsc-g700));
}

.hsc-final-cta__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 70px;
	align-items: center;
}

.hsc-final-cta h2 {
	margin-bottom: 7px;
	font-size: 34px;
}

.hsc-final-cta p {
	margin-bottom: 0;
}

.hsc-final-cta__actions {
	flex-direction: column;
}

.hsc-footer {
	padding: 62px 0 20px;
	color: #bdd1c9;
	background: #062f25;
}

.hsc-footer__grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr;
	gap: 60px;
}

.hsc-footer__logo {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: .07em;
}

.hsc-footer__logo small {
	display: block;
	font-family: sans-serif;
	font-size: 10px;
	letter-spacing: .2em;
}

.hsc-footer p {
	margin-top: 14px;
	font-size: 11px;
}

.hsc-footer h3 {
	margin-bottom: 14px;
	color: #fff;
	font-size: 13px;
}

.hsc-footer__grid a {
	display: block;
	margin: 6px 0;
	font-size: 12px;
}

.hsc-footer__bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 46px;
	padding-top: 17px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	font-size: 9px;
}

.hsc-mobile-actions {
	display: none;
}

@media (max-width: 1080px) {
	.hsc-header__inner {
		height: 72px;
	}

	.hsc-logo {
		min-width: 220px;
	}

	.hsc-logo strong {
		font-size: 19px;
	}

	.hsc-nav a {
		padding: 0 8px;
		font-size: 11px;
	}

	.hsc-header-cta {
		width: 105px;
		margin-left: 5px;
	}

	.hsc-symptom-grid,
	.hsc-treatment-grid,
	.hsc-bring-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hsc-proof {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.admin-bar .hsc-header {
		top: 46px;
	}

	.hsc-container {
		width: min(100% - 32px, 680px);
	}

	.hsc-notice {
		padding: 5px 12px;
		font-size: 10px;
	}

	.hsc-header__inner {
		position: relative;
		height: 66px;
	}

	.hsc-logo {
		min-width: 0;
	}

	.hsc-logo__mark {
		grid-template-columns: repeat(2, 10px);
		width: 25px;
		height: 25px;
		margin-right: 9px;
	}

	.hsc-logo strong {
		font-size: 16px;
	}

	.hsc-logo small {
		font-size: 8px;
	}

	.hsc-menu-button {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 54px;
		padding: 0;
		border: 0;
		color: var(--hsc-g950);
		background: transparent;
		cursor: pointer;
	}

	.hsc-menu-button span {
		width: 21px;
		height: 2px;
		margin: 2px;
		background: currentColor;
	}

	.hsc-menu-button b {
		margin-top: 3px;
		font-size: 7px;
	}

	.hsc-header-cta {
		display: none;
	}

	.hsc-nav {
		position: absolute;
		top: 66px;
		right: -16px;
		left: -16px;
		display: none;
		flex-direction: column;
		padding: 10px 16px 20px;
		border-top: 1px solid var(--hsc-line);
		background: #fff;
		box-shadow: 0 12px 25px rgba(7, 59, 45, .12);
	}

	.hsc-nav.is-open {
		display: flex;
	}

	.hsc-nav a {
		min-height: 48px;
		padding: 0 7px;
		border-bottom: 1px solid var(--hsc-line);
		font-size: 13px;
	}

	.hsc-nav a::after {
		display: none;
	}

	.hsc-hero,
	.hsc-hero__inner {
		min-height: 620px;
	}

	.hsc-hero {
		/* スマートフォンは文字が全幅に乗るので、覆いを2枚に分ける。
		   横は右へ向けて抜き（人物を見せる）、縦は下端だけ締める
		   （白衣に白文字が乗る帯があるため）。
		   以前は右端でも .60 の緑がかかっていて、写真全体が沈んでいた。 */
		background-image:
			linear-gradient(180deg, rgba(7, 59, 45, 0) 48%, rgba(7, 59, 45, .30) 72%, rgba(7, 59, 45, .58) 100%),
			linear-gradient(90deg, rgba(7, 59, 45, .94) 0%, rgba(7, 59, 45, .80) 40%, rgba(7, 59, 45, .46) 66%, rgba(7, 59, 45, .16) 100%),
			var(--hsc-hero-image);
		background-position: center, center, 64% center;
	}

	.hsc-hero__copy {
		width: 100%;

		/* 覆いを薄くしたぶん、白文字が写真の明るい部分に重なる場面が増える */
		text-shadow: 0 1px 6px rgba(7, 59, 45, .75), 0 0 22px rgba(7, 59, 45, .5);
	}

	.hsc-hero h1 {
		font-size: clamp(37px, 10vw, 52px);
	}

	.hsc-hero__facts {
		flex-wrap: wrap;
	}

	.hsc-hero__facts li {
		padding: 0 12px;
	}

	.hsc-quickbar__grid {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.hsc-quickbar a,
	.hsc-quickbar a:first-child {
		min-height: 78px;
		padding: 15px 20px;
		border-right: 0;
		border-bottom: 1px solid var(--hsc-line);
		border-left: 0;
	}

	.hsc-section {
		padding: 68px 0;
	}

	.hsc-section-heading {
		margin-bottom: 30px;
	}

	.hsc-departments,
	.hsc-clinic-cards,
	.hsc-intro-grid,
	.hsc-prepare-grid,
	.hsc-clinic-choice,
	.hsc-final-cta__inner,
	.hsc-faq-wrap,
	.hsc-clinic-detail__body {
		grid-template-columns: 1fr;
	}

	.hsc-department {
		min-height: 390px;
		padding: 34px;
	}

	.hsc-department b {
		bottom: 32px;
		left: 34px;
	}

	.hsc-proof__numbers {
		grid-template-columns: 1fr;
	}

	.hsc-proof__numbers div {
		min-height: 110px;
		border-top: 1px solid rgba(255, 255, 255, .18);
		border-left: 0;
	}

	.hsc-proof__numbers div:first-child {
		border-top: 0;
	}

	.hsc-steps {
		grid-template-columns: 1fr;
	}

	.hsc-steps > i {
		transform: rotate(90deg);
		text-align: center;
	}

	.hsc-subhero__inner {
		grid-template-columns: 1fr;
		gap: 35px;
		min-height: 0;
		padding-top: 52px;
		padding-bottom: 52px;
	}

	.hsc-local-nav {
		overflow-x: auto;
	}

	.hsc-local-nav .hsc-container {
		grid-template-columns: repeat(4, minmax(115px, 1fr));
		width: max-content;
		min-width: 100%;
	}

	.hsc-flow-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.hsc-alert {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.hsc-clinic-detail__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 22px;
	}

	.hsc-clinic-detail__body {
		gap: 24px;
	}

	.hsc-check-grid {
		grid-template-columns: 1fr;
	}

	.hsc-final-cta__actions {
		flex-direction: row;
	}

	.hsc-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 35px;
	}

	.hsc-footer__grid > div:first-child {
		grid-column: 1 / -1;
	}

	.hsc-mobile-actions {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 110;
		display: grid;
		grid-template-columns: .8fr 1.2fr;
		min-height: 58px;
		box-shadow: 0 -5px 22px rgba(7, 59, 45, .18);
	}

	.hsc-mobile-actions a {
		display: grid;
		place-items: center;
		color: #fff !important;
		background: var(--hsc-g900);
		font-size: 13px;
		font-weight: 800;
	}

	.hsc-mobile-actions a:last-child {
		color: var(--hsc-g950) !important;
		background: var(--hsc-lime);
	}

	.hsc-footer {
		padding-bottom: 84px;
	}
}

@media (max-width: 560px) {
	.hsc-container {
		width: min(100% - 28px, 520px);
	}

	.hsc-hero__inner {
		padding-top: 42px;
		padding-bottom: 42px;
	}

	.hsc-hero h1 {
		font-size: 35px;
	}

	.hsc-hero__copy > p {
		font-size: 14px;
	}

	.hsc-hero__actions .hsc-btn,
	.hsc-final-cta__actions .hsc-btn {
		width: 100%;
	}

	.hsc-hero__facts li {
		width: 50%;
		margin-bottom: 12px;
	}

	.hsc-hero__facts li:nth-child(3) {
		padding-left: 0;
		border-left: 0;
	}

	.hsc-section-heading h2,
	.hsc-proof h2,
	.hsc-final-cta h2 {
		font-size: 28px;
	}

	.hsc-symptom-grid,
	.hsc-treatment-grid,
	.hsc-bring-grid,
	.hsc-flow-list {
		grid-template-columns: 1fr;
	}

	.hsc-symptom-card {
		min-height: 130px;
	}

	.hsc-department {
		min-height: 430px;
		padding: 28px;
	}

	.hsc-department h3 {
		font-size: 29px;
	}

	.hsc-department b {
		left: 28px;
	}

	.hsc-clinic-cards > article,
	.hsc-clinic-choice a,
	.hsc-clinic-detail__head,
	.hsc-clinic-detail__body {
		padding: 27px;
	}

	.hsc-clinic-cards dl div,
	.hsc-clinic-detail dl > div {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.hsc-card-actions {
		grid-template-columns: 1fr;
	}

	.hsc-subhero h1 {
		font-size: 35px;
	}

	.hsc-subhero__route ol {
		gap: 14px;
	}

	.hsc-footer__grid {
		grid-template-columns: 1fr;
	}

	.hsc-footer__grid > div:first-child {
		grid-column: auto;
	}

	.hsc-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hiro-skin *,
	.hiro-skin *::before,
	.hiro-skin *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}


/* ==========================================================================
   トップページ（front-page.php）用の追加スタイル
   既存テーマのヘッダー／フッターの内側で .hiro-skin--front を成立させる。
   ========================================================================== */

.hiro-skin--front {
	background: #fff;
}

/* 掲載情報が多いトップページでは、見本よりわずかに縦の余白を詰める */
.hiro-skin--front .hsc-section {
	padding: 74px 0;
}

/* 医院名を含む見出しは行が長いため、見本より一段小さく組む */
.hiro-skin--front .hsc-hero__copy {
	width: min(730px, 66%);
}

.hiro-skin--front .hsc-hero h1 {
	font-size: clamp(30px, 3.4vw, 48px);
	letter-spacing: .03em;
}

/* 既存テーマのグローバル指定が入り込むのを防ぐ（本文 .hsc-wp は除く） */
.hiro-skin--front ul:not(.hsc-wp *),
.hiro-skin--front ol:not(.hsc-wp *) {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hiro-skin--front .hsc-section-heading h2::after,
.hiro-skin--front h2::before,
.hiro-skin--front h3::before {
	content: none;
}

.hiro-skin--front img {
	height: auto;
}

/* 既存テーマの装飾見出しを打ち消す */
.hiro-skin--front .headline,
.hiro-skin--front .sub_title {
	background: none;
	border: 0;
}

/* --- お知らせ帯 ---------------------------------------------------------- */

.hsc-notices {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 16px;
	margin-top: 28px;
	margin-bottom: 4px;
}

.hsc-notice-card {
	display: flex;
	gap: 16px;
	align-items: center;
	padding: 18px 22px;
	border: 1px solid var(--hsc-line);
	border-left: 4px solid var(--hsc-g600);
	border-radius: 4px;
	background: var(--hsc-g50);
	color: var(--hsc-ink) !important;
	font-size: 15px;
	line-height: 1.7;
	transition: border-color .25s, box-shadow .25s;
}

a.hsc-notice-card:hover {
	border-left-color: var(--hsc-lime);
	box-shadow: var(--hsc-shadow);
}

.hsc-notice-card b {
	flex: none;
	padding: 4px 12px;
	border-radius: 999px;
	background: var(--hsc-g900);
	color: #fff;
	font-size: 12px;
	letter-spacing: .08em;
}

.hsc-notice-card > span {
	flex: 1;
}

.hsc-notice-card strong {
	display: block;
	color: var(--hsc-g900);
}

.hsc-notice-card i {
	flex: none;
	color: var(--hsc-g600);
	font-style: normal;
}

.hsc-notice-card .payment_note {
	margin: 0;
	font-size: 14px;
}

/* --- 既存ショートコードの受け皿 ------------------------------------------ */

.hsc-shortcode-area {
	--hsc-pink: var(--hsc-g600);
}

.hsc-shortcode-area .needs_items_con {
	max-width: none;
	margin: 0;
	padding: 0;
}

.hsc-shortcode-area .needs_items_con h2,
.hsc-shortcode-area .needs_items_con > p {
	text-align: left !important;
}

.hsc-shortcode-area .needs_items_con h2 {
	margin-bottom: 8px;
	color: var(--hsc-ink);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(30px, 3.4vw, 46px);
	font-weight: 600;
	letter-spacing: .04em;
}

.hsc-shortcode-area .needs_items_con h2 span {
	display: block;
	margin-bottom: 10px;
	color: var(--hsc-g600);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.4;
}

.hsc-shortcode-area #needs_items {
	background: none;
}

.hsc-shortcode-area .needs_items_con section {
	gap: 14px;
	margin-top: 26px;
}

.hsc-shortcode-area .needs_items_con section a {
	width: calc(25% - 11px);
	min-width: 160px;
	padding: 20px 12px;
	border: 1px solid var(--hsc-line);
	border-radius: 4px;
	background: #fff;
	color: var(--hsc-ink) !important;
	font-size: 16px;
	font-weight: 600;
}

.hsc-shortcode-area .needs_items_con section a:hover {
	border-color: var(--hsc-g600);
	background: var(--hsc-g900);
	color: #fff !important;
}

.hsc-shortcode-area .needs_items_con section a h3 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

.hsc-media-area {
	margin-top: 46px;
	padding-top: 40px;
	border-top: 1px solid var(--hsc-line);
}

.hsc-media-area .media-cont {
	margin: 0;
	max-width: 860px;
}

.hsc-media-area .media-ttl {
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.hsc-media-area .media-ttl img {
	margin: 0;
	max-height: 68px;
	width: auto;
}

.hsc-media-area .content h3 {
	margin: 22px 0 10px;
	font-size: 20px;
}

.hsc-media-area .content img {
	margin: 16px 0 24px;
	max-width: 620px;
	box-shadow: 0 14px 36px rgba(16, 67, 52, .14);
}

.hsc-media-area .ishi-banner {
	margin: 30px 0 0;
	text-align: left;
}

.hsc-media-area .ishi-banner img {
	margin: 0;
}

/* --- 固定ページ本文 ------------------------------------------------------ */

.hsc-wp-section {
	padding-top: 20px;
}

.hsc-wp .index_content,
.hsc-wp .index_free_space {
	margin: 0 0 56px;
	padding: 0;
	width: auto;
}

.hsc-wp .index_content:last-child,
.hsc-wp .index_free_space:last-child {
	margin-bottom: 0;
}

.hsc-wp .headline,
.hsc-wp h2.headline,
.hsc-wp h2 {
	margin: 0 0 6px;
	padding: 0;
	color: var(--hsc-ink);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(26px, 2.6vw, 34px);
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .04em;
	text-align: left !important;
}

.hsc-wp .sub_title {
	margin: 0 0 26px;
	color: var(--hsc-muted);
	font-size: 14px;
	text-align: left !important;
}

.hsc-wp .desc,
.hsc-wp p {
	color: var(--hsc-ink);
	font-size: 16px;
	line-height: 1.9;
}

.hsc-wp h3 {
	color: var(--hsc-g900);
	font-size: 19px;
	font-weight: 700;
}

/* 診療科2枚組（本文側） */
.hsc-wp #index_course_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 26px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.hsc-wp #index_course_list li {
	width: auto;
	margin: 0;
	list-style: none;
}

.hsc-wp #index_course_list a {
	display: block;
	overflow: hidden;
	border: 1px solid var(--hsc-line);
	border-radius: 6px;
	background: #fff;
	transition: box-shadow .3s, transform .3s;
}

.hsc-wp #index_course_list a:hover {
	box-shadow: var(--hsc-shadow);
	transform: translateY(-3px);
}

.hsc-wp #index_course_list img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 17 / 10;
}

.hsc-wp #index_course_list .title {
	margin: 0;
	padding: 18px 20px;
	color: var(--hsc-g900) !important;
	font-size: 20px;
	text-align: center;
}

/* FEATURE / PERFORMANCE のカード */
.hsc-wp .index_free_space .top-feature,
.hsc-wp .index_free_space .top-performance {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	margin-top: 34px;
	max-width: none;
}

.hsc-wp .index_free_space .top-feature li,
.hsc-wp .index_free_space .top-performance li {
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 0 0 22px;
	border: 1px solid var(--hsc-line);
	border-radius: 6px;
	background: #fff;
}

.hsc-wp .top-feature li .img,
.hsc-wp .top-performance li .img {
	margin: 0;
}

.hsc-wp .top-feature li .img img,
.hsc-wp .top-performance li .img img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 2;
}

.hsc-wp .top-feature li h3,
.hsc-wp .top-performance li h3 {
	margin: 18px 20px 8px;
}

.hsc-wp .top-feature li .text,
.hsc-wp .top-performance li .text {
	margin: 0 20px 18px;
	color: var(--hsc-muted);
	font-size: 14px;
	line-height: 1.8;
}

.hsc-wp .top-feature li .b,
.hsc-wp .top-performance li .b {
	color: var(--hsc-g700);
	font-size: 17px;
	font-weight: 700;
}

.hsc-wp .top-feature li .pbtn,
.hsc-wp .top-performance li .pbtn {
	margin: auto 20px 0;
}

/* 既存のピンクボタンを濃緑へ */
.hsc-wp .q_button,
.hsc-wp .q_button.bt_pink {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 12px 26px;
	border: 1px solid var(--hsc-g700);
	border-radius: 3px;
	background: #fff;
	color: var(--hsc-g800) !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	transition: background .25s, color .25s;
}

.hsc-wp .q_button:hover,
.hsc-wp .q_button.bt_pink:hover {
	background: var(--hsc-g800);
	color: #fff !important;
}

/* 本文中の表 */
.hsc-wp table {
	width: 100%;
	border-collapse: collapse;
}

.hsc-wp #kwLocalDerm {
	max-width: 900px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.hsc-wp .hc-sms-notice {
	max-width: none !important;
	margin: 0 0 46px !important;
	border: 1px solid var(--hsc-line) !important;
	border-left: 4px solid var(--hsc-g600) !important;
	border-radius: 4px !important;
	background: var(--hsc-g50) !important;
}

.hsc-wp .hc-sms-notice p:first-child {
	color: var(--hsc-g900) !important;
}

/* 本文中の文章リンクだけ下線を引く（カード全体のリンクは対象外） */
.hsc-wp p a:not(.q_button),
.hsc-wp td a,
.hsc-wp .hc-sms-notice li a {
	color: var(--hsc-g700);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* カード内のボタンは横幅いっぱいに揃える */
.hsc-wp .pbtn .q_button {
	min-width: 100%;
}

/* --- 治療一覧 ------------------------------------------------------------ */

.hsc-course-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
}

.hsc-course-grid li {
	list-style: none;
}

.hsc-course-grid a {
	display: flex;
	gap: 14px;
	align-items: center;
	height: 100%;
	padding: 12px 16px 12px 12px;
	border: 1px solid var(--hsc-line);
	border-radius: 4px;
	background: #fff;
	color: var(--hsc-ink) !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	transition: border-color .25s, box-shadow .25s, transform .25s;
}

.hsc-course-grid a:hover {
	border-color: var(--hsc-g600);
	box-shadow: var(--hsc-shadow);
	transform: translateY(-2px);
}

.hsc-course-grid img,
.hsc-course-grid__blank {
	flex: none;
	width: 52px;
	height: 52px;
	border-radius: 3px;
	object-fit: cover;
	background: var(--hsc-g100);
}

/* --- ピックアップ／バナー ------------------------------------------------ */

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

.hsc-pickup {
	display: block;
	overflow: hidden;
	border: 1px solid var(--hsc-line);
	border-radius: 6px;
	background: #fff;
	transition: box-shadow .3s, transform .3s;
}

.hsc-pickup:hover {
	box-shadow: var(--hsc-shadow);
	transform: translateY(-3px);
}

.hsc-pickup img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

.hsc-pickup span {
	display: block;
	padding: 16px 20px;
	color: var(--hsc-g900);
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}

.hsc-banner-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 26px;
}

.hsc-banner-grid a {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 148px;
	padding: 8px;
	border: 1px solid var(--hsc-line);
	border-radius: 6px;
	background: #fff;
	transition: box-shadow .3s, transform .3s;
}

.hsc-banner-grid a:hover {
	box-shadow: var(--hsc-shadow);
	transform: translateY(-3px);
}

/* 縦横比の異なるバナーが混在するため、枠の高さを揃えて全体を収める */
.hsc-banner-grid img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* --- お知らせ一覧 -------------------------------------------------------- */

.hsc-news-list {
	border-top: 1px solid var(--hsc-line);
}

.hsc-news-list li {
	list-style: none;
	border-bottom: 1px solid var(--hsc-line);
}

.hsc-news-list a {
	display: flex;
	gap: 24px;
	align-items: baseline;
	padding: 22px 6px;
	color: var(--hsc-ink) !important;
	transition: color .25s;
}

.hsc-news-list a:hover {
	color: var(--hsc-g700) !important;
}

.hsc-news-list time {
	flex: none;
	color: var(--hsc-g600);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .04em;
}

.hsc-news-list a > span {
	flex: 1;
	font-size: 16px;
	line-height: 1.7;
}

.hsc-news-list i {
	flex: none;
	color: var(--hsc-g600);
	font-style: normal;
}

/* --- 医師紹介ワイド ------------------------------------------------------ */

.hsc-doctor-wide {
	position: relative;
	padding: 110px 0;
	background: var(--hsc-doctor-image) no-repeat center center / cover;
	color: #fff;
	text-align: center;
}

.hsc-doctor-wide::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 59, 45, .82), rgba(7, 59, 45, .9));
	content: "";
}

.hsc-doctor-wide .hsc-container {
	position: relative;
}

.hsc-doctor-wide h2 {
	margin: 12px 0 16px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.5;
}

.hsc-doctor-wide p {
	margin: 0 0 30px;
	color: #cfe0d8;
}

/* --- コラム -------------------------------------------------------------- */

.hsc-column-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.hsc-column-grid article {
	display: flex;
}

.hsc-column-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
	border: 1px solid var(--hsc-line);
	border-radius: 6px;
	background: #fff;
	transition: box-shadow .3s, transform .3s;
}

.hsc-column-card:hover {
	box-shadow: var(--hsc-shadow);
	transform: translateY(-3px);
}

.hsc-column-card__image {
	display: block;
	background: var(--hsc-g100);
}

.hsc-column-card__image img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

.hsc-column-card__image em {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 9;
	color: var(--hsc-g600);
	font-size: 15px;
	font-style: normal;
	letter-spacing: .12em;
}

.hsc-column-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 20px 22px 24px;
}

.hsc-column-card__body strong {
	flex: 1;
	color: var(--hsc-ink);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7;
}

.hsc-column-card__body small {
	color: var(--hsc-muted);
	font-size: 13px;
}

/* --- 地域医療 ------------------------------------------------------------ */

.hsc-intro-grid aside a {
	display: inline-block;
	margin-top: 20px;
	color: var(--hsc-lime) !important;
	font-size: 14px;
	font-weight: 700;
}

/* --- レスポンシブ -------------------------------------------------------- */

@media (max-width: 1080px) {
	.hsc-course-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.hsc-wp .index_free_space .top-feature,
	.hsc-wp .index_free_space .top-performance {
		grid-template-columns: repeat(2, 1fr);
	}

	.hsc-column-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 820px) {
	.hsc-notices {
		grid-template-columns: 1fr;
	}

	.hsc-shortcode-area .needs_items_con section a {
		width: calc(50% - 7px);
	}

	.hsc-shortcode-area .needs_items_con h2,
	.hsc-wp .headline,
	.hsc-wp h2.headline {
		font-size: 24px;
	}

	.hsc-course-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hsc-pickup-grid,
	.hsc-banner-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hsc-doctor-wide {
		padding: 80px 0;
	}

	.hsc-doctor-wide h2 {
		font-size: 26px;
	}
}

@media (max-width: 560px) {
	.hsc-wp #index_course_list,
	.hsc-wp .index_free_space .top-feature,
	.hsc-wp .index_free_space .top-performance,
	.hsc-course-grid,
	.hsc-pickup-grid,
	.hsc-banner-grid,
	.hsc-column-grid {
		grid-template-columns: 1fr;
	}

	.hsc-news-list a {
		flex-wrap: wrap;
		gap: 6px 16px;
	}

	.hsc-news-list a > span {
		flex: 1 0 100%;
		order: 3;
	}

	.hsc-notice-card {
		flex-wrap: wrap;
		gap: 10px;
	}

	/* 2列に並ぶ実績表記が折り返さない大きさにする */
	.hiro-skin--front .hsc-hero__facts li {
		padding: 0 10px;
	}

	.hiro-skin--front .hsc-hero__facts strong {
		font-size: 14px;
	}

	.hsc-banner-grid a {
		height: 120px;
	}
}
