﻿@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 {
	min-height: 100%;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	position: relative;
}

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;
}

@media screen and (max-width: 1024px) {
	header .gNav {
		position: fixed;
		top: 72px;
		left: 16px;
		right: 16px;
		width: auto;
		height: auto;
		max-height: calc(100vh - 96px);
		display: none !important;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		overflow-y: auto;
		padding: 8px 0;
		background: #ffffff;
		border: 1px solid rgba(8, 47, 99, 0.10);
		border-radius: 18px;
		box-shadow: 0 18px 40px rgba(8, 47, 99, 0.20);
		z-index: 99999;
		transition: none;
	}

	header .gNav.open {
		right: 16px;
		display: block !important;
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}

	header .gNav .gNav-menu {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	header .gNav .gNav-menu li {
		width: 100%;
		height: auto;
		border-bottom: 1px solid rgba(8, 47, 99, 0.08);
	}

	header .gNav .gNav-menu li:last-child {
		border-bottom: none;
	}

	header .gNav .gNav-menu li a {
		display: block;
		width: 100%;
		height: auto;
		min-height: 0;
		padding: 14px 18px;
		background: #ffffff;
		color: #082f63;
		font-size: 15px;
		font-weight: 800;
		line-height: 1.45;
		text-align: left;
		text-decoration: none;
	}

	header .gNav .gNav-menu li:last-of-type a {
		background: #ffffff;
		color: #ef2f1b;
	}

	header .gNav .gNav-menu li a:hover {
		background: #f4f8ff;
		color: #082f63;
	}

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

@media screen and (max-width: 599px) {
	header .gNav {
		top: 64px;
		left: 12px;
		right: 12px;
		border-radius: 16px;
	}

	header .gNav.open {
		right: 12px;
	}
}

.corp-renewal .corp-hero {
	padding-top: 52px;
	padding-bottom: 34px;
}

.corp-renewal ol.breadcrumbs {
	padding-top: 6px;
}

.corp-renewal .corp-profile-section {
	padding-top: 24px;
}

@media screen and (max-width: 768px) {
	.corp-renewal .corp-hero {
		padding-top: 36px;
		padding-bottom: 28px;
	}

	.corp-renewal .corp-profile-section {
		padding-top: 24px;
	}

	.price-renewal .price-hero {
		padding: 54px 18px 36px;
	}

	.price-renewal ol.breadcrumbs {
		padding-top: 8px;
	}
}

.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%;
	min-width: 0;
	padding: 18px 56px 0;
}

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

.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-width: 0;
	min-height: 520px;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.fv-decoration::before,
.fv-decoration::after,
.fv-visual-single::before,
.fv-visual-single::after {
	content: none;
	display: none;
}

.fv-visual-single {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	line-height: 0;
}

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

.fv-devices,
.work-preview-pc,
.work-preview-mobile,
.preview-browser-bar,
.preview-site,
.preview-work-frame,
.preview-work-overlay,
.mobile-screen {
	display: none !important;
}

.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: minmax(0, 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: minmax(0, 1fr);
		gap: 26px;
		padding: 0 20px;
	}

	.fv-content {
		max-width: 640px;
		width: 100%;
		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 {
		width: 100%;
		margin-bottom: 16px;
	}

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

	.fv-strength-chips {
		width: 100%;
		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;
		max-width: calc(100vw - 36px);
		width: min(100%, 335px);
		margin-inline: auto;
	}

	.fv-sub-copy p {
		max-width: calc(100vw - 36px);
		width: min(100%, 335px);
		margin-inline: auto;
		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%;
		width: min(100%, 320px);
		overflow-wrap: anywhere;
	}

	.fv-sub-copy p {
		max-width: calc(100vw - 28px);
		width: min(100%, 320px);
		font-size: 12px;
		word-break: break-all;
	}

	.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);
	}
}

/* Works renewal pages */
.works-renewal {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #eef5ff 100%);
	color: #082b63;
	min-width: 0;
}

.works-renewal *,
.works-renewal *::before,
.works-renewal *::after {
	box-sizing: border-box;
}

.works-renewal main {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
}

.works-renewal p,
.works-renewal h1,
.works-renewal h2,
.works-renewal h3,
.works-renewal li {
	overflow-wrap: anywhere;
}

.works-renewal .works-hero {
	position: relative;
	margin-top: 76px;
	padding: 34px 20px 26px;
	background:
		radial-gradient(circle at 14% 18%, rgba(37, 99, 235, 0.06) 0, rgba(37, 99, 235, 0.06) 82px, transparent 83px),
		radial-gradient(circle at 88% 13%, rgba(239, 47, 27, 0.045) 0, rgba(239, 47, 27, 0.045) 66px, transparent 67px),
		linear-gradient(135deg, #ffffff 0%, #f5f9ff 58%, #e8f1fc 100%);
	text-align: center;
}

.works-renewal .works-hero-inner,
.works-renewal .works-section-inner {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	min-width: 0;
}

.works-renewal .works-eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 10px;
	padding: 6px 14px;
	background: rgba(219, 234, 254, 0.92);
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: 999px;
	color: #0b3a78;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.works-renewal .works-hero h1 {
	margin: 0;
	color: #082b63;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.34;
	letter-spacing: 0.04em;
}

