@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD - JV Works Particle
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.1.105
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* =============================================
   JV Works Global Background
============================================= */
body,
#body_wrap {
	background-color: #EDF2F5;
}

/* =============================================
   JV Works AdSense
============================================= */
.jvw-adsense {
	clear: both;
	margin: 2.5rem 0;
	text-align: center;
}

.jvw-adsense--sidebar {
	margin: 1.5rem 0 2rem;
}

.jvw-adsense__label {
	margin: 0 0 0.65rem;
	color: rgba(43, 48, 53, 0.62);
	font-size: 0.78rem;
	line-height: 1.5;
	text-align: center;
}

.jvw-adsense__body {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.p-breadcrumb,
#breadcrumb {
	background-color: #EDF2F5;
	box-shadow: none;
}

/* =============================================
   JV Works Home
============================================= */
#body_wrap.home {
	background-color: #EDF2F5;
}

#body_wrap.home #header.l-header {
	background: transparent;
}

#body_wrap.home #content {
	margin-bottom: 0;
}

/* =============================================
   JV Works First View
============================================= */
.jvw-hero-section {
	position: relative;
	overflow: visible;
}

.jvw-hero-layout {
	position: relative;
	align-items: center;
	overflow: visible;
}

.jvw-hero-layout > .wp-block-column {
	position: relative;
}

.jvw-hero-layout > .wp-block-column:first-child {
	z-index: 2;
}

.jvw-hero-layout > .wp-block-column:last-child {
	z-index: 1;
}

.jvw-hero-visual {
	position: relative;
	width: 250%;
	max-width: none;
	margin-right: -50%;
	margin-left: -115%;
	transform: translate(7%, 4%);
}

.jvw-hero-visual img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

/* =============================================
   JV Works First View Responsive
============================================= */
@media (max-width: 781px) {
	.jvw-hero-layout {
		display: flex;
		flex-direction: column;
	}

	.jvw-hero-layout > .wp-block-column {
		width: 100%;
	}

	.jvw-hero-layout > .wp-block-column:last-child {
		order: -1;
	}

	.jvw-hero-visual {
		width: 100%;
		max-width: 520px;
		margin: 0 auto 24px;
		transform: none;
	}

	.jvw-hero-layout h1 {
		font-size: clamp(28px, 8vw, 34px);
		line-height: 1.45;
	}

	.jvw-hero-layout p {
		font-size: 16px;
		line-height: 1.9;
	}
}

@media (min-width: 960px) {
	.jvw-hero-section .wp-block-column > p {
		font-size: 1.1rem;
		line-height: 1.9;
	}
}

@media (max-width: 599px) {
	.jvw-hero-section .wp-block-heading {
		font-size: 1.65rem;
		line-height: 1.45;
	}
}

/* =============================================
   JV Works Content Panel
============================================= */
#body_wrap.wp-singular:not(.home) #main_content.l-mainContent > .l-mainContent__inner,
.blog #main_content.l-mainContent > .l-mainContent__inner,
.archive #main_content.l-mainContent > .l-mainContent__inner {
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(73, 103, 125, 0.14);
	border-radius: 0;
	padding: clamp(2rem, 4vw, 4rem);
}

/* =============================================
   JV Works Contact Form
============================================= */
.jvw-contact-form {
	width: 100%;
	max-width: none;
	margin-right: auto;
	margin-left: auto;
}

.jvw-contact-form .wpcf7,
.jvw-contact-form .wpcf7 form {
	width: 100%;
}

.jvw-contact-form .wpcf7 p {
	margin-top: 0;
	margin-bottom: 1.6rem;
}

.jvw-contact-form .wpcf7 label {
	display: block;
	margin-bottom: 0.55rem;
	color: #2B3035;
	font-weight: 700;
	line-height: 1.7;
}

.jvw-contact-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.45rem;
}

.jvw-contact-form .wpcf7 input[type="text"],
.jvw-contact-form .wpcf7 input[type="email"],
.jvw-contact-form .wpcf7 input[type="tel"],
.jvw-contact-form .wpcf7 select,
.jvw-contact-form .wpcf7 textarea {
	width: 100%;
	max-width: 100%;
	min-height: 52px;
	padding: 0.9em 1em;
	border: 1px solid rgba(73, 103, 125, 0.35);
	border-radius: 8px;
	background: #FFFFFF;
	box-shadow: 0 1px 0 rgba(24, 50, 74, 0.04);
	color: #2B3035;
	font-size: 16px;
	line-height: 1.7;
}

.jvw-contact-form .wpcf7 textarea {
	min-height: 220px;
}

.jvw-contact-form .wpcf7 input::placeholder,
.jvw-contact-form .wpcf7 textarea::placeholder {
	color: rgba(43, 48, 53, 0.45);
}

.jvw-contact-form .wpcf7 input[type="text"]:focus,
.jvw-contact-form .wpcf7 input[type="email"]:focus,
.jvw-contact-form .wpcf7 input[type="tel"]:focus,
.jvw-contact-form .wpcf7 select:focus,
.jvw-contact-form .wpcf7 textarea:focus {
	border-color: #49677D;
	outline: none;
	box-shadow: 0 0 0 3px rgba(73, 103, 125, 0.14);
}

.jvw-contact-form .jvw-contact-note {
	margin-top: 1.8rem;
	margin-bottom: 1rem;
	padding: 0.9rem 1rem;
	border-left: 4px solid #49677D;
	background: #EDF2F5;
	color: #2B3035;
	font-size: 0.95rem;
	line-height: 1.8;
}

.jvw-contact-form .wpcf7-acceptance {
	display: block;
	margin-bottom: 1.4rem;
	line-height: 1.8;
}

.jvw-contact-form .wpcf7 input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	padding: 1em 1.8em;
	border: none;
	border-radius: 8px;
	background: #C93434;
	box-shadow: 0 6px 14px rgba(201, 52, 52, 0.22);
	color: #FFFFFF;
	font-weight: 700;
	line-height: 1.5;
	cursor: pointer;
}

.jvw-contact-form .wpcf7 input[type="submit"]:hover {
	background: #B72E2E;
	box-shadow: 0 8px 18px rgba(201, 52, 52, 0.28);
}

/* =============================================
   JV Works Contact Form Badge
============================================= */
.jvw-contact-form .jvw-form-badge,
.jvw-contact-form .wpcf7 label .jvw-form-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.5em;
	padding: 0.18em 0.5em;
	border-radius: 999px;
	font-size: 0.72em;
	font-weight: 700;
	line-height: 1.4;
	vertical-align: middle;
}

.jvw-contact-form .jvw-form-badge--required,
.jvw-contact-form .wpcf7 label .jvw-form-badge--required {
	background: #C93434;
	color: #FFFFFF;
}

.jvw-contact-form .jvw-form-badge--optional,
.jvw-contact-form .wpcf7 label .jvw-form-badge--optional {
	background: #EDF2F5;
	color: #49677D;
}

@media (max-width: 599px) {
	.jvw-contact-form .wpcf7 input[type="submit"] {
		width: 100%;
	}
}

/* =============================================
   JV Works Page Title
============================================= */
#main_content > .l-mainContent__inner > .c-pageTitle {
	position: relative;
	margin: 0 0 3rem;
	padding: 0 0 1.1rem;
	border: 0;
	color: #2B3035;
	font-size: clamp(1.55rem, 1.3rem + 0.55vw, 1.95rem);
	line-height: 1.45;
	text-align: center;
	letter-spacing: 0.04em;
}

#main_content > .l-mainContent__inner > .c-pageTitle .c-pageTitle__inner {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#main_content > .l-mainContent__inner > .c-pageTitle::before {
	content: none;
}

#main_content > .l-mainContent__inner > .c-pageTitle::after {
	display: block;
	visibility: visible;
	clear: none;
	width: 4.5rem;
	height: 6px;
	margin: 0.65rem auto 0;
	border-radius: 999px;
	background: #C93434;
	content: "";
}

.blog #main_content > .l-mainContent__inner > .c-pageTitle,
.page-id-203 #main_content > .l-mainContent__inner > .c-pageTitle {
	margin-bottom: 10px;
}

#body_wrap.blog .post_content,
#body_wrap.page-id-203 .post_content {
	margin-top: 0;
}

/* =============================================
   投稿詳細ページ：パンくず末尾の記事タイトル表示
============================================= */
.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
	display: inline-flex;
}

/* =============================================
   JV Works CTA common
============================================= */
.jvw-header-action {
	display: flex;
	align-items: center;
	gap: 12px;
	white-space: nowrap;
}

