@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/

/*------------------------------------------------------
Theme Material / Reset
------------------------------------------------------*/
/* font-family: "Caveat", cursive; */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--teal: #4A9DAA;
	--teal-dark: #3A8B96;
	--teal-deep: #2D6E78;
	--sage: #8DC5AD;
	--sage-light: #C2E4D4;
	--sage-pale: #E4F3EC;
	--cream: #FDFBF8;
	--cream-dark: #F5F1EB;
	--warm-beige: #EDE7DD;
	--warm-gray: #A09890;
	--text: #333333;
	--text-light: #777068;
	--white: #FFFFFF;
	--bg-yellow: #FFFDF5;
	--logo-gradient: linear-gradient(135deg, var(--sage) 0%, var(--teal) 100%);
	--soft-shadow: 0 8px 32px rgba(74, 157, 170, 0.08);
}

/*------------------------------------------------------
Base
------------------------------------------------------*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	color: var(--text);
	background: #fff;
	overflow-x: hidden;
	line-height: 1.8;
}

body.home {
	background: var(--bg-yellow);
}

#wrapper {
	max-width: unset;
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 1;
}

body:not(.home) #wrapper {
	width: unset;
}

body.category #wrapper,
body.archive #wrapper,
body.single #wrapper,
body.page-contact #wrapper,
body.page-thanks #wrapper,
body.page-privacy #wrapper,
body.error404 #wrapper {
	width: 94%;
	max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
	width: 94% !important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}

.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}

.inner {
	width: 94%;
	max-width: 1200px;
	margin-inline: auto;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	transition: 0.3s;
}

/*------------------------------------------------------
Theme Override
------------------------------------------------------*/
header#h1Header {
	background: #fff;
	display: none;
}

#thumbImg::before,
header#h1Header::before {
	background: #000000;
	opacity: 0;
}

header#h1Header h1.title {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #333333;
}

header#h1Header h1.title .ja {
	display: block;
	font-size: var(--rem20);
}

#header-upper {
	display: none !important;
}

.header__nav-contact {
	padding-right: 14px;
}

#header ul.header__contact {
	column-gap: 10px;
}

#header ul.header__contact li {
	height: auto;
}

#header a.head_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: unset;
	min-width: 160px;
	border-radius: 100vmax;
	font-weight: 400;
	font-size: min(calc(1.4rem + (1vw - 1.92rem) * 0.2232), 1.4rem);
	color: #fff;
	background: linear-gradient(135deg, #8DC5AD 0%, #4A9DAA 100%) !important;
}

#header a.head_btn:hover {
	opacity: 0.8;
}

#header a.head_btn::before {
	display: inline-block;
	margin-top: 4px;
	margin-right: 4px;
	font-size: 1.4rem;
}

nav#mainNav ul li a {
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px)
		min(calc(20px + (1vw - 19.2px) * 1.6722), 28px);
	font-size: min(calc(1.4rem + (1vw - 1.92rem) * 0.2232), 1.4rem);
	color: #777068;
}

nav#mainNav ul li a b {
	font-weight: 500;
	color: #777068;
}

nav#mainNav ul li a:hover b {
	color: #4A9DAA;
}

nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li.current-menu-parent a b,
nav#mainNav ul li ul.sub-menu li a {
	color: #777068;
}

nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #eee;
}

.spmenu #menu span,
.spmenu #menu span::before,
.spmenu #menu span::after {
	background: #2d6e78!important;
}

.spmenu #menu p {
	color: #2d6e78!important;
	white-space: nowrap;
}

a#scrollUp {
	background: #2d6e78;
}

/*------------------------------------------------------
Post / Archive
------------------------------------------------------*/
#front-sectionPost .postlist li,
.postlist li,
.postlist li:first-child {
	border: none !important;
}

.postlist .post_text {
	position: relative;
	padding: 18px 0;
}

.postlist .post_text::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 92%;
	height: 1px;
	display: inline-block;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #333 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
}

.post .time,
.postlist .time {
	padding: 8px 20px;
	border-radius: 5px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff !important;
	background: var(--teal-deep);
}

.post .time a,
.postlist .time a {
	font-weight: 500;
	color: #fff !important;
}

.post4b li .post4b_contents {
	display: none;
}

.post4b .time {
	display: block;
	border-radius: 5px;
	background: var(--teal-deep);
}

.post_link {
	border-bottom: none;
}

.post_link a {
	color: #333333 !important;
}

body.archive h1.title.first,
body.category h1.title.first,
body.single h1.title.first h1.title.first {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	background: linear-gradient(170deg, var(--white) 0%, var(--sage-pale) 50%, var(--cream) 100%);
}

h1.title {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: var(--teal-deep);
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
}

.post h2 {
	font-family: 'Noto Serif JP', serif;
	color: var(--teal-deep);
	text-align: unset;
}

.post h2::after {
	display: none;
}

.post h3 {
	font-family: 'Noto Serif JP', serif;
	color: var(--teal-deep);
	border: none;
	padding: 0;
}

.post h4 {
	font-family: 'Noto Serif JP', serif;
	color: var(--teal-deep);
}

.linkBtn, .post .linkBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 300px;
	gap: 8px;
	background: var(--logo-gradient);
	color: var(--white);
	padding: 14px 30px;
	border-radius: 28px;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-decoration: none;
	transition: all 0.3s;
	box-shadow: 0 4px 16px rgba(74, 157, 170, 0.2);
}

/*------------------------------------------------------
Common Section Parts
------------------------------------------------------*/
.section-label {
	margin-bottom: 12px;
	font-family: "Caveat", cursive;
	font-size: 13px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #FFA500!important;
}

.section-title {
	margin: 0 0 28px !important;
	font-family: 'Noto Serif JP', serif !important;
	font-size: 32px !important;
	font-weight: 600 !important;
	line-height: 1.7 !important;
	color: var(--teal-deep) !important;
}

.btn-primary,
.btn-outline,
.btn-white,
.btn-ghost,
.insta-follow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
}

.btn-primary {
	padding: 14px 30px;
	border-radius: 28px;
	font-size: 13px;
	letter-spacing: 0.08em;
	color: var(--white);
	background: var(--logo-gradient);
	box-shadow: 0 4px 16px rgba(74, 157, 170, 0.2);
	transition: all 0.3s !important;
}

.btn-primary:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 24px rgba(74, 157, 170, 0.3) !important;
	color: #fff !important;
}

.btn-outline {
	padding: 14px 30px;
	border: 1px solid var(--sage-light);
	border-radius: 28px;
	font-size: 13px;
	letter-spacing: 0.08em;
	color: var(--teal-deep) !important;
	background: var(--white);
	transition: all 0.3s !important;
}

.btn-outline:hover {
	border-color: var(--sage);
	background: var(--sage-pale);
}

.btn-white {
	padding: 14px 30px;
	border-radius: 28px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: var(--teal-deep);
	background: var(--white);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.btn-white:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.btn-ghost {
	padding: 14px 30px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 28px;
	font-size: 13px;
	letter-spacing: 0.08em;
	color: var(--white);
	background: transparent;
}

.btn-ghost:hover {
	background: rgba(255, 255, 255, 0.1);
}

/*------------------------------------------------------
TOP
------------------------------------------------------*/
#mainImg {
	display: none;
}

/* ===== HERO ===== */
.topMv {
	position: relative;
	overflow: hidden;
	background: linear-gradient(170deg, var(--white) 0%, var(--sage-pale) 50%, var(--cream) 100%);
}

.hero {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 40px;
	align-items: center;
	padding: 110px 0 50px;
}

.hero::before {
	content: '';
	position: absolute;
	top: -80px;
	right: -60px;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(141, 197, 173, 0.2) 0%, transparent 70%);
}

.hero-content {
	position: relative;
	z-index: 1;
	padding-left: 24px;
}

.hero-label {
	margin-bottom: 14px;
	font-family: "Caveat", cursive;
	font-size: 12px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #FFA500;
}

.hero-catch {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 28px;
	margin-bottom: 36px;
}

.hero-vertical {
	writing-mode: vertical-rl;
	font-family: 'Noto Serif JP', serif;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.16em;
	color: var(--teal-deep);
}

.hero-vertical .accent {
	color: var(--teal);
}

