/*
Theme Name: Senga Shika
Description: Theme for Senga Shika based on Figma design
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

:root {
	--color-primary: #1d536f;
	--color-secondary: #78b0cd;
	--color-accent: #c4ac64;
	--color-text: #333333;
	--color-white: #ffffff;
	--color-bg-light: #f6f2e6;
	--font-base: "Helvetica Neue", Helvetica, Arial, sans-serif;
	--font-zen: "Zen Maru Gothic", sans-serif;
	--font-poppins: "Poppins", sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--font-base);
	color: var(--color-text);
	line-height: 1.6;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: inherit;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.8;
}

p {
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site {
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
}

/* Header */
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px 20px 0;
	margin: 0 auto;
}

.site-branding {
	width: 420px;
	padding-bottom: 20px;
}

.site-title {
	margin: 0;
}

.header-info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.header-contact-row {
	display: flex;
	gap: 5px;
	align-items: flex-start;
	margin-bottom: 5px;
}

.contact-tel-box {
	width: 345px;
	padding: 7px 0;
	text-align: center;
	color: var(--color-primary);
	background: #F6F2E6;
}

.tel-label {
	color: #1D536F;
	text-align: center;
	font-family: var(--font-zen);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	margin: 10px 0;
	border-bottom: 3px dotted;
	display: inline-block;
}

.tel-number-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.tel-icon {
	width: 40px;
}

.tel-number {
	color: #1D536F;
	text-align: center;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}

.tel-note {
	color: #1D536F;
	text-align: center;
	font-family: var(--font-zen);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin: 10px 0;
}

.contact-web-box {
	width: 160px;
	height: 149px;
	background-color: var(--color-accent);
	position: relative;
}

.btn-web-reserve {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--color-white);
	text-decoration: none;
	position: relative;
	outline: 2px solid #ffffff;
	outline-offset: -7px;
}

.btn-web-reserve::after {
	content: "";
	position: absolute;
	right: 9px;
	bottom: 9px;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-bottom: 14px solid #fff;
}

.web-sub {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	font-family: var(--font-zen);
	margin-bottom: 5px;
}

.web-icon {
	width: 45px;
}

.web-text {
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	font-family: var(--font-zen);
}

.header-address-box {
	background-color: var(--color-secondary);
	color: var(--color-white);
	padding: 5px 0;
	width: 100%;
	text-align: center;
}

.address-text {
	color: #FFF;
	text-align: center;
	font-family: var(--font-zen);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	margin: 0;
}

/* Navigation */
.main-navigation {
	background-color: var(--color-secondary);
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 5;
}

/* トップページ */
body.home .main-navigation,
body.front-page .main-navigation {
	top: 860px;
}

/* トップページ以外 */
body:not(.home):not(.front-page) .main-navigation {
	top: 550px;
}

.nav-inner {
	max-width: 1920px;
	margin: 0 auto;
}

.nav-menu {
	display: flex;
	justify-content: space-between;
}

.nav-item {
	flex: 1;
	position: relative;
}

.nav-item::after {
	content: "";
	position: absolute;
	right: 0;
	top: 25%;
	height: 50%;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.5);
}

.nav-item:first-child::before {
	content: "";
	position: absolute;
	left: 0;
	top: 25%;
	height: 50%;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.5);
}

.nav-item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
	color: var(--color-white);
	height: 100px;
	transition: background-color 0.3s;
}

.nav-item a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 1;
}

/* Sub Menu */
.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	min-width: 200px;
	background-color: var(--color-bg-light);
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.nav-item:hover .sub-menu {
	display: block;
}

.sub-menu li {
	border-bottom: 1px solid #ccc;
}

.sub-menu li:last-child {
	border-bottom: none;
}

.sub-menu li a {
	height: auto;
	padding: 15px 20px;
	align-items: flex-start;
	color: var(--color-text);
	font-size: 16px;
	font-family: var(--font-zen);
	font-weight: 500;
	text-align: left;
}

.sub-menu li a:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

.nav-icon {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
	opacity: 1;
	position: static;
}

.nav-jp {
	font-family: var(--font-zen);
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 2px;
}

.nav-en {
	font-family: var(--font-poppins);
	font-size: 12px;
	opacity: 0.8;
}

/* Hero Section */
.hero-section {
	position: relative;
	width: 100%;
	height: 970px;
	overflow: hidden;
}

.hero-bg {
	width: 100%;
	height: 100%;
	position: relative;
}

.hero-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.hero-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.hero-slide:nth-child(1) {
	animation: heroSlider 15s infinite;
}

.hero-slide:nth-child(2) {
	animation: heroSlider 15s infinite 5s;
}

.hero-slide:nth-child(3) {
	animation: heroSlider 15s infinite 10s;
}

@keyframes heroSlider {
	0% {
		opacity: 0;
		animation-timing-function: ease-in;
	}

	5% {
		opacity: 1;
		animation-timing-function: ease-out;
	}

	28% {
		opacity: 1;
	}

	33% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.hero-text-area {
	position: absolute;
	top: 40%;
	left: 5%;
	transform: translateY(-50%);
	color: var(--color-white);
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
}

.hero-title-top,
.hero-title-bottom {
	position: relative;
	color: #FFF;
	font-family: var(--font-zen);
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	padding-bottom: 10px;
}

.hero-title-top::after,
.hero-title-bottom::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	height: 30px;
	background-repeat: repeat-x;
	background-image: url("img/deco-hero-title1.webp");
	max-width: 800px;
}

.hero-features {
	position: absolute;
	bottom: 170px;
	right: 2%;
	display: flex;
	gap: 20px;
	z-index: 10;
}