.jvw-header-guide {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: center;
	line-height: 1.35;
	white-space: nowrap;
}

.jvw-header-guide__lead,
.jvw-header-guide__sub {
	font-size: 12px;
	font-weight: 500;
}

.jvw-header-guide__main {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 2px 0;
	font-size: 20px;
	font-weight: 700;
}

.jvw-header-guide__icon {
	font-size: 22px;
	line-height: 1;
}

.jvw-header-cta {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-left: 0;
}

.jvw-header-cta__btn,
.jvw-service-page .jvw-service-page-cta-button .wp-block-button__link,
.blog .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link,
.single-post .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link,
.post_content .jvw-blog-content-cta .swell-block-button__link {
	display: inline-flex;
	position: relative;
	z-index: 0;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 15rem;
	min-height: 68px;
	padding: 0 28px;
	overflow: hidden;
	border: 0;
	border-radius: 6px;
	background-image: linear-gradient(
		100deg,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.34),
		rgba(255, 255, 255, 0)
	);
	background-repeat: no-repeat;
	background-position: -120px 0;
	background-size: 90px 100%;
	box-shadow: none;
	color: #FFFFFF !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none !important;
	white-space: nowrap;
	animation: jvw-cta-shiny 3s ease-in-out infinite;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.jvw-service-page .jvw-service-page-cta-button .wp-block-button__link {
	font-weight: 400;
	letter-spacing: 0.04em;
}

.jvw-header-cta__btn {
	min-width: 0;
	font-weight: 100;
}

#fix_header,
.l-fixHeader {
	overflow: hidden;
	background-color: transparent;
	box-shadow: none;
}

#fix_header::before,
.l-fixHeader::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-color: rgba(255, 255, 255, 0.15);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	content: "";
	pointer-events: none;
}

#fix_header > *,
.l-fixHeader > * {
	position: relative;
	z-index: 1;
}

#fix_header .jvw-header-cta__btn {
	height: 52px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.c-headLogo.-txt .c-headLogo__link {
	font-family: "Source Sans 3", sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
}

.l-header__bar .c-catchphrase {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

@media (max-width: 959px) {
	#header.l-header[data-spfix="1"] {
		background-color: rgba(255, 255, 255, 0.24);
		box-shadow: none;
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
	}

	.c-headLogo.-txt .c-headLogo__link {
		font-size: 30px;
	}

	.l-header__bar .c-catchphrase {
		font-size: 14px;
	}
}

@media (max-width: 599px) {
	.c-headLogo.-txt .c-headLogo__link {
		font-size: 30px;
	}
}

.c-widget__title.-spmenu {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 1.6px;
}

.jvw-service-page .jvw-service-page-cta-buttons {
	margin-top: 2.2rem;
}

.jvw-header-cta__icon,
.jvw-service-page .jvw-service-page-cta-button .jvw-header-cta__icon,
.jvw-service-page .jvw-service-page-cta-button .wp-block-button__link .__icon,
.blog .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link .__icon,
.single-post .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link .__icon,
.post_content .jvw-blog-content-cta .swell-block-button__link .__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	font-size: 18px;
	line-height: 1;
	fill: currentColor;
}

.jvw-header-cta__btn > *,
.jvw-service-page .jvw-service-page-cta-button .wp-block-button__link > *,
.blog .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link > *,
.single-post .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link > *,
.post_content .jvw-blog-content-cta .swell-block-button__link > * {
	position: relative;
	z-index: 1;
}

.jvw-header-cta__btn--contact,
.jvw-service-page .jvw-service-page-cta-button .wp-block-button__link,
.blog .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button:has(a[href="/contact/"]) .swell-block-button__link,
.single-post .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button:has(a[href="/contact/"]) .swell-block-button__link,
.post_content .jvw-blog-content-cta .swell-block-button:has(a[href="/contact/"]) .swell-block-button__link {
	background-color: #C93434;
}

.jvw-header-cta__btn--contact:hover,
.jvw-service-page .jvw-service-page-cta-button .wp-block-button__link:hover,
.blog .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button:has(a[href="/contact/"]) .swell-block-button__link:hover,
.single-post .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button:has(a[href="/contact/"]) .swell-block-button__link:hover,
.post_content .jvw-blog-content-cta .swell-block-button:has(a[href="/contact/"]) .swell-block-button__link:hover {
	background-color: #AD2929;
	color: #FFFFFF !important;
	transform: translateY(-1px);
}

.jvw-header-cta__btn--service,
.jvw-service-page .jvw-service-page-cta-button .wp-block-button__link:has([class*="icon-book"]),
.jvw-service-page .jvw-service-page-cta-button:has(a[href="/services/"]) .wp-block-button__link,
.blog .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button:has(a[href="/services/"]) .swell-block-button__link,
.single-post .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button:has(a[href="/services/"]) .swell-block-button__link,
.post_content .jvw-blog-content-cta .swell-block-button:has(a[href="/services/"]) .swell-block-button__link {
	background-color: #D3A63A;
}

.jvw-header-cta__btn--service:hover,
.jvw-service-page .jvw-service-page-cta-button .wp-block-button__link:has([class*="icon-book"]):hover,
.jvw-service-page .jvw-service-page-cta-button:has(a[href="/services/"]) .wp-block-button__link:hover,
.blog .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button:has(a[href="/services/"]) .swell-block-button__link:hover,
.single-post .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button:has(a[href="/services/"]) .swell-block-button__link:hover,
.post_content .jvw-blog-content-cta .swell-block-button:has(a[href="/services/"]) .swell-block-button__link:hover {
	background-color: #B98E2D;
	color: #FFFFFF !important;
	transform: translateY(-1px);
}

.jvw-header-cta__btn::before,
.jvw-header-cta__btn::after,
.jvw-service-page .jvw-service-page-cta-button .wp-block-button__link::before,
.jvw-service-page .jvw-service-page-cta-button .wp-block-button__link::after,
.blog .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link::before,
.blog .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link::after,
.single-post .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link::before,
.single-post .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link::after,
.post_content .jvw-blog-content-cta .swell-block-button__link::before,
.post_content .jvw-blog-content-cta .swell-block-button__link::after {
	content: none;
}

.jvw-header-cta__btn:focus-visible,
.jvw-service-page .jvw-service-page-cta-button .wp-block-button__link:focus-visible,
.blog .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link:focus-visible,
.single-post .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link:focus-visible,
.post_content .jvw-blog-content-cta .swell-block-button__link:focus-visible {
	outline: 2px solid #49677D;
	outline-offset: 4px;
}

@media (max-width: 599px) {
	.blog .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]),
	.single-post .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]),
	.post_content .jvw-blog-content-cta {
		gap: 1rem;
	}

	.jvw-service-page .jvw-service-page-cta-button,
	.jvw-service-page .jvw-service-page-cta-button .wp-block-button__link,
	.blog .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .wp-block-column,
	.blog .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button,
	.blog .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link,
	.single-post .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .wp-block-column,
	.single-post .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button,
	.single-post .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link,
	.post_content .jvw-blog-content-cta .wp-block-column,
	.post_content .jvw-blog-content-cta .swell-block-button,
	.post_content .jvw-blog-content-cta .swell-block-button__link {
		width: 100%;
	}

	.jvw-service-page .jvw-service-page-cta-button .wp-block-button__link,
	.blog .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link,
	.single-post .post_content > .wp-block-columns:has(a[href="/contact/"]):has(a[href="/services/"]) .swell-block-button__link,
	.post_content .jvw-blog-content-cta .swell-block-button__link {
		min-width: 0;
	}
}

/* =============================================
   JV Works Standard Page H2
============================================= */
.jvw-standard-page h2.wp-block-heading {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 3vw, 2.25rem);
	margin: clamp(3.5rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 2.75rem);
	padding: 0;
	border: 0;
	background: transparent;
	color: #2B3035;
	font-size: clamp(1.15rem, 1.02rem + 0.3vw, 1.35rem);
	line-height: 1.5;
	letter-spacing: 0.04em;
	text-align: center;
}

.jvw-standard-page h2.wp-block-heading::before,
.jvw-standard-page h2.wp-block-heading::after {
	display: block;
	position: static;
	flex: 1 1 auto;
	width: auto;
	min-width: 2.5rem;
	height: 2px;
	border: 0;
	background: rgba(43, 48, 53, 0.35);
	content: "";
}

