/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

	 html {
		box-sizing: border-box;
		overflow-y: scroll; /* All browsers without overlaying scrollbars */
		-webkit-text-size-adjust: 100%; /* iOS 8+ */
	}
	
	*,
	::before,
	::after {
		background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
		box-sizing: inherit;
	}
	
	::before,
	::after {
		text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
		vertical-align: inherit;
	}
	
	* {
		padding: 0; /* Reset `padding` and `margin` of all elements */
		margin: 0;
	}
	
	/* # =================================================================
		 # General elements
		 # ================================================================= */
	
	/* Add the correct display in iOS 4-7.*/
	audio:not([controls]) {
		display: none;
		height: 0;
	}
	
	hr {
		overflow: visible; /* Show the overflow in Edge and IE */
	}
	
	/*
	* Correct `block` display not defined for any HTML5 element in IE 8/9
	* Correct `block` display not defined for `details` or `summary` in IE 10/11
	* and Firefox
	* Correct `block` display not defined for `main` in IE 11
	*/
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	main,
	menu,
	nav,
	section,
	summary {
		display: block;
	}
	
	summary {
		display: list-item; /* Add the correct display in all browsers */
	}
	
	small {
		font-size: 80%; /* Set font-size to 80% in `small` elements */
	}
	
	[hidden],
	template {
		display: none; /* Add the correct display in IE */
	}
	
	abbr[title] {
		border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
		text-decoration: none; /* Remove text decoration in Firefox 40+ */
	}
	
	a {
		background-color: transparent; /* Remove the gray background on active links in IE 10 */
		-webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
	}
	
	a:active,
	a:hover {
		outline-width: 0; /* Remove the outline when hovering in all browsers */
	}
	
	code,
	kbd,
	pre,
	samp {
		font-family: monospace, monospace; /* Specify the font family of code elements */
	}
	
	b,
	strong {
		font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
	}
	
	dfn {
		font-style: italic; /* Address styling not present in Safari and Chrome */
	}
	
	/* Address styling not present in IE 8/9 */
	mark {
		background-color: #ff0;
		color: #000;
	}
	
	/* https://gist.github.com/unruthless/413930 */
	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	
	sub {
		bottom: -0.25em;
	}
	
	sup {
		top: -0.5em;
	}
	
	/* # =================================================================
		 # Forms
		 # ================================================================= */
	
	input {
		border-radius: 0;
	}
	
	/* Apply cursor pointer to button elements */
	button,
	[type="button"],
	[type="reset"],
	[type="submit"],
	[role="button"] {
		cursor: pointer;
	}
	
	/* Replace pointer cursor in disabled elements */
	[disabled] {
		cursor: default;
	}
	
	[type="number"] {
		width: auto; /* Firefox 36+ */
	}
	
	[type="search"] {
		-webkit-appearance: textfield; /* Safari 8+ */
	}
	
	[type="search"]::-webkit-search-cancel-button,
	[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none; /* Safari 8 */
	}
	
	textarea {
		overflow: auto; /* Internet Explorer 11+ */
		resize: vertical; /* Specify textarea resizability */
	}
	
	button,
	input,
	optgroup,
	select,
	textarea {
		font: inherit; /* Specify font inheritance of form elements */
	}
	
	optgroup {
		font-weight: bold; /* Restore the font weight unset by the previous rule. */
	}
	
	button {
		overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
	}
	
	/* Remove inner padding and border in Firefox 4+ */
	button::-moz-focus-inner,
	[type="button"]::-moz-focus-inner,
	[type="reset"]::-moz-focus-inner,
	[type="submit"]::-moz-focus-inner {
		border-style: 0;
		padding: 0;
	}
	
	/* Replace focus style removed in the border reset above */
	button:-moz-focusring,
	[type="button"]::-moz-focus-inner,
	[type="reset"]::-moz-focus-inner,
	[type="submit"]::-moz-focus-inner {
		outline: 1px dotted ButtonText;
	}
	
	button,
	html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
	[type="reset"],
	[type="submit"] {
		-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
	}
	
	button,
	select {
		text-transform: none; /* Firefox 40+, Internet Explorer 11- */
	}
	
	/* Remove the default button styling in all browsers */
	button,
	input,
	select,
	textarea {
		background-color: transparent;
		border-style: none;
		color: inherit;
	}
	
	/* Style select like a standard input */
	select {
		-moz-appearance: none; /* Firefox 36+ */
		-webkit-appearance: none; /* Chrome 41+ */
	}
	
	select::-ms-expand {
		display: none; /* Internet Explorer 11+ */
	}
	
	select::-ms-value {
		color: currentColor; /* Internet Explorer 11+ */
	}
	
	legend {
		border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
		color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
		display: table; /* Correct the text wrapping in Edge and IE */
		max-width: 100%; /* Correct the text wrapping in Edge and IE */
		white-space: normal; /* Correct the text wrapping in Edge and IE */
	}
	
	::-webkit-file-upload-button {
		-webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
		font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
	}
	
	[type="search"] {
		-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
		outline-offset: -2px; /* Correct the outline style in Safari */
	}
	
	/* # =================================================================
		 # Specify media element style
		 # ================================================================= */
	
	img {
		border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
	}
	
	/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
	progress {
		vertical-align: baseline;
	}
	
	svg:not(:root) {
		overflow: hidden; /* Internet Explorer 11- */
	}
	
	audio,
	canvas,
	progress,
	video {
		display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
	}
	
	/* # =================================================================
		 # Accessibility
		 # ================================================================= */
	
	/* Hide content from screens but not screenreaders */
	@media screen {
		[hidden~="screen"] {
			display: inherit;
		}
		[hidden~="screen"]:not(:active):not(:focus):not(:target) {
			position: absolute !important;
			clip: rect(0 0 0 0) !important;
		}
	}
	
	/* Specify the progress cursor of updating elements */
	[aria-busy="true"] {
		cursor: progress;
	}
	
	/* Specify the pointer cursor of trigger elements */
	[aria-controls] {
		cursor: pointer;
	}
	
	/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
	[aria-disabled] {
		cursor: default;
	}
	
	/* # =================================================================
		 # Selection
		 # ================================================================= */
	
	/* Specify text selection background color and omit drop shadow */
	
	::-moz-selection {
		background-color: #b3d4fc; /* Required when declaring ::selection */
		color: #000;
		text-shadow: none;
	}
	
	::selection {
		background-color: #b3d4fc; /* Required when declaring ::selection */
		color: #000;
		text-shadow: none;
	}
	/* Reset and Base Styles */
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	
	html {
		scroll-behavior: smooth;
	}
	
	body {
		font-family: 'Noto Sans JP', sans-serif;
		line-height: 1.7;
		color: #333;
		font-size: 16px;
	}
	
	.container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 40px;
	}
	
	/* Color Variables */
	:root {
		--primary-red: #dc2626;
		--secondary-red: #991b1b;
		--light-red: #fef2f2;
		--accent-gold: #f59e0b;
		--text-dark: #333333;
		--text-gray: #666666;
		--border-gray: #e5e5e5;
		--white: #ffffff;
		--success-green: #28a745;
		--warning-red: #dc3545;
	}
	
	/* Typography */
	h1, h2, h3, h4, h5, h6 {
		font-weight: 600;
		line-height: 1.4;
		margin-bottom: 1rem;
	}
	
	.section-title {
		font-size: 2.5rem;
		font-weight: 700;
		text-align: center;
		margin-bottom: 3rem;
		color: var(--text-dark);
		position: relative;
	}
	
	.section-title::after {
		content: '';
		display: block;
		width: 80px;
		height: 4px;
		background: linear-gradient(90deg, var(--primary-red), var(--accent-gold));
		margin: 1rem auto 0;
		border-radius: 2px;
	}
	
	/* Header & Navigation */
	.header {
		background: var(--white);
		box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		transition: all 0.3s ease;
	}
	
	.nav-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: var(--header-padding-y) var(--header-padding-x);
		max-width: 1400px;
		margin: 0 auto;
		min-height: clamp(60px, 8vw, 80px);
	}
	
	.nav-brand {
		display: flex;
		align-items: center;
		gap: 1rem;
	}
	
	.brand-logo {
		height: clamp(28px, 3.5vw, 35px);
		width: auto;
		object-fit: contain;
		flex-shrink: 0;
	}
	
	.brand-text h1 {
		font-size: 1.8rem;
		font-weight: 900;
		color: var(--primary-red);
		margin-bottom: 0;
	}
	
	.nav-subtitle {
		font-size: 0.9rem;
		color: var(--text-gray);
		font-weight: 500;
	}
	
	.nav-menu {
		display: flex;
		gap: var(--nav-gap);
		align-items: center;
		flex-wrap: nowrap;
	}
	
	.nav-contact {
		display: flex;
		align-items: center;
		gap: var(--contact-gap);
	}
	
	.phone-info {
		display: flex;
		align-items: center;
		gap: 0.8rem;
		padding: 0.8rem 1.2rem;
	}
	
	.phone-info i {
		color: var(--primary-red);
		font-size: 1.1rem;
	}
	
	.phone-details {
		display: flex;
		flex-direction: column;
		gap: 0.2rem;
	}
	
	.phone-number {
		font-weight: 700;
		font-size: var(--fs-phone-number);
		color: var(--primary-red);
		line-height: 1.1;
	}
	
	.phone-hours {
		font-size: var(--fs-phone-hours);
		color: var(--text-gray);
		font-weight: 500;
	}
	
	.nav-contact {
		display: flex;
		align-items: center;
		gap: 1rem;
	}
	
	.phone-info {
		display: flex;
		align-items: center;
		gap: 0.8rem;
		color: var(--text-dark);
	}
	
	.phone-info i {
		font-size: 1.2rem;
		color: var(--primary-red);
	}
	
	.phone-details {
		display: flex;
		flex-direction: column;
		line-height: 1.2;
	}
	
	.phone-number {
		font-weight: 700;
		font-size: 1.5rem;
		color: var(--primary-red);
	}
	
	.phone-hours {
		font-size: 0.8rem;
		color: var(--text-gray);
	}
	
	.nav-link {
		text-decoration: none;
		color: var(--text-dark);
		font-weight: 500;
		font-size: var(--fs-nav-link);
		transition: color 0.3s ease;
		white-space: nowrap;
	}
	
	.nav-link:hover {
		color: var(--primary-red);
	}
	
	.nav-cta {
		background: var(--primary-red);
		color: var(--white) !important;
		padding: clamp(0.6rem, 0.8vw, 0.8rem) clamp(1rem, 1.4vw, 1.5rem);
		border-radius: 25px;
		transition: all 0.3s ease;
		font-size: var(--fs-nav-cta);
		white-space: nowrap;
	}
	
	.nav-cta:hover {
		background: var(--secondary-red);
		transform: translateY(-2px);
	}
	
	.nav-toggle {
		display: none;
		font-size: 1.5rem;
		color: var(--primary-red);
		cursor: pointer;
	}
	
	/* Hero Section */
	.hero {
		background: 
		url('../img/mainvisual-backgound.png'),
		linear-gradient(135deg, var(--light-red) 0%, var(--white) 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
	background-blend-mode: overlay;
	padding: 120px 0 80px;
	margin-top: 80px;
	position: relative;
	}
	
	.hero-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
		align-items: center;
	}
	
	.hero-title {
		font-size: 2.8rem;
		font-weight: 900;
		line-height: 1.3;
		margin-bottom: 1.5rem;
		max-width: 600px;
	}
	
	.hero-question {
		display: block;
		color: var(--text-dark);
		font-size: 2.7rem;
		line-height: 1.3;
	}
	
	.hero-subtitle {
		font-size: 1.3rem;
		color: var(--text-gray);
		margin-bottom: 2rem;
	}
	
	.hero-logo {
		margin: 2rem 0;
	}
	
	.logo-main {
		display: block;
		font-size: 3.5rem;
		font-weight: 900;
		color: var(--primary-red);
		line-height: 1;
	}
	
	.logo-badge {
		display: inline-block;
		font-size: 1.1rem;
		color: var(--white);
		background: var(--primary-red);
		padding: 0.4rem 0.8rem;
		border-radius: 6px;
		font-weight: 600;
		margin-left: 1rem;
		border: 2px solid var(--white);
		box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
	}
	
	.hero-description {
		font-size: 1.1rem;
		color: var(--text-gray);
		margin-bottom: 2.5rem;
	}
	
	.hero-buttons {
		display: flex;
		gap: 1rem;
		margin-bottom: 2rem;
	}
	
	
	
	/* Buttons */
	.btn {
		display: inline-flex;
		align-items: center;
		gap: 0.5rem;
		padding: 1rem 2rem;
		border: none;
		border-radius: 30px;
		font-size: 1rem;
		font-weight: 600;
		text-decoration: none;
		cursor: pointer;
		transition: all 0.3s ease;
		white-space: nowrap;
	}
	
	.btn-primary {
		background: var(--primary-red);
		color: var(--white);
	}
	
	.btn-primary:hover {
		background: var(--secondary-red);
		transform: translateY(-3px);
		box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
	}
	
	.btn-secondary {
		background: var(--white);
		color: var(--primary-red);
		border: 2px solid var(--primary-red);
	}
	
	.btn-secondary:hover {
		background: var(--primary-red);
		color: var(--white);
	}
	
	.btn-large {
		padding: 1.2rem 2.5rem;
		font-size: 1.1rem;
	}
	
	/* Hero Visual Card */
	.hero-visual {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 2rem;
	}
	
	.hero-image {
		text-align: center;
		margin-bottom: 1rem;
	}
	
	.dashboard-image {
		width: 100%;
		max-width: 450px;
		height: auto;
		border-radius: 15px;
		box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
		transition: transform 0.3s ease;
	}
	
	.dashboard-image:hover {
		transform: translateY(-5px) scale(1.02);
	}
	
	.hero-card {
		background: var(--white);
		border-radius: 15px;
		box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
		padding: 2rem;
		width: 100%;
		max-width: 400px;
		margin-top: 250px;
	}
	
	.card-header {
		display: flex;
		align-items: center;
		gap: 0.5rem;
		margin-bottom: 1.5rem;
		color: var(--primary-red);
		font-weight: 600;
	}
	
	.card-header i {
		font-size: 1.2rem;
	}
	
	.progress-item {
		display: flex;
		align-items: center;
		gap: 1rem;
		margin-bottom: 1rem;
	}
	
	.progress-item span:first-child {
		font-size: 0.9rem;
		color: var(--text-gray);
		min-width: 100px;
	}
	
	.progress-bar {
		flex: 1;
		height: 8px;
		background: var(--border-gray);
		border-radius: 4px;
		overflow: hidden;
	}
	
	.progress-fill {
		height: 100%;
		background: linear-gradient(90deg, var(--primary-red), var(--accent-gold));
		transition: width 0.8s ease;
	}
	
	.progress-item span:last-child {
		font-weight: 600;
		color: var(--primary-red);
		min-width: 40px;
	}
	
	/* Problems Section */
	.problems {
		padding: 80px 0;
		background: var(--white);
	}
	
	.problems-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
		margin-bottom: 3rem;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Sample Report Responsive */
	@media (max-width: 768px) {
		.report-preview {
				margin: 0 1rem;
				width: calc(100% - 2rem); /* 1rem */
				max-width: calc(100% - 2rem);
		}
		
		.report-header {
				padding: 1.5rem;
				text-align: center;
		}
	
		.report-header {
			padding: 1.5rem;
			text-align: center;
		}
		
		.report-content {
				padding: 1.5rem;
		}
		
		.score-section {
				grid-template-columns: 1fr;
				gap: 1.5rem;
				text-align: center;
		}
		
		.radar-container {
				grid-template-columns: 1fr;
				grid-template-areas:
				"chart"
				"legend";
				gap: 2rem;
				justify-items: center;
		}
		
		.chart-wrapper {
			width: min(300px, 90vw);
			height: min(300px, 90vw);
		}
	
		.radar-legend {
			width: 100%;
			max-width: min(320px, 95vw);
			gap: 1rem;
			padding: 1.2rem;
			background: var(--light-red);
			border-radius: 12px;
			margin: 0 auto;
			box-sizing: border-box;
		}
	
		/* SP:  */
		.radar-legend::before {
			content: "";
			display: block;
			font-weight: 700;
			color: var(--primary-red);
			text-align: center;
			margin-bottom: 1rem;
			font-size: 1rem;
			border-bottom: 2px solid var(--primary-red);
			padding-bottom: 0.5rem;
		} 
	
		.legend-item {
			font-size: 0.9rem;
			justify-content: flex-start;
			padding: 0.8rem;
			background: var(--white);
			border-radius: 8px;
			box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
			transition: transform 0.2s ease;
			width: 100%;
			box-sizing: border-box;
		}
	
		.analysis-section {
				grid-template-columns: 1fr;
				gap: 1.5rem;
		}
		
		.score-number {
				font-size: 3rem;
		}
		
		.plan-item {
				flex-direction: column;
				align-items: flex-start;
				gap: 0.8rem;
		}
		.legend-item:hover {
			transform: translateY(-2px);
		}
	
		.legend-color {
			width: 14px;
			height: 14px;
			border-radius: 4px;
		}
		
		.problems-grid {
				grid-template-columns: 1fr;
		}
	}
	
	.problem-card {
		background: var(--light-red);
		padding: 2rem;
		border-radius: 15px;
		text-align: center;
		transition: transform 0.3s ease;
	}
	
	.problem-card:hover {
		transform: translateY(-5px);
	}
	
	.problem-icon {
		font-size: 3rem;
		color: var(--accent-gold);
		margin-bottom: 1rem;
	}
	
	.problem-card h3 {
		font-size: 1.3rem;
		color: var(--text-dark);
		margin-bottom: 1rem;
	}
	
	.problem-card p {
		color: var(--text-gray);
		font-size: 0.95rem;
	}
	
	.solution-banner {
		background: linear-gradient(135deg, var(--primary-red), var(--secondary-red));
		color: var(--white);
		padding: 2.5rem;
		border-radius: 15px;
		text-align: center;
	}
	
	.solution-banner h3 {
		font-size: 2.3rem;
		margin-bottom: 1rem;
	}
	
	.solution-banner h3 i {
		color: var(--accent-gold);
		margin-right: 0.5rem;
	}
	
	/* Features Section */
	.features {
		padding: 80px 0;
		background: linear-gradient(135deg, var(--light-red) 0%, var(--white) 100%);
	}
	
	.features-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 2.5rem;
		max-width: 1100px;
		margin: 0 auto;
	}
	
	.feature-card {
		background: var(--white);
		padding: 3rem;
		border-radius: 20px;
		box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
		position: relative;
		transition: all 0.3s ease;
	}
	
	.feature-card:hover {
		transform: translateY(-10px);
		box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
	}
	
	.feature-number {
		position: absolute;
		top: -15px;
		left: 30px;
		background: var(--primary-red);
		color: var(--white);
		width: 50px;
		height: 50px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 900;
		font-size: 1.2rem;
	}
	
	.feature-card h3 {
		font-size: 1.5rem;
		color: var(--text-dark);
		margin-bottom: 1.5rem;
		margin-top: 1rem;
	}
	
	.feature-card > p {
		color: var(--text-gray);
		margin-bottom: 2rem;
		line-height: 1.7;
	}
	
	.feature-details ul {
		list-style: none;
	}
	
	.feature-details li {
		display: flex;
		align-items: center;
		gap: 0.8rem;
		margin-bottom: 0.8rem;
		color: var(--text-gray);
	}
	
	.feature-details i {
		color: var(--success-green);
		font-size: 1.1rem;
	}
	
	/* Benefits Section */
	.benefits {
		padding: 80px 0;
		background: var(--white);
	}
	
	.benefits-comparison {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		gap: 2rem;
		align-items: center;
		margin-bottom: 4rem;
	}
	
	.comparison-card {
		background: var(--light-red);
		padding: 2.5rem;
		border-radius: 20px;
		text-align: center;
	}
	
	.comparison-card h3 {
		font-size: 1.4rem;
		margin-bottom: 2rem;
	}
	
	.without-test h3 {
		color: var(--warning-red);
	}
	
	.with-test h3 {
		color: var(--success-green);
	}
	
	.comparison-list {
		list-style: none;
		text-align: left;
		margin-bottom: 2rem;
	}
	
	.comparison-list li {
		padding: 0.8rem 0;
		border-bottom: 1px solid var(--border-gray);
		color: var(--text-gray);
	}
	
	.comparison-arrow {
		font-size: 2rem;
		color: var(--primary-red);
	}
	
	.result-badge {
		padding: 1rem 1.5rem;
		border-radius: 25px;
		font-weight: 700;
		font-size: 1.1rem;
	}
	
	.result-badge.negative {
		background: #ffeaea;
		color: var(--warning-red);
	}
	
	.result-badge.positive {
		background: #eafaf1;
		color: var(--success-green);
	}
	
	/* Benefits Flow */
	.benefits-flow {
		margin-top: 4rem;
	}
	
	.benefits-flow h3 {
		text-align: center;
		font-size: 2rem;
		margin-bottom: 3rem;
		color: var(--text-dark);
	}
	
	.flow-steps {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 1rem;
	}
	
	.flow-step {
		text-align: center;
		min-width: 200px;
	}
	
	.step-number {
		width: 60px;
		height: 60px;
		background: var(--primary-red);
		color: var(--white);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.5rem;
		font-weight: 900;
		margin: 0 auto 1rem;
	}
	
	.flow-step h4 {
		font-size: 1.2rem;
		color: var(--text-dark);
		margin-bottom: 0.5rem;
	}
	
	.flow-step p {
		color: var(--text-gray);
		font-size: 0.95rem;
	}
	
	.flow-arrow {
		font-size: 1.5rem;
		color: var(--primary-red);
	}
	
	/* Details Section */
	.details {
		padding: 80px 0;
		background: linear-gradient(135deg, var(--light-red) 0%, var(--white) 100%);
	}
	
	.details-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
		max-width: 900px;
		margin: 0 auto;
	}
	
	@media (max-width: 768px) {
		.details-grid {
				grid-template-columns: 1fr;
		}
	}
	
	.details-card {
		background: var(--white);
		padding: 2.5rem;
		border-radius: 15px;
		box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
		transition: transform 0.3s ease;
	}
	
	.details-card:hover {
		transform: translateY(-5px);
	}
	
	.details-card h3 {
		color: var(--primary-red);
		font-size: 1.3rem;
		margin-bottom: 1.5rem;
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}
	
	.details-content ul {
		list-style: none;
		color: var(--text-gray);
	}
	
	.details-content li {
		padding: 0.3rem 0;
	}
	
	.price-campaign {
		text-align: center;
	}
	
	.campaign-label {
		background: var(--accent-gold);
		color: var(--white);
		padding: 0.5rem 1rem;
		border-radius: 15px;
		font-size: 0.9rem;
		font-weight: 600;
		margin-bottom: 1rem;
	}
	
	.price-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 1rem;
		padding: 0.8rem;
		background: var(--light-red);
		border-radius: 8px;
	}
	
	.price-label {
		font-weight: 600;
		color: var(--text-dark);
	}
	
	.price-value {
		font-size: 1.2rem;
		font-weight: 700;
		color: var(--primary-red);
	}
	
	/* Testimonials Section */
	.testimonials {
		padding: 60px 0;
		background: var(--white);
		text-align: center;
	}
	
	.testimonials-note {
		background: var(--light-red);
		padding: 2rem;
		border-radius: 15px;
		display: inline-block;
	}
	
	.testimonials-note p {
		color: var(--primary-red);
		font-weight: 600;
		font-size: 1.1rem;
	}
	
	.testimonials-note i {
		color: var(--accent-gold);
		margin-right: 0.5rem;
	}
	
	/* CTA Section */
	.cta {
		padding: 80px 0;
		background: linear-gradient(135deg, var(--primary-red), var(--secondary-red));
		color: var(--white);
		text-align: center;
	}
	
	.cta-content h2 {
		font-size: 2.5rem;
		font-weight: 700;
		margin-bottom: 1.5rem;
	}
	
	.cta-content p {
		font-size: 1.2rem;
		margin-bottom: 3rem;
		opacity: 0.9;
		line-height: 1.6;
	}
	
	.cta-buttons {
		display: flex;
		gap: 1rem;
		justify-content: center;
		margin-bottom: 2rem;
		flex-wrap: wrap;
	}
	
	.cta .btn-primary {
		background: var(--white);
		color: var(--primary-red);
	}
	
	.cta .btn-primary:hover {
		background: var(--light-red);
	}
	
	.cta .btn-secondary {
		background: transparent;
		color: var(--white);
		border: 2px solid var(--white);
	}
	
	.cta .btn-secondary:hover {
		background: var(--white);
		color: var(--primary-red);
	}
	
	.cta-info {
		opacity: 0.8;
	}
	
	.cta-info i {
		color: var(--accent-gold);
		margin-right: 0.5rem;
	}
	
	/* Footer */
	.footer {
		background: var(--text-dark);
		color: var(--white);
		padding: 2rem 0;
		text-align: center;
	}
	
	.footer-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.footer-brand h3 {
		color: var(--white);
		margin-bottom: 0.5rem;
	}
	
	.footer-brand p {
		font-weight: 600;
	}
	
	.footer-info {
		opacity: 0.7;
	}
	
	/* Sample Report Section */
	.sample-report {
		padding: 80px 0;
		background: var(--white);
	}
	
	.report-preview {
		max-width: 1000px;
		margin: 0 auto;
		background: var(--white);
		border-radius: 20px;
		box-shadow: 0 15px 60px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		width: 100%;
		box-sizing: border-box;
	}
	
	.report-header {
		background: linear-gradient(135deg, var(--primary-red), var(--secondary-red));
		color: var(--white);
		padding: 2rem;
	}
	
	.report-header h3 {
		font-size: clamp(1.1rem, 3vw, 1.5rem);
		margin-bottom: 1.5rem;
		color: var(--white);
		text-align: center; /* SP */
		line-height: 1.3;
	}
	
	.report-info {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 1rem;
	}
	
	.info-item {
		display: flex;
		flex-direction: column;
		gap: 0.3rem;
	}
	
	.info-item .label {
		font-size: 0.9rem;
		opacity: 0.8;
	}
	
	.info-item .value {
		font-weight: 600;
		font-size: 1rem;
	}
	
	.report-content {
		padding: 2rem;
	}
	
	.score-section {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
		margin-bottom: 3rem;
		padding-bottom: 2rem;
		border-bottom: 2px solid var(--border-gray);
	}
	
	.score-change {
		font-weight: 600;
		padding: 0.1rem 0.3rem;
		border-radius: 3px;
		font-size: 0.75rem;
		background: #22c55e;
		color: white;
		margin-left: 0.5rem;
	}
	
	.score-change.negative {
		background: #ef4444;
	}
	
	.overall-score {
		text-align: center;
	}
	
	.overall-score h4 {
		color: var(--primary-red);
		margin-bottom: 1rem;
	}
	
	.score-circle {
		display: flex;
		align-items: baseline;
		justify-content: center;
		gap: 0.5rem;
		margin-bottom: 1rem;
	}
	
	.score-number {
		font-size: 4rem;
		font-weight: 900;
		color: var(--primary-red);
		line-height: 1;
	}
	
	.score-max {
		font-size: 1.2rem;
		color: var(--text-gray);
	}
	
	.score-level {
		background: var(--light-red);
		color: var(--primary-red);
		padding: 0.8rem;
		border-radius: 25px;
		font-weight: 600;
		font-size: 0.9rem;
	}
	
	.ranking-info h4 {
		color: var(--primary-red);
		margin: 1rem;
	}
	
	.ranking-items {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
	
	.ranking-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 1rem;
		background: var(--light-red);
		border-radius: 10px;
	}
	
	.rank-label {
		color: var(--text-gray);
		font-weight: 500;
	}
	
	.rank-value {
		font-weight: 700;
		color: var(--primary-red);
		font-size: 1.1rem;
	}
	
	/* Skills Section */
