@charset "utf-8";
/* E!DESIGN リニューアル用 CSS */
/* ファーストビュー強化版、月額プラン、FAQ等の新規セクション用スタイル */

/* ========================================
   01 ファーストビュー - 固定背景版（プロデザイン）
   ======================================== */

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.10);
	backdrop-filter: blur(10px);
}

html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

header .header-contents {
	overflow: visible;
}

header .header-contents .header-title-area .site-logo-heading {
	font-weight: bold;
	font-size: 26px;
	padding-left: 8px;
	padding-top: 3px;
	line-height: 1.0em;
}

header .header-contents .header-title-area .site-logo-heading span {
	font-weight: bold;
	display: block;
}

header .header-contents .header-title-area .site-logo-heading span.h1-copy {
	font-weight: normal;
	font-size: 16px;
}

header .header-contents .header-title-area .site-logo-heading img:first-of-type {
	width: 177px;
	height: 33px;
}

footer .footer-logo-heading {
	text-align: center;
}

header nav,
.gNav {
	z-index: 10000;
}

.btn-gNav {
	z-index: 10001;
}

.eyecatch-renewal-fv {
	position: relative;
	margin-top: 76px;
	min-height: 660px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 18%, rgba(37, 99, 235, 0.11) 0, rgba(37, 99, 235, 0.11) 160px, transparent 161px),
		radial-gradient(circle at 90% 16%, rgba(200, 46, 25, 0.09) 0, rgba(200, 46, 25, 0.09) 124px, transparent 125px),
		linear-gradient(135deg, #ffffff 0%, #f7fbff 48%, #e8f1fc 100%);
	padding: 34px 0 22px;
}

.eyecatch-renewal-fv::before,
.eyecatch-renewal-fv::after {
	content: '';
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.eyecatch-renewal-fv::before {
	width: 520px;
	height: 520px;
	right: -180px;
	bottom: -260px;
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: 50%;
}

.eyecatch-renewal-fv::after {
	width: 620px;
	height: 1px;
	left: 48%;
	top: 18%;
	background: rgba(30, 58, 138, 0.12);
	transform: rotate(-18deg);
}

.fv-overlay {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fv-container {
	display: grid;
	grid-template-columns: minmax(480px, 0.95fr) minmax(580px, 1.05fr);
	gap: 30px;
	align-items: center;
	max-width: 1500px;
	width: 100%;
	padding: 18px 56px 0;
}

.fv-content {
	position: relative;
	color: #1e3a8a;
	padding: 30px 0 22px;
	max-width: 580px;
}

.fv-content::before {
	content: none;
}

.fv-eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 20px;
	padding: 8px 16px;
	background: rgba(219, 234, 254, 0.88);
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: 999px;
	color: #0b3a78;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.03em;
	box-shadow: 0 10px 22px rgba(30, 58, 138, 0.07);
}

.fv-main-copy {
	font-size: 54px;
	font-weight: 800;
	line-height: 1.24;
	margin-bottom: 22px;
	letter-spacing: 0;
	color: #082b63;
	text-wrap: balance;
}

.fv-main-copy span {
	color: #ef2f1b;
	font-weight: 800;
	text-shadow: 0 10px 22px rgba(239, 47, 27, 0.12);
}

.fv-sub-copy {
	margin-bottom: 22px;
	color: #203d67;
}

.fv-sub-copy p {
	margin: 0 0 6px;
	font-size: 15.5px;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
}

.fv-strength-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin-bottom: 32px;
}

.fv-strength-chips span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(30, 58, 138, 0.10);
	border-radius: 999px;
	color: #0b3a78;
	font-size: 12.5px;
	font-weight: 800;
	box-shadow: 0 12px 24px rgba(30, 58, 138, 0.07);
}

.fv-strength-chips span::before {
	content: 'check';
	font-family: 'Material Symbols Outlined';
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	color: #0b3a78;
}

.fv-description {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 28px;
	color: #4a5a7a;
}

.fv-description p {
	margin: 0;
}

.fv-buttons {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 0;
}

.fv-cta-lead {
	margin: 0 0 14px;
	color: #ef2f1b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.10em;
}

.fv-cta-note {
	margin: 12px 0 0;
	color: #66738a;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
}

/* 実績サイトプレビュー画像 */
.fv-decoration {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 520px;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	overflow: visible;
}

.fv-visual-single {
	position: relative;
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	line-height: 0;
}