@media (max-width: 599px) {
	.jvw-standard-page h2.wp-block-heading {
		gap: 0.85rem;
		font-size: 1.3rem;
	}

	.jvw-standard-page h2.wp-block-heading::before,
	.jvw-standard-page h2.wp-block-heading::after {
		min-width: 1.4rem;
	}
}

/* =============================================
   JV Works Service Page H2
============================================= */
.jvw-service-page h2.wp-block-heading {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 3vw, 2.25rem);
	margin: clamp(4rem, 7vw, 5.5rem) 0 clamp(2.25rem, 4vw, 3rem);
	padding: 0;
	border: 0;
	background: transparent;
	color: #2B3035;
	font-size: clamp(1.25rem, 1.08rem + 0.35vw, 1.5rem);
	line-height: 1.45;
	letter-spacing: 0.04em;
	text-align: center;
}

.jvw-service-page h2.wp-block-heading::before,
.jvw-service-page h2.wp-block-heading::after {
	display: block;
	position: static;
	flex: 1 1 auto;
	width: auto;
	min-width: 2.5rem;
	height: 2px;
	border: 0;
	background: rgba(43, 48, 53, 0.35);
	content: "";
}

@media (max-width: 599px) {
	.jvw-service-page h2.wp-block-heading {
		gap: 0.9rem;
		font-size: 1.3rem;
	}

	.jvw-service-page h2.wp-block-heading::before,
	.jvw-service-page h2.wp-block-heading::after {
		min-width: 1.8rem;
	}
}

/* =============================================
   JV Works Service Page H3
============================================= */
.jvw-service-page h3.wp-block-heading {
	position: relative;
	z-index: 0;
	margin: clamp(3rem, 5vw, 4rem) 0 1.6rem;
	padding: 0.35rem 0 0.35rem 1.1rem;
	border: 0;
	background: transparent;
	color: #2B3035;
	font-size: clamp(1.15rem, 1.02rem + 0.3vw, 1.35rem);
	line-height: 1.55;
	letter-spacing: 0.03em;
}

.jvw-service-page h3.wp-block-heading::before {
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: auto;
	left: 0;
	width: 3.2rem;
	height: 3.2rem;
	border: 0;
	border-radius: 50%;
	background: rgba(73, 103, 125, 0.18);
	content: "";
	pointer-events: none;
	transform: translateY(-50%);
}

.jvw-service-page h3.wp-block-heading::after {
	content: none;
}

/* =============================================
   JV Works Service Page Detail Cards
============================================= */
.jvw-service-page .jvw-service-detail-card {
	position: relative;
	z-index: 0;
	margin: 0 0 clamp(3rem, 5vw, 4rem);
	padding: clamp(1.8rem, 3.5vw, 3rem);
	overflow: hidden;
	border: 1px solid rgba(73, 103, 125, 0.12);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.34);
}

.jvw-service-page .jvw-service-detail-card p {
	position: relative;
	z-index: 2;
	max-width: 95%;
	margin-top: 0;
	margin-bottom: 1.35em;
}

.jvw-service-page .jvw-service-detail-card p:last-of-type {
	margin-bottom: 0;
}

.jvw-service-page .jvw-service-detail-card .jvw-service-heading-icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: clamp(-0.5rem, 1vw, 1rem);
	width: clamp(13rem, 28vw, 20rem);
	margin: 0;
	opacity: 0.18;
	pointer-events: none;
	transform: translateY(-50%);
}

.jvw-service-page .jvw-service-detail-card .jvw-service-heading-icon img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 599px) {
	.jvw-service-page .jvw-service-detail-card {
		padding: 1.6rem 1.35rem 2rem;
	}

	.jvw-service-page .jvw-service-detail-card p {
		max-width: none;
	}

	.jvw-service-page .jvw-service-detail-card .jvw-service-heading-icon {
		top: 58%;
		right: 50%;
		bottom: auto;
		width: min(82vw, 18rem);
		opacity: 0.13;
		transform: translate(50%, -50%);
	}
}

/* =============================================
   JV Works Service Page Flow
============================================= */
.jvw-service-page .swell-block-step.is-style-small {
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}

.jvw-service-page .swell-block-step.is-style-small .swell-block-step__item {
	padding-bottom: 2rem;
}

.jvw-service-page .swell-block-step.is-style-small .swell-block-step__item::before {
	border-left-color: rgba(73, 103, 125, 0.26);
}

.jvw-service-page .swell-block-step.is-style-small .swell-block-step__number .__shape {
	border-color: #49677D;
	background: #FFFFFF;
}

.jvw-service-page .swell-block-step.is-style-small .swell-block-step__number .__label,
.jvw-service-page .swell-block-step.is-style-small .swell-block-step__number::after {
	color: #49677D;
	opacity: 0.78;
	letter-spacing: 0.08em;
}

.jvw-service-page .swell-block-step.is-style-small .swell-block-step__title {
	color: #2B3035;
	font-size: clamp(1.05rem, 1rem + 0.25vw, 1.2rem);
	line-height: 1.55;
	letter-spacing: 0.03em;
}

.jvw-service-page .swell-block-step.is-style-small .swell-block-step__body {
	margin-top: 0.45rem;
	color: #2B3035;
	font-size: 0.95rem;
	line-height: 1.85;
}

/* =============================================
   JV Works Service Page Price Table
============================================= */
.jvw-service-page .jvw-price-table table {
	table-layout: fixed;
}

.jvw-service-page .jvw-price-table th:nth-child(1),
.jvw-service-page .jvw-price-table td:nth-child(1) {
	width: 31%;
}

.jvw-service-page .jvw-price-table th:nth-child(2),
.jvw-service-page .jvw-price-table td:nth-child(2) {
	width: 49%;
}

.jvw-service-page .jvw-price-table th:nth-child(3),
.jvw-service-page .jvw-price-table td:nth-child(3) {
	width: 20%;
	white-space: nowrap;
}

.jvw-service-page .jvw-price-table .jvw-price-amount {
	color: #C93434;
	font-weight: 700;
	white-space: nowrap;
}

@media (min-width: 600px) {
	.jvw-service-page .jvw-price-table table {
		border-collapse: collapse;
	}

	.jvw-service-page .jvw-price-table thead {
		border: 0;
	}

	.jvw-service-page .jvw-price-table th,
	.jvw-service-page .jvw-price-table td {
		border: 0;
	}

	.jvw-service-page .jvw-price-table thead th {
		padding: 1rem 1.1rem;
		border-bottom: 4px solid #D3A63A;
		background: transparent;
		color: #2B3035;
		font-weight: 700;
		letter-spacing: 0.04em;
		text-align: center;
	}

	.jvw-service-page .jvw-price-table th + th,
	.jvw-service-page .jvw-price-table td + td {
		border-left: 1px solid rgba(43, 48, 53, 0.18);
	}

	.jvw-service-page .jvw-price-table tbody td {
		padding: 1.2rem 1.1rem;
		border-bottom: 1px solid rgba(43, 48, 53, 0.14);
		vertical-align: middle;
	}

	.jvw-service-page .jvw-price-table tbody tr:last-child td {
		border-bottom: 0;
	}

	.jvw-service-page .jvw-price-table tbody td:first-child {
		color: #18324A;
		font-weight: 700;
		letter-spacing: 0.03em;
		text-align: center;
	}

	.jvw-service-page .jvw-price-table tbody td:nth-child(2) {
		color: #2B3035;
	}

	.jvw-service-page .jvw-price-table tbody td:nth-child(3) {
		font-weight: 700;
		text-align: right;
		white-space: nowrap;
	}
}