.works-renewal .works-hero-copy {
	margin: 0 0 10px;
	color: #ef2f1b;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.45;
}

.works-renewal .works-hero-copy span,
.works-renewal .works-hero-lead span {
	display: block;
	font-weight: 800;
}

.works-renewal .works-hero-lead {
	max-width: 760px;
	margin: 0 auto;
	color: #31476b;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7;
}

.works-renewal ol.breadcrumbs {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 8px 20px 0;
	box-sizing: border-box;
	list-style: none;
	font-size: 13px;
	line-height: 1.5;
}

.works-renewal ol.breadcrumbs li + li::before {
	content: ">";
	margin-right: 8px;
	color: #31476b;
}

.works-renewal .works-category-section,
.works-renewal .works-list-section,
.works-renewal .works-note-section,
.works-renewal .works-policy-section,
.works-renewal .works-cta-section {
	padding: 70px 20px;
}

.works-renewal .works-category-section {
	padding: 24px 20px 8px;
}

.works-renewal .works-list-section {
	padding-top: 22px;
}

.works-renewal .works-section-heading {
	margin: 0 auto 22px;
	max-width: 820px;
	text-align: center;
}

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

.works-renewal .works-section-heading h2 {
	margin: 0;
	border-bottom: none;
	color: #082b63;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.38;
}

.works-renewal .works-section-heading p {
	margin: 10px auto 0;
	max-width: 820px;
	color: #31476b;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7;
}

.works-renewal .works-category-nav {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.works-renewal .works-category-nav a,
.works-renewal .works-category-nav span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 20px;
	background: #ffffff;
	border: 1px solid rgba(30, 58, 138, 0.12);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(30, 58, 138, 0.07);
	color: #0b3a78;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.works-renewal .works-category-nav .is-active span {
	background: #ef2f1b;
	border-color: #ef2f1b;
	color: #ffffff;
	box-shadow: 0 16px 30px rgba(239, 47, 27, 0.18);
}

.works-renewal .works-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.works-renewal .works-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(30, 58, 138, 0.10);
	border-radius: 16px;
	box-shadow: 0 18px 42px rgba(30, 58, 138, 0.08);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.works-renewal .works-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 26px 58px rgba(30, 58, 138, 0.13);
}

.works-renewal .works-card-image,
.works-renewal .works-card-image-only {
	display: block;
	background: #f4f8ff;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.works-renewal .works-card-image img,
.works-renewal .works-card-image-only img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.35s ease;
}

.works-renewal .works-card.is-print .works-card-image,
.works-renewal .works-card.is-print .works-card-image-only {
	height: 236px;
	aspect-ratio: auto;
}

.works-renewal .dtp-work-card.is-gallery .works-card-image-only {
	height: 260px;
}

.works-renewal .works-card.is-print .works-card-image img,
.works-renewal .works-card.is-print .works-card-image-only img {
	object-fit: contain;
	background: #ffffff;
}

.works-renewal .dtp-work-card.is-double {
	grid-column: span 2;
}

.works-renewal .dtp-work-images {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 14px;
	background: #f4f8ff;
}

.works-renewal .dtp-work-image {
	position: relative;
	display: block;
	height: 430px;
	padding: 10px;
	background: #ffffff;
	border: 1px solid rgba(30, 58, 138, 0.08);
	border-radius: 12px;
	overflow: hidden;
}

.works-renewal .dtp-work-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center top;
}

.works-renewal .dtp-work-image-label {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	display: inline-flex;
	padding: 5px 10px;
	background: rgba(239, 47, 27, 0.92);
	border-radius: 999px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.works-renewal .dtp-work-card .works-card-body {
	padding: 18px;
}

.works-renewal .dtp-work-card h3 {
	font-size: 18px;
}

.works-renewal .dtp-work-card p {
	font-size: 13px;
	line-height: 1.65;
}

.works-renewal .works-card:hover .works-card-image img {
	transform: scale(1.03);
}

.works-renewal .ec-work-card .works-card-image img {
	object-fit: contain;
	background: #ffffff;
}

.works-renewal .works-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.works-renewal .works-labels {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 14px;
}

.works-renewal .works-label {
	display: inline-flex;
	padding: 5px 10px;
	background: #fff2ef;
	border: 1px solid rgba(239, 47, 27, 0.18);
	border-radius: 999px;
	color: #0b3a78;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.works-renewal .works-card h3 {
	margin: 0 0 10px;
	border-bottom: none;
	color: #082b63;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.45;
}

.works-renewal .works-card p {
	margin: 0 0 14px;
	color: #31476b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.75;
}

.works-renewal .works-meta {
	display: grid;
	gap: 7px;
	margin: auto 0 18px;
	padding: 0;
	list-style: none;
}

.works-renewal .works-meta li {
	color: #263f66;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.55;
}

.works-renewal .works-meta strong {
	color: #0b3a78;
	font-weight: 800;
}

.works-renewal .works-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.works-renewal .works-card-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 11px 16px;
	background: #ffffff;
	border: 1px solid rgba(30, 58, 138, 0.16);
	border-radius: 8px;
	color: #0b3a78;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.works-renewal .works-card-button:visited {
	color: #0b3a78;
}