.fv-visual-single img {
	display: block;
	width: 100%;
	max-width: 840px;
	height: auto;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.pricing-plans-section img,
.multilingual-section img,
.top-works img,
.contact-basic img {
	max-width: 100%;
	height: auto;
}

.fv-devices {
	position: relative;
	width: 100%;
	min-height: 430px;
	display: none;
	align-items: center;
	justify-content: center;
}

.work-preview-pc {
	position: relative;
	width: min(520px, 100%);
	background: #ffffff;
	border: 1px solid rgba(30, 58, 138, 0.12);
	border-radius: 14px;
	box-shadow: 0 30px 70px rgba(30, 58, 138, 0.20);
	overflow: hidden;
	z-index: 4;
	transform: rotateY(-8deg) rotateX(3deg);
}

.preview-browser-bar {
	height: 38px;
	background: #f8fafc;
	border-bottom: 1px solid #e5eaf2;
	display: flex;
	align-items: center;
	padding: 0 12px;
	gap: 8px;
}

.preview-browser-bar span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #d1d8e5;
}

.preview-browser-bar span:first-child {
	background: #c82e19;
}

.preview-browser-bar span:nth-child(2) {
	background: #f59e0b;
}

.preview-browser-bar span:nth-child(3) {
	background: #2563eb;
}

.preview-browser-bar p {
	margin: 0 0 0 8px;
	padding: 5px 14px;
	flex: 1;
	background: #ffffff;
	border: 1px solid #edf1f7;
	border-radius: 999px;
	color: #718096;
	font-size: 11px;
	letter-spacing: 0.02em;
}

.preview-site {
	padding: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.preview-site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}

.preview-logo {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1e3a8a;
	color: #ffffff;
	border-radius: 8px;
	font-size: 17px;
	font-weight: 700;
	box-shadow: 0 10px 20px rgba(30, 58, 138, 0.18);
}

.preview-menu {
	display: flex;
	gap: 10px;
	align-items: center;
}

.preview-menu span {
	width: 54px;
	height: 7px;
	background: rgba(255, 255, 255, 0.72);
	border-radius: 999px;
}

.preview-menu span:last-child {
	width: 72px;
	background: #c82e19;
}

.preview-work-frame {
	position: relative;
	height: 330px;
	overflow: hidden;
	border-radius: 12px;
	background: #e8eef5;
	box-shadow: inset 0 0 0 1px rgba(30, 58, 138, 0.10);
}

.preview-work-frame > img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center top;
}

.preview-work-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 18px;
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.70) 0%, rgba(15, 23, 42, 0.38) 45%, rgba(255, 255, 255, 0.08) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.00) 46%, rgba(15, 23, 42, 0.58) 100%);
}

.preview-work-copy {
	width: 58%;
	margin-top: auto;
	margin-bottom: 18px;
}

.preview-hero {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 18px;
	padding: 22px;
	background: #eef5ff;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 12px;
}

.preview-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.preview-kicker {
	width: fit-content;
	margin-bottom: 12px;
	padding: 5px 10px;
	background: rgba(255, 255, 255, 0.92);
	color: #c82e19;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.preview-title-line {
	height: 13px;
	margin-bottom: 9px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 999px;
}

.preview-title-line-lg {
	width: 88%;
}

.preview-title-line-sm {
	width: 62%;
	background: rgba(219, 234, 254, 0.90);
}

.preview-cta-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
}

.preview-cta-main,
.preview-cta-sub {
	display: block;
	height: 26px;
	border-radius: 999px;
}

.preview-cta-main {
	width: 112px;
	background: #c82e19;
	box-shadow: 0 8px 18px rgba(200, 46, 25, 0.20);
}

.preview-cta-sub {
	width: 82px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.60);
}

.preview-hero-image {
	position: relative;
	min-height: 150px;
	background: linear-gradient(135deg, #ffffff 0%, #dfeafe 100%);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.10);
}

.preview-hero-image span {
	position: absolute;
	border-radius: 10px;
}

.preview-hero-image span:first-child {
	width: 88px;
	height: 88px;
	right: 16px;
	top: 18px;
	background: #2563eb;
}

.preview-hero-image span:nth-child(2) {
	width: 62px;
	height: 62px;
	left: 18px;
	bottom: 20px;
	background: #ffffff;
	border: 1px solid #cfdcf0;
}

.preview-hero-image span:nth-child(3) {
	width: 120px;
	height: 11px;
	right: 20px;
	bottom: 24px;
	background: #1e3a8a;
	border-radius: 999px;
}

.preview-content-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 0;
}

.preview-thumb {
	height: 76px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.90);
	border: 1px solid rgba(255, 255, 255, 0.42);
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.20);
}

.preview-thumb img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center top;
}

.preview-thumb::before,
.preview-thumb::after {
	content: '';
	position: absolute;
	left: 12px;
	border-radius: 999px;
}

.preview-thumb::before {
	top: 14px;
	width: 46px;
	height: 28px;
	background: rgba(30, 58, 138, 0.16);
}

.preview-thumb::after {
	bottom: 14px;
	width: 70%;
	height: 7px;
	background: #d9e2f2;
}

.preview-thumb-image::before,
.preview-thumb-image::after {
	display: none;
}

.preview-thumb-text {
	background: rgba(255, 255, 255, 0.92);
}