@media (max-width: 599px) {
	.jvw-service-page .jvw-price-table {
		overflow-x: visible;
	}

	.jvw-service-page .jvw-price-table table,
	.jvw-service-page .jvw-price-table thead,
	.jvw-service-page .jvw-price-table tbody,
	.jvw-service-page .jvw-price-table tr,
	.jvw-service-page .jvw-price-table th,
	.jvw-service-page .jvw-price-table td {
		display: block;
	}

	.jvw-service-page .jvw-price-table thead {
		display: none;
	}

	.jvw-service-page .jvw-price-table tbody tr {
		margin: 0 0 1.25rem;
		padding: 1.1rem 1.15rem;
		border-top: 4px solid #D3A63A;
		border-right: 1px solid rgba(73, 103, 125, 0.16);
		border-bottom: 1px solid rgba(73, 103, 125, 0.16);
		border-left: 1px solid rgba(73, 103, 125, 0.16);
		background: rgba(255, 255, 255, 0.78);
	}

	.jvw-service-page .jvw-price-table tbody td {
		width: 100%;
		padding: 0;
		border: 0;
		color: #2B3035;
		font-size: 0.95rem;
		line-height: 1.75;
		white-space: normal;
	}

	.jvw-service-page .jvw-price-table tbody td:nth-child(1) {
		width: 100%;
		margin-bottom: 0.75rem;
		color: #18324A;
		font-size: 1.05rem;
		font-weight: 700;
		letter-spacing: 0.03em;
	}

	.jvw-service-page .jvw-price-table tbody td:nth-child(2),
	.jvw-service-page .jvw-price-table tbody td:nth-child(3) {
		display: block;
		width: 100%;
	}

	.jvw-service-page .jvw-price-table tbody td:nth-child(2) {
		margin-bottom: 0.85rem;
		font-size: 0.88rem;
		line-height: 1.75;
	}

	.jvw-service-page .jvw-price-table tbody td:nth-child(3) {
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.6;
		text-align: left;
		white-space: normal;
	}

	.jvw-service-page .jvw-price-table tbody td:nth-child(2)::before {
		content: "料金目安";
	}

	.jvw-service-page .jvw-price-table tbody td:nth-child(3)::before {
		content: "最低料金";
	}

	.jvw-service-page .jvw-price-table tbody td:nth-child(2)::before,
	.jvw-service-page .jvw-price-table tbody td:nth-child(3)::before {
		display: block;
		margin-bottom: 0.35rem;
		color: #49677D;
		font-size: 0.78rem;
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}
}

/* =============================================
   JV Works Service Page Delivery Table
============================================= */
.jvw-service-page .jvw-delivery-table {
	overflow-x: visible;
}

.jvw-service-page .jvw-delivery-table table {
	border-collapse: collapse;
	table-layout: fixed;
}

.jvw-service-page .jvw-delivery-table thead {
	border: 0;
}

.jvw-service-page .jvw-delivery-table th,
.jvw-service-page .jvw-delivery-table td {
	border: 0;
}

.jvw-service-page .jvw-delivery-table thead th {
	padding: 1rem 1.1rem;
	border-bottom: 4px solid #49677D;
	background: transparent;
	color: #2B3035;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
}

.jvw-service-page .jvw-delivery-table th + th,
.jvw-service-page .jvw-delivery-table td + td {
	border-left: 1px solid rgba(43, 48, 53, 0.18);
}

.jvw-service-page .jvw-delivery-table tbody td {
	padding: 1.05rem 1.1rem;
	border-bottom: 1px solid rgba(43, 48, 53, 0.14);
	color: #2B3035;
	vertical-align: middle;
}

.jvw-service-page .jvw-delivery-table tbody tr:last-child td {
	border-bottom: 0;
}

.jvw-service-page .jvw-delivery-table tbody td:nth-child(1) {
	color: #2B3035;
	font-weight: 500;
}

.jvw-service-page .jvw-delivery-table tbody td:nth-child(2) {
	color: #18324A;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}

@media (max-width: 599px) {
	.jvw-service-page .jvw-delivery-table thead th {
		padding: 0.75rem 0.65rem;
		font-size: 0.86rem;
		line-height: 1.5;
	}

	.jvw-service-page .jvw-delivery-table tbody td {
		padding: 0.85rem 0.65rem;
		font-size: 0.88rem;
		line-height: 1.65;
	}

	.jvw-service-page .jvw-delivery-table tbody td:nth-child(2) {
		text-align: left;
	}
}

/* =============================================
   JV Works Standard Page Lists
============================================= */
.jvw-standard-page ul,
.jvw-standard-page ol {
	margin: 1.1rem 0 2rem;
	line-height: 1.9;
}

.jvw-standard-page ul {
	padding-left: 0;
	list-style: none;
}

.jvw-standard-page ol {
	padding-left: 1.45em;
}

.jvw-standard-page li {
	margin-bottom: 0.45em;
}

.jvw-standard-page ul li {
	position: relative;
	padding-left: 1.15em;
}

.jvw-standard-page ul li::before {
	position: absolute;
	top: 0.9em;
	left: 0;
	width: 0.45em;
	height: 2px;
	background: rgba(73, 103, 125, 0.6);
	content: "";
}

@media (max-width: 599px) {
	.jvw-standard-page ul,
	.jvw-standard-page ol {
		margin: 1rem 0 1.8rem;
		line-height: 1.85;
	}

	.jvw-standard-page ol {
		padding-left: 1.35em;
	}

	.jvw-standard-page li {
		margin-bottom: 0.35em;
	}

	.jvw-standard-page ul li {
		padding-left: 1.05em;
	}

	.jvw-standard-page ul li::before {
		top: 0.85em;
		width: 0.42em;
	}
}

.jvw-value-card-icon {
	max-width: 150px;
	margin: 0 auto 1rem;
}

.jvw-value-card-icon img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 599px) {
	.jvw-value-card-icon {
		max-width: 132px;
	}
}

/* ご依頼の流れ：SWELL98寄せ */
.home .swell-block-fullWide:has(.swell-block-step) .swell-block-step__number .__shape,
.jvw-procedure-flow .swell-block-step__number .__shape {
	border-color: #49677D;
	background-color: transparent;
}

.home .swell-block-fullWide:has(.swell-block-step) .swell-block-step__item::before,
.jvw-procedure-flow .swell-block-step__item::before {
	background-color: rgba(73, 103, 125, 0.28);
}

.home .swell-block-fullWide:has(.swell-block-step) .swell-block-step__item,
.jvw-procedure-flow .swell-block-step__item {
	padding-bottom: clamp(48px, 5vw, 72px);
}

.home .swell-block-fullWide:has(.swell-block-step) .swell-block-step__title,
.jvw-procedure-flow .swell-block-step__title {
	margin-top: 0.55em;
	margin-bottom: 1.15em;
	color: #2B3035;
	font-size: clamp(1.45rem, 1.25rem + 0.7vw, 2rem);
	font-weight: 700;
	line-height: 1.5;
}

.home .swell-block-fullWide:has(.swell-block-step) .swell-block-step__body,
.jvw-procedure-flow .swell-block-step__body {
	color: #2B3035;
	font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
	line-height: 2;
}

.home .swell-block-fullWide:has(.swell-block-step) .swell-block-step__number,
.jvw-procedure-flow .swell-block-step__number {
	color: #6f7881;
	font-weight: 600;
	letter-spacing: 0.08em;
}

/* FAQ：SWELL98寄せ */
.home .jvw-faq-section .swell-block-faq {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 17px;
}

.home .jvw-faq-section .swell-block-faq__item {
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: 330px;
	margin: 0;
	overflow: hidden;
	border-color: rgba(73, 103, 125, 0.18);
	background: rgba(255, 255, 255, 0.9);
}

.home .jvw-faq-section .faq_q {
	position: relative;
	min-height: 96px;
	padding: 24px 24px 24px 78px;
	color: #18324A;
	font-weight: 700;
	line-height: 1.55;
}

.home .jvw-faq-section .faq_q::before {
	top: 24px;
	left: 28px;
	border-color: #8A9299;
	background-color: #8A9299;
	color: #fff;
}

.home .jvw-faq-section .faq_a {
	position: relative;
	padding: 28px 30px 34px;
	color: #2B3035;
	line-height: 1.8;
}

.home .jvw-faq-section .faq_a::before {
	top: 18px;
	left: 20px;
	width: 96px;
	height: 96px;
	border: 0 solid transparent;
	outline: none;
	background-color: rgba(73, 103, 125, 0.055);
	box-shadow: none;
	color: rgba(73, 103, 125, 0.16);
	font-size: 56px;
	line-height: 96px;
	pointer-events: none;
}

@media (max-width: 959px) {
	.home .jvw-faq-section .swell-block-faq {
		grid-template-columns: 1fr;
	}

	.home .jvw-faq-section .swell-block-faq__item {
		min-height: 0;
	}
}

/* =============================================
   セクション見出し：静的表示
============================================= */
.post_content .jvw-section-heading {
	position: relative;
	min-height: 3.625rem;
	margin-bottom: 2em;
	color: #2B3035;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.05em;
	text-align: center;
}

.jvw-section-heading > .wp-block-group__inner-container {
	display: block;
	position: relative;
	min-height: 3.625rem;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}

.jvw-section-heading__en {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
	margin: 0;
	padding: 38px 0 0;
	color: #2B3035;
	font-size: 3em;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.05em;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.05;
	transform: translate(-50%, -50%);
}

.post_content .jvw-section-heading__ja {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #2B3035;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.05em;
	text-align: center;
	transform: none;
}

