/*!
Theme Name: QuantarisLab
Theme URI: http://underscores.me/
Author: Soshi
Author URI: https://quantarislab.com
Description: QuantarisLab official website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quantarislab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

QuantarisLab is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# TOP PAGE (front-page.php) — QuantarisLab
--------------------------------------------------------------*/

/* ============================================================
   1. Hero Section
   ============================================================ */
.hero-section {
	position: relative;
	width: 100%;
	height: 500px;
	background-color: #e8e8e8; /* placeholder — swap with background-image in production */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.hero-section__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	width: 100%;
}

.hero-section__label {
	display: block;
	font-size: 0.85rem;
	font-weight: 500;
	color: #555;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}

.hero-section__heading {
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.45;
	letter-spacing: 0.04em;
	margin: 0;
}

/* ============================================================
   2. News Section
   ============================================================ */
.news-section {
	background-color: #f5f5f5;
	padding: 40px 0;
}

.news-section__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: grid;
	grid-template-columns: 200px 1fr auto;
	gap: 48px;
	align-items: start;
}

.news-section__meta {
	padding-top: 4px;
}

.news-section__label {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.news-section__more {
	font-size: 0.8rem;
	align-self: end;
}

.news-section__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.news-section__item {
	display: flex;
	align-items: baseline;
	gap: 16px;
}

.news-section__date {
	font-size: 0.8rem;
	color: #888;
	white-space: nowrap;
	flex-shrink: 0;
}

.news-section__title a {
	font-size: 0.9rem;
	color: #1a1a1a;
	text-decoration: none;
	transition: color 0.2s ease;
}

.news-section__title a:hover {
	color: #2c5f8a;
}

/* ============================================================
   3. Mission Section
   ============================================================ */
.mission-section {
	background-color: #0c1527;
	padding: 100px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

/* パーティクルキャンバス */
.mission-section__canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

/* 左右の縦書き装飾テキスト */
.mission-section__deco {
	position: absolute;
	top: 50%;
	writing-mode: vertical-lr;
	font-size: 0.6rem;
	letter-spacing: 0.45em;
	color: rgba(102, 134, 183, 0.35);
	text-transform: uppercase;
	user-select: none;
}
.mission-section__deco--left {
	left: 40px;
	transform: translateY(-50%);
}
.mission-section__deco--right {
	right: 40px;
	transform: translateY(-50%) rotate(180deg);
}

.mission-section__inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	z-index: 1;
}

.mission-section__label {
	font-size: 0.85rem;
	font-weight: 500;
	color: #6686b7;
	letter-spacing: 0.12em;
	margin: 0 0 24px;
}

.mission-section__heading {
	font-size: clamp(1.1rem, 2.5vw, 1.5rem);
	font-weight: 700;
	color: #fff;
	line-height: 1.7;
	letter-spacing: 0.04em;
	margin: 0 0 40px;
}

.mission-section__text {
	font-size: 0.9rem;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.65);
	text-align: center;
	margin: 0 0 20px;
}

.mission-section__text:last-child {
	margin-bottom: 0;
}

/* ─── Scroll reveal ─── */
[data-reveal] {
	opacity: 0;
	will-change: transform, opacity; /* GPU layer に隔離して fixed header への影響を防止 */
	transition: opacity 1.4s ease, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal="from-left"]   { transform: translateX(-64px); }