.works-renewal .works-note-section,
.works-renewal .works-cta-section {
	background: #ffffff;
}

.works-renewal .works-note-card,
.works-renewal .works-policy-card,
.works-renewal .works-cta-box {
	max-width: 900px;
	margin: 0 auto;
	padding: 36px;
	background:
		radial-gradient(circle at 12% 18%, rgba(37, 99, 235, 0.09) 0, rgba(37, 99, 235, 0.09) 110px, transparent 111px),
		linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
	border: 1px solid rgba(30, 58, 138, 0.10);
	border-radius: 16px;
	box-shadow: 0 20px 46px rgba(30, 58, 138, 0.08);
}

.works-renewal .works-note-card h2,
.works-renewal .works-policy-card h2,
.works-renewal .works-cta-box h2 {
	margin: 0 0 14px;
	border-bottom: none;
	color: #082b63;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.45;
}

.works-renewal .works-note-card p,
.works-renewal .works-policy-card p,
.works-renewal .works-cta-box p {
	margin: 0;
	color: #31476b;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.9;
}

.works-renewal .works-policy-section {
	background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.works-renewal .works-policy-card {
	max-width: 1160px;
}

.works-renewal .works-policy-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.works-renewal .works-policy-grid li {
	position: relative;
	padding: 18px 18px 18px 48px;
	background: #ffffff;
	border: 1px solid rgba(30, 58, 138, 0.10);
	border-radius: 12px;
	box-shadow: 0 12px 26px rgba(30, 58, 138, 0.06);
	color: #082b63;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.55;
}

.works-renewal .works-policy-grid li::before {
	content: 'check';
	position: absolute;
	left: 18px;
	top: 19px;
	color: #ef2f1b;
	font-family: 'Material Symbols Outlined';
	font-size: 19px;
	font-weight: normal;
	line-height: 1;
}

.works-renewal .works-cta-section {
	text-align: center;
}

.works-renewal .works-cta-box p {
	max-width: 660px;
	margin: 0 auto 24px;
}

.works-renewal .works-cta-buttons {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

.works-renewal .works-cta-buttons .btn-primary,
.works-renewal .works-cta-buttons .btn-primary:visited {
	color: #ffffff;
}

.works-renewal .works-cta-buttons .btn-secondary,
.works-renewal .works-cta-buttons .btn-secondary:visited {
	color: #0b3a78;
}

@media screen and (max-width: 1024px) {
	.works-renewal .works-card-grid,
	.works-renewal .works-policy-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.works-renewal .dtp-work-card.is-double {
		grid-column: 1 / -1;
	}
}

@media screen and (max-width: 768px) {
	.works-renewal .works-hero {
		margin-top: 68px;
		padding: 30px 15px 24px;
	}

	.works-renewal .works-eyebrow {
		margin-bottom: 8px;
		padding: 5px 12px;
		font-size: 12px;
	}

	.works-renewal .works-hero h1 {
		max-width: 330px;
		margin-inline: auto;
		font-size: 26px;
		overflow-wrap: anywhere;
	}

	.works-renewal .works-hero-copy {
		max-width: 300px;
		margin-inline: auto;
		font-size: 15px;
		line-height: 1.42;
		overflow-wrap: anywhere;
	}

	.works-renewal .works-hero-lead {
		max-width: 315px;
		font-size: 13px;
		line-height: 1.55;
		overflow-wrap: anywhere;
	}

	.works-renewal .works-hero-inner,
	.works-renewal .works-section-inner {
		max-width: calc(100vw - 30px);
	}

	.works-renewal ol.breadcrumbs {
		justify-content: center;
		padding: 8px 15px 0;
	}

	.works-renewal .works-category-section,
	.works-renewal .works-list-section,
	.works-renewal .works-note-section,
	.works-renewal .works-policy-section,
	.works-renewal .works-cta-section {
		padding: 56px 15px;
	}

	.works-renewal .works-category-section {
		padding: 14px 15px 6px;
	}

	.works-renewal .works-category-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
		max-width: 320px;
		margin-inline: auto;
	}

	.works-renewal .works-category-nav a,
	.works-renewal .works-category-nav span {
		width: 100%;
		min-height: 36px;
		padding: 7px 8px;
		font-size: 11px;
	}

	.works-renewal .works-category-nav li:nth-child(3) {
		grid-column: 1 / 3;
		justify-self: center;
		width: min(180px, 100%);
	}

	.works-renewal .works-section-heading h2,
	.works-renewal .works-note-card h2,
	.works-renewal .works-policy-card h2,
	.works-renewal .works-cta-box h2 {
		font-size: 22px;
	}

	.works-renewal .works-section-heading,
	.works-renewal .works-section-heading p {
		width: 100%;
	}

	.works-renewal .works-section-heading p {
		max-width: 290px;
		font-size: 13px;
		line-height: 1.65;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.works-renewal .works-list-section {
		padding-top: 10px;
	}

	.works-renewal .works-card-grid,
	.works-renewal .works-policy-grid {
		grid-template-columns: 1fr;
	}

	.works-renewal .dtp-work-card.is-double {
		grid-column: auto;
	}

	.works-renewal .dtp-work-images {
		grid-template-columns: 1fr;
		padding: 12px;
	}

	.works-renewal .dtp-work-image {
		height: 430px;
	}

	.works-renewal .works-card.is-print .works-card-image,
	.works-renewal .works-card.is-print .works-card-image-only,
	.works-renewal .dtp-work-card.is-gallery .works-card-image-only {
		height: 230px;
	}

	.works-renewal .works-note-card,
	.works-renewal .works-policy-card,
	.works-renewal .works-cta-box {
		padding: 26px 20px;
	}
}

@media screen and (max-width: 480px) {
	.works-renewal .works-hero h1 {
		font-size: 28px;
	}

	.works-renewal .works-hero-lead {
		font-size: 14px;
	}

	.works-renewal .works-card-body {
		padding: 20px;
	}

	.works-renewal .works-card h3 {
		font-size: 19px;
	}

	.works-renewal .works-category-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
		max-width: 320px;
		margin-inline: auto;
	}

	.works-renewal .works-category-nav a,
	.works-renewal .works-category-nav span {
		width: 100%;
		min-height: 36px;
		padding: 7px 8px;
		font-size: 11px;
	}

	.works-renewal .works-category-nav li:nth-child(3) {
		grid-column: 1 / 3;
		justify-self: center;
		width: min(180px, 100%);
	}
}

/* Contact renewal page */
.contact-renewal {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 50%, #eef5ff 100%);
	color: #082b63;
	min-width: 0;
	overflow-x: hidden;
}

.contact-renewal *,
.contact-renewal *::before,
.contact-renewal *::after {
	box-sizing: border-box;
}

.contact-renewal main {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
}

.contact-renewal p,
.contact-renewal h1,
.contact-renewal h2,
.contact-renewal h3,
.contact-renewal li,
.contact-renewal label {
	overflow-wrap: anywhere;
	white-space: normal;
}

.contact-renewal .contact-hero {
	position: relative;
	margin-top: 76px;
	padding: 38px 20px 32px;
	background:
		radial-gradient(circle at 15% 20%, rgba(37, 99, 235, 0.055) 0, rgba(37, 99, 235, 0.055) 82px, transparent 83px),
		radial-gradient(circle at 87% 14%, rgba(239, 47, 27, 0.045) 0, rgba(239, 47, 27, 0.045) 66px, transparent 67px),
		linear-gradient(135deg, #ffffff 0%, #f5f9ff 58%, #e8f1fc 100%);
	text-align: center;
}

.contact-renewal .contact-hero-inner,
.contact-renewal .contact-section-inner {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	min-width: 0;
}

.contact-renewal .contact-eyebrow,
.contact-renewal .contact-section-label {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0 0 10px;
	color: #0b3a78;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.contact-renewal .contact-eyebrow {
	padding: 6px 14px;
	background: rgba(219, 234, 254, 0.92);
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: 999px;
}

.contact-renewal .contact-section-label {
	color: #ef2f1b;
}

.contact-renewal .contact-hero h1 {
	margin: 0 0 10px;
	color: #082b63;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.32;
	letter-spacing: 0.04em;
}

.contact-renewal .contact-hero-copy {
	max-width: 780px;
	margin: 0 auto 8px;
	color: #ef2f1b;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.55;
}

.contact-renewal .contact-hero-lead {
	max-width: 720px;
	margin: 0 auto;
	color: #31476b;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.65;
}

.contact-renewal ol.breadcrumbs {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	max-width: 1160px;
	margin: 0 auto;
	padding: 14px 20px 0;
	color: #0b3a78;
	font-size: 13px;
	font-weight: 700;
}

.contact-renewal ol.breadcrumbs li {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.contact-renewal ol.breadcrumbs li + li::before {
	content: ">";
	margin-right: 8px;
	color: #ef2f1b;
}

.contact-renewal ol.breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.contact-renewal .contact-guide-section {
	padding: 22px 20px 12px;
}

.contact-renewal .contact-section-heading {
	text-align: center;
	margin: 0 0 18px;
}

.contact-renewal .contact-section-heading .contact-section-label {
	justify-content: center;
	margin-inline: auto;
}

.contact-renewal .contact-section-heading h2,
.contact-renewal .contact-form-heading h2,
.contact-renewal .contact-assurance-card h2 {
	margin: 0;
	color: #082b63;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.45;
	letter-spacing: 0.02em;
}

.contact-renewal .contact-guide-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.contact-renewal .contact-guide-card,
.contact-renewal .contact-form-card,
.contact-renewal .contact-assurance-card {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(11, 58, 120, 0.08);
	border-radius: 22px;
	box-shadow: 0 18px 44px rgba(12, 45, 96, 0.09);
}

.contact-renewal .contact-guide-card {
	padding: 22px;
}

.contact-renewal .contact-guide-card .material-symbols-outlined {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 12px;
	background: #fff3ef;
	border-radius: 14px;
	color: #ef2f1b;
	font-size: 25px;
}

.contact-renewal .contact-guide-card h3 {
	margin: 0 0 8px;
	padding: 0;
	border-bottom: 0;
	color: #082b63;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.45;
}

.contact-renewal .contact-guide-card p {
	margin: 0;
	color: #31476b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.75;
}

.contact-renewal .contact-form-section {
	padding: 30px 20px 86px;
}

.contact-renewal .contact-form-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 24px;
	align-items: start;
}

.contact-renewal .contact-form-card {
	padding: clamp(26px, 4vw, 42px);
}

.contact-renewal .contact-form-heading {
	margin-bottom: 24px;
}

.contact-renewal .contact-form-heading p,
.contact-renewal .contact-assurance-card p {
	margin: 10px 0 0;
	color: #31476b;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
}

.contact-renewal .contact-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.contact-renewal .contact-field {
	min-width: 0;
}

.contact-renewal .contact-field.is-wide {
	grid-column: 1 / -1;
}

.contact-renewal .contact-label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px;
	color: #082b63;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
}

.contact-renewal .required,
.contact-renewal .optional {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	padding: 3px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
}

.contact-renewal .required {
	background: #fff0ec;
	color: #ef2f1b;
}

.contact-renewal .optional {
	background: #edf2f7;
	color: #5f6f88;
}

.contact-renewal .contact-field-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.contact-renewal .contact-form-card input,
.contact-renewal .contact-form-card select,
.contact-renewal .contact-form-card textarea {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0;
	border: 1px solid rgba(11, 58, 120, 0.18);
	border-radius: 14px;
	background: #ffffff;
	color: #102c55;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	box-shadow: 0 8px 22px rgba(12, 45, 96, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-renewal .contact-form-card input,
.contact-renewal .contact-form-card select {
	height: 52px;
	padding: 0 15px;
}

.contact-renewal .contact-form-card select {
	appearance: auto;
	cursor: pointer;
}

.contact-renewal .contact-form-card textarea {
	min-height: 190px;
	padding: 15px;
	resize: vertical;
}

.contact-renewal .contact-form-card input:focus,
.contact-renewal .contact-form-card select:focus,
.contact-renewal .contact-form-card textarea:focus {
	outline: none;
	border-color: #ef2f1b;
	background: #fffdfa;
	box-shadow: 0 0 0 4px rgba(239, 47, 27, 0.12);
}

.contact-renewal .contact-field-note,
.contact-renewal .contact-select-help {
	margin: 8px 0 0;
	color: #5a6c86;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
}

.contact-renewal .contact-select-help {
	padding: 10px 12px;
	background: #f4f8ff;
	border-radius: 12px;
}

.contact-renewal .contact-submit-area {
	margin: 30px 0 0;
	text-align: center;
}

.contact-renewal .contact-submit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
	min-height: 56px;
	padding: 14px 28px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #ef2f1b 0%, #ff6a3d 100%);
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.02em;
	box-shadow: 0 18px 34px rgba(239, 47, 27, 0.24);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-renewal .contact-submit-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 42px rgba(239, 47, 27, 0.3);
}

.contact-renewal .contact-assurance-card {
	position: sticky;
	top: 96px;
	padding: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 255, 0.96));
}

