/* ===== Extracted style block 1 ===== */
.material-symbols-outlined {
	font-variation-settings:
		"FILL" 0,
		"wght" 400,
		"GRAD" 0,
		"opsz" 24;
}
.glass-header {
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}
.hero-gradient {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.85) 0%,
		rgba(255, 255, 255, 0.85) 40%,
		rgba(255, 255, 255, 0.2) 100%
	);
}
.max-w-3xl {
	max-width: 55rem !important;
}
.leading-relaxed,
.text-headline-lg {
	line-height: 2 !important;
}
.text-headline-lg {
	font-size: 30px !important;
	text-align: center;
}
@media (max-width: 768px) {
	.hero-gradient {
		background: linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.85) 0%,
			rgba(255, 255, 255, 0.85) 40%,
			rgba(255, 255, 255, 0.2) 100%
		);
	}
}
.bento-card {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.bento-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px -10px rgba(0, 32, 69, 0.1);
}
.hero-slider-item {
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
	position: absolute;
	inset: 0;
}
.hero-slider-item.active {
	opacity: 1;
}
.hero-overlay {
	background-color: rgba(0, 32, 69, 0.05);
}
.circle-container {
	position: relative;
	width: 100%;
	max-width: 600px;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	--radius-desktop: 250px;
	--radius-mobile: 140px;
}
.orbit-item {
	position: absolute;
	top: 50%;
	left: 50%;
	--angle: 0deg;
	transform: translate(-50%, -50%) rotate(var(--angle))
		translateY(calc(-1 * var(--radius-mobile))) rotate(calc(-1 * var(--angle)));
}
.leading-tight {
	line-height: 1.5 !important;
}
.py-12 {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.orbit-item {
		transform: translate(-50%, -50%) rotate(var(--angle))
			translateY(calc(-1 * var(--radius-desktop)))
			rotate(calc(-1 * var(--angle)));
	}
}

/* ===== Extracted style block 2 ===== */
.material-symbols-outlined {
	font-variation-settings:
		"FILL" 0,
		"wght" 400,
		"GRAD" 0,
		"opsz" 24;
}
.glass-header {
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

@media (max-width: 768px) {
}
.bento-card {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.bento-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px -10px rgba(0, 32, 69, 0.1);
}
.hero-slider-item {
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
	position: absolute;
	inset: 0;
}
.hero-slider-item.active {
	opacity: 1;
}
.hero-overlay {
	background-color: rgba(0, 32, 69, 0.05);
}
.circle-container {
	position: relative;
	width: 100%;
	max-width: 600px;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	--radius-desktop: 250px;
	--radius-mobile: 140px;
}
.orbit-item {
	position: absolute;
	top: 50%;
	left: 50%;
	--angle: 0deg;
	transform: translate(-50%, -50%) rotate(var(--angle))
		translateY(calc(-1 * var(--radius-mobile))) rotate(calc(-1 * var(--angle)));
}
@media (min-width: 768px) {
	.orbit-item {
		transform: translate(-50%, -50%) rotate(var(--angle))
			translateY(calc(-1 * var(--radius-desktop)))
			rotate(calc(-1 * var(--angle)));
	}
}

/* ===== Extracted style block 3 ===== */
@media (max-width: 425px) {
	.py-12 {
		margin-top: 0 !important;
	}
	.min-h-\[80vh\] {
		height: 70vh;
	}
	.py-section-padding-desktop {
		padding-bottom: 0 !important;
	}
	.text-secondary {
		text-align: left !important;
	}
	.circle-container {
		transform: scale(0.8);
		transform-origin: center;
	}
	.px-gutter {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.h-10 {
		height: 1.5rem !important;
	}
	.text-display-lg {
		font-size: 9.5vw !important;
	}
	.text-body-lg {
		font-size: 4vw !important;
		text-align: left !important;
	}
	.text-headline-lg {
		font-size: 5vw !important;
		line-height: 1.5 !important;
		text-align: left !important;
	}
	.text-display-lg {
		font-size: 8vw !important;
	}
	.max-w-3xl {
		text-align: left !important;
	}
}
@media (max-width: 360px) {
	.circle-container {
		transform: scale(0.7);
	}
	.h-10 {
		height: 1.5rem !important;
	}
}

/* ===== Orbit angle utilities extracted from inline style attributes ===== */
.orbit-angle-0 {
	--angle: 0deg;
}
.orbit-angle-45 {
	--angle: 45deg;
}
.orbit-angle-90 {
	--angle: 90deg;
}
.orbit-angle-135 {
	--angle: 135deg;
}
.orbit-angle-180 {
	--angle: 180deg;
}
.orbit-angle-225 {
	--angle: 225deg;
}
.orbit-angle-270 {
	--angle: 270deg;
}
.orbit-angle-315 {
	--angle: 315deg;
}

/* ===== Smartphone hamburger menu ===== */
.hamburger-button {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	border-radius: 9999px;
	transition:
		background-color 0.3s ease,
		transform 0.3s ease;
}

.hamburger-button:hover {
	background-color: rgba(0, 32, 69, 0.06);
}

.hamburger-line {
	display: block;
	width: 24px;
	height: 2px;
	border-radius: 9999px;
	background-color: currentColor;
	transition:
		transform 0.3s ease,
		opacity 0.3s ease;
	transform-origin: center;
}

.hamburger-button.is-open .hamburger-line:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.hamburger-button.is-open .hamburger-line:nth-child(2) {
	opacity: 0;
}

.hamburger-button.is-open .hamburger-line:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.sp-menu-overlay {
	position: fixed;
	inset: 0;
	z-index: 55;
	background: rgba(0, 32, 69, 0.38);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.sp-menu-overlay.is-open {
	opacity: 1;
}

.sp-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 60;
	width: min(84vw, 360px);
	height: 100dvh;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: -24px 0 48px -24px rgba(0, 32, 69, 0.35);
	transform: translateX(100%);
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.sp-menu.is-open {
	transform: translateX(0);
}

.sp-menu__inner {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	padding: 88px 28px 32px;
}

.sp-menu__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(0, 32, 69, 0.12);
}

.sp-menu__label {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: #00629d;
}

.sp-menu__list {
	display: grid;
	gap: 4px;
	margin-top: 28px;
}

.sp-menu__link {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
	color: #002045;
	font-family: "Plus Jakarta Sans", "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid rgba(0, 32, 69, 0.1);
	transition:
		color 0.3s ease,
		transform 0.3s ease;
}

.sp-menu__link span {
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #43474e;
}

.sp-menu__link:hover {
	color: #00629d;
	transform: translateX(4px);
}

.sp-menu__contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: auto;
	padding: 16px 20px;
	border-radius: 9999px;
	background: #002045;
	color: #ffffff;
	font-weight: 700;
	box-shadow: 0 16px 32px -18px rgba(0, 32, 69, 0.45);
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
}

.sp-menu__contact:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

body.is-menu-open {
	overflow: hidden;
}

@media (min-width: 768px) {
	.hamburger-button,
	.sp-menu,
	.sp-menu-overlay {
		display: none !important;
	}
}

/* ===== Our Services card layout ===== */
#services .bento-card {
	display: grid !important;
	grid-template-columns: 72px 1fr;
	grid-template-rows: auto 2px 1fr auto;
	column-gap: 24px;
	row-gap: 24px;
	align-items: center;
	min-height: 240px;
	padding: 34px 28px !important;
	border-radius: 24px !important;
}