[data-reveal="from-right"]  { transform: translateX(64px); }
[data-reveal="from-bottom"] { transform: translateY(48px); }
[data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

/* ============================================================
   4. Projects Section
   ============================================================ */
.projects-section {
	padding: 100px 0;
	background-color: #fff;
	overflow: hidden; /* translateX アニメーションの横はみ出しを封じ、fixed header への干渉を防止 */
}

.projects-section__header {
	text-align: center;
	margin-bottom: 64px;
}

.projects-section__heading {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	white-space: nowrap;
}
.projects-section__heading::before,
.projects-section__heading::after {
	content: '';
	width: 40px;
	flex: none;
	height: 1px;
	background: #1a1a1a;
}

.projects-section__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.project-card {
	display: grid;
	grid-template-columns: 400px 1fr;
	gap: 56px;
	align-items: center;
}

.project-card__image-wrap {
	overflow: hidden;
	border-radius: 4px;
}

.project-card__image {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s ease;
}

.project-card__image-wrap:hover .project-card__image {
	transform: scale(1.03);
}

.project-card__title {
	font-size: clamp(1.4rem, 2.5vw, 1.9rem);
	font-weight: 700;
	letter-spacing: 0.03em;
	margin: 0 0 8px;
}

.project-card__title--orange { color: #e8874a; }
.project-card__title--teal   { color: #4ab8a0; }

.project-card__sub {
	font-size: 0.85rem;
	font-weight: 500;
	color: #888;
	letter-spacing: 0.06em;
	margin: 0 0 20px;
}

.project-card__text {
	font-size: 0.875rem;
	line-height: 1.9;
	color: #555;
	margin: 0 0 28px;
}

/* ============================================================
   5. qNTA Section
   ============================================================ */
.qnta-section {
	background-color: #f5f5f5;
	padding: 100px 0;
}

.qnta-section__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 64px;
	align-items: center;
}

.qnta-section__image-wrap {
	overflow: hidden;
	border-radius: 4px;
}

.qnta-section__image {
	width: 100%;
	height: auto;
	display: block;
}

.qnta-section__label {
	font-size: 0.8rem;
	font-weight: 500;
	color: #2c5f8a;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
}

.qnta-section__heading {
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin: 0 0 20px;
}

.qnta-section__text {
	font-size: 0.875rem;
	line-height: 1.9;
	color: #555;
	margin: 0 0 20px;
}

.qnta-section__list-label {
	font-size: 0.8rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 8px;
}

.qnta-section__list {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.qnta-section__list li {
	font-size: 0.85rem;
	color: #555;
	padding: 4px 0 4px 14px;
	position: relative;
}

.qnta-section__list li::before {
	content: '–';
	position: absolute;
	left: 0;
	color: #2c5f8a;
}

/* ============================================================
   6. About US Section
   ============================================================ */
.aboutus-section {
	padding: 100px 0;
	background-color: #fff;
	text-align: center;
}

.aboutus-section__heading {
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.1em;
	margin: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	white-space: nowrap;
}
.aboutus-section__heading::before,
.aboutus-section__heading::after {
	content: '';
	width: 40px;
	flex: none;
	height: 1px;
	background: #1a1a1a;
}

.aboutus-section__image-wrap {
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 0 40px;
	overflow: hidden;
	border-radius: 4px;
}

.aboutus-section__image {
	width: 100%;
	height: auto;
	display: block;
}

.aboutus-section__link-wrap {
	text-align: center;
	margin-top: 24px;
}

/* ============================================================
   7. Blog / Media Section
   ============================================================ */
.blog-section {
	background-color: #f5f5f5;
	padding: 100px 0;
}

.blog-section__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.blog-section__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin: 0 0 48px;
}

.blog-section__heading {
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.08em;
	margin: 0;
}

.blog-section__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.blog-card {
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.blog-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
}

.blog-card__image-wrap {
	overflow: hidden;
	aspect-ratio: 16 / 10;
}

.blog-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__image {
	transform: scale(1.04);
}

.blog-card__body {
	padding: 20px 20px 24px;
}

.blog-card__date {
	font-size: 0.78rem;
	color: #999;
	display: block;
	margin-bottom: 8px;
}

.blog-card__title {
	font-size: 0.9rem;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.6;
	margin: 0;
}

/* ============================================================
   Responsive — Tablet (768px–1199px)
   ============================================================ */
@media (max-width: 1199px) {
	.hero-section__inner,
	.news-section__inner,
	.projects-section__inner,
	.qnta-section__inner,
	.aboutus-section__image-wrap,
	.blog-section__inner {
		padding-right: 32px;
		padding-left: 32px;
	}

	.project-card {
		grid-template-columns: 320px 1fr;
		gap: 40px;
	}

	.qnta-section__inner {
		grid-template-columns: 1fr 360px;
		gap: 48px;
	}

	.blog-section__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ============================================================
   Responsive — SP (767px and below)
   ============================================================ */
@media (max-width: 767px) {
	/* Hero */
	.hero-section {
		height: 360px;
		display: block; /* iOS Safari: flexを解除してfixed headerのずれを防止 */
	}

	.hero-section__inner {
		padding: 110px 20px 0;
	}

	/* News */
	.news-section__inner {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 0 20px;
	}

	.news-section__more {
		justify-self: end;
	}

	.news-section__meta {
		display: flex;
		align-items: center;
		gap: 16px;
	}

	/* Mission */
	.mission-section {
		padding: 56px 0;
	}

	.mission-section__inner {
		padding: 0 20px;
	}

	/* Projects */
	.projects-section {
		padding: 56px 0;
	}

	.projects-section__inner {
		padding: 0 20px;
	}

	.project-card {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	/* qNTA */
	.qnta-section {
		padding: 56px 0;
	}

	.qnta-section__inner {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 0 20px;
	}

	.qnta-section__image-wrap {
		order: -1;
	}

	/* About US */
	.aboutus-section {
		padding: 56px 0;
	}

	.aboutus-section__image-wrap {
		padding: 0 20px;
	}

	/* Blog */
	.blog-section {
		padding: 56px 0;
	}

	.blog-section__inner {
		padding: 0 20px;
	}

	.blog-section__grid {
		grid-template-columns: 1fr;
	}

	.news-section__item {
		flex-direction: column;
		gap: 4px;
	}
}

/*--------------------------------------------------------------
# VISION PAGE (page-vision.php) — QuantarisLab
--------------------------------------------------------------*/

/* ============================================================
   Shared: Vision heading with accent line
   ============================================================ */
.vision-section-title {
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin: 0 0 28px;
}

.vision-section-title::after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background-color: #2c5f8a;
	margin-top: 14px;
}

.vision-center-title {
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-align: center;
	margin: 0 0 28px;
}

.vision-center-title::after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background-color: #2c5f8a;
	margin: 14px auto 0;
}

/* Shared body text */
.vision-text {
	font-size: 0.9rem;
	line-height: 1.9;
	color: #444;
	margin: 0 0 1.5em;
}

.vision-text:last-child {
	margin-bottom: 0;
}

/* Shared inline label (small descriptor before a paragraph) */
.vision-label-text {
	display: block;
	font-size: 0.78rem;
	font-weight: 500;
	color: #2c5f8a;
	letter-spacing: 0.06em;
	margin-bottom: 6px;
}

/* Shared containers */
.vision-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.vision-container-md {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 40px;
}

.vision-container-sm {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 40px;
}

/* ============================================================
   1. Page Header
   ============================================================ */
.vision-page-header {
	background-color: #2c2c2c;
	padding: 48px 0 40px;
}

.vision-page-header__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 16px;
}

.vision-page-header__breadcrumb a {
	color: rgba(255, 255, 255, 0.45);
	text-decoration: none;
	transition: color 0.2s ease;
}

.vision-page-header__breadcrumb a:hover {
	color: rgba(255, 255, 255, 0.9);
}

.vision-page-header__breadcrumb-sep {
	font-size: 0.7rem;
}

.vision-page-header__title {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.08em;
	margin: 0;
}

/* ============================================================
   2. Vision Hero
   ============================================================ */
.vision-hero {
	background-color: #fff;
	padding: 80px 0 0;
	text-align: center;
}

.vision-hero__label {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	color: #2c5f8a;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.vision-hero__heading {
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin: 0 0 56px;
}

.vision-hero__image-wrap {
	width: 100%;
	overflow: hidden;
}

.vision-hero-img {
	width: 100%;
	height: auto;
	display: block;
	max-height: 500px;
	object-fit: cover;
}

/* ============================================================
   3. Intro Text
   ============================================================ */
.vision-intro {
	background-color: #fff;
	padding: 80px 0;
	text-align: center;
}

.vision-intro__label {
	font-size: 0.85rem;
	font-weight: 500;
	color: #2c5f8a;
	letter-spacing: 0.08em;
	margin: 0 0 20px;
}

.vision-intro__heading {
	font-size: clamp(1rem, 2vw, 1.3rem);
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.8;
	letter-spacing: 0.04em;
	margin: 0 0 48px;
}

/* ============================================================
   4. Circular Economy
   ============================================================ */
.vision-circular {
	background-color: #fff;
	padding: 80px 0;
}

.vision-circular__figure {
	margin: 48px 0 48px;
}

.vision-circular__caption {
	display: block;
	font-size: 0.8rem;
	font-weight: 500;
	color: #666;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 12px;
}

.vision-circular-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}

/* ============================================================
   5. 2030 Section
   ============================================================ */
.vision-2030 {
	background-color: #fff;
	padding: 80px 0;
}

.vision-2030__image-wrap {
	width: 100%;
	overflow: hidden;
	margin: 48px 0;
}

.vision-2030-img {
	width: 100%;
	height: auto;
	display: block;
	max-height: 400px;
	object-fit: cover;
}

/* ============================================================
   6. Project Section
   ============================================================ */
.vision-project {
	background-color: #fff;
	padding: 80px 0;
}

/* ============================================================
   7. CTA Area
   ============================================================ */
.cta-area {
	background-color: #f5f5f5;
	padding: 80px 40px;
	text-align: center;
}

.cta-area__placeholder {
	display: inline-block;
	padding: 32px 80px;
	background-color: #e8e8e8;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 500;
	color: #888;
	letter-spacing: 0.06em;
}

/* ============================================================
   Responsive — Tablet (768px–1199px)
   ============================================================ */
@media (max-width: 1199px) {
	.vision-container,
	.vision-container-md,
	.vision-container-sm {
		padding-right: 32px;
		padding-left: 32px;
	}
}

/* ============================================================
   Responsive — SP (767px and below)
   ============================================================ */
@media (max-width: 767px) {
	.vision-page-header {
		padding: 32px 0 28px;
	}

	.vision-hero {
		padding: 56px 0 0;
	}

	.vision-hero__heading {
		font-size: 1.5rem;
		margin-bottom: 40px;
	}

	.vision-hero-img {
		max-height: 260px;
	}

	.vision-intro,
	.vision-circular,
	.vision-2030,
	.vision-project {
		padding: 56px 0;
	}

	.vision-container,
	.vision-container-md,
	.vision-container-sm {
		padding-right: 20px;
		padding-left: 20px;
	}

	.vision-section-title {
		font-size: 1.15rem;
	}

	.vision-center-title {
		font-size: 1.15rem;
	}

	.vision-circular__figure {
		margin: 32px 0;
	}

	.vision-2030__image-wrap {
		margin: 32px 0;
	}

	.cta-area {
		padding: 56px 20px;
	}

	.cta-area__placeholder {
		padding: 24px 40px;
		width: 100%;
	}
}