.contact-renewal .contact-assurance-card ul {
	display: grid;
	gap: 10px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.contact-renewal .contact-assurance-card li {
	position: relative;
	padding-left: 22px;
	color: #082b63;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.55;
}

.contact-renewal .contact-assurance-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ef2f1b;
	box-shadow: 0 0 0 5px rgba(239, 47, 27, 0.12);
}

@media screen and (max-width: 1024px) {
	.contact-renewal .contact-guide-cards {
		grid-template-columns: 1fr;
	}

	.contact-renewal .contact-form-layout {
		grid-template-columns: 1fr;
	}

	.contact-renewal .contact-assurance-card {
		position: static;
	}
}

@media screen and (max-width: 768px) {
	.contact-renewal .contact-hero {
		margin-top: 68px;
		padding: 30px 15px 26px;
	}

	.contact-renewal .contact-eyebrow {
		margin-bottom: 8px;
		padding: 5px 12px;
		font-size: 12px;
	}

	.contact-renewal .contact-hero h1 {
		font-size: 28px;
	}

	.contact-renewal .contact-hero-copy {
		width: 100%;
		max-width: calc(100vw - 30px);
		font-size: 15px;
		line-height: 1.5;
		overflow-wrap: anywhere;
		word-break: break-all;
	}

	.contact-renewal .contact-hero-lead {
		width: 100%;
		max-width: calc(100vw - 30px);
		font-size: 13px;
		line-height: 1.6;
		overflow-wrap: anywhere;
	}

	.contact-renewal .contact-hero-inner,
	.contact-renewal .contact-section-inner {
		max-width: calc(100vw - 30px);
	}

	.contact-renewal .contact-guide-cards,
	.contact-renewal .contact-form-layout,
	.contact-renewal .contact-guide-card,
	.contact-renewal .contact-form-card,
	.contact-renewal .contact-assurance-card {
		width: 100%;
		min-width: 0;
	}

	.contact-renewal ol.breadcrumbs {
		justify-content: center;
		padding: 10px 15px 0;
	}

	.contact-renewal .contact-guide-section {
		padding: 18px 15px 8px;
	}

	.contact-renewal .contact-section-heading h2,
	.contact-renewal .contact-form-heading h2,
	.contact-renewal .contact-assurance-card h2 {
		font-size: 22px;
		word-break: break-all;
	}

	.contact-renewal .contact-guide-card h3,
	.contact-renewal .contact-guide-card p,
	.contact-renewal .contact-form-heading p,
	.contact-renewal .contact-assurance-card p {
		word-break: break-all;
	}

	.contact-renewal .contact-form-section {
		padding: 24px 15px 64px;
	}

	.contact-renewal .contact-form-card,
	.contact-renewal .contact-assurance-card {
		padding: 24px 18px;
		border-radius: 18px;
	}

	.contact-renewal .contact-form-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.contact-renewal .contact-field-row {
		grid-template-columns: 1fr;
	}

	.contact-renewal .contact-form-card input,
	.contact-renewal .contact-form-card select {
		height: 50px;
	}

	.contact-renewal .contact-form-card textarea {
		min-height: 170px;
	}

	.contact-renewal .contact-submit-button {
		width: 100%;
		min-width: 0;
	}
}