.post_content .jvw-section-heading__ja::before,
.post_content .jvw-section-heading__ja::after {
	display: none;
	content: none;
}

/* =============================================
   セクション見出し：矩形リビール準備
============================================= */
html.jvw-heading-reveal-ready
.post_content
.jvw-section-heading__ja {
	overflow: hidden;
	color: transparent;
}

html.jvw-heading-reveal-ready
.post_content
.jvw-section-heading__ja::before {
	display: block;
	position: absolute;
	inset: 0;
	z-index: 2;
	border: 0;
	background: #49677D;
	content: "";
	transform: scaleX(0);
	will-change: transform;
}

html.jvw-heading-reveal-ready
.jvw-section-heading.is-revealed
.jvw-section-heading__ja {
	animation: jvw-heading-text-reveal 0s 0.55s forwards;
}

html.jvw-heading-reveal-ready
.jvw-section-heading.is-revealed
.jvw-section-heading__ja::before {
	animation: jvw-heading-cover-reveal 1s ease-in-out forwards;
}

@keyframes jvw-heading-text-reveal {
	to {
		color: #2B3035;
	}
}

@keyframes jvw-heading-cover-reveal {
	0% {
		transform: scaleX(0);
		transform-origin: left;
	}

	50% {
		transform: scaleX(1);
		transform-origin: left;
	}

	50.01% {
		transform: scaleX(1);
		transform-origin: right;
	}

	100% {
		transform: scaleX(0);
		transform-origin: right;
	}
}

/* =============================================
   セクション見出し：タブレット・スマホ
============================================= */
@media (max-width: 959px) {
	.jvw-section-heading > .wp-block-group__inner-container {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.jvw-section-heading__en {
		top: 50%;
		padding-top: 0;
		font-size: 1.4em;
		transform: translate(-50%, -50%);
	}

	.post_content .jvw-section-heading__ja {
		font-size: 24px;
		transform: none;
	}
}

/* =============================================
   セクション見出し：動きを減らす設定
============================================= */
@media (prefers-reduced-motion: reduce) {
	html.jvw-heading-reveal-ready
	.post_content
	.jvw-section-heading__ja {
		color: #2B3035;
		animation: none;
	}

	html.jvw-heading-reveal-ready
	.post_content
	.jvw-section-heading__ja::before {
		display: none;
		animation: none;
	}
}

/* =============================================
   対応サービス：詳細リンク
============================================= */
@media (min-width: 960px) {
	.jvw-service-lead {
		font-size: 1.08rem;
		line-height: 2;
		text-align: center;
		letter-spacing: 0.04em;
	}
}

.jvw-service-cards .swell-block-column {
	position: relative;
}

.jvw-service-card-number {
	position: absolute;
	top: 2rem;
	left: 0;
	z-index: 0;
	margin: 0;
	padding-left: 1.25rem;
	border-left: 4px solid #49677D;
	color: rgba(24, 50, 74, 0.32);
	font-size: 3.25rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
}

.jvw-service-cards .swell-block-column p:not(.jvw-service-card-number):not(.jvw-service-card-note):not(.jvw-service-card-link) {
	color: #2B3035;
}

.jvw-service-card-note {
	color: #2B3035;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
}

@media (min-width: 960px) {
	.jvw-service-cards .swell-block-column {
		display: flex;
		flex-direction: column;
	}

	.jvw-service-card-note {
		margin-top: auto;
	}
}

.jvw-service-cards .wp-block-heading::before {
	display: none;
	content: none;
}

.jvw-service-cards .wp-block-heading {
	margin-top: 1.5rem;
	margin-bottom: 30px;
	padding-bottom: 0;
	text-align: center;
}

.home .post_content .jvw-service-card-link {
	margin-top: 1.75rem;
	text-align: center;
}

.home .post_content .jvw-service-card-link a {
	display: inline-flex;
	position: relative;
	z-index: 0;
	align-items: center;
	justify-content: center;
	gap: 0.55em;
	min-height: 48px;
	padding: 12px 24px;
	overflow: hidden;
	border-radius: 80px;
	background-color: #18324A;
	background-image: linear-gradient(
		100deg,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.32),
		rgba(255, 255, 255, 0)
	);
	background-repeat: no-repeat;
	background-position: -120px 0;
	background-size: 90px 100%;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	animation: jvw-service-card-link-shiny 3s ease-in-out infinite;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.home .post_content .jvw-service-card-link a::before {
	position: absolute;
	top: 50%;
	left: -120px;
	width: 80px;
	height: 200px;
	background-image: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.6) 80%,
		rgba(255, 255, 255, 0)
	);
	content: "";
	transform: translateY(-50%) rotate(25deg);
}

.home .post_content .jvw-service-card-link a::after {
	display: block;
	width: 0.45em;
	height: 0.45em;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

.home .post_content .jvw-service-card-link a:hover,
.home .post_content .jvw-service-card-link a:focus-visible {
	color: #fff;
	transform: translateY(2px);
}

.home .post_content .jvw-service-card-link a:hover::before,
.home .post_content .jvw-service-card-link a:focus-visible::before {
	left: 110%;
	transition: left 0.25s ease-in-out;
}

.home .post_content .jvw-service-card-link a:focus-visible {
	outline: 2px solid #49677D;
	outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
	.home .post_content .jvw-service-card-link a,
	.home .post_content .jvw-service-card-link a::before {
		background-image: none;
		animation: none;
		transition: none;
	}

	.home .post_content .jvw-service-card-link a:hover,
	.home .post_content .jvw-service-card-link a:focus-visible {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jvw-price-summary__button,
	.jvw-price-summary__button::before {
		background-image: none;
		animation: none;
		transition: none;
	}

	.jvw-price-summary__button:hover,
	.jvw-price-summary__button:focus-visible {
		transform: none;
	}
}

@keyframes jvw-service-card-link-shiny {
	0%,
	45% {
		background-position: -120px 0;
	}

	100% {
		background-position: calc(100% + 120px) 0;
	}
}

/* =============================================
   トップページ VALUE：カード見出し
============================================= */
.home
.post_content
.jvw-value-section
+ .jvw-service-lead
+ .jvw-service-lead
+ .jvw-service-cards
.wp-block-heading {
	font-size: 1.08rem !important;
	line-height: 1.45;
	white-space: nowrap;
}

@media (max-width: 959px) {
	.home
	.post_content
	.jvw-value-section
	+ .jvw-service-lead
	+ .jvw-service-lead
	+ .jvw-service-cards
	.wp-block-heading {
		white-space: normal;
	}
}

@keyframes jvw-cta-shiny {
	0%,
	45% {
		background-position: -120px 0;
	}

	100% {
		background-position: calc(100% + 120px) 0;
	}
}

/* =============================================
   料金目安：トップページ summary
============================================= */
.jvw-price-block--summary .jvw-price-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 2rem);
	max-width: 980px;
	margin: 2rem auto 0;
	justify-items: center;
}

.jvw-price-block--summary .jvw-price-summary__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: min(100%, 360px);
	aspect-ratio: 1 / 1;
	padding: clamp(1.5rem, 3vw, 2rem);
	border: 1px solid rgba(73, 103, 125, 0.14);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 16px 35px rgba(24, 50, 74, 0.08);
}

.post_content .jvw-price-block--summary .jvw-price-summary__name {
	margin: 0 0 0.9rem;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #18324A;
	font-size: clamp(1.2rem, 1.08rem + 0.4vw, 1.42rem);
	font-weight: 700;
	line-height: 1.55;
	text-align: center;
}

.post_content .jvw-price-block--summary .jvw-price-summary__name::before,
.post_content .jvw-price-block--summary .jvw-price-summary__name::after {
	display: none;
	content: none;
}

.jvw-price-block--summary .jvw-price-summary__prices {
	color: #2B3035;
	font-size: clamp(1.02rem, 0.94rem + 0.28vw, 1.16rem);
	font-weight: 600;
	line-height: 1.82;
	text-align: center;
	white-space: nowrap;
}

.jvw-price-block--summary .jvw-price-amount {
	color: #C93434;
	font-size: 1.28em;
	font-weight: 700;
	white-space: nowrap;
}

.jvw-price-summary__cta {
	margin-top: 2rem;
	text-align: center;
}