/*--------------------------------------------------------------
# CONTACT PAGE — QuantarisLab
--------------------------------------------------------------*/

/* ============================================================
   Page Header (shared with thanks / download)
   ============================================================ */
.contact-page-header {
	background-color: #2c2c2c;
	padding: 48px 0 40px;
}

.contact-page-header__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.contact-page-header__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 16px;
}

.contact-page-header__breadcrumb a {
	color: rgba(255, 255, 255, 0.45);
	text-decoration: none;
	transition: color 0.2s ease;
}

.contact-page-header__breadcrumb a:hover {
	color: rgba(255, 255, 255, 0.85);
}

.contact-page-header__breadcrumb-sep {
	font-size: 0.7rem;
}

.contact-page-header__title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.06em;
	margin: 0;
}

/* ============================================================
   Step Indicator
   ============================================================ */
.contact-steps {
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0;
}

.contact-steps__inner {
	max-width: 400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
}

.contact-step {
	display: flex;
	align-items: center;
	gap: 8px;
}

.contact-step__num {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	font-weight: 700;
	background-color: #ddd;
	color: #aaa;
	flex-shrink: 0;
}

.contact-step.is-active .contact-step__num {
	background-color: #2c5f8a;
	color: #fff;
}

.contact-step__label {
	font-size: 0.8rem;
	color: #aaa;
}

.contact-step.is-active .contact-step__label {
	color: #1a1a1a;
	font-weight: 600;
}

.contact-step__arrow {
	margin: 0 12px;
	color: #ccc;
	font-size: 0.85rem;
}

/* ============================================================
   Contact Main Body
   ============================================================ */
.contact-body {
	max-width: 800px;
	margin: 0 auto;
	padding: 64px 40px 80px;
}

/* ============================================================
   Tabs
   ============================================================ */
.contact-tabs {
	display: flex;
	margin-bottom: 40px;
	border-bottom: 2px solid #2c2c2c;
}

.contact-tab-btn {
	flex: 1;
	padding: 14px 16px;
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
	background-color: #fff;
	color: #999;
	border: 1px solid #ddd;
	border-bottom: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.contact-tab-btn + .contact-tab-btn {
	border-left: none;
}

.contact-tab-btn.is-active {
	background-color: #2c2c2c;
	color: #fff;
	border-color: #2c2c2c;
}

/* ============================================================
   Form Panels
   ============================================================ */
.contact-form-panel {
	display: none;
}

.contact-form-panel.is-active {
	display: block;
}

/* Description box */
.contact-desc-box {
	background-color: #f5f5f5;
	padding: 30px;
	margin-bottom: 40px;
	border-radius: 2px;
	text-align: center;
}

.contact-desc-box__label {
	font-size: 0.75rem;
	font-weight: 700;
	color: #2c5f8a;
	letter-spacing: 0.08em;
	margin: 0 0 6px;
}

.contact-desc-box__heading {
	font-size: 1rem;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.5;
	margin: 0 0 12px;
}

.contact-desc-box__text {
	font-size: 0.85rem;
	line-height: 1.8;
	color: #555;
	margin: 0;
}

.contact-desc-box__image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 2px;
}

/* Form rows */
.contact-form__row {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 16px;
	align-items: start;
	padding: 16px 0;
	border-bottom: 1px solid #f0f0f0;
}

.contact-form__label {
	font-size: 0.875rem;
	font-weight: 500;
	color: #1a1a1a;
	padding-top: 11px;
}

.contact-form__required {
	color: #cc0000;
	margin-left: 3px;
	font-size: 0.8rem;
}

.contact-form__control {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.contact-form__input {
	width: 100%;
	max-width: 400px;
	padding: 10px 12px;
	font-family: inherit;
	font-size: 0.875rem;
	color: #1a1a1a;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	transition: border-color 0.2s ease;
}

.contact-form__input:focus {
	border-color: #2c5f8a;
	outline: none;
}

.contact-form__textarea {
	width: 100%;
	max-width: 400px;
	height: 150px;
	padding: 10px 12px;
	font-family: inherit;
	font-size: 0.875rem;
	color: #1a1a1a;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	resize: vertical;
	transition: border-color 0.2s ease;
}

.contact-form__textarea:focus {
	border-color: #2c5f8a;
	outline: none;
}

.contact-form__error {
	font-size: 0.78rem;
	color: #cc0000;
	min-height: 1em;
}

/* Privacy text */
.contact-privacy {
	font-size: 0.78rem;
	line-height: 1.8;
	color: #777;
	margin: 28px 0;
	text-align: center;
}

/* ============================================================
   Buttons
   ============================================================ */
.contact-btn-group {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.contact-btn-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	padding: 14px 40px;
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #fff;
	background-color: #2c2c2c;
	border: 2px solid #2c2c2c;
	border-radius: 3px;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.contact-btn-submit:hover {
	background-color: #2c5f8a;
	border-color: #2c5f8a;
}

.contact-btn-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	padding: 14px 32px;
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #2c2c2c;
	background-color: #fff;
	border: 2px solid #2c2c2c;
	border-radius: 3px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.contact-btn-back:hover {
	background-color: #f5f5f5;
}

/* ============================================================
   Confirm Screen
   ============================================================ */
.contact-confirm__heading {
	font-size: 1.1rem;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.04em;
	margin: 0 0 28px;
	padding-bottom: 12px;
	border-bottom: 2px solid #2c5f8a;
}

.contact-confirm__table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}

.contact-confirm__table th,
.contact-confirm__table td {
	padding: 14px 16px;
	font-size: 0.875rem;
	line-height: 1.7;
	border: 1px solid #e0e0e0;
	vertical-align: top;
	text-align: left;
}

.contact-confirm__table th {
	width: 30%;
	background-color: #f5f5f5;
	font-weight: 700;
	color: #1a1a1a;
	white-space: nowrap;
}

.contact-confirm__table td {
	width: 70%;
	background-color: #fff;
	color: #333;
	word-break: break-all;
}

/* ============================================================
   Thanks / Download complete page
   ============================================================ */
.contact-complete {
	text-align: center;
	padding: 80px 40px;
	max-width: 700px;
	margin: 0 auto;
}

.contact-complete__heading {
	font-size: clamp(1.1rem, 2.5vw, 1.4rem);
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 24px;
	letter-spacing: 0.04em;
}

.contact-complete__text {
	font-size: 0.9rem;
	line-height: 1.9;
	color: #555;
	margin: 0 0 40px;
}

/* Download box */
.contact-download-box {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 32px;
	align-items: center;
	background-color: #f5f5f5;
	padding: 30px;
	margin-bottom: 0;
	border-radius: 2px;
	text-align: left;
}

.contact-download-box__label {
	font-size: 0.75rem;
	font-weight: 700;
	color: #2c5f8a;
	letter-spacing: 0.08em;
	margin: 0 0 6px;
}

.contact-download-box__heading {
	font-size: 1rem;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.5;
	margin: 0 0 16px;
}

.contact-download-box__text {
	font-size: 0.875rem;
	line-height: 1.8;
	color: #555;
	margin: 0 0 20px;
}

.contact-download-box__image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 2px;
}