@media screen and (max-width: 480px) {
	.contact-renewal .contact-guide-card h3 {
		font-size: 17px;
	}
}

/* Scroll safety: keep page-level scrolling available after mobile menu and decorative layers. */
html,
body {
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	scroll-snap-type: none;
}

body {
	position: relative;
	scroll-snap-type: none;
}

html {
	scroll-snap-type: none;
}

main,
.wrapper,
.site-main,
.contents,
.container,
.contents-area,
.contents-area-w {
	overflow: visible;
}

section {
	scroll-snap-align: none;
}

.eyecatch-renewal-fv::before,
.eyecatch-renewal-fv::after,
.fv-decoration::before,
.fv-decoration::after,
.fv-visual-single::before,
.fv-visual-single::after,
.service-hero::before,
.service-hero::after,
.price-hero::before,
.price-hero::after,
.corp-hero::before,
.corp-hero::after,
.works-renewal .works-hero::before,
.works-renewal .works-hero::after,
.contact-renewal .contact-hero::before,
.contact-renewal .contact-hero::after,
.multilingual-section::before,
.multilingual-section::after {
	pointer-events: none;
}

body.menu-open,
body.nav-open {
	overflow-y: auto;
}

@media screen and (max-width: 1024px) {
	header .gNav:not(.open),
	.gNav:not(.open) {
		display: none !important;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
	}

	header .gNav.open,
	.gNav.open {
		display: block !important;
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}
}