.hero-desc {
	max-width: 320px;
	padding-top: 16px;
	font-size: 17px;
	line-height: 2.2;
	color: var(--text-light);
}

.hero-cta-group {
	display: flex;
	gap: 14px;
	margin-top: 8px;
}

.hero-visual {
	position: relative;
	z-index: 1;
	height: 520px;
}

.blob {
	position: absolute;
	overflow: hidden;
	box-shadow: 0 16px 48px rgba(74, 157, 170, 0.1);
	transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.blob:hover {
	transform: scale(1.03);
}

.blob img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blob-1 {
	top: 20px;
	left: 40px;
	width: 300px;
	height: 360px;
	border-radius: 58% 42% 48% 52% / 50% 58% 42% 50%;
}

.blob-2 {
	/* 	top: 50px;
	right: 20px;
	width: 200px;
	height: 240px;
	border-radius: 42% 58% 52% 48% / 58% 42% 58% 42%; */
	display: none;
}

.blob-3 {
	bottom: 30px;
	left: 170px;
	width: 170px;
	height: 190px;
	border-radius: 50% 50% 42% 58% / 42% 58% 50% 50%;
}

.blob-deco {
	position: absolute;
	border-radius: 50%;
}

.deco-1 {
	top: 8px;
	left: 18px;
	width: 12px;
	height: 12px;
	background: var(--sage);
	opacity: 0.5;
}

.deco-2 {
	/* 	top: 180px;
	right: 5px;
	width: 8px;
	height: 8px;
	background: var(--teal);
	opacity: 0.3; */
	display: none;
}

.deco-3 {
	bottom: 100px;
	left: 50px;
	width: 14px;
	height: 14px;
	background: var(--sage-light);
	opacity: 0.6;
}

.deco-4 {
	top: 120px;
	left: 8px;
	width: 10px;
	height: 10px;
	background: var(--sage);
	opacity: 0.5;
}

/* ===== NUMBERS ===== */
.topNumber {
	background: var(--logo-gradient);
}

.numbers {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	padding: 48px 0;
}

.num-item {
	text-align: center;
	color: var(--white);
}

.num-value {
	font-family: 'Cormorant Garamond', serif;
	font-size: 48px;
	font-weight: 300;
	line-height: 1;
}

.num-value span {
	margin-left: 2px;
	font-size: 16px;
	font-weight: 400;
}

.num-label {
	margin-top: 4px;
	font-size: 12px;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.7);
}

.num-item:nth-child(4) .num-value {
	color: var(--sage-light);
}

/* ===== CONCEPT ===== */
.topConcept {
	background: var(--white);
}

.concept {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: center;
	padding: 100px 0;
}

.concept-visual {
	position: relative;
}

.concept-img-main {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 46% 54% 44% 56% / 52% 46% 54% 48%;
	box-shadow: var(--soft-shadow);
}

.concept-img-sub {
	position: absolute;
	right: -16px;
	bottom: -16px;
	width: 140px;
	height: 140px;
	object-fit: cover;
	border: 5px solid var(--white);
	border-radius: 50%;
	box-shadow: var(--soft-shadow);
}

.concept-body {
	margin-bottom: 24px;
	font-size: 17px;
	line-height: 2.2;
	color: var(--text-light);
}

.concept-signature {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 20px;
	border-top: 1px solid var(--sage-pale);
}

.sig-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--sage-pale);
	font-size: 18px;
}

.sig-name {
	font-size: 14px;
	font-weight: 500;
	color: var(--teal-deep);
}

.sig-title {
	font-size: 11px;
	letter-spacing: 0.08em;
	color: var(--warm-gray);
}

/* ===== SERVICES ===== */
.topServices {
	background: var(--cream);
}

.services {
	padding: 90px 0;
}

.services-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 52px;
}

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

.service-card {
	position: relative;
	overflow: hidden;
	padding: 36px 28px;
	border-radius: 20px;
	background: var(--white);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 36px rgba(74, 157, 170, 0.1);
}

.service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--logo-gradient);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}

.service-card:hover::before {
	transform: scaleX(1);
}

.service-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
	border-radius: 14px;
	background: var(--sage-pale);
	font-size: 22px;
}

.service-name {
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 600;
	color: var(--teal-deep);
}

.service-desc {
	font-size: 13px;
	line-height: 1.9;
	color: var(--text-light);
}

.service-tag {
	display: inline-block;
	margin-top: 14px;
	padding: 3px 10px;
	border: 1px solid var(--sage-light);
	border-radius: 10px;
	font-size: 11px;
	letter-spacing: 0.06em;
	color: var(--teal);
}

/* ===== FEATURES ===== */
.topFeatures {
	background: var(--white);
}

.features {
	padding: 90px 0;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
	margin-top: 52px;
}

.feature-card {
	display: flex;
	align-items: center;
	padding: 32px;
	border-radius: 18px;
	background: var(--cream);
	transition: all 0.4s ease;
}

.feature-card:hover {
	box-shadow: 0 8px 28px rgba(74, 157, 170, 0.08);
}

.feature-img {
/* 	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 38% 62% 48% 52% / 52% 38% 62% 48%; */
	display: none;
}

.feature-num {
	margin-bottom: 6px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 38px;
	font-weight: 300;
	line-height: 1;
	color: var(--sage-light);
}

.feature-name {
	margin-bottom: 6px;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 600;
	color: var(--teal-deep);
}

.feature-desc {
	font-size: 13px;
	line-height: 1.9;
	color: var(--text-light);
}

/*------------------------------------------------------
医療関係者さまへ
------------------------------------------------------*/
.medical {
	padding: 90px 64px;
	background: var(--white);
}

.medical-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.medical-lead {
	margin-bottom: 32px;
	font-size: 15px;
	line-height: 2.2;
	color: var(--text-light);
}

.medical-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.medical-card {
	padding: 24px;
	border-radius: 16px;
	background: var(--cream);
	transition: all 0.3s ease;
}

.medical-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(74, 157, 170, 0.08);
}

.medical-card .mc-icon {
	margin-bottom: 10px;
	font-size: 28px;
}

.medical-card .mc-title {
	margin-bottom: 6px;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	font-weight: 600;
	color: var(--teal-deep);
}

.medical-card .mc-desc {
	font-size: 12px;
	line-height: 1.8;
	color: var(--text-light);
}

.medical-contact-box {
	padding: 36px;
	border-radius: 20px;
	text-align: center;
	background: var(--sage-pale);
}

.medical-contact-box h3 {
	margin-bottom: 12px;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--teal-deep);
}

.medical-contact-box p {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 2;
	color: var(--text-light);
}

.medical-info-list {
	margin-bottom: 20px;
	text-align: left;
}

.medical-info-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
	list-style: none;
	border-bottom: 1px solid rgba(141, 197, 173, 0.3);
	font-size: 13px;
	color: var(--text);
}

.medical-info-list li span {
	font-size: 14px;
	color: var(--teal);
}

/*------------------------------------------------------
採用情報
------------------------------------------------------*/
.recruit {
	padding: 90px 64px;
	background: linear-gradient(135deg, var(--sage-pale) 0%, var(--cream) 50%, var(--white) 100%);
}

.recruit-header {
	margin-bottom: 48px;
	text-align: center;
}

.recruit-intro {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 48px;
	align-items: center;
	margin-bottom: 64px;
}

.recruit-photo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 46% 54% 44% 56% / 52% 46% 54% 48%;
	background: var(--sage-pale);
	box-shadow: var(--soft-shadow);
	font-size: 64px;
	color: var(--sage);
	object-fit: cover;
}

.recruit-quote {
	margin-bottom: 16px;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.8;
	color: var(--teal-deep);
}

.recruit-quote-body {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 2.2;
	color: var(--text-light);
}

.recruit-sig {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 16px;
	border-top: 1px solid var(--sage-light);
}

.recruit-sig-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--sage-pale);
	font-size: 18px;
}

.recruit-sig-name {
	font-size: 14px;
	font-weight: 600;
	color: var(--teal-deep);
}

.recruit-sig-title {
	font-size: 11px;
	color: var(--warm-gray);
}

.recruit-numbers-bar {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding: 40px 48px;
	border-radius: 20px;
	background: var(--logo-gradient);
}

.recruit-num {
	text-align: center;
	color: var(--white);
}