.work-preview-mobile {
	position: absolute;
	right: -18px;
	bottom: 18px;
	width: 150px;
	height: 280px;
	padding: 8px;
	background: #0f172a;
	border: 5px solid #1e293b;
	border-radius: 24px;
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.28);
	z-index: 6;
	transform: rotate(3deg);
}

.mobile-notch {
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 14px;
	background: #020617;
	border-radius: 0 0 14px 14px;
	z-index: 20;
}

.mobile-screen {
	position: relative;
	width: 100%;
	height: calc(100% - 42px);
	background: #ffffff;
	border-radius: 18px;
	overflow: hidden;
}

.mobile-screen > img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center top;
}

.mobile-work-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px 10px 12px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.48) 34%, rgba(15, 23, 42, 0.66) 100%);
}

.mobile-site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-site-header span:first-child {
	width: 28px;
	height: 20px;
	background: #1e3a8a;
	border-radius: 5px;
}

.mobile-site-header span:last-child {
	width: 42px;
	height: 6px;
	background: #d9e2f2;
	border-radius: 999px;
}

.mobile-site-hero {
	padding: 12px;
	background: rgba(15, 23, 42, 0.68);
	border-radius: 10px;
	backdrop-filter: blur(4px);
}

.mobile-title-line {
	width: 92%;
	height: 9px;
	margin-bottom: 7px;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 999px;
}

.mobile-title-line.short {
	width: 64%;
	background: rgba(219, 234, 254, 0.88);
}

.mobile-site-button {
	width: 66px;
	height: 20px;
	margin-top: 12px;
	background: #c82e19;
	border-radius: 999px;
}

.mobile-card-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mobile-card-list span {
	height: 28px;
	background: #f3f6fb;
	border: 1px solid #e3e9f3;
	border-radius: 7px;
}

/* 言語切り替えラベル */
.mobile-languages {
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
	z-index: 15;
}

.lang-tag {
	background: rgba(255, 255, 255, 0.94);
	color: #1e3a8a;
	font-size: 9px;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 3px;
	border: 1px solid rgba(37, 99, 235, 0.18);
	cursor: pointer;
	transition: all 0.2s;
}

.lang-tag.active {
	background: #ff6b35;
	color: #ffffff;
	border-color: #ff6b35;
}

.lang-tag:hover {
	background: #eef5ff;
	border-color: rgba(37, 99, 235, 0.32);
}

/* 非表示要素 */
.fv-swiper {
	display: none;
}

.fv-slide-bg {
	display: none;
}

.swiper-pagination {
	display: none;
}