@media (max-width: 768px) {
	html,
	body {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		touch-action: pan-y;
	}
}

/* ========================================
   Subsidy support banner and LP
   ======================================== */

.top-subsidy-banner-wrap {
	width: calc(100% - 24px);
	max-width: 1560px;
	margin: 8px auto 10px;
	padding: 0;
	box-sizing: border-box;
}

.top-subsidy-banner {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 2172 / 520;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(16, 33, 67, 0.08);
	line-height: 0;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.top-subsidy-banner:has(.top-subsidy-hotspot:hover) {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(16, 33, 67, 0.12);
}

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

.top-subsidy-hotspot {
	position: absolute;
	z-index: 5;
	display: block;
	background: rgba(255, 0, 0, 0);
	cursor: pointer;
	text-decoration: none;
}

.top-subsidy-hotspot span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.top-subsidy-hotspot:focus-visible {
	outline: 3px solid rgba(239, 47, 27, 0.75);
	outline-offset: 3px;
	border-radius: 8px;
}

.top-subsidy-hotspot--contact {
	left: 35.2%;
	top: 82%;
	width: 16.6%;
	height: 13%;
	background: rgba(255, 0, 0, 0);
}

.top-subsidy-hotspot--detail {
	left: 52.5%;
	top: 84%;
	width: 8.4%;
	height: 10%;
	background: rgba(255, 0, 0, 0);
}

.top-subsidy-banner-wrap + .eyecatch-renewal-fv {
	margin-top: 0;
}

.subsidy-lp {
	min-width: 0;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #eef5ff 100%);
	color: #082b63;
}

.subsidy-lp *,
.subsidy-lp *::before,
.subsidy-lp *::after {
	box-sizing: border-box;
}

.subsidy-lp main {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
}

.subsidy-lp p,
.subsidy-lp h1,
.subsidy-lp h2,
.subsidy-lp h3,
.subsidy-lp li {
	overflow-wrap: anywhere;
}

.subsidy-hero {
	position: relative;
	margin-top: 76px;
	padding: 58px 20px 56px;
	background:
		radial-gradient(circle at 9% 16%, rgba(37, 99, 235, 0.10) 0, rgba(37, 99, 235, 0.10) 150px, transparent 151px),
		radial-gradient(circle at 92% 14%, rgba(239, 47, 27, 0.08) 0, rgba(239, 47, 27, 0.08) 116px, transparent 117px),
		linear-gradient(135deg, #ffffff 0%, #f5f9ff 58%, #e8f1fc 100%);
}

.subsidy-hero__inner,
.subsidy-section__inner,
.subsidy-bottom-cta__inner {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	min-width: 0;
}

.subsidy-hero__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	max-width: 1280px;
}

.subsidy-hero__copy {
	flex: 0 0 52%;
	max-width: 52%;
}

.subsidy-hero__visual {
	flex: 0 0 48%;
	max-width: 48%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subsidy-hero__copy,
.subsidy-hero__visual,
.subsidy-card,
.subsidy-support-list,
.subsidy-notes-grid p {
	min-width: 0;
}

.subsidy-badge,
.subsidy-section-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	border-radius: 999px;
	background: rgba(219, 234, 254, 0.95);
	border: 1px solid rgba(37, 99, 235, 0.18);
	color: #0b3a78;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.subsidy-badge {
	margin: 0 0 16px;
	padding: 8px 16px;
}

.subsidy-hero h1 {
	margin: 0 0 18px;
	border-bottom: 0;
	color: #082b63;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.34;
	letter-spacing: 0.02em;
}

.subsidy-hero__lead {
	margin: 0 0 18px;
	color: #31476b;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.85;
}

.subsidy-hero__lead span {
	display: block;
}

.subsidy-hero__partner-lead {
	margin: 0 0 18px;
	padding: 14px 16px;
	background: #fff2ef;
	border: 1px solid rgba(239, 47, 27, 0.20);
	border-radius: 14px;
	color: #082b63;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.7;
}

.subsidy-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.subsidy-chip-list li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 12px;
	background: #ffffff;
	border: 1px solid rgba(30, 58, 138, 0.10);
	border-radius: 999px;
	color: #082b63;
	font-size: 13px;
	font-weight: 800;
	box-shadow: 0 10px 24px rgba(30, 58, 138, 0.08);
}