.recruit-num-value {
	font-family: 'Cormorant Garamond', serif;
	font-size: 40px;
	line-height: 1;
}

.recruit-num-label {
	margin-top: 8px;
	font-size: 12px;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.75);
}

.culture-grid,
.schedule-benefits {
	display: grid;
	gap: 24px;
}

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

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

.job-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.recruit-cta-btns {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	position: relative;
	z-index: 1;
}

.recruit-tel {
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

.recruit-tel a {
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	color: var(--white);
	text-decoration: none;
}

.recruit-tel-note {
	margin-top: 3px;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.5);
}

/*------------------------------------------------------
Instagram
------------------------------------------------------*/
.topInstagram {
	background: var(--white);
}

.instagram {
	padding: 80px 0;
	text-align: center;
}

.instagram-header {
	margin-bottom: 40px;
}

.instagram-handle {
	margin-top: 8px;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: var(--teal);
}

.instagram-handle a {
	color: var(--teal);
	text-decoration: none;
}

.instagram-handle a:hover {
	text-decoration: underline;
}

.insta-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
	overflow: hidden;
	border-radius: 16px;
}

.insta-item {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1;
	cursor: pointer;
	background: var(--sage-pale);
}

.insta-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.insta-item:hover img {
	transform: scale(1.08);
}

.insta-item::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(45, 110, 120, 0);
	transition: background 0.3s;
}

.insta-item:hover::after {
	background: rgba(45, 110, 120, 0.15);
}

.insta-follow {
	gap: 10px;
	margin-top: 32px;
	padding: 14px 32px;
	border: 1px solid var(--sage-light);
	border-radius: 28px;
	font-size: 14px;
	letter-spacing: 0.06em;
	color: var(--teal-deep);
	background: var(--white);
}

.insta-follow:hover {
	border-color: var(--sage);
	background: var(--sage-pale);
}

.insta-follow .ig-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: bold;
	color: white;
	background: var(--logo-gradient);
}

/*------------------------------------------------------
Message
------------------------------------------------------*/
.topMessage {
	background: linear-gradient(135deg, var(--teal-deep) 0%, var(--teal) 60%, var(--sage) 100%);
}

.message {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 72px;
	min-height: 420px;
	padding: 90px 0;
	overflow: hidden;
}

.message::before {
	content: '';
	position: absolute;
	top: -80px;
	right: -80px;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
}

.message-img {
	position: relative;
	z-index: 1;
	width: 240px;
	height: 240px;
	border: 4px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

.message-body {
	position: relative;
	z-index: 1;
	max-width: 400px;
}

.message-body p {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 2.2;
	color: rgba(255, 255, 255, 0.75);
}

.message-name {
	font-size: 14px;
	letter-spacing: 0.08em;
	color: var(--sage-light);
}

/*------------------------------------------------------
CTA
------------------------------------------------------*/
.cta {
	padding: 90px 64px;
	text-align: center;
	background: var(--cream);
}

.cta-inner {
	position: relative;
	overflow: hidden;
	max-width: 780px;
	margin: 0 auto;
	padding: 64px 48px;
	border-radius: 28px;
	background: var(--white);
	box-shadow: var(--soft-shadow);
}

.cta-inner::after {
	content: '';
	position: absolute;
	right: -40px;
	bottom: -40px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(141, 197, 173, 0.25) 0%, transparent 70%);
}

.cta-title {
	margin-bottom: 14px;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: 600;
	color: var(--teal-deep);
}

.cta-desc {
	margin-bottom: 32px;
	font-size: 14px;
	line-height: 2;
	color: var(--text-light);
}

.cta-buttons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
}

.cta-tel {
	font-family: 'Cormorant Garamond', serif;
	font-size: 26px;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: var(--teal-deep);
}

.cta-tel-note {
	margin-top: 6px;
	font-size: 11px;
	color: var(--warm-gray);
}

/*------------------------------------------------------
FOOTER
------------------------------------------------------*/
footer {
	background: var(--teal-deep);
}

.footer {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 44px;
	padding: 56px 0;
	color: rgba(255, 255, 255, 0.5);
}

.footer-brand .logo-mark {
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	color: var(--white);
}

.footer-brand .logo-sub {
	color: var(--white);
	margin-right: 5px;
}

.footer-info {
	margin-top: 14px;
	font-size: 12px;
	line-height: 2;
	color: rgba(255, 255, 255, 0.35);
}

.footer-info a {
	color: rgba(255, 255, 255, 0.35);
}

.footer-links h4 {
	margin-bottom: 14px;
	font-size: 11px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.footer-links a {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.35);
	transition: color 0.3s;
}

.footer-links a:hover {
	color: var(--sage-light);
}

.footer-copy {
	grid-column: 1 / -1;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	text-align: center;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.25);
}

/*------------------------------------------------------
Medical Page 医療関係者さまへ
------------------------------------------------------*/
body.page-medical .cta {
	display: none;
}

body.page-medical #content.wide {
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

.med-heading {
	text-align: center;
}

/* ===== HERO ===== */
.med-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(170deg, var(--white) 0%, var(--sage-pale) 50%, var(--cream) 100%);
}

.med-hero::before {
	content: '';
	position: absolute;
	top: -100px;
	right: -80px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(141, 197, 173, 0.15) 0%, transparent 70%);
}

.med-hero::after {
	content: '';
	position: absolute;
	bottom: -60px;
	left: -40px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(141, 197, 173, 0.12) 0%, transparent 70%);
}

.med-hero__inner {
	position: relative;
	z-index: 1;
	padding: 80px 0 80px;
	text-align: center;
}

.med-hero .section-title {
	margin-bottom: 16px !important;
	font-size: 36px !important;
}

.med-hero-desc {
	max-width: 800px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 2.2;
	color: var(--text-light);
}

/* ===== MAIN CONTENT ===== */
.med-content {
	background: var(--white);
}

.med-content .inner {
	padding-top: 90px;
	padding-bottom: 90px;
}

.med-lead {
	max-width: 700px;
	margin: 0 auto 52px;
	font-size: 17px;
	line-height: 2.2;
	text-align: center;
	color: var(--text-light);
}

.med-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	max-width: 960px;
	margin: 0 auto;
}

.med-card {
	height: 100%;
	padding: 36px 28px;
	border-radius: 20px;
	background: var(--cream);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.med-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 28px rgba(74, 157, 170, 0.08);
}

.med-card .mc-icon {
	margin-bottom: 14px;
	font-size: 32px;
	line-height: 1;
}

.med-card .mc-title {
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: 17px;
	font-weight: 600;
	color: var(--teal-deep);
}

.med-card .mc-desc {
	font-size: 13px;
	line-height: 2;
	color: var(--text-light);
}

.med-card .mc-list {
	list-style-type: disc;
	margin-top: 10px;
	padding-left: 1.2em;
	font-size: 13px;
	line-height: 2;
	color: var(--text-light);
}

.med-card .mc-list li {
	margin-bottom: 2px;
}

/* ===== FLOW ===== */
.med-flow {
	background: var(--cream);
}

.med-flow .inner {
	padding-top: 90px;
	padding-bottom: 90px;
}

.flow-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	max-width: 960px;
	margin: 48px auto 0;
}

.flow-step {
	position: relative;
	text-align: center;
}

.flow-step-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: var(--logo-gradient);
	box-shadow: 0 4px 12px rgba(74, 157, 170, 0.2);
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	font-weight: 300;
	color: var(--white);
}

.flow-step-title {
	margin-bottom: 6px;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	font-weight: 600;
	color: var(--teal-deep);
}

.flow-step-desc {
	font-size: 12px;
	line-height: 1.8;
	color: var(--text-light);
}

/* ===== CONTACT ===== */
.med-contact {
	background: var(--white);
}

.med-contact .inner {
	padding-top: 90px;
	padding-bottom: 90px;
}

.med-contact-inner {
	max-width: 720px;
	margin: 0 auto;
}

.med-contact-box {
	padding: 40px;
	border-radius: 24px;
	text-align: center;
	background: linear-gradient(135deg, var(--sage-pale) 0%, var(--cream) 100%);
}

.med-contact-box h3 {
	margin-bottom: 16px;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 600;
	color: var(--teal-deep);
}

.med-contact-box p {
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 2;
	color: var(--text-light);
}