.contact-download-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 200px;
	padding: 14px 32px;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #fff;
	background-color: #2c2c2c;
	border: 2px solid #2c2c2c;
	border-radius: 3px;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.contact-download-btn:hover {
	background-color: #2c5f8a;
	border-color: #2c5f8a;
	color: #fff;
}

/* ============================================================
   Responsive — Tablet (768px–1199px)
   ============================================================ */
@media (max-width: 1199px) {
	.contact-page-header__inner,
	.contact-body {
		padding-right: 32px;
		padding-left: 32px;
	}

	.contact-download-box {
		grid-template-columns: 1fr 240px;
		gap: 24px;
	}
}

/* ============================================================
   Responsive — SP (767px and below)
   ============================================================ */
@media (max-width: 767px) {
	.contact-page-header {
		padding: 32px 0 28px;
	}

	.contact-page-header__inner,
	.contact-body {
		padding-right: 20px;
		padding-left: 20px;
	}

	.contact-body {
		padding-top: 40px;
		padding-bottom: 56px;
	}

	.contact-desc-box {
		padding: 20px;
	}

	.contact-form__row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.contact-form__label {
		padding-top: 0;
	}

	.contact-form__input,
	.contact-form__textarea {
		max-width: 100%;
	}

	.contact-confirm__table th {
		display: block;
		width: 100%;
	}

	.contact-confirm__table td {
		display: block;
		width: 100%;
	}

	.contact-confirm__table tr {
		display: block;
		margin-bottom: 8px;
	}

	.contact-btn-group {
		flex-direction: column;
		align-items: stretch;
	}

	.contact-btn-submit,
	.contact-btn-back {
		width: 100%;
		min-width: unset;
	}

	.contact-download-box {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 20px;
	}

	.contact-complete {
		padding: 56px 20px;
	}
}


/* ============================================================
   NEWS / APPLICATION NOTE / BLOG — Shared & Per-page styles
   ============================================================ */

/* ============================================================
   Shared: Post Page Header (news / appnote / blog / single)
   ============================================================ */
.post-page-header {
	background-color: #2c2c2c;
	padding: 48px 0 40px;
}

.post-page-header__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.post-page-header__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 16px;
}

.post-page-header__breadcrumb a {
	color: rgba(255, 255, 255, 0.45);
	text-decoration: none;
	transition: color 0.2s ease;
}

.post-page-header__breadcrumb a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.post-page-header__breadcrumb-sep {
	font-size: 0.7rem;
}

.post-page-header__title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.06em;
	margin: 0;
}

.post-page-header__subtitle {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.55);
	margin: 6px 0 0;
	letter-spacing: 0.04em;
}

/* ============================================================
   Shared: Post Container
   ============================================================ */
.post-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 40px 80px;
}

/* ============================================================
   Shared: News Badge
   ============================================================ */
.news-badge {
	display: inline-block;
	padding: 2px 10px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	border-radius: 2px;
	white-space: nowrap;
	flex-shrink: 0;
	vertical-align: middle;
}

.news-badge--notice {
	background-color: #e8e8e8;
	color: #555;
}

.news-badge--media {
	background-color: #e8874a;
	color: #fff;
}

.news-badge--appnote {
	background-color: #2c5f8a;
	color: #fff;
}

.news-badge--blog {
	background-color: #1a1a1a;
	color: #fff;
}

/* ============================================================
   Shared: Tab Navigation (News and AppNote)
   ============================================================ */
.post-tab-nav {
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
}

.post-tab-nav__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	gap: 0;
}

.post-tab-nav__link {
	display: block;
	padding: 14px 28px;
	font-size: 0.88rem;
	color: #999;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
	white-space: nowrap;
}

.post-tab-nav__link:hover {
	color: #1a1a1a;
}

.post-tab-nav__link.is-active {
	color: #1a1a1a;
	font-weight: 700;
	border-bottom-color: #2c5f8a;
}

/* ============================================================
   Shared: Pagination
   ============================================================ */
.post-pagination {
	margin-top: 56px;
	display: flex;
	justify-content: center;
}

.post-pagination .nav-links {
	display: flex;
	align-items: center;
	gap: 8px;
}

.post-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	font-size: 0.88rem;
	color: #555;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 3px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.post-pagination .page-numbers:hover {
	background-color: #2c5f8a;
	border-color: #2c5f8a;
	color: #fff;
}

.post-pagination .page-numbers.current {
	background-color: #2c2c2c;
	border-color: #2c2c2c;
	color: #fff;
}

.post-pagination .page-numbers.dots {
	border: none;
	background: transparent;
	cursor: default;
}

.post-pagination .page-numbers.prev,
.post-pagination .page-numbers.next {
	width: auto;
	padding: 0 14px;
	font-size: 0.82rem;
}

/* ============================================================
   NEWS List format (notice / all)
   ============================================================ */
.news-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-list__item {
	display: flex;
	align-items: baseline;
	gap: 14px;
	padding: 18px 0;
	border-bottom: 1px solid #e0e0e0;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.2s ease;
}

.news-list__item:first-child {
	border-top: 1px solid #e0e0e0;
}

.news-list__item:hover {
	opacity: 0.65;
}

.news-list__date {
	font-size: 0.85rem;
	color: #999;
	white-space: nowrap;
	flex-shrink: 0;
	letter-spacing: 0.02em;
}

.news-list__title {
	flex: 1;
	font-size: 0.93rem;
	color: #1a1a1a;
	line-height: 1.6;
}

.news-list__arrow {
	color: #ccc;
	font-size: 0.85rem;
	flex-shrink: 0;
}

/* ============================================================
   NEWS Card Grid (media)
   ============================================================ */
.news-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.news-card {
	display: block;
	text-decoration: none;
	color: inherit;
}

.news-card__thumb {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background-color: #f0f0f0;
	margin-bottom: 14px;
}

.news-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.news-card:hover .news-card__thumb img {
	transform: scale(1.04);
}

.news-card__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}

.news-card__date {
	font-size: 0.82rem;
	color: #999;
}

.news-card__title {
	font-size: 0.9rem;
	color: #1a1a1a;
	line-height: 1.6;
}

.news-card:hover .news-card__title {
	text-decoration: underline;
}

/* ============================================================
   Application Note Card Grid
   ============================================================ */
.appnote-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.appnote-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.appnote-card:hover {
	box-shadow: 0 6px 28px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.appnote-card__thumb {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background-color: #f0f0f0;
}

.appnote-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.appnote-card:hover .appnote-card__thumb img {
	transform: scale(1.04);
}

.appnote-card__body {
	flex: 1;
	padding: 16px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-top: none;
}

.appnote-card__title {
	font-size: 0.88rem;
	line-height: 1.65;
	color: #1a1a1a;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.appnote-tab-nav {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e0e0e0;
}

/* ============================================================
   Blog List + Sidebar Layout
   ============================================================ */
.blog-intro {
	background-color: #2c2c2c;
	padding: 16px 40px;
}

.blog-intro__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.blog-intro__site {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.65);
	margin: 0;
}