.subsidy-chip-list li::before,
.subsidy-support-list li::before,
.subsidy-notes-grid p::before {
	content: 'check';
	font-family: 'Material Symbols Outlined';
	color: #ef2f1b;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
}

.subsidy-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 14px;
}

.subsidy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 24px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.subsidy-btn--primary,
.subsidy-btn--primary:visited {
	background: linear-gradient(135deg, #ef2f1b 0%, #ff6a3d 100%);
	color: #ffffff;
	box-shadow: 0 18px 34px rgba(239, 47, 27, 0.24);
}

.subsidy-btn--secondary,
.subsidy-btn--secondary:visited {
	background: #ffffff;
	border: 1px solid rgba(30, 58, 138, 0.14);
	color: #082b63;
	box-shadow: 0 12px 26px rgba(30, 58, 138, 0.08);
}

.subsidy-btn:hover {
	transform: translateY(-2px);
}

.subsidy-note,
.subsidy-bottom-note {
	margin: 0;
	color: #5a6c86;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.7;
}

.subsidy-hero__visual img {
	display: block;
	width: 100%;
	max-width: 720px;
	height: auto;
	border-radius: 24px;
	box-shadow: 0 24px 60px rgba(30, 58, 138, 0.16);
}

.subsidy-section {
	padding: 72px 20px;
	background: #ffffff;
}

.subsidy-section--tint {
	background: linear-gradient(180deg, #f7fbff 0%, #edf5ff 100%);
}

.subsidy-section-heading {
	margin: 0 auto 24px;
	max-width: 760px;
	text-align: center;
}

.subsidy-section-number {
	margin: 0 0 9px;
	padding: 6px 14px;
	color: #ef2f1b;
}

.subsidy-section-heading h2 {
	margin: 0;
	border-bottom: 0;
	color: #082b63;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.42;
}

.subsidy-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.subsidy-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.subsidy-card {
	position: relative;
	padding: 24px 22px 24px 52px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(30, 58, 138, 0.10);
	border-radius: 14px;
	color: #082b63;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.65;
	box-shadow: 0 16px 34px rgba(30, 58, 138, 0.08);
}

.subsidy-card::before {
	content: 'done';
	position: absolute;
	left: 22px;
	top: 27px;
	font-family: 'Material Symbols Outlined';
	color: #ef2f1b;
	font-size: 19px;
	font-weight: normal;
	line-height: 1;
}

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

.subsidy-support-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 26px;
	list-style: none;
	background: #ffffff;
	border: 1px solid rgba(30, 58, 138, 0.10);
	border-radius: 16px;
	box-shadow: 0 18px 38px rgba(30, 58, 138, 0.08);
}

.subsidy-support-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #263f66;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.55;
}

.subsidy-experience-band {
	margin: 22px 0 0;
	padding: 18px 22px;
	background: #fff2ef;
	border: 1px solid rgba(239, 47, 27, 0.20);
	border-radius: 14px;
	color: #082b63;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.6;
	text-align: center;
}

.subsidy-partner-card {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	gap: 18px;
	align-items: stretch;
	padding: 28px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(30, 58, 138, 0.10);
	border-radius: 18px;
	box-shadow: 0 20px 44px rgba(30, 58, 138, 0.09);
}

.subsidy-partner-card__body p {
	margin: 0 0 18px;
	color: #31476b;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.85;
}

.subsidy-partner-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.subsidy-partner-points li {
	position: relative;
	padding: 16px 16px 16px 42px;
	background: #f8fbff;
	border: 1px solid rgba(30, 58, 138, 0.10);
	border-radius: 12px;
	color: #082b63;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.55;
}

.subsidy-partner-points li::before {
	content: 'verified';
	position: absolute;
	left: 16px;
	top: 18px;
	font-family: 'Material Symbols Outlined';
	color: #ef2f1b;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
}