.feature-circle {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.feature-circle::before {
	content: "";
	position: absolute;
	inset: 5px;
	border-radius: 50%;
	border: 2px solid #fff;
	pointer-events: none;
	z-index: 2;
}

.circle-icon {
	position: absolute;
	top: 40px;
	width: 86px;
}

.circle-inner {
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	color: var(--color-white);
	padding-bottom: 10px;
}

.feature-gold {
	outline: 3px solid #C4AC64;
	outline-offset: -7px;
}

.feature-blue {
	outline: 3px solid #78b0cd;
	outline-offset: -7px;
}

.feature-dark {
	outline: 3px solid #1d536f;
	outline-offset: -7px;
}

.feature-gold .circle-inner {
	background-color: #c4ac64;
}

.feature-blue .circle-inner {
	background-color: #78b0cd;
}

.feature-dark .circle-inner {
	background-color: #1d536f;
}

.feature-text-large {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	font-family: var(--font-zen);
}

.feature-text-small {
	font-size: 12px;
	margin: 0;
}

.feature-text {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	font-weight: 700;
	font-family: var(--font-zen);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
}

.feature-text-large {
	font-size: 28px;
	font-weight: 700;
	font-family: var(--font-zen);
	margin: 0;
}

.feature-text-small {
	font-size: 18px;
	font-family: var(--font-zen);
	margin: 0;
}

.feature-1::after,
.feature-2::after,
.feature-3::after {
	content: "";
	position: absolute;
	bottom: 60px;
	width: 260px;
	height: 40px;
	z-index: -1;
}

.feature-1::after {
	background: linear-gradient(to bottom, transparent 50%, var(--color-primary) 50%);
}

.feature-2::after {
	background: linear-gradient(to bottom, transparent 50%, var(--color-secondary) 50%);
}

.feature-3::after {
	background: linear-gradient(to bottom, transparent 50%, var(--color-accent) 50%);
}

/* Features Section */
.features-section {
	padding: 0 0 100px;
	max-width: 1480px;
	margin: 0 auto;
}

.section-title-area {
	position: relative;
	text-align: center;
	margin-top: -130px;
	margin-bottom: 80px;
}

.section-subtitle {
	background: linear-gradient(to bottom, #1D536F, #718E9D);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Poppins;
	font-size: 100px;
	font-style: normal;
	font-weight: 275;
	letter-spacing: 13px;
	line-height: normal;

}

.section-title {
	font-size: 48px;
	font-weight: 400;
	font-family: var(--font-zen);
	color: #313f46;
	margin: 0;
}

.feature-title-line {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(img/deco-features-title.webp);
	background-repeat: no-repeat;
	background-size: cover;
	width: 528px;
	height: 14px;
}

.feature-row {
	display: flex;
	margin: 150px 0;
	gap: 60px;
}

.feature-row.reverse {
	flex-direction: row-reverse;
}

.feature-01,
.feature-02,
.feature-03,
.feature-04,
.feature-05,
.feature-06 {
	position: relative;
}

.feature-01::before {
	content: "";
	position: absolute;
	top: -150px;
	right: 3%;
	width: 350px;
	height: 333px;
	background: url(img/deco-feature-1.webp) no-repeat;
	background-size: contain;
	z-index: -1;
}

.feature-02 {
	background-color: var(--color-bg-light);
}

.feature-02::before {
	content: "";
	position: absolute;
	top: -200px;
	bottom: -200px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	background: url(img/bg_feature-2.webp) left top / cover no-repeat;
	z-index: -1;
}

.feature-02 .deco {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

.feature-02 .deco-1 {
	top: -190px;
	right: 3%;
	width: 256px;
	height: 159px;
	background-image: url(img/deco-feature-2_1.webp);
}

.feature-02 .deco-2 {
	bottom: -200px;
	right: 3%;
	width: 262px;
	height: 400px;
	background-image: url(img/deco-feature-2_2.webp);
}

.feature-03 .deco {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

.feature-03 .deco-1 {
	bottom: -100px;
	left: 3%;
	width: 300px;
	height: 311px;
	background-image: url(img/deco-feature-3_1.webp);
}

.feature-03 .deco-2 {
	bottom: -100px;
	right: 3%;
	width: 291px;
	height: 171px;
	background-image: url(img/deco-feature-3_2.webp);
}

.feature-04 .deco {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

.feature-04 .deco-1 {
	bottom: -100px;
	left: 3%;
	width: 166px;
	height: 157px;
	background-image: url(img/deco-feature-4_1.webp);
}

.feature-04 .deco-2 {
	bottom: -100px;
	right: 3%;
	width: 234px;
	height: 392px;
	background-image: url(img/deco-feature-4_2.webp);
}

.feature-05 .deco {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

.feature-05 .deco-1 {
	bottom: -150px;
	left: 3%;
	width: 364px;
	height: 359px;
	background-image: url(img/deco-feature-5.webp);
}

.feature-06 {
	background: #F6F2E6;
}

.feature-06::before {
	content: "";
	position: absolute;
	top: -100px;
	bottom: -100px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	background: #F6F2E6;
	z-index: -1;
}

.feature-06 .deco {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

.feature-06 .deco-1 {
	bottom: 0;
	left: 3%;
	width: 283px;
	height: 546px;
	background-image: url(img/deco-feature-6_1.webp);
}

.feature-06 .deco-2 {
	bottom: 0;
	right: 3%;
	width: 283px;
	height: 546px;
	background-image: url(img/deco-feature-6_2.webp);
}

.feature-bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.feature-image {
	width: 40%;
}

.feature-image img {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-content {
	flex: 1;
	position: relative;
}

.feature-number {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.feature-label {
	writing-mode: vertical-rl;
	transform: rotate(360deg);
	font-family: var(--font-zen);
	color: var(--color-accent);
	font-size: 32px;
	margin-right: 10px;
	letter-spacing: 2px;
}

.number {
	font-family: var(--font-poppins);
	font-weight: 200;
	font-size: 150px;
	line-height: 1;
	margin-right: 20px;
	color: #313f46;
}

.number .accent {
	color: var(--color-accent);
}

.feature-heading {
	font-size: 48px;
	font-family: var(--font-zen);
	font-weight: 500;
	color: #313F46;
	margin: 0;
	z-index: 2;
}

.feature-heading span {
	font-size: 32px;
	font-family: var(--font-zen);
	font-weight: 500;
	color: #313F46;
}

.feature-subheading {
	color: #313F46;
	font-family: var(--font-zen);
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 30px;
}

.feature-desc {
	color: #313F46;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 200%;
	z-index: 2;
}

.feature-equipment-list {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-top: 40px;
	z-index: 2;
}

.equipment-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.equipment-image {
	width: 100%;
	margin-bottom: -15px;
	position: relative;
	z-index: 0;
}

.equipment-image img {
	width: 100%;
	display: block;
}

.equipment-name {
	background-color: #78b0cd;
	color: #fff;
	font-family: var(--font-zen);
	font-size: 24px;
	font-weight: bold;
	padding: 8px 15px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	margin: 0;
	display: inline-block;
	min-width: 120px;
	text-align: center;
}

/* Greeting Section */
.greeting-section {
	background: url(img/bg_greeting.webp) center bottom / cover no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
	min-height: 840px;
}

.greeting-section::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: 50px 0;
	background: url(img/bg_before_greeting.webp) center / cover no-repeat;
	z-index: 0;
}

.greeting-inner {
	max-width: 1480px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 60px;
	padding: 0 20px;
	z-index: 2;
}

.greeting-content {
	width: 60%;
	color: #fff;
	z-index: 3;
}

.greeting-title {
	color: #FFF;
	font-family: Poppins;
	font-size: 100px;
	font-style: normal;
	font-weight: 275;
	line-height: 100%;
	letter-spacing: 25.6px;
	margin-bottom: 20px;
}

.greeting-subtitle-row {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
}

.greeting-subtitle {
	font-family: var(--font-zen);
	font-size: 24px;
	color: #fff;
}

.greeting-line {
	flex: 1;
	height: 1px;
	border-top: 1px dotted #fff;
	max-width: 300px;
}

.greeting-message-title {
	font-size: 36px;
	font-weight: 500;
	font-family: var(--font-zen);
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.4;
}

.greeting-text {
	font-size: 20px;
	font-family: var(--font-zen);
	line-height: 2;
	color: #fff;
}

.greeting-image-area {
	position: absolute;
	width: 35%;
	right: 3%;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 500px;
}

.greeting-image {
	position: relative;
	z-index: 1;
	text-align: center;
}

.greeting-image img {
	max-width: 88%;
	height: auto;
}

.greeting-profile-circle {
	position: absolute;
	bottom: 10%;
	left: 10%;
	width: 300px;
	height: 300px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	color: #333;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	padding: 20px;
	box-sizing: border-box;
}

.greeting-profile-circle::before {
	content: "";
	position: absolute;
	inset: 5px;
	border-radius: 50%;
	border: 3px dotted #C4AC64;
	pointer-events: none;
}

.greeting-profile-circle::after {
	content: "";
	position: absolute;
	inset: 10px;
	border-radius: 50%;
	border: 3px dotted #C4AC64;
	pointer-events: none;
}

.greeting-profile-circle .job-title {
	font-size: 36px;
	margin: 0 0 5px;
	color: #333;
	font-family: var(--font-zen);
}

.greeting-profile-circle .name {
	font-size: 48px;
	font-weight: 400;
	margin: 0 0 5px;
	font-family: var(--font-zen);
	color: #333;
}

.greeting-profile-circle .name-kana {
	font-size: 24px;
	color: #c4ac64;
	text-align: center;
	line-height: 1.4;
	font-family: var(--font-zen);
	margin: 0;
}

.btn-more-circle {
	position: absolute;
	bottom: 10%;
	left: 50%;
	width: 150px;
	height: 150px;
	background-color: #78b0cd;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 3;
	color: #fff;
	text-decoration: none;
	transition: transform 0.3s;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-more-circle:hover {
	transform: scale(1.1);
	opacity: 1;
}

.more-text {
	font-family: var(--font-poppins);
	font-size: 16px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.more-arrow {
	font-size: 24px;
	line-height: 1;
}

/* Medical Section */
.medical-section {
	position: relative;
	padding: 100px 0;
	text-align: center;
	background-color: #fff;
}

.medical-section .deco {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

.medical-section .deco-1 {
	top: 3%;
	left: 0;
	width: 332px;
	height: 272px;
	background-image: url(img/deco-medical-1.webp);
}

.medical-section .deco-2 {
	top: 3%;
	right: -3%;
	width: 332px;
	height: 272px;
	background-image: url(img/deco-medical-2.webp);
}


.medical-header {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.medical-title-group {
	text-align: center;
}

.medical-section .section-title {
	background: linear-gradient(to bottom, #C4AC64, #ADA9A1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Poppins;
	font-size: 100px;
	font-style: normal;
	font-weight: 275;
	letter-spacing: 13px;
	line-height: normal;
}

.medical-section .section-subtitle {
	color: #313F46;
	text-align: center;
	font-family: var(--font-zen);
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.medical-special-row {
	display: flex;
	justify-content: center;
	max-width: 1480px;
	margin: 0 auto 0;
	padding: 0 20px;
}

.special-item {
	flex: 1;
	position: relative;
	height: 400px;
	overflow: hidden;
}

.special-bg {
	width: 100%;
	height: 100%;
}

.special-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.special-circle {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.special-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.special-label {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background-color: #fff;
	padding: 25px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	z-index: 2;
	outline: 2px solid #CBC3B4;
	outline-offset: -7px;
}

.special-label::after {
	content: "";
	position: absolute;
	right: 9px;
	bottom: 9px;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-bottom: 14px solid #C4AC64;
}

.special-icon {
	width: 30px;
	height: 30px;
}

.special-text {
	font-family: var(--font-zen);
	font-size: 32px;
	color: #333;
	font-weight: 400;
}

.medical-general-container {
	max-width: 1480px;
	background-color: #f6f2e6;
	padding: 60px 0;
	margin-top: 0;
	margin: 0 auto;
}

.medical-general-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.general-item {
	background-color: #fff;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	gap: 20px;
	outline: 2px solid #CBC3B4;
	outline-offset: -7px;
	position: relative;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.general-item::after {
	content: "";
	position: absolute;
	bottom: 9px;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #C4AC64 transparent;
}

.general-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.general-icon img {
	width: 50px;
	height: 50px;
}

.general-item h3 {
	margin: 0;
	font-size: 32px;
	font-family: var(--font-zen);
	color: #333;
	font-weight: 400;
}

/* Info Access Section */
.info-access-section {
	padding: 0;
}

.info-access-container {
	display: flex;
	flex-wrap: wrap;
}

.info-access-left {
	position: relative;
	width: 50%;
	background-color: #dbeff9;
	padding: 80px 60px 200px;
	box-sizing: border-box;
}

.info-access-left::after {
	content: "";
	position: absolute;
	bottom: -155px;
	left: 0;
	width: 100%;
	height: 160px;
	background: #ffffff;
	transform: skewY(-8deg);
	transform-origin: left bottom;
}

.diagonal-section {
	position: relative;
	background: #d7eef8;
	/* 水色背景 */
	padding: 80px 0 160px;
	overflow: hidden;
}

.info-access-right {
	position: relative;
	width: 50%;
	background-color: var(--color-bg-light);
	padding: 80px 60px 160px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.info-access-right::after {
	content: "";
	position: absolute;
	bottom: -155px;
	right: 0;
	width: 100%;
	height: 160px;
	background: #ffffff;
	transform: skewY(8deg);
	transform-origin: right bottom;
}

.info-access-right .access-area {
	width: 100%;
}

.section-header-center {
	text-align: center;
	margin-bottom: 40px;
}

.section-title-en {
	font-family: var(--font-poppins);
	font-size: 40px;
	font-weight: 200;
	letter-spacing: 0.05em;
	margin: 0;
}

/* News Area */
.news-area {
	margin-bottom: 60px;
}

.news-box {
	background-color: #fff;
	padding: 40px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.news-list {
	max-height: 300px;
	overflow-y: auto;
	padding-right: 20px;
}

/* Custom Scrollbar for News */
.news-list::-webkit-scrollbar {
	width: 4px;
}

.news-list::-webkit-scrollbar-track {
	background: #eee;
}

.news-list::-webkit-scrollbar-thumb {
	background: var(--color-primary);
}

.news-list li {
	margin-bottom: 25px;
}

.news-list li:last-child {
	margin-bottom: 0;
}

.news-list dl {
	margin: 0;
}

.news-list dt {
	font-family: var(--font-poppins);
	font-weight: 700;
	color: var(--color-primary);
	font-size: 16px;
	margin-bottom: 5px;
}

.news-list dd {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
}

/* Medical Info Area */
.medical-hours-table {
	background-color: var(--color-secondary);
	color: #fff;
	padding: 30px;
}

.medical-hours-table table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.medical-hours-table th,
.medical-hours-table td {
	padding: 10px 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	font-weight: normal;
	vertical-align: middle;
}

.medical-hours-table thead th {
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.medical-hours-table tbody th {
	text-align: left;
	font-family: var(--font-poppins);
	font-size: 18px;
	width: 30%;
}

.medical-hours-table .circle {
	font-size: 20px;
}

.medical-hours-table .slash {
	font-size: 16px;
	opacity: 0.7;
}

.medical-hours-table .time-cell {
	font-size: 16px;
	line-height: 1.2;
}

.medical-note {
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	margin-bottom: 0;
}

/* Access Area */
.access-address-top {
	margin-bottom: 20px;
	font-weight: 500;
	text-align: center;
}

.access-map {
	width: 100%;
}

.access-map img {
	width: 100%;
	height: auto;
	display: block;
}

/* Responsive */
@media (max-width: 768px) {

	.info-access-left,
	.info-access-right {
		width: 100%;
		padding: 40px 20px;
	}
}

/* Footer */
.site-footer {
	background-color: var(--color-secondary);
	color: #fff;
	padding: 60px 0 20px;
}

.footer-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.footer-info {
	flex: 1;
}

.footer-logo {
	margin-bottom: 0;
	text-align: center;
}

.footer-address {
	font-size: 16px;
	margin-bottom: 10px;
}

.footer-tel {
	font-size: 32px;
	font-family: var(--font-poppins);
	font-weight: 700;
	margin-bottom: 10px;
}

.footer-map {
	flex: 1;
	height: 300px;
	background-color: #eee;
}

.copyright {
	text-align: center;
	font-size: 12px;
	opacity: 0.8;
}

/* Section Headers */
.section-title-en {
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 64px;
	color: #313f46;
	line-height: 1;
	margin-bottom: 20px;
}

.first-letter-news {
	color: #1d536f;
}

.first-letter-access {
	color: #c4ac64;
}

.first-letter-info {
	color: #78b0cd;
}

/* Medical Info Area */
.medical-info-area {
	margin-top: 60px;
	text-align: center;
}

.section-header-center {
	margin-bottom: 30px;
}

.medical-hours-table {
	max-width: 800px;
	margin: 0 auto;
	padding: 10px 30px 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.medical-hours-table table {
	width: 100%;
	border-collapse: collapse;
	font-family: var(--font-zen);
}

.medical-hours-table th,
.medical-hours-table td {
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.medical-hours-table thead th {
	font-weight: 500;
}

.medical-hours-table tbody th {
	text-align: left;
	font-weight: 500;
}

.circle {
	font-size: 20px;
}

.cross {
	color: #ccc;
	font-size: 20px;
}

.medical-note {
	text-align: right;
	margin-top: 10px;
	font-size: 18px;
}

/* Recruit & Blog Section */
.recruit-blog-wrapper {
	display: flex;
	width: 100%;
}

.recruit-section,
.blog-section {
	width: 50%;
	padding: 80px 0;
	text-align: center;
}

.recruit-section {
	background-color: #dbeff9;
}

.blog-section {
	background-color: #f6f2e6;
}

.recruit-content,
.blog-content {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 20px;
}

.recruit-section .section-title {
	color: #1D536F;
	font-family: var(--font-poppins);
	font-weight: 200;
	letter-spacing: 0.1em;
	font-size: 48px;
	margin-bottom: 10px;
	line-height: 1;
}

.blog-section .section-title {
	color: #C4AC64;
	font-family: var(--font-poppins);
	font-weight: 200;
	letter-spacing: 0.1em;
	font-size: 48px;
	margin-bottom: 10px;
	line-height: 1;
}

.recruit-section .section-subtitle,
.blog-section .section-subtitle {
	color: #333;
	font-family: var(--font-zen);
	font-size: 18px;
	display: block;
	margin-bottom: 40px;
}

.recruit-image-box {
	position: relative;
	margin-bottom: 30px;
}

.recruit-image-box img {
	width: 100%;
	height: auto;
	display: block;
}

.btn-more-circle-dark {
	position: absolute;
	bottom: -40px;
	right: -40px;
	width: 120px;
	height: 120px;
	background-color: #1D536F;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	color: #fff;
	text-decoration: none;
	transition: transform 0.3s;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-more-circle-dark:hover {
	transform: scale(1.1);
	opacity: 1;
}

.blog-list {
	margin-bottom: 40px;
	text-align: left;
}

.blog-item {
	background-color: #fff;
	transition: transform 0.3s;
}

.blog-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.blog-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
	padding: 15px;
}

.blog-image {
	width: 120px;
	height: 80px;
	flex-shrink: 0;
	margin-right: 20px;
	background-color: #eee;
}

.blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-info {
	flex: 1;
}

.blog-date {
	display: block;
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
	font-family: var(--font-poppins);
	letter-spacing: 1px;
}

.blog-title {
	font-size: 20px;
	margin: 0;
	font-weight: 500;
	line-height: 1.5;
	font-family: var(--font-zen);
}

.btn-more-rect {
	display: inline-block;
	background-color: #C4AC64;
	color: #fff;
	padding: 15px 60px;
	font-family: var(--font-poppins);
	font-size: 16px;
	letter-spacing: 2px;
	text-decoration: none;
	position: relative;
	transition: opacity 0.3s;
}

.btn-more-rect:hover {
	opacity: 0.8;
}

.btn-more-rect::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #fff transparent;
}

@media (max-width: 768px) {
	.recruit-blog-wrapper {
		flex-direction: column;
	}

	.recruit-section,
	.blog-section {
		width: 100%;
		padding: 50px 0;
	}

	.btn-more-circle-dark {
		width: 100px;
		height: 100px;
		right: 20px;
		bottom: -30px;
	}
}

/* Footer Redesign */
.site-footer {
	background-image: url(img/bg_site-footer.webp);
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 0;
	position: relative;
	font-family: 'Zen Maru Gothic', sans-serif;
}

.footer-top {
	padding: 50px 0;
	margin-bottom: 50px;
	background: #ffffffbf;
}

.footer-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}

.footer-left {
	width: 45%;
}

.footer-logo img {
	max-width: 280px;
	height: auto;
}

.footer-address {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	font-weight: 500;
	text-align: center;
}

.footer-contact-row {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: stretch;
}

.footer-tel-box {
	background-color: #fff;
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50%;
}

.footer-tel-box .tel-label {
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: 700;
	color: #1D536F;
	border-bottom: 2px dotted #1D536F;
	padding-bottom: 2px;
	display: inline-block;
}

.footer-tel-box .tel-number-row {
	display: flex;
	align-items: center;
	gap: 0;
}

.footer-tel-box .tel-icon {
	width: 30px;
}

.footer-tel-box .tel-icon img {
	width: 24px;
	height: auto;
}

.footer-tel-box .tel-number {
	font-size: 28px;
	font-weight: 500;
	color: #1D536F;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
}

.footer-web-box {
	width: 50%;
}

.btn-web-reserve-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #C4AC64;
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 100%;
	position: relative;
	transition: opacity 0.3s;
	outline: 2px solid #ffffff;
	outline-offset: -7px;
}

.btn-web-reserve-footer::after {
	content: "";
	position: absolute;
	right: 9px;
	bottom: 9px;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-bottom: 14px solid #fff;
}

.btn-web-reserve-footer:hover {
	opacity: 0.8;
}

.btn-web-reserve-footer .web-sub {
	font-size: 20px;
	margin-bottom: 2px;
}

.btn-web-reserve-footer .web-main {
	font-size: 28px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 8px;
}

.btn-web-reserve-footer .web-icon img {
	width: 45px;
	height: auto;
	filter: brightness(0) invert(1);
}

.footer-right {
	width: 55%;
}

.footer-hours-table {
	background-color: #78b0cd;
	/* Blue background */
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
}

.hours-header {
	display: grid;
	grid-template-columns: 1.5fr repeat(7, 1fr);
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}

.hours-row {
	display: grid;
	grid-template-columns: 1.5fr repeat(7, 1fr);
	text-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.hours-row:last-child {
	margin-bottom: 0;
}

.hours-header .label {
	text-align: left;
	padding-left: 10px;
}

.hours-row .time {
	font-size: 13px;
	text-align: left;
	padding-left: 10px;
	white-space: nowrap;
}

.hours-row .mark {
	font-size: 18px;
}

.hours-row .mark.circle {
	color: #fff;
}

.hours-row .mark.slash {
	color: rgba(255, 255, 255, 0.5);
}

.hours-row .mark.time-cell {
	font-size: 10px;
	line-height: 1.2;
}

.footer-note {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	color: #333;
}

.footer-map-section {
	width: 100%;
	line-height: 0;
}

.site-info {
	background-color: #ffffff;
	color: #333;
	text-align: center;
	padding: 15px 0;
	position: relative;
}

.copyright {
	font-size: 12px;
	margin: 0;
}

.page-top-btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #78b0cd;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.page-top-btn .arrow {
	width: 10px;
	height: 10px;
	border-top: 2px solid #78b0cd;
	border-right: 2px solid #78b0cd;
	transform: rotate(-45deg);
	margin-bottom: 5px;
	margin-top: 5px;
}

.page-top-btn .text {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}

@media (max-width: 768px) {
	.footer-inner {
		flex-direction: column;
		gap: 40px;
	}

	.footer-left,
	.footer-right {
		width: 100%;
	}

	.footer-logo img {
		max-width: 200px;
	}

	.hours-header,
	.hours-row {
		font-size: 12px;
	}

	.hours-row .time {
		font-size: 11px;
	}
}

/* Sticky Navigation */
.main-navigation.is-fixed {
	position: fixed;
	top: 0 !important;
	left: 0;
	width: 100%;
	height: 110px;
	z-index: 1000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	animation: navSlideDown 0.3s ease-out forwards;
}

@keyframes navSlideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

/* =========================================
   下層ページ共通スタイル
   ========================================= */


.heading-header {
	margin-bottom: 60px;
}

.heading-title-bg {
	position: relative;
	background: linear-gradient(180deg,
			#F0E8CF 0%,
			#F0E8CF 55%,
			#F6F2E6 55%,
			#F6F2E6 100%);
	border-top: 15px solid var(--color-accent);
	border-radius: 0 0 30px 30px;
	text-align: center;
	width: 100%;
}

.heading-title-bg::before {
	content: '';
	display: block;
	width: 100%;
	height: 145px;
	background-image: url(img/deco-heading-title1.webp);
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 30px;
}

.heading-title-bg::after {
	content: '';
	display: block;
	width: 100%;
	height: 145px;
	background-image: url(img/deco-heading-title2.webp);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	top: -30px;
	right: 30px;
}

.heading-title-en {
	font-family: var(--font-poppins);
	font-size: 48px;
	font-weight: 500;
	color: #BFA558;
	margin: 0;
	padding: 5px 0 10px;
	line-height: 1.2;
}

.heading-title-jp {
	font-family: var(--font-zen);
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	padding: 10px;
}

.heading-title {
	color: #313F46;
	font-family: var(--font-zen);
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin: 0;
	padding: 25px 0;
}

/* =========================================
   Clinic Page Styles
   ========================================= */

/* Page Hero */
.page-hero {
	position: relative;
	width: 100%;
	height: 660px;
	overflow: hidden;
}

.page-hero-bg {
	width: 100%;
	height: 100%;
}

.page-hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-hero-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(147, 141, 124, 0.2);
}

.page-hero-content {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 10;
}

.page-title-en {
	color: #FFF;
	font-family: Poppins;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.page-title-jp {
	position: relative;
	color: #FFF;
	text-align: center;
	font-family: var(--font-zen);
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
}

.page-title-jp::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	height: 30px;
	background-repeat: repeat-x;
	background-image: url(img/deco-hero-title1.webp);
	max-width: 600px;
}

/* Page Navigation */
.page-navigation {
	background-color: var(--color-secondary);
	width: 100%;
	height: 180px;
}

.page-nav-inner {
	max-width: 1920px;
	margin: 0 auto;
	height: 100%;
}

.page-nav-menu {
	display: flex;
	justify-content: center;
	height: 100%;
}

.page-nav-item {
	width: 160px;
	/* Adjust based on design spacing */
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-nav-item::after {
	content: '';
	position: absolute;
	right: 0;
	top: 25%;
	height: 50%;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.5);
}

.page-nav-item:last-child::after {
	display: none;
}

.page-nav-item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.3s;
}

.page-nav-item a:hover,
.page-nav-item.current a {
	background-color: rgba(255, 255, 255, 0.1);
}

.page-nav-icon {
	height: 40px;
	margin-bottom: 10px;
}

.page-nav-icon img {
	height: 100%;
	width: auto;
}

.page-nav-jp {
	font-family: var(--font-zen);
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.page-nav-en {
	font-family: var(--font-poppins);
	font-size: 20px;
}

/* Office Section */
.office-section {
	padding: 100px 0 0;
	background-color: #fff;
}

.section-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

.office-content {
	display: flex;
	gap: 60px;
}

.office-text-area {
	text-align: center;
}

.office-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 2;
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
}

.office-image img {
	width: 100%;
}

/* Reception Section */
.reception-section {
	padding: 80px 0 0;
	background-color: #fff;
}

.section-header-line {
	background-color: var(--color-secondary);
	padding: 12px 0;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.section-header-line::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: calc(100% - 8px);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	pointer-events: none;
}

.section-header-line::after {
	content: '';
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 28px;
	background-color: var(--color-secondary);
	border-radius: 0 0 200px 200px;
	z-index: 1;
}

.section-title-jp {
	color: #fff;
	font-family: var(--font-zen);
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	position: relative;
	z-index: 2;
	display: inline-block;
}

.reception-content {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.reception-table-area {
	flex: 1;
}

.reception-table {
	background-color: #F6F2E6;
	padding: 30px;
}

.reception-table table {
	width: 100%;
	border-collapse: collapse;
}

.reception-table th,
.reception-table td {
	text-align: center;
	padding: 10px;
	font-family: var(--font-zen);
}

.reception-table thead th {
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.reception-table tbody th {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.reception-table td .circle {
	color: #333;
	font-size: 20px;
}

.reception-table td .slash {
	color: #ccc;
}

.reception-table .time-cell {
	font-size: 16px;
	line-height: 1.2;
}

.reception-note {
	text-align: right;
	margin-top: 10px;
	font-weight: 500;
}

.reception-info-text {
	max-width: 400px;
	background: #D0EAF7;
	padding: 20px;
}

.reception-info-text p {
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
}

/* Interior Section */
.interior-section {
	padding: 80px 0 120px;
}

.interior-desc {
	text-align: center;
	margin-bottom: 60px;
	font-size: 18px;
}

.interior-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.interior-item img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

/* Staff Page */
.staff-greeting-section {
	padding: 100px 0;
	background: #F6F2E6;
}

.staff-greeting-section .greeting-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
	gap: 60px;
	width: 100%;
}

.staff-greeting-section .greeting-image {
	width: 440px;
	flex-shrink: 0;
}

.staff-greeting-section .greeting-image img {
	width: 100%;
	height: auto;
}

.staff-greeting-section .greeting-text-area {
	flex: 1;
}

.staff-greeting-section .greeting-profile {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.staff-greeting-section .greeting-role,
.doctor-role {
	position: relative;
	font-size: 32px;
	font-weight: 400;
	margin: 0;
	font-family: "Zen Kaku Gothic Antique";
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	color: #333;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.staff-greeting-section .greeting-role::before,
.doctor-role::before {
	content: "";
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	border: 1px dotted #C4AC64;
	pointer-events: none;
}

.staff-greeting-section .greeting-role::after,
.doctor-role::after {
	content: "";
	position: absolute;
	inset: 6px;
	border-radius: 50%;
	border: 1px dotted #C4AC64;
	pointer-events: none;
}

.staff-greeting-section .greeting-name {
	margin: 0;
	display: flex;
	gap: 20px;
	align-items: center;
}

.staff-greeting-section .name-jp {
	color: #313F46;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.staff-greeting-section .name-en {
	color: #6F7F93;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.staff-greeting-section .greeting-text {
	color: #313F46;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	margin-bottom: 30px;
}

/* Doctor Section */
.staff-doctor-section {
	padding: 100px 0;
	background: #D0EAF7;
}

.staff-doctor-section .doctor-list {
	display: flex;
	flex-direction: column;
	gap: 100px;
	margin-top: 60px;
}

.staff-doctor-section .doctor-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
}

.staff-doctor-section .doctor-image {
	width: 440px;
	flex-shrink: 0;
}

.staff-doctor-section .doctor-image img {
	width: 100%;
	height: auto;
}

.staff-doctor-section .doctor-info {
	flex: 1;
}

.staff-doctor-section .doctor-profile {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}

.staff-doctor-section .doctor-role {
	font-size: 24px;
	font-weight: 400;
	color: var(--color-primary);
	margin: 0;
	font-family: "Zen Kaku Gothic Antique";
	line-height: 1.2;
}

.staff-doctor-section .doctor-name {
	margin: 0;
	display: flex;
	gap: 20px;
	align-items: center;
}

.staff-doctor-section .name-jp {
	color: #313F46;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.staff-doctor-section .name-en {
	color: #79AFCB;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 28.8px */
}

.staff-doctor-section .doctor-history {
	padding: 30px;
	border: 2px solid #313F46;
	background: #FFF;
	box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.staff-doctor-section .history-title {
	color: #313F46;
	text-align: center;
	font-family: var(--font-zen);
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #313F46;
}

.staff-doctor-section .history-list {
	list-style: none;
	padding: 0;
	margin: 30px 0 0
}

.staff-doctor-section .history-list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 20px;
}

.staff-doctor-section .history-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background-color: #78AFCC;
	border-radius: 50%;
}

/* General Page */
.general-section {
	padding: 100px 0;
	background-color: #fff;
}

.general-intro {
	margin-bottom: 80px;
	text-align: center;
}

.general-text {
	font-size: 20px;
	line-height: 2;
	max-width: 800px;
	margin: 0 auto;
}

.content-block,
.progression-block {
	margin-bottom: 100px;
}

.block-header {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	padding: 20px 0;
	border-radius: 110px;
	background: #C3AC65;
}

.block-header::before {
	content: "";
	position: absolute;
	inset: 7px;
	border: 3px dashed #FFF;
	border-radius: 110px;
	pointer-events: none;
}

.block-title {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	font-family: var(--font-zen);
	padding: 0 40px;
	position: relative;
	z-index: 1;
}

.block-body {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
}

.block-image {
	width: 45%;
	flex-shrink: 0;
}

.block-image img {
	width: 100%;
	height: auto;
}

.block-text {
	flex: 1;
	font-size: 20px;
	line-height: 2;
}

.progression-intro {
	text-align: center;
	margin-bottom: 60px;
	font-size: 20px;
}

.stage-list {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.stage-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.stage-label {
	font-size: 24px;
	font-weight: 700;
	color: #C3AC65;
	font-family: var(--font-zen);
	margin-bottom: 20px;
	text-align: center;
	padding: 10px 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 110px;
	border: 3px solid #C3AC65;
}

.stage-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
}

.stage-image {
	width: 45%;
	flex-shrink: 0;
}

.stage-image img {
	width: 100%;
	height: auto;
}

.stage-text {
	flex: 1;
	font-size: 20px;
	line-height: 2;
}

/* Prevent Page */
.vertical-image {
	width: 35%;
}

.laser-list-area {
	margin-top: 40px;
}

.laser-list-title {
	font-size: 20px;
	font-weight: 700;
	color: #C3AC65;
	margin: 0 0 20px;
}

.laser-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.laser-list li {
	padding: 15px 0;
	border-bottom: 1px dashed #C3AC65;
	font-weight: 500;
}

.laser-list li img {
	vertical-align: middle;
	margin-right: 10px;
	width: 24px;
	height: auto;
	position: relative;
	top: -2px;
}

.laser-list li:last-child {
	border-bottom: none;
}

.qa-block {
	margin-bottom: 100px;
}

.qa-item {
	margin-bottom: 40px;
}

.qa-question,
.qa-answer {
	display: flex;
	align-items: center;
	gap: 20px;
}

.qa-question {
	background: #D0EAF7;
	color: #313F46;
	padding: 20px;
	cursor: pointer;
	position: relative;
	padding-right: 50px;
}

.qa-question::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 2px;
	background-color: #000000;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}

.qa-question::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 2px;
	background-color: #000000;
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.3s ease;
}

.qa-question.is-open::before {
	transform: translateY(-50%) rotate(0deg);
}

.qa-answer {
	background-color: #ffffff;
	padding: 20px;
	border: 2px solid #313F46;
	border-top: none;
	display: none;
}

.qa-icon {
	font-size: 40px;
	font-weight: 700;
	font-family: var(--font-zen);
	line-height: 1;
	flex-shrink: 0;
	width: 40px;
	text-align: center;
}

.qa-question .qa-icon {
	color: #79B0CC;
}

.qa-answer .qa-icon {
	color: var(--color-accent);
}

.qa-text {
	margin: 0;
	font-size: 20px;
	line-height: 1.8;
	flex: 1;
}

@media (max-width: 768px) {
	.vertical-image {
		width: 100%;
	}
}

/* Perio Page */
.treatment-item {
	margin-bottom: 80px;
}

.treatment-header {
	font-size: 24px;
	font-weight: 700;
	color: #C3AC65;
	font-family: var(--font-zen);
	margin-bottom: 40px;
	text-align: center;
	padding: 10px 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 110px;
	border: 3px solid #C3AC65;
}

.block-body.reverse {
	flex-direction: row-reverse;
}

@media (max-width: 768px) {
	.block-body.reverse {
		flex-direction: column;
	}
}

/* Child Page */
.child-section .treatment-header {
	width: fit-content;
	padding-left: 40px;
	padding-right: 40px;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.child-section .treatment-header {
		white-space: normal;
		width: 100%;
		border-radius: 10px;
	}
}

/* Surgery Page */
.surgery-intro-box {
	background: #FCF6F2;
	padding: 40px;
	margin-bottom: 40px;
}

.surgery-intro-title {
	color: #fff;
	font-size: 24px;
	font-family: var(--font-zen);
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 110px;
	background: #C3AC65;
	padding: 15px;
}

.surgery-condition-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
}

.surgery-condition-list li {
	width: calc(50% - 40px);
	font-size: 20px;
	font-weight: 400;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #C3AC65;
	padding-bottom: 10px;
}

.surgery-condition-list li img {
	width: 24px;
	height: auto;
	margin-right: 10px;
}

.block-text.full-width {
	width: 100%;
	text-align: center;
}

@media (max-width: 768px) {
	.surgery-condition-list li {
		width: 100%;
	}
}

/* Esthetic Page */
.esthetic-list {
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-bottom: 80px;
}

.esthetic-item {
	border: 1px solid #313f46;
}

.esthetic-item-header {
	background-color: #79b0cc;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 15px;
	font-family: var(--font-zen);
}

.esthetic-item-body {
	display: flex;
	padding: 40px 100px;
	gap: 40px;
	align-items: flex-start;
}

.esthetic-item-image {
	width: 28.5%;
	flex-shrink: 0;
}

.esthetic-item-image img {
	width: 100%;
	height: auto;
}

.esthetic-item-details {
	flex: 1;
}

.esthetic-spec-table {
	width: 100%;
	border-collapse: collapse;
}

.esthetic-spec-table th,
.esthetic-spec-table td {
	padding: 15px;
	border-bottom: 1px solid #638da2;
	font-size: 18px;
}

.esthetic-spec-table th {
	background-color: #79b0cc;
	color: #fff;
	width: 30%;
	text-align: center;
	font-weight: 500;
	white-space: nowrap;
}

.esthetic-spec-table td {
	background-color: #d1e3ec;
	color: #313f46;
	font-weight: 500;
}

.esthetic-item-desc {
	padding: 0 100px 40px;
	font-size: 18px;
	line-height: 2;
}

.risk-block {
	background: #F6F2E6;
	padding: 40px 65px;
}

.risk-title {
	color: #79B0CC;
	font-family: var(--font-zen);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 30px;
}

.risk-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.risk-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 18px;
}

.risk-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	background-color: #79B0CC;
	border-radius: 50%;
}

/* Whitening Page */
.whitening-intro .block-text-full {
	margin-bottom: 40px;
}

.whitening-images-row {
	display: flex;
	gap: 60px;
	justify-content: space-between;
	margin: 30px 0
}

.whitening-image-half {
	width: 48%;
}

.whitening-image-half img {
	width: 100%;
	height: auto;
}

.whitening-image-half p {
	font-size: 20px;
	line-height: 2;
}

.whitening-before-after .before-after-grid {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

.whitening-before-after .before-after-text {
	flex: 1;
}

.whitening-before-after .before-after-images {
	width: 45%;
	display: flex;
	gap: 20px;
}

.ba-item {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.ba-label {
	font-size: 24px;
	color: #c3ac65;
	text-align: center;
	padding: 10px 0;
	font-weight: 700;
	margin: 30px 0;
	border-radius: 40px;
	border: 3px solid #C3AC65;
}

.ba-item img {
	width: 100%;
	height: auto;
}

.whitening-info-table {
	margin-top: 40px;
}

.info-row {
	display: flex;
	border-bottom: 1px solid #638DA2;
	font-family: var(--font-zen);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

.info-label {
	color: #FFF;
	width: 30%;
	background: #79B0CC;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-value {
	background: #D1E3EC;
	flex: 1;
	padding: 20px;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 20px;
}

@media (max-width: 768px) {
	.whitening-images-row {
		flex-direction: column;
		gap: 20px;
	}

	.whitening-image-half {
		width: 100%;
	}

	.whitening-before-after .before-after-grid {
		flex-direction: column;
		gap: 30px;
	}

	.whitening-before-after .before-after-images {
		width: 100%;
	}

	.info-row {
		flex-direction: column;
	}

	.info-label {
		width: 100%;
		padding: 10px;
	}

	.info-value {
		padding: 15px;
	}
}

/* Blog Archive */
.blog-archive-container {
	max-width: 1280px;
	margin: 80px auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

.blog-main {
	flex: 1;
}

.blog-sidebar {
	width: 360px;
	flex-shrink: 0;
}

/* Blog List */
.blog-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.blog-item {
	background: #fff;
	padding: 5px 0;
}

.blog-item-link {
	text-decoration: none;
	color: inherit;
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.blog-item-image {
	width: 240px;
	flex-shrink: 0;
}

.blog-item-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 3/2;
	object-fit: cover;
}

.blog-item-content {
	flex: 1;
}

.blog-item-title {
	font-size: 24px;
	font-weight: 700;
	color: #79B0CC;
	margin-bottom: 20px;
	font-family: var(--font-zen);
}

.blog-item-excerpt {
	font-size: 20px;
	line-height: 1.6;
	color: #313F46;
	margin-bottom: 20px;
}

.blog-item-date {
	font-size: 20px;
	color: #313F46;
	font-family: var(--font-zen);
}

/* Sidebar */
.sidebar-widget {
	margin-bottom: 40px;
}

.widget-header {
	display: flex;
	align-items: baseline;
	gap: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #79B0CC;
	padding-bottom: 10px;
}

.widget-title-en {
	font-size: 32px;
	color: #313F46;
	font-family: var(--font-zen);
}

.widget-title-jp {
	font-size: 20px;
	color: #313F46;
	font-weight: 500;
}

.archive-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.archive-list li {
	border-bottom: 1px solid #EAE9E5;
	padding: 15px 0;
	position: relative;
}

.archive-list li a {
	text-decoration: none;
	color: #313F46;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.archive-list li a::after {
	content: '>';
	font-family: monospace;
	transform: scaleY(1.5);
	color: #79B0CC;
}

/* Pagination */
.pagination {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.pagination .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #fff;
	color: #313F46;
	text-decoration: none;
	font-size: 20px;
	border-radius: 5px;
}

.pagination .page-numbers.current {
	background-color: #D0EAF7;
	font-weight: 700;
}

@media (max-width: 768px) {
	.blog-archive-container {
		flex-direction: column;
	}

	.blog-sidebar {
		width: 100%;
	}
}


/* Denture Page */
.denture-price-table {
	margin-top: 30px;
}

.denture-price-table .price-row {
	display: flex;
	font-family: var(--font-zen);
	font-size: 20px;
}

.denture-price-table .price-label {
	width: 40%;
	background: #79B0CC;
	padding: 15px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.denture-price-table .price-value {
	flex: 1;
	padding: 15px;
	display: flex;
	align-items: center;
	font-weight: 500;
	background: #D1E3EC;
}

@media (max-width: 768px) {
	.denture-price-table .price-row {
		flex-direction: column;
	}

	.denture-price-table .price-label {
		width: 100%;
		padding: 10px;
	}

	.denture-price-table .price-value {
		padding: 15px;
	}
}


/* Implant Page */
.implant-sub-header {
	background-color: #C3AC65;
	color: #fff;
	text-align: center;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 40px;
}

.implant-sub-title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	font-family: var(--font-zen);
}

.caution-title {
	font-size: 24px;
	font-weight: 700;
	color: #C3AC65;
	margin-bottom: 20px;
	font-family: var(--font-zen);
}

.process-intro {
	text-align: center;
	margin-bottom: 40px;
	font-size: 18px;
}

.process-step {
	margin-bottom: 60px;
}

.process-step:last-child {
	margin-bottom: 0;
}

/* Blog Single */
.blog-single-article {
	background: #fff;
	padding-bottom: 60px;
}

.blog-single-header {
	margin-bottom: 40px;
	border-bottom: 3px solid #79B0CC;
	padding-bottom: 20px;
}

.blog-single-title {
	font-size: 32px;
	font-weight: 700;
	color: #313F46;
	margin-bottom: 20px;
	font-family: var(--font-zen);
}

.blog-single-date {
	font-size: 20px;
	color: #313F46;
	font-family: var(--font-zen);
	display: block;
	text-align: right;
}

.blog-single-content {
	font-size: 18px;
	line-height: 1.8;
	color: #313F46;
	margin-bottom: 60px;
}

.blog-single-content h2 {
	font-size: 24px;
	color: #313F46;
	border-left: 5px solid #79B0CC;
	padding-left: 15px;
	margin: 40px 0 20px;
	font-family: var(--font-zen);
}

.blog-single-content h3 {
	font-size: 20px;
	color: #313F46;
	margin: 30px 0 15px;
	font-weight: 700;
}

.blog-single-content p {
	margin-bottom: 20px;
}

.blog-single-content img {
	max-width: 100%;
	height: auto;
	margin: 20px 0;
}

.blog-single-navigation {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #EAE9E5;
	padding-top: 40px;
}

.blog-single-navigation a {
	text-decoration: none;
	color: #313F46;
	font-size: 18px;
	transition: color 0.3s;
}

.blog-single-navigation a:hover {
	color: #79B0CC;
}


/* Blog Archive Image Mobile */
@media (max-width: 768px) {
	.blog-item-link {
		flex-direction: column;
	}

	.blog-item-image {
		width: 100%;
		margin-bottom: 20px;
	}
}

/* Blog Single Thumbnail */
.blog-single-thumbnail {
	margin-bottom: 40px;
}

.blog-single-thumbnail img {
	width: 100%;
	height: auto;
	max-height: 500px;
	object-fit: cover;
}


/* Recruit Page */
.recruit-section-page {
	padding: 80px 0;
}

.recruit-intro {
	text-align: center;
	margin-bottom: 80px;
	font-size: 32px;
	font-family: var(--font-zen);
	line-height: 2;
	font-weight: 500;
	color: #C4AC64;
}

.requirements-table {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-family: var(--font-zen);
}

.requirements-row {
	display: flex;
	margin: 0;
}

.requirements-row dt {
	width: 30%;
	background: #C4AC64;
	color: #fff;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 20px;
}

.requirements-row dd {
	width: 70%;
	background: #F6F2E6;
	margin: 0;
	padding: 25px;
	font-size: 20px;
	line-height: 1.8;
	color: #313F46;
	display: flex;
	align-items: center;
}