.blog-body-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 40px 80px;
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 60px;
}

.blog-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-list__item {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
	text-decoration: none;
	color: inherit;
	min-height: 100px;
}

.blog-list__item:first-child {
	border-top: 1px solid #e0e0e0;
}

.blog-list__item:hover .blog-list__title {
	color: #2c5f8a;
}

.blog-list__thumb {
	width: 160px;
	height: 100px;
	flex-shrink: 0;
	overflow: hidden;
	background-color: #f0f0f0;
}

.blog-list__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.blog-list__item:hover .blog-list__thumb img {
	transform: scale(1.04);
}

.blog-list__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.blog-list__date {
	font-size: 0.78rem;
	color: #999;
}

.blog-list__title {
	font-size: 0.95rem;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.2s ease;
}

.blog-list__excerpt {
	font-size: 0.82rem;
	color: #666;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-sidebar {
	padding-top: 0;
}

.blog-menu-title {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	background-color: #f5f5f5;
	padding: 12px 16px;
	margin: 0 0 20px;
	color: #1a1a1a;
}

.blog-sidebar-brand {
	margin-bottom: 24px;
}

.blog-sidebar-brand__name {
	font-size: 0.95rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 4px;
}

.blog-sidebar-brand__tagline {
	font-size: 0.78rem;
	color: #777;
	margin: 0;
}