/* タイトル */
#services .bento-card h3 {
	grid-column: 1 / -1;
	grid-row: 1;
	width: 100%;
	margin: 0 !important;
	color: #1a365d;
	font-size: clamp(22px, 2vw, 30px);
	line-height: 1.35;
	font-weight: 600;
	text-align: center;
}

/* タイトル下の罫線 */
#services .bento-card::after {
	content: "";
	grid-column: 1 / -1;
	grid-row: 2;
	display: block;
	width: 100%;
	height: 2px;
	background: #1a365d;
}

/* アイコン */
#services .bento-card > div:first-of-type {
	grid-column: 1;
	grid-row: 3;
	width: 72px !important;
	height: 72px !important;
	margin: 0 !important;
	border-radius: 16px !important;
	background: #1a365d !important;
	color: #87a9dc !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Material Symbolsのサイズ調整 */
#services .bento-card > div:first-of-type .material-symbols-outlined {
	font-size: 38px;
	line-height: 1;
}

/* 説明文（最大3行） */
#services .bento-card p {
	grid-column: 2;
	grid-row: 3;
	margin: 0 !important;
	color: #111111;
	font-size: 16px !important;
	line-height: 1.9;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
}

/* 「詳しく見る」リンク（4行目・全幅・右寄せ） */
#services .bento-card .card-more {
	grid-column: 1 / -1;
	grid-row: 4;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	margin-top: 4px;
	color: #00629d;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
}
#services .bento-card .card-more .material-symbols-outlined {
	font-size: 18px;
	line-height: 1;
	transition: transform 0.3s ease;
}
#services .bento-card:hover .card-more .material-symbols-outlined {
	transform: translateX(4px);
}

/* タブレット以下 */
@media (max-width: 768px) {
	#services .bento-card {
		grid-template-columns: 64px 1fr;
		column-gap: 18px;
		row-gap: 18px;
		min-height: auto;
		padding: 28px 22px !important;
	}

	#services .bento-card h3 {
		font-size: 22px;
		/* text-align: left; */
	}

	#services .bento-card > div:first-of-type {
		width: 64px !important;
		height: 64px !important;
		border-radius: 14px !important;
	}

	#services .bento-card p {
		font-size: 15px !important;
		line-height: 1.8;
	}
}