.med-info-list {
	margin-bottom: 24px!important;
	text-align: left;
}

.med-info-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 0;
	list-style: none;
	border-bottom: 1px solid rgba(141, 197, 173, 0.3);
	font-size: 14px;
	line-height: 1.8;
	color: var(--text);
}

.med-info-list li span {
	flex: 0 0 auto;
	font-size: 16px;
	color: var(--teal);
}

.med-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

/* medical用LINEボタン */
.btn-line {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 30px;
	border: 1px solid #06C755;
	border-radius: 28px;
	background: #06C755;
	color: #fff !important;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-decoration: none;
	transition: all 0.3s !important;
}

.btn-line:hover {
	transform: translateY(-2px) !important;
}

/*------------------------------------------------------
Medical Responsive
------------------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	.med-hero__inner {
		padding: 72px 0 72px;
	}

	.med-content .inner,
	.med-flow .inner,
	.med-contact .inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.med-cards {
		grid-template-columns: 1fr 1fr;
	}

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

@media print, screen and (max-width: 768px) {
	.med-hero__inner {
		padding: 60px 0 60px;
	}

	.med-hero .section-title {
		font-size: 28px !important;
	}

	.med-hero-desc,
	.med-lead {
		font-size: 14px;
		line-height: 2;
	}

	.med-content .inner,
	.med-flow .inner,
	.med-contact .inner {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.med-cards {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.med-card {
		padding: 28px 22px;
	}

	.flow-steps {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		margin-top: 36px;
	}

	.med-contact-box {
		padding: 32px 24px;
	}

	.med-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.med-actions .btn-primary,
	.med-actions .btn-outline,
	.med-actions .btn-line {
		width: 100%;
	}
}

@media print, screen and (max-width: 480px) {
	.med-hero .section-title {
		font-size: 24px !important;
		line-height: 1.6 !important;
	}

	.med-hero-desc,
	.med-lead,
	.med-card .mc-desc,
	.med-card .mc-list,
	.flow-step-desc,
	.med-contact-box p,
	.med-info-list li {
		font-size: 13px;
		line-height: 1.9;
	}

	.med-hero-desc,
	.med-lead {
		font-size: 15px;
	}

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

	.flow-step-num {
		margin-left: 0;
	}

	.flow-step-title {
		text-align: left;
	}
}

/*------------------------------------------------------
Recruit Page 採用情報
------------------------------------------------------*/
body.page-recruit .cta {
	display: none;
}

body.page-recruit #content.wide {
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

.recruit-heading {
	text-align: center;
}

.recruit-heading--mb52 {
	margin-bottom: 52px;
}

.schedule-subtitle {
	margin-bottom: 28px;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--teal-deep);
}

.apply-cta-buttons--mt28 {
	margin-top: 28px;
}

/* ===== RECRUIT HERO ===== */
.recruit-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(170deg, var(--white) 0%, var(--sage-pale) 50%, var(--cream) 100%);
}

.recruit-hero::before {
	content: '';
	position: absolute;
	top: -100px;
	right: -80px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(141,197,173,0.15) 0%, transparent 70%);
}

.recruit-hero::after {
	content: '';
	position: absolute;
	bottom: -60px;
	left: -40px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(141,197,173,0.1) 0%, transparent 70%);
}

.recruit-hero__inner {
	position: relative;
	z-index: 1;
	padding: 80px 0 80px;
	text-align: center;
}

.recruit-hero .section-title {
	font-size: 36px !important;
	margin-bottom: 16px !important;
}

.recruit-hero-desc {
	max-width: 600px;
	margin: 0 auto 32px;
	font-size: 15px;
	line-height: 2.2;
	color: var(--text-light);
}

.recruit-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.recruit-hero-tags span {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 8px 16px;
	border: 1px solid var(--sage-light);
	border-radius: 20px;
	background: var(--white);
	box-shadow: 0 2px 8px rgba(0,0,0,0.03);
	font-size: 13px;
	color: var(--teal-deep);
}

/* ===== REPRESENTATIVE MESSAGE ===== */
.rep-message {
	background: var(--white);
}

.rep-message .inner {
	padding-top: 90px;
	padding-bottom: 90px;
}

.rep-message-inner {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 64px;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
}

.rep-photo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 46% 54% 44% 56% / 52% 46% 54% 48%;
	box-shadow: var(--soft-shadow);
	background: var(--sage-pale);
	font-size: 80px;
	color: var(--sage);
}

.rep-text .quote {
	margin-bottom: 24px;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.8;
	color: var(--teal-deep);
}

.rep-text .quote-body {
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 2.4;
	color: var(--text-light);
}

.rep-sig {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 20px;
	border-top: 1px solid var(--sage-pale);
}

.rep-sig-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--sage-pale);
	font-size: 22px;
}

.rep-sig-name {
	font-size: 16px;
	font-weight: 600;
	color: var(--teal-deep);
}

.rep-sig-title {
	font-size: 12px;
	color: var(--warm-gray);
	letter-spacing: 0.06em;
}

/* ===== NUMBERS BAR ===== */
.numbers-bar {
	background: var(--logo-gradient);
}

.numbers-bar__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	padding: 48px 0;
}

.nb-item {
	text-align: center;
	color: var(--white);
}

.nb-val {
	font-family: 'Cormorant Garamond', serif;
	font-size: 44px;
	font-weight: 300;
	line-height: 1;
}

.nb-val span {
	margin-left: 2px;
	font-size: 15px;
	font-weight: 400;
}

.nb-lbl {
	margin-top: 4px;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.7);
}

/* ===== CULTURE ===== */
.culture {
	background: var(--cream);
}

.culture .inner {
	padding-top: 90px;
	padding-bottom: 90px;
}

.culture-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 48px;
}

.culture-card {
	padding: 36px 28px;
	border-radius: 20px;
	text-align: center;
	background: var(--white);
	box-shadow: 0 2px 12px rgba(0,0,0,0.03);
	transition: all 0.4s ease;
}

.culture-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 36px rgba(74,157,170,0.1);
}

.culture-icon {
	font-size: 36px;
	margin-bottom: 16px;
}

.culture-name {
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: 600;
	color: var(--teal-deep);
}

.culture-desc {
	font-size: 13px;
	line-height: 1.9;
	color: var(--text-light);
}

/* ===== SCHEDULE ===== */
.schedule-section {
	background: var(--white);
}

.schedule-section .inner {
	padding-top: 90px;
	padding-bottom: 90px;
}

.schedule-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: start;
	max-width: 1000px;
	margin: 0 auto;
}

.timeline {
	position: relative;
	padding-left: 32px;
}

.timeline::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 4px;
	bottom: 4px;
	width: 2px;
	border-radius: 1px;
	background: var(--sage-light);
}

.tl-item {
	position: relative;
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 24px;
}

.tl-item::before {
	content: '';
	position: absolute;
	left: -26px;
	top: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--teal);
	border: 2px solid var(--white);
	box-shadow: 0 0 0 3px var(--sage-light);
}

.tl-time {
	min-width: 55px;
	font-size: 15px;
	font-weight: 600;
	color: var(--teal);
}

.tl-desc {
	font-size: 14px;
	color: var(--text-light);
}

/* 福利厚生 JS不要版 */
.benefits-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.benefit-item {
	overflow: hidden;
	border-radius: 14px;
	background: var(--cream);
	transition: all 0.3s;
}

.benefit-item:hover,
.benefit-item[open] {
	background: var(--sage-pale);
}

.benefit-item summary {
	list-style: none;
	cursor: pointer;
}

.benefit-item summary::-webkit-details-marker {
	display: none;
}

.benefit-summary {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 18px;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: var(--teal-deep);
}

.benefit-summary .bi {
	font-size: 18px;
}

.benefit-summary::after {
	content: '+';
	margin-left: auto;
	font-size: 14px;
	color: var(--warm-gray);
	transition: transform 0.3s;
}

.benefit-item[open] .benefit-summary::after {
	content: '−';
}

.benefit-desc {
	padding: 0 18px 16px;
	border-top: 1px solid var(--sage-pale);
	font-size: 12px;
	line-height: 1.7;
	color: var(--text-light);
}

/* ===== JOB LISTINGS ===== */
.job-listings {
	background: linear-gradient(180deg, var(--sage-pale) 0%, var(--white) 100%);
}