.subsidy-partner-note {
	display: grid;
	align-content: center;
	gap: 10px;
	padding: 22px;
	background: linear-gradient(135deg, #082b63 0%, #0b3a78 100%);
	border-radius: 16px;
}

.subsidy-partner-note p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
}

.subsidy-flow {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.subsidy-flow li {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 140px;
	padding: 20px 16px;
	background: #ffffff;
	border: 1px solid rgba(30, 58, 138, 0.10);
	border-radius: 14px;
	color: #082b63;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
	box-shadow: 0 16px 34px rgba(30, 58, 138, 0.07);
}

.subsidy-flow li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #082b63;
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
}

.subsidy-flow-admin {
	border-color: rgba(239, 47, 27, 0.22) !important;
	background: #fffdfa !important;
}

.subsidy-notes-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.subsidy-notes-grid p {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	padding: 20px;
	background: #f8fbff;
	border: 1px solid rgba(30, 58, 138, 0.10);
	border-radius: 14px;
	color: #31476b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.75;
}

.subsidy-bottom-cta {
	padding: 76px 20px 86px;
	background:
		radial-gradient(circle at 15% 20%, rgba(37, 99, 235, 0.10) 0, rgba(37, 99, 235, 0.10) 140px, transparent 141px),
		linear-gradient(135deg, #082b63 0%, #0b3a78 100%);
	color: #ffffff;
	text-align: center;
}

.subsidy-bottom-cta h2 {
	margin: 0 0 16px;
	border-bottom: 0;
	color: #ffffff;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.45;
}

.subsidy-bottom-cta p {
	margin: 0 auto 22px;
	max-width: 720px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
}

.subsidy-bottom-cta .subsidy-hero__buttons {
	justify-content: center;
}

.subsidy-tel {
	color: #ffffff !important;
	font-size: 30px !important;
	font-weight: 800 !important;
	letter-spacing: 0.03em;
}

.subsidy-bottom-note {
	color: rgba(255, 255, 255, 0.78) !important;
}

@media screen and (max-width: 1024px) {
	.subsidy-hero__inner {
		display: block;
	}

	.subsidy-hero__copy,
	.subsidy-hero__visual {
		width: 100%;
		max-width: 100%;
	}

	.subsidy-hero__visual {
		margin-top: 28px;
	}

	.subsidy-card-grid,
	.subsidy-card-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.subsidy-flow {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 768px) {
	.top-subsidy-banner-wrap {
		width: calc(100% - 12px);
		margin: 6px auto 8px;
	}

	.top-subsidy-banner {
		border-radius: 12px;
	}

	.top-subsidy-hotspot--contact {
		left: 34%;
		top: 80%;
		width: 20%;
		height: 13%;
	}

	.top-subsidy-hotspot--detail {
		left: 53%;
		top: 82%;
		width: 12%;
		height: 10%;
	}

	.subsidy-hero {
		margin-top: 68px;
		padding: 32px 15px 38px;
	}

	.subsidy-hero h1 {
		font-size: 30px;
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.subsidy-hero__lead {
		max-width: calc(100vw - 30px);
		font-size: 14px;
		line-height: 1.75;
		word-break: break-all;
		line-break: anywhere;
	}

	.subsidy-hero__lead span {
		display: block;
	}

	.subsidy-hero__partner-lead {
		max-width: calc(100vw - 30px);
		font-size: 13px;
		overflow-wrap: anywhere;
		word-break: break-all;
	}

	.subsidy-hero__visual img {
		width: 100%;
		max-width: none;
		height: auto;
		border-radius: 18px;
	}

	.subsidy-chip-list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.subsidy-chip-list li {
		width: 100%;
		justify-content: center;
		padding: 8px 10px;
		font-size: 12px;
		white-space: normal;
	}

	.subsidy-hero__buttons {
		display: grid;
		grid-template-columns: 1fr;
	}

	.subsidy-btn {
		width: 100%;
		min-width: 0;
	}

	.subsidy-section {
		padding: 48px 15px;
	}

	.subsidy-section-heading h2 {
		font-size: 24px;
	}

	.subsidy-card-grid,
	.subsidy-card-grid--three,
	.subsidy-support-grid,
	.subsidy-partner-card,
	.subsidy-partner-points,
	.subsidy-flow,
	.subsidy-notes-grid {
		grid-template-columns: 1fr;
	}

	.subsidy-card,
	.subsidy-support-list,
	.subsidy-notes-grid p {
		padding-right: 18px;
	}

	.subsidy-flow li {
		min-height: 0;
	}

	.subsidy-bottom-cta {
		padding: 58px 15px 72px;
	}

	.subsidy-bottom-cta h2 {
		font-size: 25px;
	}

	.subsidy-tel {
		font-size: 25px !important;
	}
}

@media screen and (max-width: 480px) {
	.subsidy-chip-list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.subsidy-chip-list li {
		width: 100%;
		justify-content: center;
		padding: 8px 10px;
		font-size: 12px;
		white-space: normal;
	}

	.subsidy-hero h1 {
		font-size: 24px;
		line-height: 1.42;
		word-break: normal;
	}

	.subsidy-hero__visual {
		margin: 24px 0 0;
	}
}