/* レスポンシブ ファーストビュー */
@media screen and (max-width: 1024px) {
	header .header-contents .header-title-area .site-logo-heading {
		font-size: 20px;
		padding-top: 4px;
	}

	header .header-contents .header-title-area .site-logo-heading span.h1-copy {
		font-size: 13px;
	}

	.eyecatch-renewal-fv {
		height: auto;
		min-height: 0;
		margin-top: 60px !important;
		padding: 42px 0 36px;
	}

	.fv-container {
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 42px 34px 24px;
		justify-items: center;
	}

	.fv-content {
		max-width: 760px;
		text-align: center;
	}

	.fv-main-copy {
		font-size: 42px;
		line-height: 1.26;
		margin-bottom: 18px;
	}

	.fv-sub-copy p {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.fv-description {
		font-size: 14px;
		margin-bottom: 24px;
	}

	.fv-devices {
		min-height: 360px;
	}

	.fv-decoration {
		width: 100%;
		min-height: 390px;
	}

	.fv-visual-single {
		max-width: 780px;
	}

	.work-preview-pc {
		width: min(560px, 92%);
		transform: none;
	}

	.work-preview-mobile {
		right: 4%;
		bottom: -8px;
	}
}

@media screen and (max-width: 768px) {
	.eyecatch-renewal-fv {
		height: auto;
		min-height: 0;
		padding: 36px 0 34px;
		background: linear-gradient(180deg, #ffffff 0%, #f0f4f9 100%);
	}

	.fv-container {
		grid-template-columns: 1fr;
		gap: 26px;
		padding: 0 20px;
	}

	.fv-content {
		max-width: 640px;
		text-align: center;
	}

	.fv-content::before {
		left: 50%;
		top: -14px;
		width: 78px;
		height: 2px;
		transform: translateX(-50%);
		background: linear-gradient(90deg, rgba(37, 99, 235, 0.20) 0%, #c82e19 50%, rgba(37, 99, 235, 0.20) 100%);
	}

	.fv-eyebrow {
		margin-bottom: 14px;
		font-size: 12px;
	}

	.fv-main-copy {
		font-size: 34px;
		line-height: 1.32;
		margin-bottom: 16px;
	}

	.fv-sub-copy {
		margin-bottom: 16px;
	}

	.fv-sub-copy p {
		font-size: 14px;
		line-height: 1.75;
		margin-bottom: 4px;
	}

	.fv-strength-chips {
		justify-content: center;
		gap: 8px 10px;
		margin-bottom: 28px;
	}

	.fv-strength-chips span {
		font-size: 11px;
		padding: 7px 10px;
	}

	.fv-description {
		font-size: 13px;
		margin-bottom: 20px;
	}

	.fv-description p {
		line-height: 1.7;
	}

	.fv-buttons {
		justify-content: center;
		gap: 12px;
	}

	.fv-devices {
		min-height: 310px;
		perspective: none;
	}

	.fv-decoration {
		width: 100%;
		min-height: 0;
	}

	.fv-visual-single {
		max-width: min(680px, 100%);
	}

	.work-preview-pc {
		width: 100%;
	}

	.preview-site {
		padding: 12px;
	}

	.preview-work-frame {
		height: 300px;
	}

	.preview-work-overlay {
		padding: 16px;
	}

	.preview-work-copy {
		width: 64%;
		margin-bottom: 14px;
	}

	.preview-menu span {
		width: 36px;
	}

	.preview-menu span:last-child {
		width: 48px;
	}

	.work-preview-mobile {
		width: 118px;
		height: 220px;
		right: 0;
		bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	.eyecatch-renewal-fv {
		min-height: 0;
		padding: 28px 0 24px;
	}

	.fv-container {
		padding: 0 18px;
		gap: 20px;
	}

	.fv-main-copy {
		font-size: 27px;
		line-height: 1.34;
		margin-bottom: 14px;
	}

	.fv-eyebrow {
		font-size: 11px;
		padding: 6px 11px;
	}

	.fv-sub-copy {
		margin-bottom: 14px;
	}

	.fv-sub-copy p {
		font-size: 13px;
		line-height: 1.65;
	}

	.fv-description {
		font-size: 12px;
		margin-bottom: 16px;
	}

	.fv-buttons {
		flex-direction: column;
		gap: 10px;
	}

	.btn-primary,
	.btn-secondary {
		width: 100%;
		min-width: 0;
		padding: 15px 24px;
		font-size: 14px;
	}

	.fv-devices {
		min-height: 220px;
	}

	.fv-decoration {
		min-height: 0;
	}

	.fv-visual-single {
		max-width: 100%;
	}

	.fv-visual-single img {
		box-shadow: none;
	}

	.work-preview-pc {
		width: 92%;
	}

	.preview-browser-bar {
		height: 30px;
	}

	.preview-browser-bar p {
		font-size: 9px;
		padding: 4px 10px;
	}

	.preview-site-header {
		margin-bottom: 10px;
	}

	.preview-logo {
		width: 30px;
		height: 30px;
		font-size: 13px;
	}

	.preview-menu span {
		width: 24px;
		height: 5px;
	}

	.preview-menu span:last-child {
		width: 32px;
	}

	.preview-work-frame {
		height: 205px;
	}

	.preview-content-grid {
		display: none;
	}

	.preview-work-overlay {
		padding: 12px;
	}

	.preview-work-copy {
		width: 78%;
		margin-bottom: 0;
	}

	.work-preview-mobile {
		width: 92px;
		height: 172px;
		position: relative;
		right: -80px;
		bottom: 150px;
		margin-bottom: -150px;
		transform: rotate(2deg);
	}
}

/* ========================================
   ボタンスタイル
   ======================================== */

.btn-primary,
.btn-primary-large {
	display: inline-block;
	min-width: 236px;
	padding: 17px 34px;
	background-color: #ef2f1b;
	color: #ffffff;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 800;
	font-size: 15px;
	transition: all 0.3s ease;
	border: 1px solid #ef2f1b;
	text-align: center;
	box-shadow: 0 14px 28px rgba(239, 47, 27, 0.22);
}

.btn-primary:hover,
.btn-primary-large:hover {
	background-color: #d92716;
	border-color: #d92716;
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(239, 47, 27, 0.28);
}

.btn-secondary {
	display: inline-block;
	min-width: 236px;
	padding: 17px 34px;
	background-color: rgba(255, 255, 255, 0.92);
	color: #082b63;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 800;
	font-size: 15px;
	transition: all 0.3s ease;
	border: 1px solid #082b63;
	text-align: center;
	box-shadow: 0 12px 26px rgba(30, 58, 138, 0.08);
}

.btn-secondary:hover {
	background-color: #082b63;
	border-color: #082b63;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(30, 58, 138, 0.18);
}

.btn-primary-large {
	padding: 16px 50px;
	font-size: 16px;
}

.btn-cta {
	display: inline-block;
	padding: 12px 32px;
	background-color: #2563eb;
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
	border: 2px solid #2563eb;
	text-align: center;
	margin-top: 15px;
}

.btn-cta:hover {
	background-color: #1d4ed8;
	border-color: #1d4ed8;
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(37, 99, 235, 0.3);
}

/* ========================================
   02 月額プランセクション
   ======================================== */

.pricing-plans-section {
	padding: 100px 20px;
	background: linear-gradient(135deg, #f8f9fa 0%, #eef2f7 100%);
}

.section-title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	color: #1e1e1e;
	letter-spacing: 0.05em;
}

.section-subtitle {
	font-size: 16px;
	text-align: center;
	color: #666;
	margin-bottom: 50px;
	line-height: 1.6;
}

.pricing-cards-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 40px;
}

.pricing-card {
	background: #ffffff;
	border-radius: 8px;
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	position: relative;
	border-top: 4px solid #e0e0e0;
}

.pricing-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.pricing-card-light {
	border-top-color: #10b981;
}

.pricing-card-standard {
	border-top-color: #2563eb;
	transform: scale(1.05);
}

.pricing-card-wordpress {
	border-top-color: #7c3aed;
}

.pricing-badge {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
	color: #ffffff;
	padding: 6px 20px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.pricing-card-light .pricing-badge {
	background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
}

.pricing-card-standard .pricing-badge {
	background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
}

.pricing-card-wordpress .pricing-badge {
	background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
}

.pricing-plan-name {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 8px;
	color: #1e1e1e;
}

.pricing-plan-type {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
	font-weight: 500;
}

.pricing-amount {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 8px;
	margin-bottom: 30px;
}

.currency {
	font-size: 14px;
	color: #666;
}

.price {
	font-size: 40px;
	font-weight: 700;
	color: #2563eb;
}

.pricing-card-light .price {
	color: #10b981;
}

.pricing-card-wordpress .price {
	color: #7c3aed;
}

.unit {
	font-size: 14px;
	color: #666;
}

.pricing-features {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
	text-align: left;
}

.pricing-features li {
	padding: 10px 0;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.pricing-features li:last-child {
	border-bottom: none;
}

.pricing-features .material-symbols-outlined {
	color: #10b981;
	font-size: 20px;
	flex-shrink: 0;
}

.pricing-card-light .pricing-features .material-symbols-outlined {
	color: #10b981;
}

.pricing-card-standard .pricing-features .material-symbols-outlined {
	color: #2563eb;
}

.pricing-card-wordpress .pricing-features .material-symbols-outlined {
	color: #7c3aed;
}

.pricing-notes {
	background: #fff9e6;
	border-left: 4px solid #fbbf24;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 4px;
	text-align: left;
}

.pricing-notes p {
	font-size: 13px;
	color: #744210;
	margin: 8px 0;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.pricing-notes .material-symbols-outlined {
	font-size: 18px;
	flex-shrink: 0;
	margin-top: 2px;
}

.pricing-cta {
	text-align: center;
	padding-top: 20px;
}

.pricing-plans-section {
	position: relative;
	margin-top: 0;
	padding: 50px 20px 76px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
	border-top: 1px solid rgba(30, 58, 138, 0.08);
}

.pricing-plans-section .contents-area-w {
	max-width: 1300px;
}

.pricing-plans-section .section-title {
	color: #082b63;
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.pricing-plans-section .section-subtitle {
	margin-bottom: 30px;
	color: #4a5a7a;
	font-weight: 600;
}

.pricing-cards-wrapper {
	gap: 22px;
	margin-bottom: 24px;
}

.pricing-card {
	padding: 26px 70px 24px 28px;
	text-align: left;
	border: 1px solid rgba(30, 58, 138, 0.09);
	border-top: 1px solid rgba(30, 58, 138, 0.09);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 20px 44px rgba(30, 58, 138, 0.08);
	overflow: hidden;
}

.pricing-card::after {
	content: 'chevron_right';
	position: absolute;
	right: 28px;
	top: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	background: #082b63;
	border-radius: 50%;
	color: #ffffff;
	font-family: 'Material Symbols Outlined';
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
}

.pricing-card:hover {
	transform: translateY(-5px);
	border-color: rgba(30, 58, 138, 0.16);
	box-shadow: 0 28px 62px rgba(30, 58, 138, 0.12);
}

.pricing-card-standard {
	transform: none;
}

.pricing-card-standard:hover {
	transform: translateY(-5px);
}

.pricing-card-light,
.pricing-card-standard,
.pricing-card-wordpress {
	border-top-color: rgba(30, 58, 138, 0.10);
}

.pricing-badge,
.pricing-card-light .pricing-badge,
.pricing-card-standard .pricing-badge,
.pricing-card-wordpress .pricing-badge {
	position: static;
	display: inline-flex;
	transform: none;
	margin-bottom: 10px;
	padding: 0;
	background: transparent;
	color: #1e3a8a;
	border-radius: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.pricing-plan-name {
	margin: 0 0 8px;
	color: #082b63;
	font-size: 17px;
	font-weight: 800;
}

.pricing-plan-type {
	margin: 10px 0 0;
	color: #31476b;
	font-size: 13.5px;
	line-height: 1.7;
	font-weight: 700;
}

.pricing-amount {
	justify-content: flex-start;
	gap: 4px;
	margin-bottom: 0;
}

.currency {
	color: #082b63;
	font-size: 13px;
	font-weight: 800;
}

.price,
.pricing-card-light .price,
.pricing-card-wordpress .price {
	color: #082b63;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.unit {
	color: #082b63;
	font-size: 13px;
	font-weight: 800;
}

.pricing-features,
.pricing-card .btn-cta {
	display: none;
}

.pricing-assurance {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	max-width: 760px;
	margin: 20px auto 0;
}

.assurance-box {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 20px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(30, 58, 138, 0.10);
	border-radius: 12px;
	box-shadow: 0 16px 34px rgba(30, 58, 138, 0.08);
}

.assurance-box > .material-symbols-outlined {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #082b63;
	border: 1px solid rgba(30, 58, 138, 0.18);
	border-radius: 50%;
	font-size: 22px;
	background: #f4f8ff;
	flex-shrink: 0;
}

.assurance-box h3 {
	margin: 0 0 4px;
	color: #082b63;
	font-size: 15px;
	font-weight: 800;
}

.assurance-box p {
	margin: 0;
	color: #4a5a7a;
	font-size: 13px;
	font-weight: 600;
}

.top-works {
	padding: 70px 20px 90px;
	background: #ffffff;
}

.works-section-heading {
	text-align: center;
	margin-bottom: 34px;
}

.works-section-heading span {
	display: block;
	margin-bottom: 6px;
	color: #c82e19;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.works-section-heading h2 {
	margin: 0 0 10px;
	color: #082b63;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.works-section-heading p {
	margin: 0;
	color: #4a5a7a;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
}

.top-works ul {
	gap: 24px;
}

.top-works ul li {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.top-works ul li img {
	transition: transform 0.35s ease;
}

.top-works ul li:hover img {
	transform: scale(1.04);
}

/* レスポンシブ 月額プラン */
@media screen and (max-width: 1024px) {
	.pricing-cards-wrapper {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.pricing-card-standard {
		transform: scale(1);
	}

	.pricing-card {
		padding: 35px 25px;
	}

	.section-title {
		font-size: 28px;
	}

	.pricing-assurance {
		grid-template-columns: 1fr;
		max-width: 640px;
	}
}

@media screen and (max-width: 768px) {
	.pricing-plans-section {
		padding: 60px 15px;
	}

	.section-title {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.section-subtitle {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.pricing-card {
		padding: 30px 20px;
		border-radius: 6px;
	}

	.pricing-card::after {
		right: 18px;
	}

	.pricing-plan-name {
		font-size: 18px;
	}

	.price {
		font-size: 32px;
	}

	.pricing-features li {
		padding: 8px 0;
		font-size: 13px;
	}

	.pricing-assurance {
		grid-template-columns: 1fr;
	}

	.assurance-box {
		padding: 16px;
	}

	.top-works {
		padding: 54px 15px 70px;
	}

	.works-section-heading h2 {
		font-size: 26px;
	}

	.works-section-heading p {
		font-size: 14px;
	}
}

/* ========================================
   03 E!DESIGNが選ばれる理由
   ======================================== */

.why-us-section {
	padding: 80px 20px;
	background: #ffffff;
}

.why-us-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin-top: 50px;
}

.why-us-card {
	text-align: center;
}

.why-us-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	color: #ffffff;
	font-size: 40px;
	transition: all 0.3s ease;
}

.why-us-card:hover .why-us-icon {
	transform: scale(1.1) rotate(-10deg);
}

.why-us-card h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
	color: #1e1e1e;
}

.why-us-card p {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}

/* レスポンシブ E!DESIGNが選ばれる理由 */
@media screen and (max-width: 768px) {
	.why-us-section {
		padding: 60px 15px;
	}

	.why-us-cards {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.why-us-icon {
		width: 70px;
		height: 70px;
		font-size: 35px;
	}

	.why-us-card h3 {
		font-size: 16px;
	}

	.why-us-card p {
		font-size: 13px;
	}
}

/* ========================================
   04 多言語対応セクション
   ======================================== */

.multilingual-section {
	padding: 86px 20px;
	background:
		radial-gradient(circle at 90% 14%, rgba(37, 99, 235, 0.12) 0, rgba(37, 99, 235, 0.12) 180px, transparent 181px),
		linear-gradient(135deg, #f6f9fd 0%, #e8f1fc 100%);
	overflow: hidden;
}

.multilingual-content {
	display: grid;
	grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1.22fr);
	gap: 56px;
	align-items: center;
	margin-top: 42px;
}

.multilingual-text {
	position: relative;
	z-index: 2;
}

.multilingual-text h3 {
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 20px;
	color: #082b63;
	line-height: 1.45;
	letter-spacing: 0.01em;
}

.multilingual-text p {
	font-size: 15.5px;
	line-height: 1.95;
	color: #31476b;
	margin-bottom: 14px;
	font-weight: 600;
}

.multilingual-text p:last-of-type {
	margin-bottom: 30px;
}

.multilingual-cta {
	display: flex;
	margin-top: 28px;
}

.multilingual-visual {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	line-height: 0;
}

.multilingual-visual img {
	display: block;
	width: 100%;
	max-width: 760px;
	height: auto;
	margin-left: auto;
	background: transparent;
	border: none;
	border-radius: 12px;
	box-shadow: 0 24px 56px rgba(30, 58, 138, 0.14);
}

/* レスポンシブ 多言語対応 */
@media screen and (max-width: 768px) {
	.multilingual-section {
		padding: 60px 15px;
	}

	.multilingual-content {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-top: 30px;
	}

	.multilingual-text h3 {
		font-size: 22px;
	}

	.multilingual-text p {
		font-size: 14px;
	}

	.multilingual-cta {
		justify-content: center;
	}

	.multilingual-visual img {
		max-width: 100%;
		margin: 0 auto;
		border-radius: 10px;
	}
}

@media screen and (max-width: 480px) {
	.multilingual-section {
		padding: 54px 15px;
	}

	.multilingual-content {
		gap: 24px;
	}

	.multilingual-text h3 {
		font-size: 20px;
	}

	.multilingual-visual img {
		border-radius: 8px;
		box-shadow: 0 16px 34px rgba(30, 58, 138, 0.12);
	}
}

/* ========================================
   05 FAQセクション
   ======================================== */

.faq-section {
	padding: 80px 20px;
	background: #f8f9fa;
}

.faq-items {
	max-width: 700px;
	margin: 50px auto 0;
}

.faq-item {
	margin-bottom: 15px;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	border-left: 4px solid #e0e0e0;
	transition: all 0.3s ease;
}

.faq-item[open] {
	border-left-color: #2563eb;
}

.faq-item[open]:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	cursor: pointer;
	background: #ffffff;
	border: none;
	font-size: 15px;
	font-weight: 600;
	color: #1e1e1e;
	transition: all 0.3s ease;
	user-select: none;
}

.faq-question:hover {
	background: #f8f9fa;
}

.faq-item[open] .faq-question {
	background: #f0f4f9;
	color: #2563eb;
}

.faq-icon {
	flex-shrink: 0;
	margin-right: 12px;
	font-size: 20px;
	color: #2563eb;
	display: flex;
	align-items: center;
}

.faq-text {
	flex: 1;
	text-align: left;
}

.faq-toggle {
	flex-shrink: 0;
	margin-left: 15px;
	font-size: 24px;
	color: #2563eb;
	transition: transform 0.3s ease;
	display: flex;
	align-items: center;
}

.faq-item[open] .faq-toggle {
	transform: rotate(180deg);
}

.faq-answer {
	max-height: 500px;
	overflow: hidden;
	padding: 0 20px 20px 52px;
	background: #ffffff;
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
	from {
		max-height: 0;
		opacity: 0;
	}
	to {
		max-height: 500px;
		opacity: 1;
	}
}

.faq-answer p {
	margin: 0;
}

.faq-cta {
	text-align: center;
	margin-top: 50px;
	padding-top: 30px;
	border-top: 2px solid #e0e0e0;
}

.faq-cta p {
	font-size: 16px;
	font-weight: 600;
	color: #1e1e1e;
	margin-bottom: 20px;
}

/* レスポンシブ FAQ */
@media screen and (max-width: 768px) {
	.faq-section {
		padding: 60px 15px;
	}

	.faq-items {
		margin: 30px auto 0;
	}

	.faq-question {
		padding: 15px;
		font-size: 14px;
	}

	.faq-icon {
		margin-right: 10px;
		font-size: 18px;
	}

	.faq-answer {
		padding: 0 15px 15px 44px;
		font-size: 13px;
	}

	.faq-toggle {
		margin-left: 10px;
		font-size: 20px;
	}
}

/* ========================================
   06 contents-area-w のカスタマイズ
   ======================================== */

.contents-area-w {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	.contents-area-w {
		padding: 0 15px;
	}
}

/* ========================================
   07 その他のユーティリティ
   ======================================== */

.display_only_sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.display_only_sp {
		display: block;
	}

	.display_no_sp {
		display: none;
	}
}

/* ========================================
   08 Swiper ページネーション カスタマイズ
   ======================================== */

.eyecatch-renewal-fv .swiper-pagination {
	bottom: 30px;
	z-index: 11;
}

.eyecatch-renewal-fv .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.6);
	opacity: 0.8;
	transition: all 0.3s ease;
}

.eyecatch-renewal-fv .swiper-pagination-bullet-active {
	background: #ffffff;
	opacity: 1;
}

/* ========================================
   09 Responsive final pass
   ======================================== */

@media screen and (max-width: 1024px) {
	.fv-container,
	.pricing-plans-section .contents-area-w,
	.multilingual-section .contents-area-w,
	.top-works ul,
	.contact-basic,
	footer .footer-wrapper {
		max-width: 100%;
		box-sizing: border-box;
	}

	.fv-visual-single img,
	.multilingual-visual img {
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.fv-content {
		padding: 18px 0 0;
	}

	.fv-buttons {
		width: 100%;
		max-width: 520px;
		margin-inline: auto;
	}

	.pricing-plans-section {
		padding: 52px 15px 58px;
	}

	.pricing-cards-wrapper {
		gap: 18px;
	}

	.pricing-card {
		padding: 26px 64px 24px 22px;
		border-radius: 10px;
	}

	.pricing-card::after {
		right: 18px;
		width: 34px;
		height: 34px;
	}

	.pricing-plan-type {
		font-size: 13px;
	}

	.pricing-assurance {
		gap: 12px;
	}

	.multilingual-content {
		text-align: left;
	}

	.multilingual-cta .btn-secondary {
		width: min(100%, 420px);
	}

	.top-works ul {
		gap: 18px;
		margin: 26px auto 0;
	}

	.top-works ul li {
		width: calc(50% - 9px);
		margin-bottom: 0;
	}

	.top-works ul li:nth-of-type(4) {
		display: block;
	}

	.top-works ul li img {
		width: 100%;
		display: block;
		box-shadow: none;
	}

	.contact-basic {
		padding-inline: 15px;
	}
}

@media screen and (max-width: 599px) {
	body {
		padding-bottom: 96px;
	}

	.go_contact_sp_bottom {
		z-index: 10002;
	}

	.go_contact_sp_bottom a {
		right: 14px;
		bottom: 14px;
		width: 76px;
		height: 76px;
		padding-top: 11px;
		font-size: 13px;
		box-shadow: 0 12px 26px rgba(200, 46, 25, 0.28);
	}
}

@media screen and (max-width: 480px) {
	header .header-contents .header-title-area .site-logo-heading {
		padding-left: 4px;
		padding-top: 5px;
		font-size: 18px;
		letter-spacing: 0;
	}

	header .header-contents .header-title-area .site-logo-heading span.h1-copy {
		font-size: 12px;
	}

	header .header-contents .header-title-area .site-logo-heading img:first-of-type {
		width: 148px;
		height: auto;
	}

	.fv-strength-chips {
		gap: 8px;
		margin-bottom: 22px;
	}

	.fv-strength-chips span {
		max-width: 100%;
	}

	.btn-primary,
	.btn-primary-large,
	.btn-secondary {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
		padding: 15px 18px;
		font-size: 14px;
	}

	.fv-cta-note {
		margin-top: 10px;
	}

	.pricing-plans-section .section-title,
	.works-section-heading h2 {
		font-size: 24px;
		line-height: 1.4;
	}

	.pricing-plans-section .section-subtitle,
	.works-section-heading p {
		font-size: 13px;
	}

	.pricing-card {
		padding: 24px 58px 22px 20px;
	}

	.price,
	.pricing-card-light .price,
	.pricing-card-wordpress .price {
		font-size: 32px;
	}

	.assurance-box {
		align-items: flex-start;
	}

	.multilingual-section {
		padding-inline: 15px;
	}

	.multilingual-content {
		margin-top: 24px;
	}

	.multilingual-text p {
		line-height: 1.85;
	}

	.top-works {
		padding-inline: 15px;
	}

	.footer-link dl dd {
		line-height: 1.9;
	}
}

@media screen and (max-width: 375px) {
	.fv-container {
		padding-inline: 14px;
	}

	.fv-main-copy {
		font-size: 22px;
		line-height: 1.38;
	}

	.fv-sub-copy {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.fv-sub-copy p {
		font-size: 12px;
	}

	.fv-strength-chips span {
		font-size: 10.5px;
		padding: 6px 9px;
	}

	.fv-visual-single {
		width: 92vw;
		max-width: 92vw;
		margin-inline: auto;
	}

	.fv-visual-single img {
		width: 100%;
		max-width: 100%;
	}

	.pricing-card {
		padding: 22px 52px 20px 18px;
	}

	.pricing-card::after {
		right: 14px;
		width: 32px;
		height: 32px;
	}

	.price,
	.pricing-card-light .price,
	.pricing-card-wordpress .price {
		font-size: 30px;
	}

	.top-works ul {
		gap: 14px;
	}

	.top-works ul li {
		width: calc(50% - 7px);
	}
}