.job-listings .inner {
	padding-top: 90px;
	padding-bottom: 90px;
}

.job-listings-header {
	text-align: center;
	margin-bottom: 52px;
}

/* 募集要項 JS不要版 */
.job-items {
	display: grid;
	gap: 20px;
	/*max-width: 600px;*/
	margin: 0 auto;
	grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
	position: relative;
	grid-auto-rows: 1fr;
}
.job-card-wrapper{
	display: block;
}
.job-item {
  display: block; 
}

.job-item summary {
	list-style: none;
	cursor: pointer;
}

.job-item summary::-webkit-details-marker {
	display: none;
}

.job-summary-card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	align-items: center;
    text-align: center;
	padding: 24px 20px;
	border: 2px solid transparent;
	border-radius: 16px;
	background: var(--white);
	box-shadow: var(--soft-shadow);
	transition: all 0.3s;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
}

.job-summary-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 40px rgba(74,157,170,0.14);
}

.job-item[open] .job-summary-card {
	border-color: var(--teal);
	background: var(--sage-pale);
}
.job-item[open]{
	flex: 1 1 100%;
	width: 100%;
}
.job-item[open]::after{
	content: "";
	display: block;
	flex-basis: 100%;
	height: 0;
	width: 100%;
}
.job-summary-icon {
	font-size: 32px;
	text-align: center;
}

.job-summary-title {
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--teal-deep);
}

.job-summary-status {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 12px;
	font-size: 11px;
}

.job-summary-status.hiring {
	background: rgba(74,157,170,0.12);
	color: var(--teal-dark);
}

.job-summary-status.planned {
	background: rgba(160,152,144,0.12);
	color: var(--warm-gray);
}

.job-summary-salary {
	font-size: 12px;
	font-weight: 600;
	color: var(--teal-deep);
	box-sizing: border-box;
	margin-top: 8px;
}
.job-card{
	/*grid-column: 1 / -1;
	width: 100%;
	box-sizing: border-box;
	margin-top: 12px;
	position: relative;*/
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	box-sizing: border-box;
	background: var(--white);
	z-index: 10;
	margin-top: 12px;
}
.job-summary-card::after {
	content: '▼ 詳細を見る';
	grid-column: 1 / -1;
	margin-top: 4px;
	font-size: 10px;
	color: var(--warm-gray);
	text-align: center;
}

.job-item[open] .job-summary-card::after {
	content: '▲ 閉じる';
	color: var(--teal);
}

.job-card {
	margin-top: 12px;
	border-radius: 24px;
	overflow: hidden;
	background: var(--white);
	box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.job-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 36px;
	background: var(--logo-gradient);
}

.job-card-header > div:first-child {
	flex: 1;
}

.job-card-header h3 {
	margin-bottom: 4px;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 600;
	color: var(--white);
}

.job-status {
	padding: 5px 14px;
	border-radius: 16px;
	background: rgba(255,255,255,0.2);
	backdrop-filter: blur(4px);
	font-size: 12px;
	color: var(--white);
	letter-spacing: 0.06em;
}

.job-status.active {
	background: rgba(255,255,255,0.3);
}

.job-card-body {
	padding: 36px;
}

.post .job-table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.job-table tr {
	border-bottom: 1px solid var(--sage-pale);
}

.job-table tr:last-child {
	border-bottom: none;
}

.post .job-table th {
	width: 140px;
	padding: 14px 16px;
	vertical-align: top;
	text-align: left;
	background: var(--cream);
	border-radius: 0;
	font-size: 13px;
	font-weight: 600;
	color: var(--teal-deep);
	border: none;
}

.post .job-table td {
	padding: 14px 16px;
	font-size: 13px;
	line-height: 1.9;
	color: var(--text-light);
	border: none;
}

.job-table td ul {
	margin: 0;
	padding-left: 0;
}

.job-table td ul li {
	margin-bottom: 4px;
}

.job-card-footer-vis {
	display: flex;
	gap: 14px;
	justify-content: center;
	padding: 20px 36px 28px;
}

.salary-highlight {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 8px;
	background: var(--sage-pale);
	font-weight: 600;
	color: var(--teal-deep);
}

/* ===== CAREER PATH ===== */
.career-path {
	background: var(--white);
}

.career-path .inner {
	padding-top: 90px;
	padding-bottom: 90px;
}

.post .career-category {
	margin: 40px 0 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--sage-pale);
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--teal-deep);
}

.post .career-category:first-of-type {
	margin-top: 32px;
}

.career-steps {
	display: flex;
	align-items: flex-end;
	gap: 0;
	max-width: 1000px;
	margin: 48px auto 0;
}

.career-step {
	flex: 1;
	position: relative;
	text-align: center;
	padding: 24px 12px 20px;
	border: 1px solid var(--sage-pale);
	border-bottom: none;
	border-radius: 12px 12px 0 0;
	background: var(--cream);
	transition: all 0.3s;
}

.career-step:hover {
	background: var(--sage-pale);
}

.career-step:nth-child(1) { min-height: 160px; }
.career-step:nth-child(2) { min-height: 200px; }
.career-step:nth-child(3) { min-height: 240px; }
.career-step:nth-child(4) { min-height: 280px; }

.career-steps-3 .career-step:nth-child(1) { min-height: 160px; }
.career-steps-3 .career-step:nth-child(2) { min-height: 210px; }
.career-steps-3 .career-step:nth-child(3) { min-height: 260px; }

.career-step-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
	border-radius: 50%;
	background: var(--logo-gradient);
	box-shadow: 0 4px 12px rgba(74,157,170,0.2);
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	font-weight: 300;
	color: var(--white);
}

.career-step-period {
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: 500;
	color: var(--teal);
}

.career-step-title {
	margin-bottom: 4px;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--teal-deep);
}

.career-step-salary {
	margin-bottom: 6px;
	font-size: 12px;
	color: var(--warm-gray);
}

.career-step-desc {
	padding: 0 4px;
	font-size: 11px;
	line-height: 1.7;
	color: var(--text-light);
}

/* ===== APPLY CTA ===== */
.apply-cta {
	background: var(--cream);
	text-align: center;
}

.apply-cta .inner {
	padding-top: 80px;
	padding-bottom: 80px;
}

.apply-cta-card {
	max-width: 720px;
	margin: 0 auto;
	padding: 56px 48px;
	border-radius: 20px;
	text-align: center;
	background: var(--white);
	box-shadow: var(--soft-shadow);
}

.apply-cta-card .section-title {
	margin-bottom: 12px !important;
}

.apply-cta-desc {
	max-width: 550px;
	margin: 0 auto 36px;
	font-size: 15px;
	line-height: 2.2;
	color: var(--text-light);
}

.apply-cta-buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.apply-tel {
	margin-top: 28px;
}

.apply-tel a {
	font-family: 'Cormorant Garamond', serif;
	font-size: 32px;
	color: var(--teal-deep);
	text-decoration: none;
	letter-spacing: 0.05em;
}

.apply-tel-note {
	margin-top: 6px;
	font-size: 13px;
	color: var(--text-light);
}

/* recruit用LINEボタン */
.btn-line {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px 36px;
	border-radius: 28px;
	background: #06C755;
	box-shadow: 0 4px 16px rgba(6,199,85,0.2);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-decoration: none;
	color: #fff !important;
	transition: all 0.3s;
}

.btn-line:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(6,199,85,0.3);
}

/* ===== Responsive ===== */
@media print, screen and (max-width: 1200px) {
	.culture-grid {
		/* grid-template-columns: repeat(2, 1fr);*/
		flex-direction: column;
	}

	.job-summary-card {
		grid-template-columns: 80px 1fr;
	}

	.job-summary-status,
	.job-summary-salary {
		justify-self: start;
	}
}

@media print, screen and (max-width: 1023px) {
	.recruit-hero__inner {
		padding: 72px 0 72px;
	}

	.rep-message .inner,
	.culture .inner,
	.schedule-section .inner,
	.job-listings .inner,
	.career-path .inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.rep-message-inner,
	.schedule-inner {
		grid-template-columns: 1fr;
	}

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

	.career-steps {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
	}

	.career-step {
		min-height: auto !important;
		border-radius: 12px;
		border-bottom: 1px solid var(--sage-pale);
	}
}