.jvw-price-summary__button {
	display: inline-flex;
	position: relative;
	z-index: 0;
	align-items: center;
	justify-content: center;
	gap: 0.55em;
	min-height: 48px;
	padding: 12px 24px;
	overflow: hidden;
	border: 1px solid #D3A63A;
	border-radius: 80px;
	background-color: #D3A63A;
	background-image: linear-gradient(
		100deg,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.34),
		rgba(255, 255, 255, 0)
	);
	background-repeat: no-repeat;
	background-position: -120px 0;
	background-size: 90px 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
	animation: jvw-price-summary-button-shiny 3s ease-in-out infinite;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.jvw-price-summary__button::before {
	position: absolute;
	top: 50%;
	left: -120px;
	width: 80px;
	height: 200px;
	background-image: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.6) 80%,
		rgba(255, 255, 255, 0)
	);
	content: "";
	transform: translateY(-50%) rotate(25deg);
}

.jvw-price-summary__button .icon-chevron-right {
	font-size: 0.92em;
	line-height: 1;
}

.jvw-price-summary__button:hover,
.jvw-price-summary__button:focus-visible {
	border-color: #D3A63A;
	background-color: #D3A63A;
	color: #fff;
	transform: translateY(2px);
}

.jvw-price-summary__button:hover::before,
.jvw-price-summary__button:focus-visible::before {
	left: 110%;
	transition: left 0.25s ease-in-out;
}

.jvw-price-summary__button:focus-visible {
	outline: 2px solid #49677D;
	outline-offset: 4px;
}

@keyframes jvw-price-summary-button-shiny {
	0%,
	45% {
		background-position: -120px 0;
	}

	100% {
		background-position: calc(100% + 120px) 0;
	}
}

.jvw-price-table .jvw-price-table__col-service {
	width: 34%;
}

.jvw-price-table .jvw-price-table__col-price {
	width: 46%;
}

.jvw-price-table .jvw-price-table__col-minimum {
	width: 20%;
}

.jvw-price-table th:first-child,
.jvw-price-table td:first-child {
	white-space: normal;
}

.jvw-price-table th:nth-child(3),
.jvw-price-table td:nth-child(3) {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.jvw-price-table td:nth-child(3) .jvw-price-amount {
	color: inherit;
}

.jvw-price-intro {
	margin: 0 0 1.25rem;
}

.jvw-price-intro p {
	margin: 0 0 1.2rem;
}

.jvw-price-block--summary .jvw-price-intro {
	max-width: 760px;
	margin: 0 auto 2.1rem;
	text-align: center;
}

.jvw-price-block--summary .jvw-price-intro p {
	margin-bottom: 0;
}

.home .swell-block-fullWide__inner:has(.jvw-price-block--summary) > .jvw-service-lead {
	display: none;
}

.jvw-price-notes {
	margin: 1.5rem 0 0;
	padding: 0;
	color: #6f7881;
	font-size: inherit;
	line-height: 1.8;
	list-style: none;
}

.jvw-price-notes li {
	position: relative;
	margin: 0.35em 0 0;
	padding-left: 1.15em;
}

.jvw-price-notes li::before {
	position: absolute;
	left: 0;
	content: "※";
}

.jvw-price-block--summary .jvw-price-notes {
	margin: 2.4rem auto 2.6rem;
	text-align: center;
}

.jvw-price-block--summary .jvw-price-notes li {
	padding-left: 0;
}

.jvw-price-block--summary .jvw-price-notes li::before {
	position: static;
	margin-right: 0.1em;
}

.jvw-delivery-intro {
	margin: 0 0 1.25rem;
}

.jvw-delivery-intro p {
	margin: 0 0 1.2rem;
}

.jvw-delivery-notes {
	margin: 1.5rem 0 0;
	padding: 0;
	color: #6f7881;
	font-size: inherit;
	line-height: 1.8;
	list-style: none;
}

.jvw-delivery-notes li {
	position: relative;
	margin: 0.35em 0 0;
	padding-left: 1.15em;
}

.jvw-delivery-notes li::before {
	position: absolute;
	left: 0;
	content: "※";
}

@media (max-width: 599px) {
	.jvw-price-block--summary .jvw-price-summary {
		grid-template-columns: 1fr;
	}

	.jvw-price-block--summary .jvw-price-summary__item {
		width: min(84vw, 330px);
		aspect-ratio: 1 / 1;
		min-height: 0;
		padding: 1.25rem;
		border-radius: 50%;
	}

	.post_content .jvw-price-block--summary .jvw-price-summary__name {
		font-size: clamp(1.05rem, 4.6vw, 1.18rem);
	}

	.jvw-price-block--summary .jvw-price-summary__prices {
		font-size: clamp(0.9rem, 3.9vw, 1rem);
		line-height: 1.8;
		white-space: nowrap;
	}

	.jvw-price-block--summary .jvw-price-amount {
		font-size: 1.22em;
	}

	.jvw-price-table .jvw-price-table__col-service,
	.jvw-price-table .jvw-price-table__col-price,
	.jvw-price-table .jvw-price-table__col-minimum {
		width: auto;
	}
}

/* =============================================
   プロフィール：トップページ / サイドバー
============================================= */
.post_content .jvw-profile--home {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: clamp(0.5rem, 1.5vw, 1.25rem) 0 clamp(2.5rem, 6vw, 5rem);
}

.post_content .jvw-profile__description {
	max-width: 900px;
	margin: 0 auto clamp(2rem, 5vw, 4rem);
	color: #2B3035;
	font-size: clamp(0.98rem, 0.92rem + 0.25vw, 1.08rem);
	font-weight: 400;
	line-height: 2.1;
	letter-spacing: 0.04em;
	text-align: center;
}

.post_content .jvw-profile__description p {
	margin: 0;
}

.post_content .jvw-profile__description p + p {
	margin-top: 0.65em;
}

.post_content .jvw-profile-gallery {
	margin-top: 2rem;
	margin-bottom: 0;
}

.post_content .jvw-profile-gallery figure {
	overflow: hidden;
	border-radius: 0;
}

.post_content .jvw-profile-gallery img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.post_content .jvw-profile-achievements {
	margin-top: 1.5rem;
}

.post_content .jvw-profile-achievements > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
}

.post_content .jvw-profile-achievement {
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.post_content .jvw-profile-achievement p:nth-child(1) {
	color: #49677D;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.45;
}

.post_content .jvw-profile-achievement p:nth-child(2) {
	margin-top: 0.45rem;
	color: #C93434;
	font-size: clamp(1.65rem, 1.3rem + 1vw, 2.35rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0;
}

.post_content .jvw-profile-achievement p:nth-child(3) {
	margin-top: 0.75rem;
	color: #2B3035;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.85;
}

@media (max-width: 959px) {
	.post_content .jvw-profile-achievements > .wp-block-group__inner-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 599px) {
	.post_content .jvw-profile-achievements > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}

.post_content .jvw-profile-description {
	max-width: 880px;
	margin: clamp(2rem, 4vw, 3rem) auto 0;
	color: #2B3035;
	font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.08rem);
	font-weight: 600;
	line-height: 2.1;
	text-align: center;
	letter-spacing: 0.04em;
}

@media (max-width: 599px) {
	.post_content .jvw-profile-description {
		line-height: 2;
		text-align: left;
	}
}

.jvw-profile__media {
	position: relative;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
}

.jvw-profile-slider {
	overflow: hidden;
}

.jvw-profile-slider .swiper-wrapper {
	transition-timing-function: linear;
}

.jvw-profile-slider__slide {
	overflow: hidden;
	background: #EDF2F5;
}

.jvw-profile-slider__image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
}

.post_content .jvw-profile__achievements {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.25rem, 2.6vw, 2rem);
	max-width: 1080px;
	margin: clamp(1.8rem, 4vw, 3rem) auto 0;
	padding: 0;
	background: transparent;
}

.post_content .jvw-profile--home .jvw-profile-achievement {
	position: relative;
	z-index: 3;
	padding: clamp(3.2rem, 4vw, 3.75rem) clamp(1.1rem, 2.4vw, 1.55rem) clamp(1.4rem, 2.5vw, 1.9rem);
	border: 0;
	background: #fff;
	box-shadow: none;
	text-align: center;
}

.post_content .jvw-profile--home .jvw-profile-achievement::before {
	position: absolute;
	top: -46px;
	left: 50%;
	width: 92px;
	height: 92px;
	border-radius: 50%;
	background: #fff;
	content: "";
	transform: translateX(-50%);
}

.post_content .jvw-profile--home .jvw-profile-achievement::after {
	content: none;
}

.post_content .jvw-profile--home .jvw-profile-achievement__icon {
	position: absolute;
	top: -32px;
	left: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	color: #2B3035;
	transform: translateX(-50%);
}