.blog-sidebar-latest {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.blog-sidebar-latest__item {
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
}

.blog-sidebar-latest__link {
	font-size: 0.82rem;
	color: #333;
	text-decoration: none;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-sidebar-latest__link:hover {
	color: #2c5f8a;
}

.blog-sidebar-latest__date {
	font-size: 0.72rem;
	color: #999;
	margin-top: 4px;
}

/* ============================================================
   Single Post Shared
   ============================================================ */
.single-article {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 40px 80px;
}

.single-article__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.single-article__date {
	font-size: 0.85rem;
	color: #999;
}

.single-article__title {
	font-size: clamp(1.2rem, 2.5vw, 1.6rem);
	font-weight: 700;
	line-height: 1.5;
	color: #1a1a1a;
	margin: 0 0 40px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e8e8e8;
}

.single-article__thumb {
	max-width: 900px;
	margin: 0 auto 40px;
}

.single-article__thumb img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	display: block;
}

/* ============================================================
   Entry Content (Gutenberg blocks)
   ============================================================ */
.entry-content {
	font-size: 0.95rem;
	line-height: 1.9;
	color: #333;
}

.entry-content > * + * {
	margin-top: 1.5em;
}

.entry-content h2 {
	font-size: 1.2rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 2em 0 0.8em;
	line-height: 1.4;
}

.entry-content h3 {
	font-size: 1.05rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 1.8em 0 0.6em;
	padding-bottom: 6px;
	border-bottom: 1px solid #e0e0e0;
	line-height: 1.4;
}

.entry-content p {
	margin: 0 0 1em;
}

.entry-content a {
	color: #2c5f8a;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.6em;
	margin: 0 0 1em;
}

.entry-content li {
	margin-bottom: 0.4em;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.entry-content figure {
	margin: 2em 0;
	text-align: center;
}

.entry-content figcaption {
	font-size: 0.8rem;
	color: #777;
	margin-top: 8px;
	text-align: center;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
	font-size: 0.88rem;
}

.entry-content table th,
.entry-content table td {
	padding: 10px 14px;
	border: 1px solid #e0e0e0;
	text-align: left;
	vertical-align: top;
}

.entry-content table th {
	background-color: #f5f5f5;
	font-weight: 700;
	color: #1a1a1a;
}

.entry-content blockquote {
	border-left: 4px solid #2c5f8a;
	margin: 1.5em 0;
	padding: 0.5em 1em;
	background-color: #f8f9fc;
	color: #555;
	font-style: italic;
}

/* Application Note article (900px wide, custom block overrides) */
.appnote-article {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 40px 80px;
}

.appnote-article .entry-content h2 {
	padding-left: 14px;
	border-left: 4px solid #2c5f8a;
}

.appnote-article .entry-content table th {
	background-color: #2c5f8a;
	color: #fff;
}

/* ============================================================
   Single: Post Navigation
   ============================================================ */
.single-post-nav {
	border-top: 1px solid #e8e8e8;
	padding: 40px 40px 0;
	max-width: 800px;
	margin: 0 auto;
}

.single-post-nav__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

.single-post-nav__prev,
.single-post-nav__next {
	display: flex;
	flex-direction: column;
	gap: 6px;
	max-width: 45%;
	text-decoration: none;
}

.single-post-nav__next {
	margin-left: auto;
	text-align: right;
}

.single-post-nav__label {
	font-size: 0.72rem;
	color: #999;
	letter-spacing: 0.06em;
}

.single-post-nav__title {
	font-size: 0.88rem;
	color: #1a1a1a;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.2s ease;
}

.single-post-nav__prev:hover .single-post-nav__title,
.single-post-nav__next:hover .single-post-nav__title {
	color: #2c5f8a;
}

.single-back-wrap {
	max-width: 800px;
	margin: 40px auto 80px;
	text-align: center;
}

.single-back-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 32px;
	font-size: 0.88rem;
	font-weight: 500;
	color: #2c2c2c;
	background-color: #fff;
	border: 2px solid #2c2c2c;
	border-radius: 3px;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.single-back-btn:hover {
	background-color: #f5f5f5;
}

/* ============================================================
   Related Posts (Application Note)
   ============================================================ */
.related-posts {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 40px 80px;
}

.related-posts__title {
	font-size: 1rem;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.04em;
	margin: 0 0 24px;
	padding-bottom: 12px;
	border-bottom: 2px solid #2c5f8a;
}

.related-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

/* ============================================================
   Blog Single Layout (70/30)
   ============================================================ */
.blog-single-layout {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 40px 80px;
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 60px;
}

/* ============================================================
   Responsive Tablet (768px-1199px)
   ============================================================ */
@media (max-width: 1199px) {
	.post-page-header__inner,
	.post-container,
	.blog-body-wrap,
	.blog-single-layout,
	.appnote-article,
	.related-posts {
		padding-left: 32px;
		padding-right: 32px;
	}

	.news-card-grid,
	.appnote-card-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.blog-body-wrap,
	.blog-single-layout {
		grid-template-columns: 1fr 220px;
		gap: 40px;
	}
}

/* ============================================================
   Responsive SP (767px and below)
   ============================================================ */
@media (max-width: 767px) {
	.post-page-header {
		padding: 32px 0 28px;
	}

	.post-page-header__inner,
	.post-container,
	.blog-body-wrap,
	.blog-single-layout,
	.single-article,
	.appnote-article,
	.single-post-nav,
	.single-back-wrap,
	.related-posts {
		padding-left: 20px;
		padding-right: 20px;
	}

	.post-tab-nav__inner {
		padding-left: 0;
		padding-right: 0;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.post-tab-nav__link {
		padding: 12px 16px;
		font-size: 0.82rem;
	}

	.news-card-grid,
	.appnote-card-grid,
	.related-card-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.blog-body-wrap,
	.blog-single-layout {
		grid-template-columns: 1fr;
		gap: 40px;
		padding-top: 40px;
	}

	.blog-list__thumb {
		width: 100px;
		height: 66px;
	}

	.single-post-nav__inner {
		flex-direction: column;
		gap: 16px;
	}

	.single-post-nav__prev,
	.single-post-nav__next {
		max-width: 100%;
	}

	.single-post-nav__next {
		text-align: left;
		margin-left: 0;
	}

	.blog-intro {
		padding: 14px 20px;
	}

	/* ---- News list: date on top, badge below ---- */
	.news-list__item {
		flex-wrap: wrap;
		gap: 4px 8px;
		align-items: center;
	}

	.news-list__date {
		flex: 0 0 100%;
	}

	.news-list__item .news-badge {
		flex: 0 0 auto;
	}

	/* ---- News card meta & single article meta: stack vertically ---- */
	.news-card__meta,
	.single-article__meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	/* ---- Abbreviate badge text: "メディア掲載情報" → "メディア" ---- */
	.news-badge--media {
		font-size: 0;
	}

	.news-badge--media::after {
		content: 'メディア';
		font-size: 0.72rem;
	}
}

/* ============================================================
   PROJECT PAGES
   ============================================================ */

/* ── Shared page header (project pages) ── */
.project-page-header {
	background: #2c2c2c;
	padding: 36px 0 32px;
	color: #fff;
}
.project-page-header__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}
.project-page-header__title {
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	font-weight: 700;
	line-height: 1.3;
	margin: 10px 0 0;
}
.project-page-header__sub {
	font-size: 0.85rem;
	color: #bbb;
	margin: 10px 0 0;
	line-height: 1.7;
}
.project-page-header__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.8rem;
	color: #aaa;
}
.project-page-header__breadcrumb a {
	color: #aaa;
	text-decoration: none;
}
.project-page-header__breadcrumb a:hover {
	color: #fff;
}
.project-page-header__breadcrumb-sep {
	color: #666;
}

/* ── Project container ── */
.project-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

/* ── Project intro ── */
.project-intro {
	padding: 80px 0;
	text-align: center;
}
.project-intro__label {
	display: inline-block;
	font-size: 0.85rem;
	color: #2c5f8a;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}
.project-intro__text {
	max-width: 720px;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.8;
	color: #555;
}

/* ── Project list card (page-project.php) ── */
.project-list {
	padding: 0 0 80px;
}
.project-list-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	padding: 60px 0;
	border-top: 1px solid #e0e0e0;
}
.project-list-card:last-child {
	border-bottom: 1px solid #e0e0e0;
}
.project-list-card__image {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	display: block;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.project-list-card__image:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.project-list-card__title {
	font-size: clamp(1.6rem, 2.5vw, 2.2rem);
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1.2;
}
.project-list-card__title--orange { color: #e8874a; }
.project-list-card__title--teal   { color: #4ab8a0; }
.project-list-card__sub {
	font-size: 0.9rem;
	color: #888;
	margin: 0 0 20px;
}
.project-list-card__text {
	font-size: 0.95rem;
	line-height: 1.8;
	color: #555;
	margin: 0 0 28px;
}

/* ── Project hero (detail pages) ── */
.project-hero {
	padding: 80px 0 60px;
}
.project-hero__label {
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--color-accent);
	letter-spacing: 0.08em;
	margin: 0 0 8px;
}
.project-hero__title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1.2;
}
.project-hero__title--orange { color: #e8874a; }
.project-hero__title--teal   { color: #4ab8a0; }
.project-hero__sub {
	font-size: 0.95rem;
	color: #888;
	margin: 0 0 24px;
}
.project-hero__text {
	font-size: 1rem;
	line-height: 1.8;
	color: #555;
	max-width: 800px;
	margin: 0 0 40px;
}
.project-main-img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	display: block;
	transition: transform 0.3s ease;
}
.project-main-img:hover {
	transform: translateY(-2px);
}

/* ── Project section (layout-left / layout-right / layout-full) ── */
.project-section {
	padding: 80px 0;
	border-top: 1px solid #f0f0f0;
}
.project-section.layout-left,
.project-section.layout-right {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}
.project-section.layout-right .project-section__image {
	order: 2;
}
.project-section.layout-right .project-section__text {
	order: 1;
}
.project-section__image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	display: block;
	transition: transform 0.3s ease;
}
.project-section__image img:hover {
	transform: translateY(-2px);
}
.project-section__text {
	padding: 0 20px;
}
.project-section__text h3 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #1a1a1a;
	border-left: 4px solid #2c5f8a;
	padding-left: 16px;
	margin: 0 0 20px;
	line-height: 1.4;
}
.project-section__text p {
	font-size: 0.95rem;
	line-height: 1.8;
	color: #555;
	margin: 0 0 16px;
}
.layout-full .project-section__image {
	margin-bottom: 40px;
}
.layout-full .project-section__text {
	padding: 0;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.layout-full .project-section__text h3 {
	border-left: none;
	padding-left: 0;
	text-align: center;
}

/* ── Gallery ── */
.project-gallery {
	padding: 80px 0;
	border-top: 1px solid #f0f0f0;
}
.project-gallery__heading {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 40px;
	color: #1a1a1a;
}
.project-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.project-gallery__item {
	cursor: pointer;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.project-gallery__item img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}
.project-gallery__item:hover img {
	transform: scale(1.05);
}

/* ── Lightbox ── */
.project-lightbox {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.85);
	z-index: 9999;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.project-lightbox.is-open {
	display: flex;
}
.project-lightbox__img {
	max-width: 90vw;
	max-height: 85vh;
	border-radius: 8px;
	box-shadow: 0 8px 40px rgba(0,0,0,0.5);
	cursor: default;
}
.project-lightbox__close {
	position: absolute;
	top: 20px;
	right: 28px;
	color: #fff;
	font-size: 2rem;
	background: none;
	border: none;
	cursor: pointer;
	line-height: 1;
}

/* ── Case studies ── */
.project-cases {
	padding: 80px 0;
	border-top: 1px solid #f0f0f0;
}
.project-cases__heading {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 48px;
	color: #1a1a1a;
}
.project-case-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
	margin-bottom: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid #f0f0f0;
}
.project-case-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.project-case-item__image {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
}
.project-case-item__image:hover {
	transform: translateY(-2px);
}
.project-case-item__title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 12px;
}
.project-case-item__text {
	font-size: 0.92rem;
	line-height: 1.8;
	color: #555;
	margin: 0 0 12px;
}
.project-cases__note {
	text-align: center;
	font-size: 0.9rem;
	color: #888;
	margin-top: 32px;
}
.project-cases__note a {
	color: #2c5f8a;
	text-decoration: underline;
}