@media print, screen and (max-width: 768px) {
	.recruit-hero__inner {
		padding: 60px 0 60px;
	}

	.recruit-hero .section-title {
		font-size: 28px !important;
	}

	.recruit-hero-desc,
	.rep-text .quote-body,
	.apply-cta-desc {
		font-size: 14px;
		line-height: 2;
	}

	.rep-message .inner,
	.culture .inner,
	.schedule-section .inner,
	.job-listings .inner,
	.career-path .inner,
	.apply-cta .inner {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.rep-message-inner {
		gap: 40px;
	}

	.rep-photo {
		font-size: 64px;
	}

	.rep-text .quote {
		font-size: 22px;
		line-height: 1.7;
	}

	.culture-grid,
	.benefits-grid {
		grid-template-columns: 1fr;
	}

	.job-summary-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.job-summary-icon,
	.job-summary-status,
	.job-summary-salary {
		justify-self: center;
	}

	.job-card-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
		padding: 16px 20px;
	}

	.job-card-body {
		padding: 20px;
	}

	.post .job-table th {
		width: 90px;
		padding: 8px 10px;
		font-size: 11px;
	}

	.post .job-table td {
		padding: 8px 10px;
		font-size: 11px;
	}

	.job-card-footer-vis,
	.apply-cta-buttons {
		flex-direction: column;
		align-items: stretch;
	}

	.job-card-footer-vis .btn-primary,
	.job-card-footer-vis .btn-line,
	.apply-cta-buttons .btn-primary,
	.apply-cta-buttons .btn-outline {
		width: 100%;
	}

	.apply-cta-card {
		padding: 48px 24px;
	}

	.apply-tel a {
		font-size: 28px;
	}
}

@media print, screen and (max-width: 480px) {
	.recruit-hero .section-title {
		font-size: 24px !important;
		line-height: 1.6 !important;
	}

	.recruit-hero-desc,
	.culture-desc,
	.tl-desc,
	.benefit-desc,
	.apply-cta-desc {
		font-size: 13px;
		line-height: 1.9;
	}

	.recruit-hero-desc {
		font-size: 15px;
	}

	.rep-text .quote {
		font-size: 20px;
	}

	.numbers-bar__grid {
		gap: 16px;
	}

	.nb-val {
		font-size: 32px;
	}

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

	.apply-tel a {
		font-size: 24px;
	}
}

/*------------------------------------------------------
Flow Page ご利用の流れ・料金
------------------------------------------------------*/
body.page-flow #content.wide {
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

/* ===== HERO ===== */
.flow-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(170deg, var(--white) 0%, var(--sage-pale) 50%, var(--cream) 100%);
}

.flow-hero::before {
	content: '';
	position: absolute;
	top: -100px;
	right: -80px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(141,197,173,0.15) 0%, transparent 70%);
}

.flow-hero::after {
	content: '';
	position: absolute;
	bottom: -60px;
	left: -40px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(74,157,170,0.08) 0%, transparent 70%);
}

.flow-hero__inner {
	position: relative;
	z-index: 1;
	padding: 80px 0 80px;
	text-align: center;
}

.flow-hero .section-label {
	margin-bottom: 16px;
}

.post .flow-hero-title {
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.6;
	color: var(--teal-deep);
}

.flow-hero-subtitle {
	max-width: 560px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 2;
	color: var(--text-light);
}

/* ===== FLOW ===== */
.flow-page-flow {
	background: var(--white);
}

.flow-page-flow .inner {
	padding-top: 90px;
	padding-bottom: 90px;
}

.flow-page-flow .section-label,
.flow-page-flow .section-title {
	text-align: center;
}

.flow-page-timeline {
	max-width: 720px;
	margin: 0 auto;
	position: relative;
}

.flow-page-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 32px;
	width: 2px;
	height: 90%;
	background: var(--sage-light);
}

.flow-page-step {
	display: flex;
	align-items: flex-start;
	gap: 28px;
	margin-bottom: 44px;
	position: relative;
}

.flow-page-step:last-child {
	margin-bottom: 0;
}

.flow-page-step-number {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--logo-gradient);
	box-shadow: 0 4px 16px rgba(74,157,170,0.2);
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	font-weight: 600;
	color: var(--white);
	position: relative;
	z-index: 2;
}

.flow-page-step:nth-child(even) .flow-page-step-number {
	background: linear-gradient(135deg, var(--sage-light) 0%, var(--sage) 100%);
	box-shadow: 0 4px 16px rgba(141,197,173,0.25);
}

.flow-page-step-content {
	flex: 1;
	padding: 24px 28px;
	border: 1px solid rgba(74,157,170,0.1);
	border-radius: 16px;
	background: var(--white);
	box-shadow: var(--soft-shadow);
	transition: transform 0.3s, box-shadow 0.3s;
}

.flow-page-step-content:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 40px rgba(74,157,170,0.12);
}

.flow-page-step-title {
	margin-bottom: 8px;
	font-family: 'Noto Serif JP', serif;
	font-size: 17px;
	font-weight: 600;
	color: var(--teal-deep);
}

.flow-page-step-desc {
	font-size: 14px;
	line-height: 1.9;
	color: var(--text-light);
}

/* ===== INSURANCE ===== */
.flow-page-insurance {
	background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);
}

.flow-page-insurance .inner {
	padding-top: 90px;
	padding-bottom: 90px;
}

.flow-page-insurance .section-label,
.flow-page-insurance .section-title {
	text-align: center;
}

.flow-page-insurance-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	max-width: 900px;
	margin: 0 auto;
}

.flow-page-insurance-card {
	padding: 36px 32px;
	border: 1px solid rgba(74,157,170,0.1);
	border-radius: 20px;
	background: var(--white);
	box-shadow: var(--soft-shadow);
	transition: transform 0.3s;
}

.flow-page-insurance-card:hover {
	transform: translateY(-3px);
}

.flow-page-insurance-card-icon {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border-radius: 14px;
	background: var(--sage-pale);
	font-size: 24px;
}

.flow-page-insurance-card-title {
	margin-bottom: 16px;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 600;
	color: var(--teal-deep);
}

.flow-page-insurance-card ul {
	list-style: none;
	padding: 0;
}

.flow-page-insurance-card li {
	position: relative;
	padding: 6px 0 6px 20px;
	font-size: 14px;
	line-height: 1.8;
	color: var(--text-light);
}

.flow-page-insurance-card li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--sage);
}

/* ===== PRICING ===== */
.flow-page-pricing {
	background: var(--white);
}

.flow-page-pricing .inner {
	padding-top: 90px;
	padding-bottom: 90px;
}

.flow-page-pricing .section-label,
.flow-page-pricing .section-title {
	text-align: center;
}

.flow-page-pricing-note {
	max-width: 720px;
	margin: 0 auto 44px;
	padding: 18px 28px;
	border-radius: 12px;
	background: var(--sage-pale);
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	color: var(--teal-deep);
}

.flow-page-pricing-unit-note {
	margin: 0 auto 24px;
	text-align: center;
	font-size: 13px;
	color: var(--text-light);
}

.flow-page-pricing-unit-note span {
	font-size: 11px;
}

.flow-page-pricing-unit-note a {
	color: var(--teal);
	text-decoration: underline;
}

.flow-page-pricing-table-wrap {
	max-width: 800px;
	margin: 0 auto 44px;
}

.flow-page-pricing-table-label {
	margin-bottom: 16px;
	padding-left: 4px;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--teal-deep);
}

.flow-page-pricing-table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: var(--soft-shadow);
}

.flow-page-pricing-table thead th {
	padding: 14px 20px;
	background: var(--teal-deep);
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: var(--white);
}

.flow-page-pricing-table tbody td {
	padding: 14px 20px;
	border-bottom: 1px solid rgba(74,157,170,0.08);
	font-size: 14px;
	color: var(--text);
}

.flow-page-pricing-table tbody tr:last-child td {
	border-bottom: none;
}

.flow-page-pricing-table tbody tr:nth-child(even) {
	background: var(--sage-pale);
}

.flow-page-pricing-table tbody tr:nth-child(odd) {
	background: var(--white);
}

.flow-page-pricing-table tbody tr:hover {
	background: rgba(194,228,212,0.3);
}