/* スマホ */
@media (max-width: 425px) {
	#services .bento-card {
		grid-template-columns: 56px 1fr;
	}

	#services .bento-card h3 {
		font-size: 20px;
	}

	#services .bento-card > div:first-of-type {
		width: 56px !important;
		height: 56px !important;
	}

	#services .bento-card > div:first-of-type .material-symbols-outlined {
		font-size: 30px;
	}
}
/* ===== Features section layout ===== */
#features {
	overflow: hidden;
}

#features .features-title {
	margin: 0 auto;
	text-align: center !important;
	line-height: 1.7 !important;
	font-weight: 800;
	letter-spacing: 0.04em;
}

#features .features-content {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
	align-items: center;
	gap: clamp(40px, 7vw, 96px);
	margin-top: clamp(48px, 6vw, 80px);
}

#features .features-text {
	max-width: 680px;
}

#features .features-text p {
	margin: 0;
	text-align: left !important;
	line-height: 2.05 !important;
	color: #43474e;
	font-size: clamp(16px, 1.45vw, 22px) !important;
	font-weight: 500;
}

/* Diagram */
#features .features-diagram {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 560px;
	overflow: visible;
}

/* 矢印リング */
#features .orbit-arrows {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: min(540px, 100%);
	height: auto;
	overflow: visible;
	transform: translate(-50%, -50%);
	pointer-events: none;
	filter: drop-shadow(0 8px 10px rgba(0, 32, 69, 0.12));
}

/* 円オブジェクトは矢印より前面 */
#features .circle-container {
	position: relative;
	z-index: 2;
	margin: 0;
}

/* 中央円を少し締める */
#features .circle-container > .absolute.z-30 {
	box-shadow: 0 18px 36px -18px rgba(0, 32, 69, 0.45);
}

/* 周囲の円 */
#features .orbit-item > div {
	box-shadow: 0 14px 28px -16px rgba(0, 32, 69, 0.45);
}

/* Tablet */
@media (max-width: 1024px) {
	#features .features-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	#features .features-text {
		max-width: 760px;
		margin: 0 auto;
	}

	#features .features-diagram {
		min-height: 520px;
	}
}

/* Smartphone */
@media (max-width: 640px) {
	#features .features-title {
		text-align: left !important;
		font-size: 6vw !important;
		line-height: 1.6 !important;
	}

	#features .features-content {
		margin-top: 32px;
		gap: 24px;
	}

	#features .features-text p {
		font-size: 4vw !important;
		line-height: 1.9 !important;
	}

	#features .features-diagram {
		min-height: 360px;
	}

	#features .orbit-arrows {
		width: 330px;
	}

	#features .circle-container {
		transform: scale(0.82);
		transform-origin: center;
	}
}

@media (max-width: 360px) {
	#features .features-diagram {
		min-height: 320px;
	}

	#features .circle-container {
		transform: scale(0.72);
	}
}
/* ===== Features diagram responsive fix ===== */

/* まず、features内ではcircle-container単体の拡大縮小を禁止 */
#features .circle-container {
	transform: none !important;
	transform-origin: center !important;
}

/* PC時：矢印リングと観覧車の比率を固定 */
#features .orbit-arrows {
	width: 520px !important;
	max-width: none !important;
}

/* スマホ時：SVGと観覧車本体を同じ基準サイズにする */
@media (max-width: 640px) {
	#features .features-diagram {
		min-height: 380px;
	}

	#features .orbit-arrows {
		width: 300px !important;
	}

	#features .circle-container {
		width: 300px !important;
		height: 300px !important;
		max-width: none !important;
		--radius-mobile: 141px;
	}
}

/* さらに小さいスマホ */
@media (max-width: 360px) {
	#features .features-diagram {
		min-height: 350px;
	}

	#features .orbit-arrows {
		width: 280px !important;
	}

	#features .circle-container {
		width: 280px !important;
		height: 280px !important;
		--radius-mobile: 132px;
	}
}

.orbit-arrows--sp {
	display: none;
}

@media (max-width: 640px) {
	.orbit-arrows--pc {
		display: none;
	}

	.orbit-arrows--sp {
		display: block;
	}
}
.catch-copy {
	font-size: 38px !important;
}
.br-sp {
	display: none;
}
@media (max-width: 640px) {
	.br-sp {
		display: block;
	}
}
/* ===== About section layout ===== */
#about .about-heading {
	max-width: 1200px;
}

#about .about-heading h2 {
	margin: 0;
	line-height: 1.6 !important;
}

#about .about-text {
	padding-top: 8px;
}

#about .about-text p {
	line-height: 2 !important;
}

/* スマホ時 */
@media (max-width: 640px) {
	#about .about-heading {
		margin-bottom: 32px;
	}

	#about .about-heading h2 {
		font-size: 6vw !important;
		line-height: 1.6 !important;
		text-align: left !important;
	}

	#about .about-text {
		padding-top: 0;
	}

	#about .about-text p {
		font-size: 4vw !important;
		line-height: 1.9 !important;
	}
}

.sign {
	width: 65%;
	margin: 20px 0 0;
}