/* ── Related posts ── */
.project-related {
	padding: 80px 0;
	border-top: 1px solid #f0f0f0;
}
.project-related__heading {
	font-size: 1.3rem;
	font-weight: 700;
	margin: 0 0 36px;
	color: #1a1a1a;
}
.project-related__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.project-related__card {
	text-decoration: none;
	color: inherit;
	display: block;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.project-related__card:hover {
	box-shadow: 0 8px 24px rgba(0,0,0,0.1);
	transform: translateY(-3px);
}
.project-related__card-img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	display: block;
}
.project-related__card-body {
	padding: 16px;
}
.project-related__card-date {
	font-size: 0.78rem;
	color: #999;
	margin-bottom: 6px;
}
.project-related__card-title {
	font-size: 0.9rem;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.project-related__empty {
	color: #aaa;
	font-size: 0.9rem;
}

/* ── CTA block (2-panel split) ── */
.project-cta {
	position: relative;
	background: linear-gradient(135deg, #0a1628 0%, #1c3d5e 100%);
	background-size: cover;
	background-position: center;
	overflow: hidden;
	isolation: isolate;
}
.project-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(10,22,40,0.92) 0%, rgba(28,61,94,0.88) 100%);
	z-index: 0;
}
.project-cta__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}
.project-cta__item {
	padding: 80px 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.project-cta__item + .project-cta__item {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.project-cta__eyebrow {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #6686b7;
	margin-bottom: 20px;
}
.project-cta__label {
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	font-weight: 700;
	color: #fff;
	margin-bottom: 36px;
	line-height: 1.7;
}

/* ── Footer CTA (page-project.php / page-qnta-products.php) ── */
.project-footer-cta {
	position: relative;
	padding: 120px 0;
	background: linear-gradient(135deg, #0a1628 0%, #1c3d5e 100%);
	background-size: cover;
	background-position: center;
	text-align: center;
	overflow: hidden;
	isolation: isolate;
}
/* 背景写真追加時のオーバーレイ */
.project-footer-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(10,22,40,0.92) 0%, rgba(28,61,94,0.88) 100%);
	z-index: 0;
}
/* 透かし文字 */
.project-footer-cta::after {
	content: 'CONTACT';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: clamp(60px, 12vw, 140px);
	font-weight: 900;
	letter-spacing: 0.25em;
	color: rgba(255, 255, 255, 0.04);
	white-space: nowrap;
	pointer-events: none;
	z-index: 0;
}
.project-footer-cta__inner {
	position: relative;
	z-index: 1;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 40px;
}
.project-footer-cta__eyebrow {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #6686b7;
	margin-bottom: 20px;
}
.project-footer-cta__label {
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin-bottom: 44px;
}
.project-footer-cta__btn,
.project-footer-cta__btn:visited,
.project-footer-cta__btn:active {
	color: #fff;
}
.project-footer-cta__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 44px;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	background: transparent;
	border: 1.5px solid rgba(255, 255, 255, 0.55);
	border-radius: 3px;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.25s ease, border-color 0.25s ease;
}
.project-footer-cta__btn::after {
	content: '→';
	display: inline-block;
	transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.project-footer-cta__btn:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
	color: #fff;
}
.project-footer-cta__btn:hover::after {
	transform: translateX(5px);
}
@media (max-width: 767px) {
	.project-footer-cta {
		padding: 80px 0;
	}
	.project-footer-cta__inner {
		padding: 0 24px;
	}
}

/* ── qNTA diagram placeholder ── */
.qnta-diagram {
	background: #f0f2f5;
	height: 300px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #aaa;
	font-size: 1rem;
	letter-spacing: 0.1em;
	margin: 32px 0;
}

/* ── qNTA compare grid ── */
.qnta-compare-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 32px;
}
.qnta-compare-card {
	background: #f5f5f5;
	padding: 24px;
	border-radius: 4px;
	border: 2px solid transparent;
	transition: background 0.25s ease, border-color 0.25s ease;
	cursor: default;
}
.qnta-compare-card__title {
	font-size: 1rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 12px;
	transition: color 0.25s ease;
}
.qnta-compare-card__text {
	font-size: 0.9rem;
	line-height: 1.8;
	color: #555;
	margin: 0;
}
.qnta-compare-card:hover {
	background: #eef3f8;
	border-color: #2c5f8a;
}
.qnta-compare-card:hover .qnta-compare-card__title {
	color: #2c5f8a;
}

/* ── qNTA case cards ── */
.qnta-cases-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-top: 40px;
}
.qnta-case-card {
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.qnta-case-card:hover {
	box-shadow: 0 8px 24px rgba(0,0,0,0.1);
	transform: translateY(-3px);
}
.qnta-case-card__img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	display: block;
}
.qnta-case-card__body {
	padding: 20px;
}
.qnta-case-card__title {
	font-size: 1rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 10px;
}
.qnta-case-card__text {
	font-size: 0.88rem;
	line-height: 1.7;
	color: #666;
	margin: 0;
}

/* ── Product card (qnta-products) ── */
.product-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: start;
	padding: 80px 0;
	border-top: 1px solid #e0e0e0;
}
.product-card:last-child {
	border-bottom: 1px solid #e0e0e0;
}
.product-card.layout-right .product-card__image-wrap {
	order: 2;
}
.product-card.layout-right .product-card__body {
	order: 1;
}
/* 画像：アスペクト比固定でどの製品も同じ高さに */
.product-card__image-wrap {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 8px;
}
.product-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	display: block;
	transition: transform 0.3s ease;
}
.product-card__image:hover {
	transform: translateY(-2px);
}
/* bodyをflexにしてボタンを常に下端へ */
.product-card__body {
	display: flex;
	flex-direction: column;
}
.product-card__title {
	font-size: clamp(1.4rem, 2.5vw, 1.9rem);
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 16px;
}
.product-card__content {
	font-size: 0.95rem;
	line-height: 1.8;
	color: #555;
	margin: 0 0 24px;
	flex: 1;
}

/* ── Dark button ── */
.btn--dark {
	display: inline-block;
	padding: 12px 32px;
	background: #2c2c2c;
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	border-radius: 3px;
	transition: background 0.2s ease;
}
.btn--dark:hover {
	background: #444;
	color: #fff;
}

/* ── Responsive: PROJECT ── */
@media (max-width: 1199px) {
	.project-container {
		padding: 0 24px;
	}
	.project-list-card,
	.project-section.layout-left,
	.project-section.layout-right,
	.product-card {
		gap: 36px;
	}
}