.flow-page-pricing-footnote {
	max-width: 800px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 13px;
	color: var(--text-light);
}

/* ===== EXAMPLES ===== */
.flow-page-examples {
	background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);
}

.flow-page-examples .inner {
	padding-top: 90px;
	padding-bottom: 90px;
}

.flow-page-examples .section-label,
.flow-page-examples .section-title {
	text-align: center;
}

.flow-page-examples-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	max-width: 960px;
	margin: 0 auto;
}

.flow-page-example-card {
	display: flex;
	flex-direction: column;
	padding: 32px 28px;
	border: 1px solid rgba(74,157,170,0.1);
	border-radius: 20px;
	background: var(--white);
	box-shadow: var(--soft-shadow);
	transition: transform 0.3s;
}

.flow-page-example-card:hover {
	transform: translateY(-3px);
}

.flow-page-example-persona {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(74,157,170,0.08);
}

.flow-page-example-avatar {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--logo-gradient);
	font-size: 20px;
}

.flow-page-example-persona-info {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--teal-deep);
}

.flow-page-example-persona-info small {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: var(--text-light);
}

.flow-page-example-details {
	flex: 1;
	font-size: 13px;
	line-height: 2;
	color: var(--text-light);
}

.flow-page-example-details dt {
	display: inline;
	font-weight: 500;
	color: var(--text);
}

.flow-page-example-details dd {
	display: inline;
	margin-left: 0;
}

.flow-page-example-details dd::after {
	content: '';
	display: block;
}

.flow-page-example-price {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid rgba(74,157,170,0.08);
	text-align: center;
}

.flow-page-example-price-label {
	margin-bottom: 4px;
	font-size: 12px;
	letter-spacing: 0.06em;
	color: var(--text-light);
}

.flow-page-example-price-value {
	font-family: 'Cormorant Garamond', serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--teal-deep);
}

.flow-page-example-price-value span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--text-light);
}

.flow-page-example-price-sub {
	margin-top: 2px;
	font-size: 12px;
	color: var(--warm-gray);
}

.flow-page-example-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.flow-page-example-btns .pdf-btn {
  padding: 14px 32px;
  border: 1px solid var(--sage-light);
  border-radius: 28px;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--teal-deep);
  background: var(--white);
  width: 220px;
  display: block;
  text-align: center;
}

.flow-page-example-btns .pdf-btn:hover {
  border-color: var(--sage);
  background: var(--sage-pale);
}

/* ===== Responsive ===== */
@media print, screen and (max-width: 1023px) {
	.flow-hero__inner,
	.flow-page-flow .inner,
	.flow-page-insurance .inner,
	.flow-page-pricing .inner,
	.flow-page-examples .inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.flow-page-insurance-grid {
		grid-template-columns: 1fr;
		max-width: 720px;
	}

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

@media print, screen and (max-width: 768px) {
	.flow-hero__inner {
		padding: 60px 0 60px;
	}

	.post .flow-hero-title {
		font-size: 28px;
	}

	.flow-hero-subtitle,
	.flow-page-step-desc,
	.flow-page-pricing-note {
		font-size: 14px;
		line-height: 2;
	}

	.flow-page-flow .inner,
	.flow-page-insurance .inner,
	.flow-page-pricing .inner,
	.flow-page-examples .inner {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.flow-page-timeline::before {
		left: 24px;
	}

	.flow-page-step {
		gap: 18px;
		margin-bottom: 28px;
	}

	.flow-page-step-number {
		width: 48px;
		height: 48px;
		font-size: 18px;
	}

	.flow-page-step-content {
		padding: 20px 18px;
	}

	.flow-page-insurance-card {
		padding: 28px 22px;
	}

	.flow-page-pricing-table-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.flow-page-pricing-table {
		min-width: 640px;
	}

	.flow-page-examples-grid {
		grid-template-columns: 1fr;
	}

	.flow-page-example-card {
		padding: 28px 22px;
	}
}

@media print, screen and (max-width: 480px) {
	.flow-hero-title {
		font-size: 24px;
		line-height: 1.6;
	}

	.flow-hero-subtitle,
	.flow-page-step-desc,
	.flow-page-insurance-card li,
	.flow-page-pricing-note,
	.flow-page-pricing-footnote,
	.flow-page-example-details {
		font-size: 13px;
		line-height: 1.9;
	}

	.flow-page-step-title,
	.flow-page-insurance-card-title,
	.flow-page-pricing-table-label {
		font-size: 16px;
	}

	.flow-page-example-price-value {
		font-size: 28px;
	}
}

/*------------------------------------------------------
FAQ Page よくあるご質問
------------------------------------------------------*/
body.page-faq #content.wide {
	background: var(--bg-yellow);
	padding-top: 0;
	padding-bottom: 0;
}

body.page-faq .cta {
	display: none;
}

/* ===== HERO ===== */
.faq-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(170deg, var(--white) 0%, var(--sage-pale) 50%, var(--cream) 100%);
}

.faq-hero::before {
	content: '';
	position: absolute;
	top: -80px;
	right: -60px;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(141,197,173,0.2) 0%, transparent 70%);
}

.faq-hero::after {
	content: '';
	position: absolute;
	bottom: -60px;
	left: -40px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(74,157,170,0.1) 0%, transparent 70%);
}

.faq-hero__inner {
	position: relative;
	z-index: 1;
	padding: 64px 0 64px;
	text-align: center;
}

.faq-hero .section-label {
	position: relative;
	z-index: 1;
}

.post .faq-hero-title {
	position: relative;
	z-index: 1;
	margin-bottom: 16px;
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	font-weight: 600;
	color: var(--teal-deep);
}

.faq-hero-sub {
	position: relative;
	z-index: 1;
	font-size: 15px;
	color: var(--text-light);
}

/* ===== FAQ SECTION ===== */
.faq-section .inner {
	max-width: 900px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.faq-category {
	margin-bottom: 56px;
}

.faq-category:last-child {
	margin-bottom: 0;
}

.faq-category:nth-child(even) .faq-category-header .section-label {
    color: #FFA500;
}

.faq-category:nth-child(even) .faq-category-header {
	border-bottom-color: var(--sage-light);
}

.faq-category-header {
	margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--sage-light);
}

.faq-item {
	margin-bottom: 12px;
	overflow: hidden;
	border: 1px solid rgba(74,157,170,0.06);
	border-radius: 12px;
	background: var(--white);
	box-shadow: var(--soft-shadow);
	transition: box-shadow 0.3s;
}

.faq-item:hover {
	box-shadow: 0 8px 32px rgba(74,157,170,0.14);
}

.faq-item summary {
	list-style: none;
}

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

.faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 28px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}

.faq-question-text {
	flex: 1;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
	color: var(--teal-deep);
}

.faq-question-icon {
	width: 28px;
	height: 28px;
	min-width: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--sage-pale);
	font-size: 16px;
	color: var(--teal);
	transition: transform 0.3s, background 0.3s, color 0.3s;
}

.faq-category:nth-child(even) .faq-question-icon {
	background: var(--sage-pale);
	color: var(--sage);
}

.faq-item[open] .faq-question-icon {
	transform: rotate(45deg);
	background: var(--teal);
	color: var(--white);
}

.faq-category:nth-child(even) .faq-item[open] .faq-question-icon {
	background: var(--sage);
	color: var(--white);
}

.faq-answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.4s ease;
}

.faq-item[open] .faq-answer {
	grid-template-rows: 1fr;
}

.faq-answer-inner {
	min-height: 0;
	padding: 0 28px 24px;
	padding-top: 20px;
	border-top: 1px solid var(--sage-pale);
	font-size: 14px;
	line-height: 2;
	color: var(--text-light);
}

.faq-answer-inner a {
	color: var(--teal);
	text-decoration: none;
	border-bottom: 1px solid var(--sage-light);
	transition: color 0.3s;
}

.faq-answer-inner a:hover {
	color: var(--teal-dark);
}

/* ===== CTA SECTION ===== */
.faq-cta {
	background: var(--cream);
}

.faq-cta .inner {
	padding-top: 80px;
	padding-bottom: 80px;
}

.faq-cta-card {
	max-width: 720px;
	margin: 0 auto;
	padding: 56px 48px;
	border-radius: 20px;
	text-align: center;
	background: var(--white);
	box-shadow: var(--soft-shadow);
}