.skills-section {
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	border-bottom: 2px solid var(--border-gray);
}

.skills-section h4 {
	color: var(--primary-red);
	margin-bottom: 2rem;
}

.radar-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}

.chart-wrapper {
	position: relative;
	/* PC版のデフォルトサイズ */
	width: 400px; /* 以前より少し大きく */
	height: 400px; /* 以前より少し大きく */
	margin: 0 auto;
	box-sizing: border-box;
}

#skillRadarChart {
	background: var(--white);
	border-radius: 10px;
	width: 100% !important;
	height: 100% !important;
	display: block;
}
	
	.radar-legend {
		display: flex;
		flex-direction: column;
		gap: 0.8rem;
	}
	
	.legend-item {
		display: flex;
		align-items: center;
		gap: 0.8rem;
		padding: 0.5rem;
		font-size: 0.9rem;
	}
	
	.legend-color {
		width: 16px;
		height: 16px;
		border-radius: 3px;
	}
	
	.legend-color.excellent {
		background: #22c55e;
	}
	
	.legend-color.normal {
		background: #f59e0b;
	}
	
	.legend-color.improvement {
		background: #ef4444;
	}
	
	.legend-color.perfect {
		background: var(--primary-red);
	}
	
	/* Radar Chart Styles (重複しているが、元のコードに基づいて抽出) */
	.radar-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
		align-items: center;
	}
	
	.chart-wrapper {
		position: relative;
		width: 540px;
		height: 540px;
		margin: 0 auto;
	}
	
	#skillRadarChart {
		background: var(--white);
		border-radius: 10px;
	}
	
	.radar-legend {
		display: flex;
		flex-direction: column;
		gap: 0.8rem;
	}
	
	.legend-item {
		display: flex;
		align-items: center;
		gap: 0.8rem;
		padding: 0.5rem;
		font-size: 0.9rem;
	}
	
	.legend-color {
		width: 16px;
		height: 16px;
		border-radius: 3px;
	}
	
	.legend-color.excellent {
		background: #22c55e;
	}
	
	.legend-color.normal {
		background: #f59e0b;
	}
	
	.legend-color.improvement {
		background: #ef4444;
	}
	
	.legend-color.perfect {
		background: var(--primary-red);
	}
	
	.score-change {
		font-weight: 600;
		padding: 0.1rem 0.3rem;
		border-radius: 3px;
		font-size: 0.75rem;
		background: #22c55e;
		color: white;
		margin-left: 0.5rem;
	}
	
	.score-change.negative {
		background: #ef4444;
	}
	
	/* Analysis Section */
	.analysis-section {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
		margin-bottom: 3rem;
		padding-bottom: 2rem;
		border-bottom: 2px solid var(--border-gray);
	}
	
	.strengths h4, .improvements h4 {
		color: var(--primary-red);
		margin-bottom: 1rem;
	}
	
	.strength-items, .improvement-items {
		display: flex;
		flex-direction: column;
		gap: 0.8rem;
	}
	
	.strength-item, .improvement-item {
		display: flex;
		align-items: center;
		gap: 0.8rem;
		padding: 1rem;
		border-radius: 10px;
	}
	
	.strength-item {
		background: #f0fdf4;
		color: #15803d;
	}
	
	.improvement-item {
		background: #fef2f2;
		color: #dc2626;
	}
	
	.improvement-detail {
		font-size: 0.85rem;
		color: var(--text-gray);
		margin-left: 2.2rem;
		font-style: italic;
	}
	
	/* Growth Section */
	.growth-section {
		margin-bottom: 3rem;
		padding-bottom: 2rem;
		border-bottom: 2px solid var(--border-gray);
	}
	
	.growth-section h4 {
		color: var(--primary-red);
		margin-bottom: 1rem;
	}
	
	.growth-items {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
	
	.growth-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 1rem;
		border-radius: 10px;
	}
	
	.growth-item.positive {
		background: #f0fdf4;
		color: #15803d;
	}
	
	.growth-item.negative {
		background: #fef2f2;
		color: #dc2626;
	}
	
	.growth-category {
		font-weight: 600;
	}
	
	.growth-change {
		font-weight: 500;
	}
	
	/* Action Plan */
	.action-plan h4 {
		color: var(--primary-red);
		margin-bottom: 1rem;
	}
	
	.plan-items {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		margin-bottom: 2rem;
	}
	
	.plan-item {
		display: flex;
		align-items: center;
		gap: 1rem;
		padding: 1rem;
		border-radius: 10px;
		background: var(--light-red);
	}
	
	.priority-label {
		padding: 0.3rem 0.8rem;
		border-radius: 15px;
		font-size: 0.8rem;
		font-weight: 700;
		white-space: nowrap;
	}
	
	.priority-high .priority-label {
		background: #dc2626;
		color: var(--white);
	}
	
	.priority-medium .priority-label {
		background: #f59e0b;
		color: var(--white);
	}
	
	.next-test {
		display: flex;
		align-items: center;
		gap: 0.8rem;
		padding: 1rem;
		background: var(--light-red);
		border-radius: 10px;
		color: var(--primary-red);
		font-weight: 600;
	}
	
	/* Report CTA */
	.report-cta {
		background: var(--light-red);
		padding: 1.5rem;
		text-align: center;
		color: var(--primary-red);
		font-weight: 500;
	}
	
	.report-cta i {
		color: var(--accent-gold);
		margin-right: 0.5rem;
	}
	
	/* Responsive Design */
	@media (max-width: 1024px) {
		.nav-contact {
				gap: 1rem;
		}
		
		.phone-info {
				font-size: 0.9rem;
		}
	}
	
	@media (max-width: 768px) {
		.nav-menu {
				display: none;
				position: absolute;
				top: 100%;
				left: 0;
				right: 0;
				background: var(--white);
				flex-direction: column;
				padding: 2rem;
				box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
				gap: 1rem;
		}
		
		.nav-menu.active {
				display: flex;
		}
		
		.nav-contact {
				flex-direction: column;
				gap: 1rem;
				width: 100%;
		}
		
		.phone-info {
				justify-content: center;
				width: 100%;
		}
		
		.nav-toggle {
				display: block;
		}
		
		.nav-container {
				padding: 1rem;
				position: relative;
		}
		
		.hero {
				padding: 100px 0 60px;
		}
		
		.hero-content {
				grid-template-columns: 1fr;
				gap: 2rem;
				text-align: center;
		}
		
		.hero-visual {
				gap: 1.5rem;
		}
		
		.dashboard-image {
				max-width: 350px;
		}
		
		.logo-badge {
				display: block;
				margin-left: 0;
				margin-top: 1rem;
				font-size: 0.8rem;
				padding: 0.3rem 0.6rem;
		}
		
		.hero-title {
				font-size: 2rem;
				max-width: 100%;
		}
		
		.hero-question {
				font-size: 2rem;
		}
		
		.brand-logo {
				height: 40px;
				width: 40px;
		}
		
		.brand-text h1 {
				font-size: 1.5rem;
		}
		
		.logo-main {
				font-size: 2.5rem;
		}
		
		.hero-buttons {
				flex-direction: column;
				align-items: center;
		}
		
		.section-title {
				font-size: 2rem;
		}
		
		.features-grid,
		.details-grid,
		.problems-grid {
				grid-template-columns: 1fr;
		}
		
		.benefits-comparison {
				grid-template-columns: 1fr;
				gap: 1.5rem;
		}
		
		.comparison-arrow {
				transform: rotate(90deg);
				font-size: 1.5rem;
		}
		
		.flow-steps {
				flex-direction: column;
				gap: 2rem;
		}
		
		.flow-arrow {
				transform: rotate(90deg);
				font-size: 1.2rem;
		}
		
		.cta-content h2 {
				font-size: 2rem;
		}
		
		.cta-buttons {
				flex-direction: column;
				align-items: center;
		}
		
		.footer-content {
				flex-direction: column;
				gap: 1rem;
		}
		
		.container {
				padding: 0 20px;
		}
	}
	
	@media (max-width: 480px) {
		.hero-title {
				font-size: 1.6rem;
		}
		
		.hero-question {
				font-size: 1.6rem;
		}
	
		.hero-card {
			margin: 250px auto 0;
		}
		
		.brand-logo {
				height: 35px;
				width: auto;
		}
		
		.brand-text h1 {
				font-size: 1.3rem;
		}
		
		.logo-main {
				font-size: 2rem;
		}
		
		.dashboard-image {
				max-width: 300px;
		}
		
		.logo-badge {
				font-size: 0.75rem;
				padding: 0.25rem 0.5rem;
		}
		
		.section-title {
				font-size: 1.8rem;
		}
		
		.btn {
				padding: 0.8rem 1.5rem;
				font-size: 0.95rem;
		}
		
		.feature-card,
		.details-card {
				padding: 2rem 1.5rem;
		}
		
		.problem-card {
				padding: 1.5rem;
		}
	
			.report-preview {
					width: calc(100% - 1rem);
					margin: 0 auto;
			}
			
			.report-header {
					padding: 1rem;
			}
			
			.report-header h3 {
					font-size: 1rem;
					line-height: 1.4;
			}
			
			.report-content {
					padding: 1rem;
			}
			
			.legend-item {
					font-size: 0.8rem;
					gap: 0.5rem;
			}
			
			.legend-color {
					width: 12px;
					height: 12px;
					flex-shrink: 0;
			}
			.report-preview {
				width: 100%;
				margin: 0 auto;
		}
		
		.report-header {
				padding: 1rem;
		}
		
		.report-header h3 {
				font-size: 1rem;
				line-height: 1.4;
		}
		
		.report-content {
				padding: 1rem;
		}
		
		.chart-wrapper {
				width: min(260px, 85vw);
				height: min(260px, 85vw);
		}
	
		.radar-container {
			gap: 1.5rem;
			display: block;
		}
	
		.radar-legend {
			max-width: min(280px, 92vw);
			gap: 0.8rem;
			padding: 1rem;
		}
	
		.legend-item {
			font-size: 0.85rem;
			gap: 0.6rem;
			padding: 0.7rem;
		}
	
		.legend-color {
			width: 12px;
			height: 12px;
		}
	
		.analysis-section {
			display: block;
		}
	
		.score-section {
			display: block;
		}
	}
	
	/* Animation Classes */
	.fade-in {
		opacity: 0;
		transform: translateY(30px);
		transition: all 0.6s ease;
	}
	
	.fade-in.visible {
		opacity: 1;
		transform: translateY(0);
	}
	
	.slide-in-left {
		opacity: 0;
		transform: translateX(-50px);
		transition: all 0.6s ease;
	}
	
	.slide-in-left.visible {
		opacity: 1;
		transform: translateX(0);
	}
	
	.slide-in-right {
		opacity: 0;
		transform: translateX(50px);
		transition: all 0.6s ease;
	}
	
	.slide-in-right.visible {
		opacity: 1;
		transform: translateX(0);
	}
	
	/* Floating People Animations */
	.floating-people {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		pointer-events: none;
		z-index: 5;
	}
	
	.floating-person {
		position: absolute;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		overflow: hidden;
	}
	
	.floating-person img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 50%;
	}
	
	.person-1 {
		top: 18%;
		right: 35%;
		animation: float1 6s ease-in-out infinite;
		width: auto;
		height: 20%;
	}
	
	.person-2 {
		top: 25%;
		right: 18%;
		animation: float2 8s ease-in-out infinite;
		animation-delay: -2s;
		width: auto;
		height: 22%;
	}
	
	.person-3 {
		top: 16%;
		right: 5%;
		animation: float3 7s ease-in-out infinite;
		animation-delay: -4s;
		width: auto;
		height: 21%;
	}
	
	@media (max-width: 768px) {
		.hero-card {
			margin: 250px auto 0;
		}
		.person-1 {
			top: 50%;
			right: 65%;
			animation: float1 6s ease-in-out infinite;
			width: auto;
			height: 15%;
		}
		
		.person-2 {
			top: 52%;
			right: 34%;
			animation: float2 8s ease-in-out infinite;
			animation-delay: -2s;
			width: auto;
			height: 17%;
		}
		
		.person-3 {
			top: 50%;
			right: 8%;
			animation: float3 7s ease-in-out infinite;
			animation-delay: -4s;
			width: auto;
			height: 16%;
		}
	}
	
	@media (max-width: 480px) {
		.person-1 {
			top: 54%;
			right: 70%;
			animation: float1 6s ease-in-out infinite;
			width: 25%;
			height: 10%;
		}
		
		.person-2 {
			top: 55%;
			right: 36%;
			animation: float2 8s ease-in-out infinite;
			animation-delay: -2s;
			width: 25%;
			height: 10%;
		}
		
		.person-3 {
			top: 58%;
			right: 5%;
			animation: float3 7s ease-in-out infinite;
			animation-delay: -4s;
			width: 25%;
			height: 10%;
		}
	}
	
	:root {
		/* ... */
		
		/*  */
		--fs-nav-link: clamp(0.85rem, 1vw, 1rem);
		--fs-phone-number: clamp(1rem, 1.4vw, 1.5rem);
		--fs-phone-hours: clamp(0.65rem, 0.8vw, 0.8rem);
		--fs-nav-cta: clamp(0.8rem, 0.9vw, 1rem);
		
		/*  */
		--header-padding-y: clamp(0.6rem, 1vw, 1rem);
		--header-padding-x: clamp(1rem, 2vw, 2rem);
		--nav-gap: clamp(0.8rem, 1.5vw, 2rem);
		--contact-gap: clamp(0.5rem, 1vw, 1.5rem);
	}
	
	/* =====  ===== */
	
	/* :  */
	.br-pc,
	.br-tablet,
	.br-sp {
			display: none;
	}
	
	/* PC1025px: PC */
	@media (min-width: 1025px) {
			.br-pc {
					display: inline;
			}
			
			/* PC */
			.br-tablet,
			.br-sp {
					display: none;
			}
	}
	
	/* 769px-1024px:  */
	@media (min-width: 769px) and (max-width: 1024px) {
			.br-tablet {
					display: inline;
			}
			
			.br-pc,
			.br-sp {
					display: none;
			}
	}
	
	/* SP768px: SP */
	@media (max-width: 768px) {
			.br-sp {
					display: inline;
			}
			
			.br-pc,
			.br-tablet {
					display: none;
			}
	}
	
	/* 480px:  */
	@media (max-width: 480px) {
			.br-sp-small {
					display: inline;
			}
	}
	
	.br-sp-small {
			display: none;
	}
	
	/*  */
	.responsive-text {
			line-height: 1.4;
			text-align: inherit;
	}

	@media (max-width: 1024px) {
    /* ... (既存の1024px以下の設定) ... */
    .chart-wrapper {
        width: min(450px, 90vw); /* タブレットで少し大きく */
        height: min(450px, 90vw);
    }
}

@media (max-width: 768px) {
    /* ... (既存の768px以下の設定) ... */
    .radar-container {
        grid-template-columns: 1fr; /* モバイルでは1カラム */
        grid-template-areas: "chart" "legend";
        gap: 2rem;
        justify-items: center;
    }
    .chart-wrapper {
        width: min(350px, 95vw); /* **ここを調整: モバイル/タブレットでさらに大きく** */
        height: min(350px, 95vw);
    }
}

@media (max-width: 480px) {
    /* ... (既存の480px以下の設定) ... */
    .chart-wrapper {
        width: min(330px, 90vw); /* **ここを調整: SPでさらに大きく** */
        height: min(300px, 90vw);
    }
    .radar-legend {
        max-width: min(300px, 90vw); /* SPの凡例の最大幅も調整 */
    }
}
	