@media (max-width: 767px) {
	.project-page-header {
		padding: 28px 0 24px;
	}
	.project-page-header__inner,
	.project-container {
		padding: 0 20px;
	}
	.project-intro {
		padding: 48px 0;
	}
	.project-list-card {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 40px 0;
	}
	.project-section.layout-left,
	.project-section.layout-right {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.project-section.layout-right .project-section__image,
	.project-section.layout-right .project-section__text {
		order: unset;
	}
	.project-section__text {
		padding: 0;
	}
	.project-gallery__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.project-gallery__item img {
		height: 160px;
	}
	.project-case-item {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.qnta-compare-grid {
		grid-template-columns: 1fr;
	}
	.project-related__grid,
	.qnta-cases-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.project-cta__inner {
		grid-template-columns: 1fr;
	}
	.project-cta__item {
		padding: 56px 32px;
	}
	.project-cta__item + .project-cta__item {
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}
	.product-card {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 48px 0;
	}
	.product-card.layout-right .product-card__image-wrap,
	.product-card.layout-right .product-card__body {
		order: unset;
	}
	.project-hero {
		padding: 48px 0 40px;
	}
	.project-section {
		padding: 48px 0;
	}
	.project-gallery,
	.project-cases,
	.project-related {
		padding: 48px 0;
	}
	.project-cta {
		padding: 48px 0;
	}
}

/* ============================================================
   Privacy Policy Page
   ============================================================ */
.privacy-wrap {
	padding: 64px 0 96px;
}

.privacy-body {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 40px;
}

.privacy-intro {
	font-size: 0.93rem;
	line-height: 1.9;
	color: #444;
	margin-bottom: 48px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e0e0e0;
}

.privacy-section {
	margin-bottom: 40px;
}

.privacy-section__heading {
	font-size: 1rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 12px;
	padding: 10px 0 10px 14px;
	border-left: 3px solid #2c5f8a;
	line-height: 1.5;
}

.privacy-section p {
	font-size: 0.9rem;
	line-height: 1.9;
	color: #444;
	margin: 0 0 12px;
}

.privacy-section p:last-child {
	margin-bottom: 0;
}

.privacy-list {
	font-size: 0.9rem;
	line-height: 1.9;
	color: #444;
	margin: 8px 0 12px 1.2em;
	padding: 0;
}

.privacy-list li {
	margin-bottom: 4px;
}

.privacy-section a {
	color: #2c5f8a;
	text-decoration: underline;
}

.privacy-section a:hover {
	color: #1d4a6e;
}

.privacy-contact {
	margin-top: 16px;
	padding: 20px 24px;
	background: #f5f7fa;
	border-radius: 4px;
	font-size: 0.9rem;
	line-height: 1.9;
	color: #444;
}

.privacy-contact a {
	color: #2c5f8a;
}

.privacy-date {
	margin-top: 56px;
	padding-top: 24px;
	border-top: 1px solid #e0e0e0;
	font-size: 0.82rem;
	color: #999;
	line-height: 1.8;
}

@media (max-width: 767px) {
	.privacy-wrap {
		padding: 40px 0 64px;
	}

	.privacy-body {
		padding: 0 20px;
	}

	.privacy-section__heading {
		font-size: 0.95rem;
	}
}

/* ============================================================
   Financial Report Page (page-financial-report.php)
   ============================================================ */
.fin-wrap {
	padding: 64px 0 96px;
}

.fin-body {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 40px;
}

.fin-pdf-row {
	margin-bottom: 48px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e0e0e0;
}

.fin-pdf-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #2c5f8a;
	color: #fff;
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 600;
	padding: 14px 28px;
	border-radius: 4px;
	transition: background 0.2s ease;
}

.fin-pdf-btn:hover {
	background: #1d4a6e;
	color: #fff;
}

.fin-notice__date {
	font-size: 0.85rem;
	color: #999;
	margin: 0 0 32px;
}

.fin-section-title {
	font-size: 1.3rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 12px;
	padding-bottom: 12px;
	border-bottom: 2px solid #2c5f8a;
}

.fin-intro {
	font-size: 0.9rem;
	line-height: 1.9;
	color: #444;
	margin: 0 0 40px;
}

.fin-section {
	margin-bottom: 48px;
}

.fin-table-title {
	font-size: 1rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 4px;
}

.fin-table-period {
	font-size: 0.82rem;
	color: #888;
	margin: 0 0 12px;
}

.fin-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.fin-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.88rem;
	color: #333;
}

.fin-table th,
.fin-table td {
	padding: 9px 14px;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.fin-table thead th {
	background: #f0f4f8;
	font-weight: 700;
	text-align: center;
	color: #1a1a1a;
}

.fin-table__num {
	text-align: right;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.fin-table__sub td,
td.fin-table__sub {
	font-weight: 600;
	background: #f8f9fa;
}

.fin-table__total td {
	font-weight: 700;
	background: #eef2f7;
	border-top: 2px solid #2c5f8a;
}

.fin-table--single {
	max-width: 480px;
}

.fin-company {
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid #e0e0e0;
	font-size: 0.9rem;
	line-height: 1.9;
	color: #444;
	text-align: right;
}

@media (max-width: 767px) {
	.fin-wrap {
		padding: 40px 0 64px;
	}

	.fin-body {
		padding: 0 20px;
	}

	.fin-table {
		font-size: 0.82rem;
	}

	.fin-table th,
	.fin-table td {
		padding: 7px 10px;
	}
}

/* ============================================================
   Back to Top Button
   ============================================================ */
.back-to-top {
	position: fixed;
	right: 28px;
	bottom: 28px;
	width: 48px;
	height: 48px;
	background: #2c5f8a;
	color: #fff;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.2s ease;
	z-index: 9999;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.back-to-top svg {
	display: block;
}
.back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.back-to-top:hover {
	background: #1d4a6e;
}
@media (max-width: 767px) {
	.back-to-top {
		right: 20px;
		bottom: calc(24px + env(safe-area-inset-bottom));
		width: 44px;
		height: 44px;
	}
}

/* ============================================================
   Product Grid (archive-qnta_product)
   ============================================================ */
.prd-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	padding: 64px 0;
}

.prd-grid__link {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	height: 100%;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.prd-grid__link:hover {
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
	transform: translateY(-4px);
}

.prd-grid__image-wrap {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.prd-grid__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.prd-grid__link:hover .prd-grid__image {
	transform: scale(1.05);
}

.prd-grid__body {
	padding: 20px 24px 28px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.prd-grid__title {
	font-size: 1rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 10px;
	line-height: 1.5;
	padding-bottom: 10px;
	position: relative;
}

.prd-grid__title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #2c5f8a;
}

.prd-grid__excerpt {
	font-size: 0.875rem;
	line-height: 1.75;
	color: #666;
	margin: 0;
	flex: 1;
}

/* ============================================================
   Product Detail (single-qnta_product)
   ============================================================ */
.prd-detail {
	padding: 64px 0 80px;
}

.prd-detail__main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 800px;
	margin: 0 auto;
}

.prd-detail__image-wrap {
	width: 100%;
	max-width: 560px;
	align-self: center;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 32px;
}

.prd-detail__image {
	width: 100%;
	height: auto;
	display: block;
}

.prd-detail__title-row {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 48px;
}

.prd-detail__hero-title {
	font-size: clamp(1.4rem, 3vw, 2rem);
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	line-height: 1.4;
	flex: 1;
}

.prd-detail__content {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	padding-top: 48px;
	font-size: 0.95rem;
	line-height: 1.9;
	color: #444;
}

.prd-detail__footer-btn {
	margin-top: 56px;
	padding-top: 48px;
	border-top: 1px solid #e0e0e0;
}

.prd-detail__back {
	margin-top: 48px;
	text-align: center;
}

.prd-detail__back-link {
	font-size: 0.9rem;
	color: #2c5f8a;
	text-decoration: none;
	transition: color 0.2s ease;
}

.prd-detail__back-link:hover {
	color: #1d4a6e;
}

@media (max-width: 1199px) {
	.prd-grid {
		gap: 24px;
	}

	.prd-detail__hero {
		gap: 40px;
	}
}

@media (max-width: 767px) {
	.prd-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
		padding: 40px 0;
	}

	.prd-detail {
		padding: 40px 0 56px;
	}

	.prd-detail__image-wrap {
		max-width: 100%;
	}

	.prd-detail__buy-btn {
		align-self: stretch;
		justify-content: center;
	}

	.prd-detail__content {
		padding-top: 32px;
	}

	.prd-detail__footer-btn {
		margin-top: 40px;
		padding-top: 32px;
	}
}

@media (max-width: 480px) {
	.prd-grid {
		grid-template-columns: 1fr;
	}
}