.faq-cta-card .section-title {
	margin-bottom: 12px !important;
}

.faq-cta-desc {
	margin-bottom: 32px;
	font-size: 15px;
	line-height: 2;
	color: var(--text-light);
}

.faq-cta-phone {
	margin-bottom: 8px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: var(--teal-deep);
}

.faq-cta-phone-link {
	color: inherit;
	text-decoration: none;
}

.faq-cta-phone-sub {
	margin-bottom: 32px;
	font-size: 12px;
	color: var(--warm-gray);
}

.faq-cta-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

/* ===== Responsive ===== */
@media print, screen and (max-width: 1023px) {
	.faq-hero__inner,
	.faq-section .inner,
	.faq-cta .inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media print, screen and (max-width: 768px) {
	.faq-hero__inner {
		padding: 60px 0 60px;
	}

	.post .faq-hero-title {
		font-size: 28px;
	}

	.faq-hero-sub,
	.faq-cta-desc,
	.faq-answer-inner {
		font-size: 14px;
		line-height: 2;
	}

	.faq-section .inner,
	.faq-cta .inner {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.faq-question {
		padding: 18px 20px;
	}

	.faq-answer-inner {
		padding: 18px 20px 22px;
	}

	.faq-cta-card {
		padding: 48px 24px;
	}

	.faq-cta-buttons {
		flex-direction: column;
		align-items: stretch;
	}

	.faq-cta-buttons .btn-primary,
	.faq-cta-buttons .btn-outline {
		width: 100%;
	}
}

@media print, screen and (max-width: 480px) {
	.faq-hero-title {
		font-size: 24px;
		line-height: 1.6;
	}

	.faq-hero-sub,
	.faq-question-text,
	.faq-answer-inner,
	.faq-cta-desc {
		font-size: 13px;
		line-height: 1.9;
	}

	.faq-cta-phone {
		font-size: 30px;
	}
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.post .subimitarea .linkBtn {
	width: 300px;
	max-width: 300px;
	padding: 0;
	border-radius: 100vmax;
}

.post .subimitarea .linkBtn::after,
.post .subimitarea .linkBtn::before {
	display: none;
}

body.page-contact .post table th {
	font-weight: 500;
	color: #fff;
	background: #2D6E78;
}

.post .subimitarea .linkBtn input[type="submit"] {
	padding: 20px;
	border-radius: 100vmax;
	color: #fff;
	background: linear-gradient(135deg, #8DC5AD 0%, #4A9DAA 100%);
}

body.page-thanks h2 {
	text-align: center;
}

/*------------------------------------------------------
Responsive
------------------------------------------------------*/
@media print, screen and (max-width: 1200px) {
	.hero {
		gap: 32px;
	}

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

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

	.footer {
		gap: 32px;
	}
}

@media print, screen and (max-width: 1023px) {
	#content,
	#content.wide {
		width: 100%;
	}

	nav#mainNav ul li a {
		padding: 20px 10px;
	}

	nav#mainNav ul li a span {
		display: none;
	}

	#sp-header .inner #header-layout nav#sp-mainNav .inner ul li a b {
		color: #777068;
		font-weight: 400;
	}

	.hero {
		grid-template-columns: 1fr;
		padding: 100px 0 40px;
	}

	.hero-catch {
		justify-content: center;
	}

	.hero-cta-group {
		justify-content: center;
	}

	.hero-content {
		padding-left: 0;
	}

	.hero-visual {
		max-width: 400px;
		width: 100%;
		height: 440px;
		margin: 0 auto;
	}
	
	.blob-1 {
		left: 50%;
		transform: translateX(-50%);
	}

	.concept {
		grid-template-columns: 1fr;
		gap: 48px;
		padding: 88px 0;
	}

	.features-grid,
	.medical-inner,
	.recruit-intro,
	.schedule-benefits {
		grid-template-columns: 1fr;
	}

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

	.medical,
	.recruit,
	.cta {
		padding-right: 32px;
		padding-left: 32px;
	}

	.recruit-numbers-bar {
		grid-template-columns: repeat(2, 1fr);
	}

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

	.message {
		gap: 48px;
	}

	.footer {
		grid-template-columns: 1fr 1fr;
	}

	.footer-copy {
		grid-column: 1 / -1;
	}
}

@media print, screen and (max-width: 768px) {
	.hero {
		padding: 100px 0 40px;
	}

	.hero-catch {
		gap: 18px;
		margin-bottom: 28px;
	}

	.hero-vertical {
		font-size: 30px;
	}

	.hero-desc {
		max-width: none;
		padding-top: 8px;
		font-size: 14px;
		line-height: 2;
	}

	.hero-visual {
		height: 320px;
	}

	.blob-1 {
/* 		left: 10px; */
		width: 200px;
		height: 240px;
	}

	.blob-2 {
		width: 140px;
		height: 160px;
	}

	.blob-3 {
		left: 90px;
		width: 110px;
		height: 130px;
	}

	.numbers {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		padding: 36px 0;
	}

	.num-value {
		font-size: 38px;
	}

	.concept {
		gap: 36px;
		padding: 70px 0;
	}

	.concept-img-main {
		height: 320px;
	}

	.concept-img-sub {
		right: -8px;
		bottom: -8px;
		width: 110px;
		height: 110px;
	}

	.services,
	.features,
	.instagram {
		padding: 70px 0;
	}

	.medical,
	.recruit,
	.cta {
		padding: 70px 24px;
	}

	.services-grid,
	.culture-grid {
		grid-template-columns: 1fr;
	}

	.feature-card {
		grid-template-columns: 90px 1fr;
	}

	.feature-img {
		width: 90px;
		height: 90px;
	}

	.medical-cards {
		grid-template-columns: 1fr 1fr;
	}

	.job-card-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
		padding: 16px 20px;
	}

	.job-card-body {
		padding: 20px;
	}

	.job-table th {
		width: 90px;
		padding: 8px 10px;
		font-size: 11px;
	}

	.job-table td {
		padding: 8px 10px;
		font-size: 11px;
	}

	.career-steps {
		grid-template-columns: 1fr 1fr;
		gap: 0;
		align-items: unset;
	}

	.career-steps::before {
		display: none;
	}

	.message {
		flex-direction: column;
		gap: 36px;
		padding: 70px 24px;
	}

	.message-img {
		width: 240px;
		height: 240px;
	}

	.cta-inner {
		padding: 48px 24px;
	}

	.cta-buttons,
	.hero-cta-group,
	.recruit-cta-btns {
		flex-direction: column;
		align-items: stretch;
	}

	.btn-primary,
	.btn-outline,
	.btn-white,
	.btn-ghost {
		width: 100%;
	}

	.footer {
		grid-template-columns: 1fr;
		padding: 40px 24px;
	}
}

@media print, screen and (max-width: 640px) {
	.postlist .post_text::after {
		width: 100%;
	}
}

@media print, screen and (max-width: 480px) {
	.inner {
		width: 92%;
	}

	.section-title {
		font-size: 24px !important;
		line-height: 1.6 !important;
	}

	.hero-label {
		text-align: center;
	}

	.hero-catch {
		flex-direction: column;
		align-items: center;
	}

	.hero-vertical {
		font-size: 24px;
	}

	.hero-desc,
	.concept-body,
	.service-desc,
	.feature-desc,
	.message-body p,
	.cta-desc {
		font-size: 13px;
		line-height: 1.9;
	}

	.numbers {
		gap: 16px;
	}

	.num-value {
		font-size: 32px;
	}

	.services-header {
		margin-bottom: 0;
	}

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

	.feature-img {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.medical-cards {
		grid-template-columns: 1fr;
	}

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

	.cta-title {
		font-size: 22px;
	}
}

/*------------------------------------------------------
Display Utility
------------------------------------------------------*/
@media screen and (min-width: 769px) {
	.dsp_hp {
		display: block;
	}

	.dsp_smt {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.dsp_hp {
		display: none;
	}

	.dsp_smt {
		display: block;
	}
}

/*------------------------------------------------------
googlemap
------------------------------------------------------*/
.googlemap{
	margin: 0;
	padding-bottom: 30%;
}
@media screen and (max-width: 640px){
	.googlemap{
		padding-bottom: 60%;
	}
}