.post_content .jvw-profile--home .jvw-profile-achievement__icon svg {
	display: block;
	width: 32px;
	height: 32px;
}

.post_content .jvw-profile-achievement p {
	margin: 0;
}

.post_content .jvw-profile--home .jvw-profile-achievement p.jvw-profile-achievement__heading {
	color: #2B3035;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.45;
}

.home .post_content .jvw-profile--home .jvw-profile-achievement p.jvw-profile-achievement__value {
	margin-top: 0.5rem;
	color: #2B3035 !important;
	font-size: 36px !important;
	font-weight: 200 !important;
	line-height: 2.02;
	letter-spacing: 0;
	white-space: nowrap;
	word-break: keep-all;
}

.home .post_content .jvw-profile--home .jvw-profile-achievement p.jvw-profile-achievement__value::after {
	display: block;
	width: 3.25rem;
	height: 2px;
	margin: 1.65rem auto 2rem;
	background: #2B3035;
	content: "";
}

.post_content .jvw-profile--home .jvw-profile-achievement__note {
	margin-top: 1.25rem;
	color: #2B3035;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.85;
	text-align: left;
}

.jvw-profile-sidebar.p-profileBox {
	border-color: rgba(73, 103, 125, 0.18);
	background: #fff;
}

.jvw-profile-sidebar .p-profileBox__text p {
	margin: 0;
}

.jvw-profile-sidebar .p-profileBox__text p + p {
	margin-top: 0.75em;
}

.jvw-profile-sidebar__socials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	list-style: none;
}

.jvw-profile-sidebar__socials a {
	color: #49677D;
	font-size: 0.78rem;
	text-decoration: none;
}

@media (min-width: 960px) {
	.post_content .jvw-profile__media {
		margin-top: -0.5rem;
	}

	.post_content .jvw-profile__achievements {
		position: relative;
		z-index: 2;
		margin-top: -2.75rem;
	}
}

@media (max-width: 959px) {
	.post_content .jvw-profile__achievements {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 599px) {
	.post_content .jvw-profile__description {
		text-align: left;
		line-height: 2;
	}

	.post_content .jvw-profile__achievements {
		grid-template-columns: 1fr;
		gap: 4.8rem;
		margin-top: 5.2rem;
		padding: 0;
	}

	.post_content .jvw-profile--home .jvw-profile-achievement {
		padding: 4.2rem 1.35rem 1.65rem;
		box-shadow: 0 16px 35px rgba(24, 50, 74, 0.08);
	}

	.post_content .jvw-profile--home .jvw-profile-achievement::before {
		box-shadow: 0 -10px 24px rgba(24, 50, 74, 0.06);
	}

	.home .post_content .jvw-profile--home .jvw-profile-achievement p.jvw-profile-achievement__value {
		font-size: clamp(2.5rem, 15vw, 2.66rem) !important;
		line-height: 1.35;
	}
}

/* =============================================
   トップページ：最終CTA アイコン復元
============================================= */
.home .jvw-final-cta-section.swell-block-fullWide {
	padding-top: 136px !important;
	padding-bottom: 136px !important;
	background: #fff !important;
}

.home .jvw-final-cta-section .swell-block-fullWide__inner {
	max-width: 1080px;
}

.home .jvw-final-cta-cards {
	align-items: stretch;
	max-width: 960px;
	margin: 28px auto 0 !important;
	gap: 24px;
}

.home .jvw-final-cta-cards > .wp-block-column {
	display: flex;
}

.home .post_content .jvw-final-cta-card {
	position: relative;
	z-index: 0;
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 300px;
	padding: 36px 30px;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background-image: linear-gradient(
		100deg,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.26),
		rgba(255, 255, 255, 0)
	);
	background-repeat: no-repeat;
	background-position: -120px 0;
	background-size: 90px 100%;
	box-shadow: none;
	color: #fff;
	text-align: center;
	animation: jvw-cta-shiny 3s ease-in-out infinite;
	transition: background-color 0.2s ease, opacity 0.25s ease, transform 0.2s ease;
}

.home .post_content .jvw-final-cta-card--primary {
	background-color: #C93434;
}

.home .post_content .jvw-final-cta-card--primary:hover,
.home .post_content .jvw-final-cta-card--primary:focus-within {
	background-color: #AD2929;
}

.home .post_content .jvw-final-cta-card--secondary {
	background-color: #D3A63A;
}

.home .post_content .jvw-final-cta-card--secondary:hover,
.home .post_content .jvw-final-cta-card--secondary:focus-within {
	background-color: #B98E2D;
}

.home .post_content .jvw-final-cta-card > .wp-block-group__inner-container {
	position: relative;
	z-index: 1;
}

.home .post_content .jvw-final-cta-card:hover,
.home .post_content .jvw-final-cta-card:focus-within {
	filter: none;
	transform: translateY(-1px);
}

.home .post_content .jvw-final-cta-card__icon {
	display: grid;
	place-items: center;
	width: 96px;
	height: 96px;
	margin: 0 auto 20px !important;
	border-radius: 50%;
	background: #fff;
}

.home .post_content .jvw-final-cta-card__icon span {
	display: block;
	font-size: 42px;
	line-height: 1;
}

.home .post_content .jvw-final-cta-card--primary .jvw-final-cta-card__icon span {
	color: #C93434;
}

.home .post_content .jvw-final-cta-card--secondary .jvw-final-cta-card__icon span {
	color: #D3A63A;
}

.home .post_content .jvw-final-cta-card__title {
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	background: none;
	color: #fff;
	font-size: clamp(1.35rem, 1.16rem + 0.45vw, 1.65rem);
	font-weight: 700;
	line-height: 1.45;
}

.home .post_content .jvw-final-cta-card__title::before,
.home .post_content .jvw-final-cta-card__title::after {
	content: none;
}

.home .post_content .jvw-final-cta-card__text {
	width: min(100%, 26em);
	margin: 18px auto 0 !important;
	padding: 0 !important;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.8;
	text-align: left;
}

.home .post_content .jvw-final-cta-card__buttons {
	position: absolute;
	z-index: 2;
	inset: 0;
	margin: 0 !important;
}

.home .post_content .jvw-final-cta-button,
.home .post_content .jvw-final-cta-button .wp-block-button__link {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: transparent;
	font-size: 0;
}

.home .post_content .jvw-final-cta-card:not(:has(.jvw-final-cta-card__icon)) > .wp-block-group__inner-container::before {
	display: grid;
	place-items: center;
	width: 96px;
	height: 96px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: #fff;
	font-family: icomoon;
	font-size: 42px;
	font-weight: 400;
	line-height: 1;
}

.home .post_content .jvw-final-cta-card--primary:not(:has(.jvw-final-cta-card__icon)) > .wp-block-group__inner-container::before {
	color: #C93434;
	content: "\e92c";
}

.home .post_content .jvw-final-cta-card--secondary:not(:has(.jvw-final-cta-card__icon)) > .wp-block-group__inner-container::before {
	color: #D3A63A;
	content: "\e91a";
}

@media (max-width: 781px) {
	.home .jvw-final-cta-section.swell-block-fullWide {
		padding-top: 72px !important;
		padding-bottom: 72px !important;
	}

	.home .jvw-final-cta-cards {
		max-width: 420px;
		gap: 18px;
	}

	.home .post_content .jvw-final-cta-card {
		min-height: 270px;
		padding: 30px 24px;
	}

	.home .post_content .jvw-final-cta-card__icon {
		width: 84px;
		height: 84px;
		margin-bottom: 18px !important;
	}

	.home .post_content .jvw-final-cta-card__icon span {
		font-size: 38px;
	}

	.home .post_content .jvw-final-cta-card__text {
		width: min(100%, 22em);
	}
}

@media (max-width: 599px) {
	.home .post_content .jvw-final-cta-card:not(:has(.jvw-final-cta-card__icon)) > .wp-block-group__inner-container::before {
		width: 82px;
		height: 82px;
		margin-bottom: 16px;
		font-size: 36px;
	}
}

