@charset "utf-8";

/*--京operation.css--*/
:root {
	--bg: #ffffff;
	--surface: #ffffff;
	--surface-soft: #fafbfd;
	--text: #222222;
	--muted: #5f6b7a;
	--line: #dbe3ec;
	--line-strong: #c8d3df;
	--mission: #1d4f91;
	--vision: #2d6a5a;
	--value: #8a6723;
	--accent-soft: #eef4fa;
	--shadow: 0 8px 20px rgba(22, 35, 58, 0.04);
	--max: 1040px;
}

/* * {
	box-sizing: border-box;
} */

.mvv_content {
	margin: 0;
	font-family:
		"Yu Mincho",
		"Hiragino Mincho ProN",
		"Hiragino Serif",
		"Noto Serif JP",
		serif;
	color: var(--text);
	background: var(--bg);
	line-height: 2;
	margin-top: 5rem;
}

a {
	color: inherit;
	text-decoration: none;
}

.wrap {
	width: min(calc(100% - 40px), var(--max));
	margin: 0 auto;
}

.page-header {
	background: #ffffff;
	border-bottom: 1px solid var(--line);
}

.page-header-inner {
	padding: 18px 0 16px;
}

.page-title {
	margin: 0;
	font-size: 1.55rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #20344c;
}

.page-subtitle {
	margin: 8px 0 0;
	color: var(--muted);
	font-size: 0.96rem;
}

/* .hero {
	padding: 34px 0 18px;
} */

.hero-box {
	background: linear-gradient(135deg, #ffffff 0%, #fcfaf5 100%);
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: var(--shadow);
	overflow: hidden;
}

.hero-band {
	height: 5px;
	background: linear-gradient(90deg,
			#8e6e2f 0%,
			#b89142 50%,
			#d2b97a 100%);
}

.hero-content {
	padding: 28px 32px;
}

.eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 10px;
	background: var(--accent-soft);
	color: var(--mission);
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 0.04em;
	border-radius: 999px;
	font-family:
		"Yu Gothic",
		"Hiragino Kaku Gothic ProN",
		sans-serif;
	background: #f5efe1;
	color: #8a6723;
}

h1 {
	margin: 0;
	font-size: 2.2em !important;
	line-height: 1.55;
	font-weight: 700 !important;
	color: #22364f;
}

.hero-content p {
	margin: 14px 0 0;
	font-size: 1.2em;
	color: var(--muted);
	max-width: 860px;
}

main {
	padding-top: 4em;
}

.mvv-section {
	position: relative;
	max-width: 920px;
	margin: 0 auto 92px auto;
	padding: 64px 0 0 0;
}


.bg-word-img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: min(60vw, 520px);
	opacity: 0.35;
	z-index: 0;
	pointer-events: none;
	user-select: none;
}

.jp-title {
	position: relative;
	z-index: 1;
	font-size: 2em;
	font-weight: 700;
	margin: 18px 0 26px;
	color: #24364d;
	line-height: 1.5;
	text-align: center;
}

.statement {
	position: relative;
	z-index: 1;
	font-size: 1.2em;
	line-height: 2.1;
	letter-spacing: 0.02em;
	margin: 0;
	max-width: 860px;
}

.statement-bullets {
	position: relative;
	z-index: 1;
	margin: 18px 0 0 0;
	padding-left: 1.2em;
	font-size: 1.02em;
	line-height: 2;
	list-style: disc;
}

.statement-bullets li {
	margin: 0.2em 0;
}

.values-wrap {
	margin-top: 16px;
}

.value-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 0;
}

.value-card {
	background: #fff;
	border: 1px solid var(--line);
	border-top: 3px solid #b89142;
	border-radius: 6px;
	padding: 18px 18px 16px;
	box-shadow: var(--shadow);
	font-family:
		"Yu Gothic",
		"Hiragino Kaku Gothic ProN",
		sans-serif;
}

.value-card h3 {
	margin: 0 0 10px;
	font-size: 1.2em;
	line-height: 1.6;
	color: #3d3423;
	background: unset;
	font-weight: 600;
}

.value-en {
	display: block;
	margin-top: 2px;
	font-size: 0.9em;
	font-weight: 600;
	color: var(--muted);
}

.values-wrap ul {
	margin: 0;
	padding-left: 1.2em;
	list-style: disc;
	font-size: 0.8em;
}

.values-wrap li {
	margin: 0.38em 0;
	line-height: 1.8;
}

.site-footer {
	padding: 0 0 34px;
	color: #7a8796;
	font-size: 0.9rem;
	text-align: center;
	font-family:
		"Yu Gothic",
		"Hiragino Kaku Gothic ProN",
		sans-serif;
}

.mvv_content .hero .box_inner {
	text-align: center;
}

@media screen and (max-width: 479px) {

	/* 479px以下用（スマートフォン用）の記述 */
	/*--------SPここから--------*/
	.wrap {
		width: min(calc(100% - 28px), var(--max));
	}

	.page-header-inner,
	.hero-content {
		padding-left: 18px;
		padding-right: 18px;
	}

	.page-title {
		font-size: 1.35rem;
	}

	.mvv-section {
		margin-bottom: 30px;
		padding-top: 48px;
	}

	.jp-title {
		font-size: 1.65rem;
		margin-top: 42px;
		margin-bottom: 20px;
	}

	.statement {
		font-size: 0.9em;
		line-height: 2;
	}

	.statement-bullets {
		font-size: 0.9em;
	}

	.eyebrow {
		font-size: 0.8em;
	}

	h1 {
		font-size: 1.2em !important;
	}

	.bg-word-img {
		top: 2em;
	}

	.value-grid {
		display: block;
	}

	.value-card {
		margin-bottom: 1em;
	}

	.value-card h3 {
		font-size: 1.1em;
		padding: 10px 5px;
	}

	.value-en {
		font-size: 0.85em;
	}

	.values-wrap ul {
		font-size: 0.8em;
	}

	main {
		padding-top: 2em;
	}

	.hero-content p {
		font-size: 0.9em;
	}

	/*--------SPここまで--------*/
}

@media screen and (max-width: 320px) {
	/*iphone5用ここから*/

}