/* =============================================
   PCヘッダー：Swell98参照の二段ナビ
============================================= */
@media (min-width: 960px) {
	.jvw-header-cta__btn {
		position: relative;
		z-index: 0;
		overflow: hidden;
		border-radius: 6px;
		background-image: linear-gradient(
			100deg,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.34),
			rgba(255, 255, 255, 0)
		);
		background-repeat: no-repeat;
		background-position: -120px 0;
		background-size: 90px 100%;
		animation: jvw-cta-shiny 3s ease-in-out infinite;
		transition: opacity 0.25s ease, transform 0.25s ease;
	}

	.jvw-header-cta__btn--contact {
		background-color: #C93434;
	}

	.jvw-header-cta__btn--service {
		background-color: #D3A63A;
	}

	.jvw-header-cta__btn > * {
		position: relative;
		z-index: 1;
	}

	.jvw-header-cta__btn:hover,
	.jvw-header-cta__btn:focus-visible {
		color: #fff;
		transform: translateY(-1px);
	}

	.jvw-header-cta__btn:focus-visible {
		outline: 2px solid #49677D;
		outline-offset: 4px;
	}

	.jvw-header-s98 .l-header__inner {
		align-items: flex-start;
		flex-wrap: wrap;
		height: auto;
	}

	.jvw-header-s98 .l-header__logo {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		width: 100%;
		min-height: 72px;
		margin-right: 0;
	}

	.jvw-header-s98 .l-header__logo .c-headLogo {
		flex: 0 0 auto;
		margin-right: 0;
	}

	.jvw-header-s98 .l-header__logo .w-header {
		margin-left: auto;
	}

	.jvw-header-s98 #gnav {
		width: 100%;
		height: 46px;
		margin: 0;
	}

	.jvw-header-s98 .c-gnav {
		justify-content: center;
		height: 100%;
	}

	.jvw-header-s98 .c-gnav > .menu-item > a {
		height: 100%;
		padding: 0 16px;
	}

	#fix_header .l-fixHeader__inner {
		justify-content: space-between;
		gap: 24px;
	}

	#fix_header .l-fixHeader__logo {
		flex: 0 0 auto;
	}

	#fix_header .l-fixHeader__gnav {
		display: none;
	}

	#fix_header .w-header {
		margin-left: auto;
	}
}

/* =============================================
   アンカー遷移：追従ヘッダー分の着地点補正
============================================= */
html {
	scroll-behavior: smooth;
}

#services,
#procedure,
#profile,
#faq {
	scroll-margin-top: 56px;
}

@media (max-width: 959px) {
	#services,
	#procedure,
	#profile,
	#faq {
		scroll-margin-top: 72px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* =============================================
   JV Works Top VALUE Section
============================================= */
.jvw-value-section {
	margin-top: clamp(5rem, 9vw, 7rem);
}

@media (max-width: 599px) {
	.jvw-value-section {
		margin-top: 4rem;
	}
}

/* =============================================
   トップFV：コピー・リード文調整
============================================= */
@media (max-width: 599px) {
	.home
	.post_content
	.jvw-hero-section:first-of-type
	.jvw-hero-layout
	> .wp-block-column:first-child
	> p.has-huge-font-size
	.swl-fz {
		font-size: clamp(24px, 8.8vw, 46px) !important;
		line-height: 1.45;
		letter-spacing: 0;
	}

	.home
	.post_content
	.jvw-hero-section:first-of-type
	.jvw-hero-layout
	> .wp-block-column:first-child
	> p.wp-block-paragraph:not(.has-huge-font-size) {
		max-width: 18.6em;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
}

@media (min-width: 960px) {
	.home
	.post_content
	.jvw-hero-section:first-of-type
	.jvw-hero-layout
	> .wp-block-column:first-child
	> p.wp-block-paragraph:not(.has-huge-font-size) {
		max-width: 40em;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jvw-header-cta__btn,
	.home .post_content .jvw-final-cta-card {
		background-image: none;
		animation: none;
		transition: none;
	}

	.jvw-header-cta__btn:hover,
	.jvw-header-cta__btn:focus-visible,
	.home .post_content .jvw-final-cta-card:hover,
	.home .post_content .jvw-final-cta-card:focus-within {
		transform: none;
	}
}

/* =============================================
   トップページ：お役立ち情報 投稿カード
============================================= */
.home .jvw-resources-post-list .p-postList__link {
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
}

.home .jvw-resources-post-list .p-postList__body {
	padding: 1.8rem 1.6rem 1.6rem;
	background-color: #FFFFFF;
}

.home .post_content .swell-block-fullWide:has(.jvw-resources-post-list) {
	padding-bottom: 12rem !important;
}

@media (max-width: 599px) {
	.home .post_content .swell-block-fullWide:has(.jvw-resources-post-list) {
		padding-bottom: 3rem !important;
	}
}

/* =============================================
   お役立ち情報：カテゴリカード
============================================= */
.blog .post_content .jvw-blog-category-cards {
	--wp-column-gap: clamp(0.9rem, 1.6vw, 1.25rem);
	gap: var(--wp-column-gap);
}

.blog .post_content .jvw-blog-category-cards > .wp-block-column {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(1.25rem, 1.8vw, 1.5rem);
	border: 1px solid rgba(24, 50, 74, 0.1);
	border-radius: 10px;
	box-shadow: 0 14px 30px rgba(24, 50, 74, 0.06);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.blog .post_content .jvw-blog-category-cards > .wp-block-column:hover,
.blog .post_content .jvw-blog-category-cards > .wp-block-column:focus-within {
	border-color: rgba(24, 50, 74, 0.22);
	box-shadow: 0 18px 36px rgba(24, 50, 74, 0.08);
	transform: translateY(-2px);
}

.blog .post_content .jvw-blog-category-cards .wp-block-image {
	width: min(92%, 310px);
	margin: 0 auto 0.45rem;
}

.blog .post_content .jvw-blog-category-cards .wp-block-image img {
	display: block;
	width: 100%;
	height: auto;
}

.blog .post_content .jvw-blog-category-cards .wp-block-image + h3.wp-block-heading {
	margin-top: 0.25rem;
}

.blog .post_content .jvw-blog-category-cards h3.wp-block-heading {
	margin-bottom: 0.95rem;
	color: #18324A;
	font-size: 1.2rem;
	line-height: 1.35;
	letter-spacing: 0;
	white-space: nowrap;
}

.blog .post_content .jvw-blog-category-cards h3.wp-block-heading::before {
	opacity: 0.28;
}

.blog .post_content .jvw-blog-category-cards > .wp-block-column > p {
	font-size: 0.9em;
	line-height: 1.72;
}

.blog .post_content .jvw-blog-category-cards > .wp-block-column > p:last-child {
	margin-top: auto;
	padding-top: 1.15rem;
	text-align: center;
}

.blog .post_content .jvw-blog-category-cards > .wp-block-column > p:last-child a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55em;
	min-height: 46px;
	padding: 11px 22px;
	overflow: hidden;
	border-radius: 80px;
	background-color: #18324A;
	background-image: linear-gradient(
		100deg,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.34),
		rgba(255, 255, 255, 0)
	);
	background-repeat: no-repeat;
	background-position: -120px 0;
	background-size: 90px 100%;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	white-space: nowrap;
	animation: jvw-cta-shiny 3s ease-in-out infinite;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.blog .post_content .jvw-blog-category-cards > .wp-block-column > p:last-child a::after {
	display: block;
	width: 0.45em;
	height: 0.45em;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

.blog .post_content .jvw-blog-category-cards > .wp-block-column > p:last-child a:hover,
.blog .post_content .jvw-blog-category-cards > .wp-block-column > p:last-child a:focus-visible {
	background-color: #122638;
	color: #FFFFFF;
	transform: translateY(-1px);
}

.blog .post_content .jvw-blog-category-cards > .wp-block-column > p:last-child a:focus-visible {
	outline: 2px solid #49677D;
	outline-offset: 4px;
}

@media (max-width: 781px) {
	.blog .post_content .jvw-blog-category-cards {
		row-gap: 1.4rem;
	}

	.blog .post_content .jvw-blog-category-cards > .wp-block-column {
		padding: 1.25rem;
	}

	.blog .post_content .jvw-blog-category-cards .wp-block-image {
		width: min(68%, 220px);
	}

	.blog .post_content .jvw-blog-category-cards h3.wp-block-heading {
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.blog .post_content .jvw-blog-category-cards > .wp-block-column,
	.blog .post_content .jvw-blog-category-cards > .wp-block-column > p:last-child a {
		animation: none;
		transition: none;
	}

	.blog .post_content .jvw-blog-category-cards > .wp-block-column:hover,
	.blog .post_content .jvw-blog-category-cards > .wp-block-column:focus-within,
	.blog .post_content .jvw-blog-category-cards > .wp-block-column > p:last-child a:hover,
	.blog .post_content .jvw-blog-category-cards > .wp-block-column > p:last-child a:focus-visible {
		transform: none;
	}

	.blog .post_content .jvw-blog-category-cards > .wp-block-column > p:last-child a {
		background-image: none;
	}
}
