/* KOMON＋ additive styles — keep original animations intact */

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@400;700&display=swap");

:root {
	--font-jp: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, sans-serif;
	--font-en: "Lexend Giga", "Zen Kaku Gothic New", sans-serif;
	--c-text: #131313;
	--c-text-sub: #555555;
	--c-text-muted: #888888;
	--c-brand: #1a3a6b;
	--c-accent: #c4a056;
	--fs-display: clamp(30px, 3.2vw, 44px);
	--fs-display-sp: clamp(26px, 6.4vw, 34px);
	--fs-en: clamp(15px, 1.35vw, 20px);
	--fs-en-sp: 14px;
	--fs-section: clamp(72px, 8vw, 96px);
	--fs-section-sp: clamp(36px, 10vw, 48px);
	--fs-deco: clamp(40px, 4.8vw, 64px);
	--fs-deco-sp: clamp(32px, 10vw, 48px);
	--fs-loop-jp: clamp(56px, 6.5vw, 88px);
	--fs-loop-jp-sp: clamp(36px, 10vw, 56px);
	--fs-loop-en: clamp(18px, 2vw, 28px);
	--fs-loop-en-sp: clamp(13px, 3.4vw, 16px);
	--fs-h3: 22px;
	--fs-h3-sp: 18px;
	--fs-body: 16px;
	--fs-body-sp: 15px;
	--fs-lead: 17px;
	--fs-caption: 13px;
	--fs-label: 12px;
	--lh-display: 1.4;
	--lh-body: 1.9;
	--ls-jp: 0.04em;
	--ls-en: 0.06em;
}

html {
	scroll-behavior: auto;
	overflow-x: clip;
}

body {
	font-family: var(--font-jp);
	color: var(--c-text);
	overflow-x: clip;
}

#strength {
	overflow: visible;
}

.contact_sec {
	overflow-x: clip;
}

.intro {
	background-color: #7a7671 !important;
}

.intro::before {
	width: min(58vw, 420px) !important;
	aspect-ratio: 1120 / 480 !important;
	background-image: url("../img/top/intro_illust.png?v=5") !important;
}

.kv_copy {
	text-align: center;
}

.kv_copy img {
	display: block;
	width: min(72%, 560px);
	max-width: 560px;
	height: auto;
	margin: 0 auto;
}

.kv_map .map span picture {
	display: block;
	width: 100%;
}

@media screen and (min-width: 801px) {
	.kv_map .map span img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 2;
		object-fit: contain;
		object-position: center;
	}
}

.growth .illust._05 {
	display: none;
}

/* Header: PC only — do not leak into SP */
@media screen and (min-width: 801px) {
	.header_normal .logo {
		width: min(18%, 200px);
		top: 40px;
		left: 0;
		height: 64px;
		display: flex;
		align-items: center;
	}

	.header_normal .logo a {
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.header_normal .logo img {
		width: 100%;
		height: auto;
		max-height: 56px;
		object-fit: contain;
		object-position: left center;
		display: block;
	}

	.header_fixed .logo {
		width: min(160px, 22%);
	}

	.header_fixed .logo img {
		width: 100%;
		height: auto;
		max-height: 48px;
		object-fit: contain;
		display: block;
	}

	.header_normal .header_nav {
		width: min(72%, 780px);
		max-width: 780px;
	}

	.header_normal .header_nav ul {
		padding: 0 min(1.5vw, 24px);
		font-size: clamp(12px, 1.05vw, 14px);
		gap: 0;
	}

	.header_normal .header_nav ul li a {
		padding: 0 0.35em;
	}

	.header_fixed .header_nav ul li:not(:last-of-type) {
		margin-right: 1.15em;
	}

	.header_fixed {
		justify-content: center;
	}

	.header_fixed .header_nav {
		margin: 0 auto;
	}
}

/* ========== Footer redesign ========== */
.footer {
	padding: 72px 0 0 !important;
	background: #f7f5f1 !important;
	border-top: 1px solid #e8e4de;
	position: relative;
	overflow: hidden;
}

.footer::before,
.footer::after {
	display: none !important;
	content: none !important;
	height: 0 !important;
	background: none !important;
}

.footer_inner {
	width: min(1100px, 90%) !important;
	margin: 0 auto !important;
	padding: 0 0 40px !important;
	display: flex !important;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 48px;
	border-bottom: 1px solid #e5e1da;
	box-sizing: border-box;
}

.footer_info {
	width: auto;
	max-width: 420px;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.footer_info .logo {
	width: auto;
	max-width: 200px;
	margin: 0;
}

.footer_info .logo img {
	width: auto;
	max-width: 180px;
	height: auto;
	display: block;
}

.footer_info_text {
	padding-bottom: 0;
}

.footer_info_text_address {
	margin: 0;
	font-family: var(--font-jp);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: var(--ls-jp);
	color: var(--c-text-sub);
}

.footer_info_text_tel {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	font-family: var(--font-jp);
	font-size: 13px;
	color: var(--c-text);
}

.footer_mail_label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 8px;
	border-radius: 4px;
	background: var(--c-brand);
	color: #fff;
	font-family: var(--font-en);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.footer_info_text_tel em {
	font-style: normal;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: 0;
	margin-left: 0;
}

.footer_info_text_tel a {
	color: var(--c-brand);
	text-decoration: none;
	font-weight: 500;
	word-break: break-all;
}

.footer_info_text_tel a:hover,
.footer_info_text_tel em a:hover {
	color: var(--c-accent);
}

.footer_info_text_tel em a {
	color: var(--c-brand);
	text-decoration: none;
}

.footer_info_text_instagram {
	margin: 8px 0 0;
}

.footer_info_text_instagram a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 148px;
	height: 44px;
	padding: 0 22px;
	border: 1px solid var(--c-brand);
	border-radius: 999px;
	background: #fff;
	color: var(--c-brand);
	font-family: var(--font-jp);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: var(--ls-jp);
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.footer_info_text_instagram a::before {
	display: none !important;
}

.footer_info_text_instagram a span {
	margin: 0;
	border-bottom: none !important;
}

.footer_info_text_instagram a:hover {
	background: var(--c-brand);
	color: #fff;
	border-color: var(--c-brand);
}

.footer_info_text_instagram a:hover span {
	color: #fff;
	border-bottom: none;
}

.footer_nav {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 16px;
}

.footer_nav_title {
	margin: 0 0 4px;
	font-family: var(--font-en);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: var(--c-accent);
}

.footer_nav_main {
	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: 12px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: var(--font-jp);
	font-size: 14px;
	font-weight: 700;
	justify-content: end;
}

.footer_nav_main li {
	margin: 0;
}

.footer_nav_main li a {
	color: var(--c-text);
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer_nav_main li a:hover {
	color: var(--c-brand);
}

.footer_nav_sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px 16px;
	margin: 12px 0 0;
	padding: 12px 0 0;
	list-style: none;
	font-family: var(--font-jp);
	font-size: 12px;
	border-top: 1px solid #e5e1da;
}

.footer_nav_sub li {
	margin: 0;
}

.footer_nav_sub li::after,
.footer_nav_sub li:nth-child(odd)::after {
	display: none !important;
	content: none !important;
}

.footer_nav_sub li a {
	color: var(--c-text-sub);
	text-decoration: none;
	font-weight: 700;
	transition: color 0.2s ease;
}

.footer_nav_sub li a:hover {
	color: var(--c-brand);
}

.footer_sub {
	width: min(1100px, 90%);
	margin: 0 auto;
	padding: 18px 0 28px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
}

.footer_sub .copyright {
	margin: 0;
	padding: 0;
	font-family: var(--font-en);
	font-size: 11px;
	letter-spacing: 0.04em;
	color: var(--c-text-muted);
}

.footer_sub .pagetop {
	display: none;
}

@media screen and (max-width: 800px) {
	.footer {
		padding: 48px 0 0 !important;
		background: #f7f5f1 !important;
	}

	.footer_inner {
		width: 88% !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 36px;
		padding-bottom: 32px !important;
	}

	.footer_info {
		width: 100%;
		max-width: none;
		align-items: flex-start;
		gap: 14px;
	}

	.footer_info .logo {
		width: min(56vw, 200px);
		max-width: 200px;
	}

	.footer_info .logo img {
		width: 100%;
		max-width: none;
	}

	.footer_info_text_address {
		font-size: 13px;
		line-height: 1.75;
	}

	.footer_info_text_tel {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.footer_info_text_tel a {
		font-size: 13px;
	}

	.footer_info_text_instagram {
		margin-top: 4px;
		width: 100%;
	}

	.footer_info_text_instagram a {
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	.footer_nav {
		width: 100%;
		align-items: stretch;
		gap: 0;
	}

	.footer_nav_title {
		margin: 0 0 12px;
		text-align: left;
		font-size: 10px;
	}

	.footer_nav_main {
		display: flex;
		flex-direction: column;
		grid-template-columns: none;
		gap: 0;
		justify-content: start;
		width: 100%;
		font-size: 14px;
		border-top: 1px solid #e5e1da;
	}

	.footer_nav_main li {
		border-bottom: 1px solid #e5e1da;
	}

	.footer_nav_main li a {
		display: block;
		padding: 14px 0;
		line-height: 1.4;
	}

	.footer_nav_sub {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0;
		margin: 12px 0 0;
		padding: 12px 0 0;
		border-top: 1px solid #e5e1da;
		font-size: 13px;
	}

	.footer_nav_sub li a {
		display: block;
		padding: 10px 0;
		line-height: 1.5;
		font-weight: 700;
	}

	.footer_sub {
		width: 88%;
		padding: 16px 0 24px;
		justify-content: center;
		text-align: center;
	}

	.footer_sub .copyright {
		text-align: center;
		width: 100%;
	}
}

@media screen and (min-width: 801px) and (max-width: 1100px) {
	.footer_inner {
		width: 92% !important;
		gap: 32px;
	}

	.footer_nav_main {
		grid-template-columns: repeat(2, auto);
		gap: 10px 20px;
	}

	.footer_sub {
		width: 92%;
	}
}

.pagetop {
	position: fixed;
	right: max(16px, 2vw);
	bottom: max(16px, 2vw);
	width: 88px;
	margin: 0;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	translate: 0 12px;
	transition: opacity 0.35s ease, visibility 0.35s ease, translate 0.35s ease;
	-webkit-user-select: none;
	user-select: none;
}

.pagetop.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	translate: 0 0;
}

.pagetop a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: 88px;
	height: 88px;
	padding: 0 0 10px;
	box-sizing: border-box;
	border-radius: 50%;
	box-shadow: 0 10px 28px rgba(24, 74, 154, 0.18);
	text-decoration: none;
	overflow: visible;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pagetop a::after {
	width: 70%;
	aspect-ratio: 174 / 100;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 28px;
	translate: -50% 0;
	background-image: url("../img/common/foot_pagetop_illust_human.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	animation: floatUp_7 0.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	z-index: 2;
	pointer-events: none;
}

.pagetop a::before {
	width: 28px;
	height: 24px;
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 8px;
	background-image: url("../img/common/foot_pagetop_illust_star.png");
	background-repeat: no-repeat;
	background-size: contain;
	animation: floatUp_7 0.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	animation-delay: 0.2s;
	z-index: 3;
	pointer-events: none;
}

.pagetop .pagetop_label {
	position: relative;
	z-index: 4;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto;
	font-family: var(--font-en);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1;
	color: var(--c-brand);
}

.pagetop a:hover {
	transform: translateY(-4px);
	border-color: var(--c-brand);
	box-shadow: 0 14px 32px rgba(24, 74, 154, 0.28);
}

.pagetop a:hover .pagetop_label {
	color: var(--c-accent);
}

.pagetop a:hover::before {
	filter: brightness(1.05);
}

@media screen and (max-width: 800px) {
	.pagetop {
		right: 12px;
		bottom: 12px;
		width: 72px;
	}

	.pagetop a {
		width: 72px;
		height: 72px;
		padding-bottom: 8px;
	}

	.pagetop a::after {
		width: 68%;
		bottom: 22px;
	}

	.pagetop a::before {
		width: 22px;
		height: 19px;
		right: 8px;
		top: 6px;
	}

	.pagetop .pagetop_label {
		font-size: 9px;
		letter-spacing: 0.1em;
	}
}

.message_cont h2 img {
	width: min(180px, 40%);
	height: auto;
}

.message_inner {
	isolation: isolate;
}

.message_cont {
	position: relative;
	z-index: 5 !important;
}

.message_illust {
	z-index: 1 !important;
}

.message .illust {
	z-index: 2 !important;
}

.message_illust .loop {
	position: absolute;
	left: 0;
	top: -195px;
	width: 100%;
	height: 280px;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.growth_inner {
	isolation: isolate;
}

.growth_map {
	opacity: 0.4;
	filter: saturate(0.45) brightness(1.55) contrast(0.9);
	pointer-events: none;
}

.growth_map,
.growth_img,
.growth .img {
	z-index: 1;
}

.growth .illust {
	z-index: 2;
}

.message_illust .loop::before,
.message_illust .loop::after {
	content: none !important;
	display: none !important;
	animation: none !important;
	background: none !important;
}

.message_illust .loop_track {
	display: flex;
	width: max-content;
	margin: 0;
	white-space: nowrap;
	position: absolute;
	left: 0;
	will-change: transform;
}

.message_illust .loop_track span {
	display: block;
	flex-shrink: 0;
	padding-right: 0.15em;
}

.message_illust .loop_track._jp {
	top: 0;
	height: 200px;
	align-items: center;
	font-family: var(--font-jp);
	font-weight: 900;
	font-size: var(--fs-loop-jp);
	line-height: 1;
	letter-spacing: var(--ls-jp);
	color: rgba(24, 74, 154, 0.22);
	-webkit-animation: komon_loop_jp 80s linear infinite;
	animation: komon_loop_jp 80s linear infinite;
}

.message_illust .loop_track._en {
	top: 205px;
	height: 72px;
	align-items: center;
	font-family: var(--font-en);
	font-weight: 700;
	font-size: var(--fs-loop-en);
	line-height: 1;
	letter-spacing: var(--ls-en);
	color: rgba(224, 87, 39, 0.28);
	-webkit-animation: komon_loop_en 70s linear infinite;
	animation: komon_loop_en 70s linear infinite;
}

@-webkit-keyframes komon_loop_jp {
	0% { -webkit-transform: translateX(0); transform: translateX(0); }
	100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}

@keyframes komon_loop_jp {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

@-webkit-keyframes komon_loop_en {
	0% { -webkit-transform: translateX(0); transform: translateX(0); }
	100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}

@keyframes komon_loop_en {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

@media screen and (max-width: 800px) {
	.message_illust .loop {
		top: -112px;
		height: 160px;
	}

	.message_illust .loop_track._jp {
		top: 0;
		height: 110px;
		font-size: var(--fs-loop-jp-sp);
		-webkit-animation-duration: 40s;
		animation-duration: 40s;
	}

	.message_illust .loop_track._en {
		top: 108px;
		height: 48px;
		font-size: var(--fs-loop-en-sp);
		letter-spacing: var(--ls-en);
		-webkit-animation-duration: 36s;
		animation-duration: 36s;
	}
}

.message_cont .txt {
	font-family: var(--font-jp);
	font-size: var(--fs-body);
	font-weight: 500;
	line-height: var(--lh-body);
	letter-spacing: var(--ls-jp);
	color: var(--c-text);
}

.growth_cont h2.growth_copy_jp,
.strength_hl h2.strength_copy_jp,
.concept_cont h2.concept_copy_jp {
	font-family: var(--font-jp);
	font-weight: 900;
	font-size: var(--fs-display);
	line-height: var(--lh-display);
	letter-spacing: var(--ls-jp);
	color: var(--c-text);
	text-align: left;
}

.growth_cont .growth_copy_en,
.growth_cont .hl_en.growth_copy_en,
.strength_hl .strength_copy_en,
.concept_cont .concept_copy_en {
	font-family: var(--font-en);
	font-weight: 700;
	font-size: var(--fs-en);
	line-height: 1.4;
	letter-spacing: var(--ls-en);
	color: var(--c-brand);
	text-align: left;
}

.growth_cont {
	position: relative;
	z-index: 5;
	text-align: left;
	align-items: flex-start;
}

.growth_cont h2.growth_copy_jp {
	max-width: 100%;
	width: 100%;
	margin-bottom: 24px;
}

.growth_cont h2.growth_copy_jp .c1 {
	color: var(--c-text);
	font-weight: 700;
}

.growth_cont h2.growth_copy_jp .c2 {
	color: var(--c-accent);
}

.growth_cont h2.growth_copy_jp .c3 {
	color: var(--c-brand);
}

.growth_cont .growth_copy_en,
.growth_cont .hl_en.growth_copy_en {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 18px;
}

.growth_cont h3 {
	font-family: var(--font-jp);
	font-size: var(--fs-h3);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: var(--ls-jp);
	color: var(--c-text);
	margin-bottom: 20px;
}

.growth_cont .txt {
	font-family: var(--font-jp);
	font-size: var(--fs-body);
	font-weight: 500;
	line-height: var(--lh-body);
	letter-spacing: var(--ls-jp);
	color: var(--c-text);
	text-align: left;
	width: 100%;
}

.growth_cont h3,
.growth_cont .txt {
	text-align: left;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.intro::before {
		width: 72vw !important;
	}

	.kv_copy img {
		width: min(84%, 340px);
		max-width: 340px;
	}

	.kv_map .map span {
		overflow: visible;
	}

	.kv_map .map span img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	.growth_cont h2.growth_copy_jp {
		width: 100%;
		max-width: 100%;
		margin-bottom: 16px;
		font-size: var(--fs-display-sp);
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		text-orientation: mixed;
		height: auto;
		text-align: left;
	}

	.growth_cont .growth_copy_en,
	.growth_cont .hl_en.growth_copy_en {
		width: 100%;
		max-width: 100%;
		margin: 0 0 20px;
		font-size: var(--fs-en-sp);
		text-align: left;
	}

	.growth_cont h3 {
		font-size: var(--fs-h3-sp);
	}

	.growth_cont .txt,
	.message_cont .txt {
		font-size: var(--fs-body-sp);
	}

	.growth_cont h3 span:last-of-type {
		margin-left: 0;
	}
}

.strength_hl .strength_copy_en {
	margin-bottom: 20px;
}

.strength_inner {
	align-items: flex-start;
}

.strength_img {
	padding-top: 0 !important;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.strength_img .strength_copy_sub {
	width: 100%;
	margin: 0 0 clamp(12px, 2vw, 24px);
	text-align: center;
	font-family: var(--font-en);
	font-weight: 700;
	font-size: clamp(40px, 5vw, 64px);
	line-height: 1;
	letter-spacing: var(--ls-en);
	color: rgba(24, 74, 154, 0.18);
}

.strength_img_slide {
	margin-left: auto;
	margin-right: auto;
}

.strength_hl h2.strength_copy_jp {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.12em;
	font-size: clamp(36px, 4vw, 52px);
	line-height: 1.25;
	font-weight: 900;
	color: var(--c-text);
}

.strength_hl h2.strength_copy_jp .line {
	display: block;
}

.strength_hl h2.strength_copy_jp .accent {
	color: #fff;
}

.strength_img_slide .img span {
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.strength_img_slide .img.now span {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.strength_img_slide .img.pre span {
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.strength_img_slide .img img {
	width: 100%;
	height: auto;
	display: block;
}

.strength_loop .img span img {
	width: 100%;
	height: auto;
	display: block;
}

.strength_guide .desc {
	max-width: 100%;
	margin: 0 0 24px;
	font-family: var(--font-jp);
	font-size: var(--fs-body);
	font-weight: 500;
	line-height: var(--lh-body);
	letter-spacing: var(--ls-jp);
	color: var(--c-text);
}

.strength_guide_main {
	flex: 1 1 auto;
	max-width: 700px;
	min-width: 0;
}

.strength_points {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
	max-width: 100%;
	position: relative;
	z-index: 2;
}

.strength_points li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.72);
	border-left: 3px solid var(--c-brand);
}

.strength_points .num {
	flex: 0 0 auto;
	font-family: var(--font-en);
	font-size: var(--fs-caption);
	font-weight: 700;
	letter-spacing: var(--ls-en);
	color: var(--c-accent);
	line-height: 1.6;
}

.strength_points .body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.strength_points strong {
	font-family: var(--font-jp);
	font-size: var(--fs-body);
	font-weight: 700;
	color: var(--c-text);
	line-height: 1.5;
	letter-spacing: var(--ls-jp);
}

.strength_points em {
	font-style: normal;
	font-family: var(--font-jp);
	font-size: var(--fs-caption);
	font-weight: 500;
	color: var(--c-text-sub);
	line-height: 1.6;
}

.strength_guide .btn a span {
	font-family: var(--font-jp);
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	letter-spacing: var(--ls-en);
	line-height: 1.4;
	text-align: center;
}

.offerings_hl .hl_en,
.price_hl .hl_en,
.contact_hl .hl_en,
.faq_hl .hl_en,
.komon_banner_hl .hl_en {
	font-family: var(--font-en);
	font-weight: 700;
	font-size: var(--fs-section);
	letter-spacing: -0.04em;
	color: var(--c-brand);
}

.offerings_hl .hl_jp,
.price_hl .hl_jp,
.contact_hl .hl_jp,
.faq_hl .hl_jp,
.komon_banner_hl .hl_jp {
	font-family: var(--font-jp);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: var(--ls-jp);
	color: var(--c-text);
	isolation: isolate;
}

.offerings_hl {
	padding-bottom: 72px;
}

.offerings_hl .hl_en {
	margin-bottom: 0.45em;
}

.offerings_hl .hl_jp {
	margin-top: 8px;
}

.offerings_item .box_text h3 {
	font-family: var(--font-jp);
	font-size: var(--fs-h3);
	font-weight: 700;
	letter-spacing: var(--ls-jp);
	color: var(--c-text);
}

.offerings_item .box_text .step {
	margin: 0 0 6px;
	font-family: var(--font-en);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--c-accent);
}

.offerings_package_lead {
	width: min(720px, 90%);
	margin: 0 auto 36px;
	padding: 0;
	font-family: var(--font-jp);
	font-size: clamp(16px, 1.6vw, 20px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: var(--ls-jp);
	text-align: center;
	color: var(--c-text);
	position: relative;
	z-index: 3;
}

.offerings_package_lead span {
	color: var(--c-brand);
}

.offerings_item .box_text .sub {
	font-family: var(--font-en);
	font-size: var(--fs-caption);
	font-weight: 700;
	letter-spacing: var(--ls-en);
	color: var(--c-brand);
}

.offerings_item._sales {
	margin-top: 24px;
}

.offerings_item._sns {
	margin-top: 24px;
	margin-right: auto;
}

@media screen and (min-width: 801px) {
	.offerings_item._sns {
		margin-right: auto;
		margin-left: 0;
	}
}

.offerings_item._sns .box_text h3 {
	font-size: clamp(28px, 3vw, 40px);
}

#price .price_list .btn.price_cta {
	width: auto;
	min-width: 240px;
	height: 64px;
	aspect-ratio: auto;
	top: -56px;
	right: 5%;
	border-radius: 999px;
	border: 1px solid #131313;
	background: #fff;
	overflow: visible;
}

#price .price_list .btn.price_cta::before {
	width: 36px;
	height: 36px;
	top: 50%;
	right: -6px;
	transform: translateY(-50%);
	background-color: #184a9a;
	background-size: 12px;
	z-index: 3;
}

#price .price_list .btn.price_cta a {
	font-family: var(--font-jp);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: var(--ls-en);
	clip-path: none;
	border-radius: 999px;
	padding: 0 48px 0 28px;
	box-sizing: border-box;
	color: var(--c-text);
	transition: background 0.3s ease, color 0.3s ease;
}

#price .price_list .btn.price_cta a::before {
	display: none;
}

#price .price_list .btn.price_cta a span {
	transform: none;
	line-height: 1.4;
	white-space: nowrap;
}

#price .price_list .btn.price_cta a:hover {
	background: #184a9a;
	color: #fff;
}

#price .price_list .btn.price_cta a:hover span {
	rotate: none;
	color: #fff;
}

#price .price_list .btn.price_cta:hover::before {
	background-color: #e05727;
}

#price .price_list_item h3 {
	font-family: var(--font-jp);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: var(--ls-jp);
	color: var(--c-text);
}

#price .price_list_item .date {
	font-family: var(--font-en);
	font-size: var(--fs-label);
	letter-spacing: var(--ls-en);
	color: var(--c-text-muted);
}

#price .price_list_item .cat {
	background: var(--c-brand);
	color: #fff;
	font-family: var(--font-jp);
	font-size: var(--fs-label);
	font-weight: 700;
	letter-spacing: var(--ls-jp);
}

#price .price_plans {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(24px, 3vw, 40px);
	width: min(920px, 92%);
	margin: 0 auto 48px;
	position: relative;
	z-index: 2;
}

#price .price_plan {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(26, 58, 107, 0.08);
	border: 1px solid rgba(26, 58, 107, 0.08);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

#price .price_plan:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 48px rgba(26, 58, 107, 0.12);
}

#price .price_plan a {
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 0;
}

#price .price_plan .img {
	margin: 0;
	overflow: hidden;
}

#price .price_plan .img img {
	width: 100%;
	height: auto;
	display: block;
}

#price .price_plan .cat,
#price .price_plan h3,
#price .price_plan_lead,
#price .price_plan .date {
	display: none;
}

#price .price_plan_note {
	margin: 14px 0 0;
	text-align: center;
	font-family: var(--font-jp);
	font-size: 14px;
	line-height: 1.6;
}

#price .price_plan_note a {
	color: var(--c-brand);
	font-weight: 700;
	text-decoration: none;
	transition: color 0.2s ease;
}

#price .price_plan_note a:hover {
	color: var(--c-accent);
	text-decoration: underline;
}

@media screen and (max-width: 800px) {
	#price .price_plans {
		width: 92%;
		gap: 20px;
		margin-bottom: 36px;
	}

	.offerings_package_lead {
		margin-bottom: 28px;
		font-size: 15px;
	}
}



.concept_cont .concept_copy_en {
	width: 100%;
	max-width: 500px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.92);
}

.concept_cont h2.concept_copy_jp {
	margin-bottom: 48px;
	padding-left: 6.7242%;
	border-left: 3px solid #fff;
	color: #fff;
}

.concept_cont .btn {
	font-family: var(--font-jp);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: var(--ls-jp);
}

.concept {
	background-color: var(--c-brand);
	background-image: radial-gradient(circle, transparent 1px, rgba(0, 0, 0, 0.18) 1px);
	background-position: 0 0;
	background-size: 2px 2px;
	overflow: hidden;
}

.concept_slide::before,
.concept_slide::after {
	background: linear-gradient(0deg, rgba(26, 58, 107, 0) 0%, var(--c-brand) 100%);
}

@media screen and (max-width: 800px) {
	.strength_inner {
		flex-direction: column;
		flex-wrap: nowrap;
		margin-bottom: 80px;
	}

	.strength_img {
		order: -1;
		width: 85.5%;
		margin: 0 auto 28px;
		padding: 0 !important;
	}

	.strength_img .strength_copy_sub {
		margin: 0 0 12px;
		font-size: clamp(36px, 11vw, 48px);
		text-align: center;
	}

	.strength_img_slide {
		width: 78.9474%;
		max-width: none;
		margin: 0 auto !important;
	}

	.strength_hl {
		width: 85%;
		position: relative;
		margin: 0 auto;
	}

	.strength_hl .strength_copy_en,
	.strength_hl .hl_en {
		width: 100%;
		margin-bottom: 12px;
		font-size: var(--fs-en-sp);
	}

	.strength_hl h2,
	.strength_hl h2.strength_copy_jp {
		position: static !important;
		width: 100% !important;
		right: auto !important;
		bottom: auto !important;
		margin: 0;
		font-size: clamp(28px, 7vw, 36px);
	}

	.strength_guide_main {
		width: 80%;
		max-width: none;
		margin: 0 auto;
	}

	.strength_guide .desc {
		width: 100%;
		max-width: none;
		margin: 0 auto 20px;
		font-size: var(--fs-body-sp);
	}

	.strength_points {
		width: 100%;
		margin: 0;
	}

	.strength_points li {
		padding: 12px 14px;
	}

	.strength_points strong {
		font-size: var(--fs-body-sp);
	}

	.strength_points em {
		font-size: 12px;
	}

	.strength_guide .btn a span {
		font-size: 14px;
	}

	.offerings_hl {
		padding-bottom: 0;
		margin-bottom: 40px;
	}

	.offerings_hl .hl_en,
	.price_hl .hl_en,
	.contact_hl .hl_en,
	.faq_hl .hl_en,
	.komon_banner_hl .hl_en {
		font-size: var(--fs-section-sp);
	}

	.offerings_hl .hl_jp,
	.price_hl .hl_jp,
	.contact_hl .hl_jp,
	.faq_hl .hl_jp,
	.komon_banner_hl .hl_jp {
		font-size: 13px;
	}

	.offerings_hl .hl_en {
		margin-bottom: 0;
		margin-right: 0.35em;
	}

	.offerings_item .box_text h3 {
		font-size: var(--fs-h3-sp);
	}

	.offerings_item._sales {
		margin-top: 0;
	}

	.offerings_item._sns {
		margin-top: 0;
	}

	.offerings_item._sns a {
		text-align: right;
	}

	.offerings_item._lead a {
		text-align: right;
	}

	.offerings_item._lead .box_text,
	.offerings_item._sns .box_text {
		margin-left: auto;
		margin-right: 0;
		text-align: right;
	}

	.offerings_item._lead .box_text h3,
	.offerings_item._sns .box_text h3 {
		justify-content: flex-end;
	}

	.offerings_item._sns .box_slide {
		border-radius: 0 25px 25px 0;
	}

	.offerings_item._sns .box_slide .slick-dots {
		text-align: left;
		right: auto;
		left: 5.2632%;
	}

	.offerings_item._sns .box_text {
		border-radius: 25px 0 0 0;
		margin-left: auto;
	}

	.offerings_item._sns .box_text::before {
		scale: 1 -1;
		right: 0;
		left: auto;
	}

	.offerings_item._sns .box_text::after {
		right: auto;
		left: 0;
		translate: -100% -100%;
		scale: 1 -1;
	}

	.offerings_item._sns .box_text h3 {
		font-size: clamp(22px, 6vw, 28px);
		justify-content: flex-end;
	}

	#price .price_list .btn.price_cta {
		position: relative;
		top: auto;
		right: auto;
		width: calc(100% - 40px);
		min-width: 0;
		max-width: 320px;
		height: 56px;
		margin: 28px auto 0;
	}

	#price .price_list .btn.price_cta a {
		font-size: 14px;
		padding: 0 40px 0 20px;
	}

	#price .price_list .btn.price_cta a span {
		white-space: normal;
		text-align: center;
	}

	.concept_cont .concept_copy_en {
		width: 86%;
		margin-bottom: 20px;
		font-size: var(--fs-en-sp);
		text-align: center;
	}

	.concept_cont h2.concept_copy_jp {
		width: 88%;
		margin-bottom: 36px;
		padding-left: 0;
		border: none;
		font-size: var(--fs-display-sp);
		text-align: center;
	}

	.concept_cont .btn {
		font-size: 15px;
	}
}


.komon_bg_video._top,
.komon_bg_video._growth {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.komon_bg_video._top {
	background-image: url("../img/top/kv_map_video.jpg");
}

.komon_bg_video._growth {
	background-image: url("../img/top/strength_movie_img.jpg");
}

.komon_bg_video video {
	opacity: 1;
	pointer-events: none;
}

#contact .contact_info dl dd a {
	color: var(--c-brand);
	text-decoration: none;
	font-weight: 700;
}

#contact .contact_info dl dd a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1100px) {
	#contact .contact_inner {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		row-gap: 28px;
	}

	#contact .contact_hl {
		order: 1;
	}

	#contact .contact_info {
		order: 2;
	}

	#contact .contact_panel,
	#contact .contact_panel.komon_contact_wrap {
		order: 3 !important;
		aspect-ratio: auto !important;
	}
}

.komon_contact_wrap {
	height: auto !important;
	min-height: 0;
	overflow: visible !important;
	background: #fff !important;
	padding: 40px 36px 44px !important;
	box-sizing: border-box;
	border: 1px solid #e5e1da !important;
	border-radius: 28px !important;
	box-shadow: 12px 16px 40px rgba(24, 74, 154, 0.08);
}

.komon_contact_wrap iframe {
	display: none !important;
}

.komon_form {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.komon_form_lead {
	margin: 0 0 28px;
	font-family: var(--font-jp);
	font-size: var(--fs-lead);
	font-weight: 700;
	line-height: 1.5;
	color: var(--c-text);
	letter-spacing: var(--ls-jp);
}

.komon_form_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 16px;
}

.komon_form_row {
	margin: 0 0 18px;
}

.komon_form_row label {
	display: block;
	margin: 0 0 8px;
	font-family: var(--font-jp);
	font-size: var(--fs-caption);
	font-weight: 700;
	color: var(--c-text);
	letter-spacing: var(--ls-jp);
}

.komon_form_row label span {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 7px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	background: var(--c-accent);
	border-radius: 999px;
	vertical-align: middle;
	letter-spacing: var(--ls-jp);
}

.komon_form_row input,
.komon_form_row select,
.komon_form_row textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 14px 16px;
	border: 1px solid #ddd8d0;
	border-radius: 10px;
	background: #fbfaf9;
	font-family: var(--font-jp);
	font-size: var(--fs-body-sp);
	line-height: 1.5;
	color: var(--c-text);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.komon_form_row input:focus,
.komon_form_row select:focus,
.komon_form_row textarea:focus {
	outline: none;
	border-color: var(--c-brand);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(24, 74, 154, 0.12);
}

.komon_form_row textarea {
	resize: vertical;
	min-height: 140px;
}

.komon_form_row select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23131313' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
}

.komon_form_note {
	margin: 4px 0 22px;
	font-family: var(--font-jp);
	font-size: var(--fs-label);
	line-height: 1.7;
	color: var(--c-text-muted);
}

.komon_form_submit {
	margin: 0;
	text-align: left;
}

.komon_form_submit button {
	appearance: none;
	border: none;
	cursor: pointer;
	min-width: 240px;
	padding: 16px 36px;
	font-family: var(--font-jp);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: var(--ls-en);
	color: #fff;
	background: var(--c-brand);
	border-radius: 999px;
	transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.komon_form_submit button:hover {
	background: var(--c-accent);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(224, 87, 39, 0.25);
}

#contact .contact_info dl dt {
	font-family: var(--font-jp);
	font-size: var(--fs-caption);
	font-weight: 700;
	letter-spacing: var(--ls-en);
	color: var(--c-brand);
	margin-bottom: 10px;
}

#contact .contact_info dl dd {
	font-family: var(--font-jp);
	font-size: var(--fs-body-sp);
	line-height: var(--lh-body);
	color: var(--c-text);
}

#faq.faq_block {
	padding: 80px 0 96px;
	background: #fff;
	position: relative;
	z-index: 2;
}

#faq.faq_block::before {
	background: transparent !important;
	border-radius: 0 !important;
}

#faq .faq_inner {
	display: block;
	align-items: stretch;
	padding: 40px 4% 48px;
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	background: #f7f9fc;
	border: 1px solid #d8e2f0;
	border-radius: 28px;
	box-shadow: 0 18px 48px rgba(24, 74, 154, 0.06);
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

#faq .faq_inner::after {
	display: none !important;
}

#faq .faq_hl {
	width: 100%;
	max-width: none;
	margin: 0 0 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 8px 16px;
	-webkit-writing-mode: horizontal-tb !important;
	-ms-writing-mode: lr-tb !important;
	writing-mode: horizontal-tb !important;
}

#faq .faq_hl .hl_en {
	margin: 0;
	line-height: 1;
	font-size: clamp(56px, 7vw, 80px);
}

#faq .faq_hl .hl_jp {
	margin: 0 12px 16px 0;
}

#faq .faq_hl .hl_jp span {
	padding: 0 22px;
}

#faq .faq_hl .jp,
#faq .faq_hl .en {
	display: none;
}

#faq .faq_lead {
	margin: 0 0 32px;
	font-family: var(--font-jp);
	font-size: var(--fs-body-sp);
	line-height: 1.8;
	color: var(--c-text);
}

#faq .faq_cont.komon_faq {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
	max-width: none;
	margin: 0;
}

#faq .komon_faq > div {
	width: 100% !important;
	margin: 0 !important;
	padding: 22px 24px 22px 22px;
	border: 1px solid #d8e2f0;
	border-left: 3px solid var(--c-brand);
	border-radius: 16px;
	background: #fff;
	box-sizing: border-box;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

#faq .komon_faq > div:hover {
	background: #fff;
	border-color: #d7e0f0;
	border-left-color: var(--c-accent);
	box-shadow: 0 8px 24px rgba(24, 74, 154, 0.08);
}

#faq .komon_faq > div:first-child,
#faq .komon_faq > div:last-child {
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ebe6df;
	margin-bottom: 0 !important;
}

#faq .komon_faq dt {
	display: block;
	margin: 0 0 12px;
	padding-left: 2.6em;
	position: relative;
}

#faq .komon_faq dt::before {
	content: "Q";
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-en);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #fff;
	line-height: 1;
	background: var(--c-accent);
	border-radius: 50%;
}

#faq .komon_faq dt em {
	display: block;
	font-family: var(--font-jp);
	font-size: var(--fs-lead);
	font-weight: 700;
	font-style: normal;
	line-height: 1.55;
	letter-spacing: var(--ls-jp);
	color: var(--c-text);
	margin-left: 16px;
}

#faq .komon_faq dd {
	margin: 0;
	padding-left: 2.8em;
	position: relative;
	font-family: var(--font-jp);
	font-size: var(--fs-body-sp);
	line-height: 1.85;
	color: var(--c-text-sub);
}

#faq .komon_faq dd::before {
	content: "A";
	position: absolute;
	left: 0;
	top: 2px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-en);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #fff;
	line-height: 1;
	background: var(--c-brand);
	border-radius: 50%;
}

#faq .faq_more {
	margin: 28px 0 0;
	text-align: left;
}

#faq .faq_more a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	font-family: var(--font-jp);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: var(--ls-jp);
	color: var(--c-brand);
	text-decoration: none;
	border: 1px solid var(--c-brand);
	border-radius: 999px;
	background: #fff;
	transition: background 0.25s ease, color 0.25s ease;
}

#faq .faq_more a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

#faq .faq_more a:hover {
	background: var(--c-brand);
	color: #fff;
}

.komon_banner {
	padding: 80px 20px 72px;
	background: #e8f0fa;
	text-align: center;
	position: relative;
}

.komon_banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 8%;
	right: 8%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(26, 58, 107, 0.18), transparent);
}

.komon_banner_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 36px 24px 32px;
	background: #fff;
	border: 1px solid #d8e2f0;
	border-radius: 24px;
	box-shadow: 0 16px 40px rgba(24, 74, 154, 0.08);
	box-sizing: border-box;
}

.komon_banner_hl {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin: 0 auto 20px;
	width: 100%;
}

.komon_banner_hl .hl_en {
	margin: 0;
	line-height: 1;
}

.komon_banner_hl .hl_jp {
	margin: 0 12px 16px 0;
}

.komon_banner_hl .hl_jp span {
	padding: 0 12px;
}

.komon_banner_text {
	margin: 0 auto 28px;
	max-width: 720px;
	font-family: var(--font-jp);
	font-size: var(--fs-body-sp);
	line-height: 1.8;
	color: var(--c-text);
}

.komon_banner_card {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	border-radius: 16px;
	text-decoration: none;
	background: #fff;
	box-shadow: 0 16px 40px rgba(24, 74, 154, 0.12);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.komon_banner_card:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 48px rgba(24, 74, 154, 0.18);
}

.komon_banner_card img {
	display: block;
	width: 100%;
	height: auto;
}

.komon_banner_card_text,
.komon_banner_card_visual {
	display: none;
}

#contact.contact_sec {
	background: #f5f3ef !important;
	padding-top: 88px !important;
	padding-bottom: 96px !important;
}

#contact.contact_sec::after {
	display: none;
}

@media screen and (max-width: 800px) {
	.komon_contact_wrap {
		min-height: 0;
		height: auto !important;
		aspect-ratio: auto !important;
		padding: 28px 20px 32px !important;
		border: 1px solid #e5e1da !important;
		border-radius: 24px !important;
		box-shadow: 0 10px 28px rgba(24, 74, 154, 0.08);
		margin-bottom: 40px;
		order: 3;
	}

	.contact_panel.komon_contact_wrap {
		width: 100%;
		max-width: none;
		border-left: 1px solid #e5e1da !important;
		border-radius: 24px !important;
		order: 3;
	}

	.contact_inner {
		width: 100%;
		flex-direction: column;
	}

	.contact_hl {
		width: 100%;
		margin: 0 0 16px;
		flex-direction: row;
		align-items: baseline;
		justify-content: flex-start;
		padding: 0 5%;
		gap: 12px;
		order: 1;
	}

	.contact_hl .hl_en {
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		min-height: 0;
		font-size: clamp(40px, 12vw, 56px);
		margin-bottom: 0;
	}

	.contact_info {
		width: 90%;
		margin: 0 auto 24px;
		order: 2;
	}

	.komon_form_lead {
		font-size: var(--fs-body);
		margin-bottom: 20px;
	}

	.komon_form_grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.komon_form_submit {
		text-align: center;
	}

	.komon_form_submit button {
		width: 100%;
		min-width: 0;
	}

	#faq.faq_block {
		padding: 56px 0 72px;
	}

	#faq .faq_inner {
		padding: 28px 5% 32px;
		width: 92%;
		border-radius: 22px;
	}

	#faq .faq_hl {
		-webkit-writing-mode: horizontal-tb !important;
		-ms-writing-mode: lr-tb !important;
		writing-mode: horizontal-tb !important;
		flex-direction: row;
		width: 100%;
		margin: 0 0 8px;
		align-items: center;
		gap: 8px 12px;
	}

	#faq .faq_hl .hl_en {
		font-size: clamp(40px, 12vw, 56px);
	}

	#faq .faq_lead {
		margin-bottom: 24px;
		font-size: 14px;
		line-height: 1.85;
	}

	#faq .faq_cont.komon_faq {
		width: 100%;
		max-width: none;
		margin: 0;
		gap: 14px;
	}

	#faq .komon_faq > div {
		padding: 16px 14px 16px 14px;
		border-radius: 12px;
	}

	#faq .komon_faq dt,
	#faq .komon_faq dd {
		padding-left: 2.4em;
	}

	#faq .komon_faq dt::before,
	#faq .komon_faq dd::before {
		width: 24px;
		height: 24px;
		font-size: 11px;
	}

	#faq .komon_faq dt em {
		font-size: var(--fs-body-sp);
	}

	#faq .komon_faq dd {
		font-size: var(--fs-caption);
	}

	#faq .faq_more {
		margin-top: 20px;
		text-align: center;
	}

	#faq .faq_more a {
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
	}

	.komon_banner {
		padding: 56px 16px 64px;
	}

	.komon_banner_inner {
		padding: 28px 16px 24px;
		border-radius: 20px;
	}

	.komon_banner_text {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 1.85;
	}

	.komon_banner_card {
		border-radius: 12px;
	}

	#contact.contact_sec {
		padding-top: 56px !important;
		padding-bottom: 72px !important;
	}

	#contact .contact_inner {
		width: 92%;
		margin: 0 auto;
		row-gap: 32px;
	}

	#contact .contact_hl {
		padding: 0;
		margin-bottom: 8px;
	}

	#contact .contact_info {
		width: 100%;
		margin: 0 0 8px;
		padding: 24px 20px;
		background: #fff;
		border: 1px solid #e5e1da;
		border-radius: 20px;
		box-sizing: border-box;
	}

	#contact .contact_info dl > div:not(:last-of-type) {
		margin-bottom: 24px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ebe6df;
	}

	/* SP header: match top.css hamburger layout, protect from PC logo rules */
	.header .header_normal .logo {
		width: min(40vw, 150px);
		height: 46px;
		position: relative;
		top: auto;
		left: auto;
		margin-left: min(5vw, 20px);
		margin-right: min(2.5vw, 10px);
		display: flex;
		align-items: center;
	}

	.header .header_normal .logo a {
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.header .header_normal .logo img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 42px;
		object-fit: contain;
		object-position: left center;
	}

	.header .header_fixed .logo {
		width: min(40vw, 150px);
		height: 46px;
	}

	.header .header_fixed .logo img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 42px;
		object-fit: contain;
	}

	.header .btn_nav {
		z-index: 1000;
	}

	.kv_copy img {
		width: min(84%, 340px);
		max-width: 340px;
	}

	.offerings {
		overflow-x: clip;
	}

	.offerings_item._sales::before {
		display: none;
	}

	#price .price_list .btn.price_cta {
		position: relative;
		top: auto;
		right: auto;
		margin: 8px auto 0;
	}

	.komon_contact_wrap {
		min-height: 0 !important;
	}

	.message,
	.message_inner,
	.message_illust {
		overflow-x: clip;
	}

	.message_illust .loop {
		overflow: hidden;
	}

	#price .price_list_item h3 {
		font-size: 14px;
	}

	.offerings_item {
		width: 100%;
		max-width: none;
	}

	.offerings_item .box_text h3 {
		font-size: var(--fs-h3-sp);
	}

	/* ===== SP layout polish (~407px) ===== */
	.message_cont {
		width: 88%;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
		padding-top: min(16vw, 64px);
		padding-bottom: 160px;
		box-sizing: border-box;
	}

	.message_cont .txt {
		font-size: 14px;
		line-height: 1.85;
	}

	.message_cont h2 img {
		width: min(70%, 220px);
		height: auto;
		display: block;
		margin: 0 auto 20px;
	}

	#service.growth .growth_cont,
	.growth_cont {
		width: 88%;
		max-width: none;
		margin: 0 auto 48px;
		padding: 0 2%;
		box-sizing: border-box;
	}

	.growth_cont h2,
	.growth_cont h2.growth_copy_jp {
		width: 100% !important;
		max-width: 100%;
		margin-bottom: 16px !important;
		font-size: clamp(24px, 6.2vw, 32px);
		overflow-wrap: anywhere;
	}

	.growth_cont .hl_en,
	.growth_cont .hl_en.growth_copy_en,
	.growth_cont .growth_copy_en {
		width: 100% !important;
		max-width: 100%;
		margin: 0 0 16px !important;
		font-size: 13px;
		overflow-wrap: anywhere;
	}

	.growth_cont h3 {
		max-width: 100%;
		margin-bottom: 16px;
		font-size: 17px;
	}

	.growth_cont .txt {
		font-size: 14px;
		line-height: 1.85;
		max-width: 100%;
	}

	.growth_map {
		opacity: 0.22;
	}

	.growth .illust._03,
	.growth .illust._04 {
		opacity: 0.35;
	}

	.offerings_package_lead {
		width: 88%;
		margin: 0 auto 24px;
		font-size: 14px;
		line-height: 1.7;
	}

	.offerings_inner {
		width: 92%;
		margin: 0 auto;
	}

	.offerings_item {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.offerings_item:not(:last-of-type) {
		margin-bottom: 48px;
	}

	.offerings_item .box_text {
		max-width: min(220px, 70%);
	}

	.offerings_item._lead .box_text,
	.offerings_item._sns .box_text {
		margin-left: auto;
		text-align: right;
	}

	.offerings_item._lead .box_text h3,
	.offerings_item._sns .box_text h3 {
		justify-content: flex-end;
	}

	.concept_cont {
		width: 88%;
		padding-left: 4%;
		padding-right: 4%;
		box-sizing: border-box;
	}

	.concept_cont .concept_copy_en,
	.concept_cont .hl_en {
		width: 100%;
		max-width: 100%;
		margin: 0 0 16px;
		font-size: 13px;
		text-align: center;
		overflow-wrap: anywhere;
	}

	.concept_cont h2.concept_copy_jp {
		font-size: clamp(24px, 6vw, 32px);
		margin-bottom: 28px;
	}

	.price_hl {
		width: 90%;
		max-width: 1200px;
		margin: 0 auto 40px;
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
		box-sizing: border-box;
		overflow: visible;
	}

	.price_hl .hl_en {
		flex: 0 0 auto;
		font-size: clamp(40px, 12vw, 52px) !important;
		text-indent: 0 !important;
		padding-left: 0 !important;
		margin: 0 !important;
		letter-spacing: -0.04em;
		line-height: 1;
		color: var(--c-brand);
	}

	.price_hl .hl_jp {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		flex: 0 0 auto;
		width: fit-content;
		max-width: max-content;
		margin: 0;
		font-size: 12px;
	}

	.price_hl .hl_jp span {
		height: 26px;
		padding: 0 12px 1px;
		display: inline-flex;
	}

	.offerings_hl {
		width: 90%;
		max-width: 100%;
		margin: 0 auto 40px;
		padding-bottom: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
	}

	.offerings_hl .hl_en {
		flex: 0 0 auto;
		font-size: clamp(40px, 12vw, 52px) !important;
		margin: 0 !important;
		letter-spacing: -0.04em;
		line-height: 1;
	}

	.offerings_hl .hl_jp {
		flex: 0 0 auto;
		width: fit-content;
		margin: 0;
		font-size: 12px;
		position: relative;
	}

	.offerings_hl .hl_jp span {
		height: 26px;
		padding: 0 12px 1px !important;
	}

	.contact_hl {
		width: 90%;
		margin: 0 auto 20px !important;
		padding: 0;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
	}

	.contact_hl .hl_en {
		flex: 0 0 auto;
		-webkit-writing-mode: horizontal-tb !important;
		-ms-writing-mode: lr-tb !important;
		writing-mode: horizontal-tb !important;
		min-height: 0 !important;
		font-size: clamp(36px, 11vw, 48px) !important;
		margin: 0 !important;
		letter-spacing: -0.04em;
		line-height: 1;
	}

	.contact_hl .hl_jp {
		flex: 0 0 auto;
		width: fit-content;
		margin: 0;
		position: relative;
	}

	.contact_hl .hl_jp span {
		height: 26px;
		padding: 0 12px 1px;
	}

	.faq_hl,
	.komon_banner_hl {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
	}

	.faq_hl .hl_jp,
	.komon_banner_hl .hl_jp {
		flex: 0 0 auto;
		width: fit-content;
		position: relative;
	}
}

/* ========== Tablet (801–1100) ========== */
@media screen and (min-width: 801px) and (max-width: 1100px) {
	.header_normal {
		width: 94%;
		padding-top: 24px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		box-sizing: border-box;
	}

	.header_normal .logo {
		position: relative;
		top: auto;
		left: auto;
		width: min(160px, 22%);
		height: 56px;
		flex-shrink: 0;
		margin: 0;
	}

	.header_normal .logo img {
		max-height: 48px;
		width: auto;
		max-width: 100%;
	}

	.header_normal .header_nav {
		width: auto;
		flex: 1;
		min-width: 0;
		max-width: 640px;
		height: 52px;
		min-height: 0;
		margin: 0 0 0 auto;
		padding: 3px 0;
		box-sizing: border-box;
	}

	.header_normal .header_nav::before,
	.header_normal .header_nav::after {
		top: 50%;
		translate: 0 -50%;
	}

	.header_normal .header_nav ul {
		height: 100%;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		gap: 0;
		padding: 0 16px;
		font-size: 11px;
		box-sizing: border-box;
	}

	.header_normal .header_nav ul li {
		flex: 1 1 auto;
		text-align: center;
	}

	.header_normal .header_nav ul li a {
		padding: 0 0.15em;
		white-space: nowrap;
		display: inline-block;
	}

	.header_fixed {
		width: 94%;
		max-width: 1000px;
		height: 64px;
		min-height: 0;
		padding: 0 20px;
		justify-content: center;
		align-items: center;
		gap: 0;
		box-sizing: border-box;
	}

	.header_fixed .logo {
		position: absolute;
		top: 50%;
		left: 20px;
		width: min(128px, 18%);
		translate: 0 -50%;
		margin: 0;
		flex-shrink: 0;
	}

	.header_fixed .logo img {
		max-height: 40px;
		width: auto;
		max-width: 100%;
		display: block;
	}

	.header_fixed .header_nav {
		margin: 0 auto;
		flex: 0 1 auto;
		min-width: 0;
		max-width: calc(100% - 160px);
		padding-bottom: 3px;
	}

	.header_fixed .header_nav ul {
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		gap: 0;
		font-size: 11px;
	}

	.header_fixed .header_nav ul li:not(:last-of-type) {
		margin-right: 0.85em;
	}

	.header_fixed .header_nav ul li a {
		white-space: nowrap;
	}

	.header_fixed .header_nav ul li a .en {
		display: none;
	}

	.kv_copy img {
		width: min(68%, 520px);
		max-width: 520px;
	}

	.kv_map .map span {
		overflow: visible;
	}

	.kv_map .map span img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	.offerings {
		overflow-x: clip;
	}

	.offerings_item._sales::before {
		display: none;
	}

	.offerings_package_lead {
		font-size: 16px;
		margin-bottom: 28px;
	}

	#price .price_plans {
		width: min(720px, 92%);
		gap: 24px;
	}

	#price .price_plan_note {
		margin-top: 12px;
		font-size: 13px;
	}

	.kv_copy img {
		width: min(76%, 600px);
		max-width: 600px;
	}

	#price .price_list .btn.price_cta {
		position: relative;
		top: auto;
		right: auto;
		margin: 12px auto 0;
	}

	.komon_contact_wrap {
		min-height: 0 !important;
	}

	.message,
	.message_inner,
	.message_illust {
		overflow-x: clip;
	}

	.message_illust .loop {
		top: -150px;
		height: 230px;
		overflow: hidden;
	}

	.message_illust .loop_track._jp {
		top: 0;
		height: 160px;
		font-size: clamp(44px, 5.8vw, 72px);
	}

	.message_illust .loop_track._en {
		top: 165px;
		height: 56px;
		font-size: clamp(16px, 2vw, 24px);
	}

	.message_cont {
		padding-top: 88px;
		padding-bottom: 140px;
		width: 88%;
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}

	.message_cont .txt {
		font-size: 15px;
	}

	.growth_cont {
		width: min(58%, 520px);
		max-width: 520px;
	}

	.growth_cont h2.growth_copy_jp {
		font-size: clamp(26px, 3.4vw, 36px);
		overflow-wrap: anywhere;
	}

	.growth_cont .growth_copy_en,
	.growth_cont .hl_en.growth_copy_en {
		font-size: clamp(14px, 1.6vw, 18px);
	}

	.growth_cont h3 {
		font-size: 20px;
	}

	.growth_cont .txt {
		font-size: 15px;
	}

	.offerings_inner {
		width: 96%;
	}

	.offerings_hl {
		max-width: 200px;
		padding-bottom: 48px;
	}

	.offerings_hl .hl_en {
		font-size: clamp(64px, 9vw, 88px);
	}

	.offerings_item {
		width: 78%;
		max-width: 720px;
	}

	.offerings_item .box_text {
		width: 80%;
		max-width: 360px;
	}

	.offerings_item._sns {
		margin-top: 20px;
	}

	.offerings_item._sns .box_text h3 {
		font-size: clamp(24px, 3vw, 34px);
	}

	.concept {
		height: auto;
		min-height: clamp(420px, 52vw, 560px);
	}

	.concept_cont {
		width: min(58%, 480px);
		padding: 40px 0;
	}

	.concept_cont h2.concept_copy_jp {
		font-size: clamp(26px, 3.2vw, 36px);
		margin-bottom: 32px;
		padding-left: 4%;
	}

	.concept_cont .concept_copy_en {
		font-size: clamp(14px, 1.5vw, 18px);
		margin-bottom: 22px;
	}

	.concept_cont .btn {
		max-width: 400px;
		height: 60px;
		font-size: 16px;
	}

	#price .price_list .btn.price_cta {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		width: fit-content;
		max-width: calc(100% - 48px);
		min-width: 220px;
		height: 56px;
		margin: 28px auto 8px;
	}

	#price .price_list .btn.price_cta::before {
		right: 8px;
	}

	.price_hl .hl_en,
	.offerings_hl .hl_en,
	.contact_hl .hl_en,
	.faq_hl .hl_en,
	.komon_banner_hl .hl_en {
		font-size: clamp(56px, 8vw, 80px);
	}

	.contact_inner {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start;
		row-gap: 28px;
		width: 92%;
		margin: 0 auto;
	}

	.contact_hl {
		margin: 0;
		width: 100%;
		flex-direction: row;
		align-items: baseline;
		justify-content: center;
		gap: 16px;
		order: 1;
	}

	.contact_hl .hl_en {
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		font-size: clamp(48px, 7vw, 72px);
		min-height: 0;
		margin-bottom: 0;
		letter-spacing: -0.04em;
	}

	.contact_info {
		width: 100%;
		min-width: 0;
		margin: 0;
		padding-top: 0;
		order: 2;
	}

	.contact_panel.komon_contact_wrap {
		width: 90%;
		max-width: 720px;
		margin: 0 auto;
		order: 3;
		min-height: 0;
		padding: 32px 28px 36px !important;
	}

	.komon_form_grid {
		grid-template-columns: 1fr;
	}

	#faq .faq_inner {
		display: block;
		padding: 40px 4%;
		width: 92%;
	}

	#faq .faq_hl {
		-webkit-writing-mode: horizontal-tb !important;
		-ms-writing-mode: lr-tb !important;
		writing-mode: horizontal-tb !important;
		flex-direction: row;
		width: 100%;
		margin: 0 0 10px;
		align-items: center;
		gap: 8px 14px;
	}

	#faq .faq_hl .hl_en {
		font-size: clamp(48px, 7vw, 68px);
	}

	#faq .faq_cont.komon_faq {
		width: 100%;
		max-width: none;
		margin: 0;
	}

	#faq .komon_faq dt em {
		overflow-wrap: anywhere;
	}

	.komon_banner {
		padding: 48px 24px 40px;
	}

	.komon_banner_card {
		border-radius: 14px;
	}
}

/* ========== Desktop polish (≥1101) ========== */
@media screen and (min-width: 1101px) {
	.header_normal .header_nav {
		width: min(72%, 780px);
		max-width: 780px;
	}

	.header_normal .header_nav ul {
		font-size: clamp(12px, 1.05vw, 14px);
	}

	.message,
	.message_inner {
		overflow-x: clip;
	}

	.message_illust .loop {
		overflow: hidden;
	}

	#price .price_list {
		overflow: visible;
	}

	#price .price_list .btn.price_cta {
		right: max(5%, 24px);
	}

	#price .price_list .btn.price_cta::before {
		right: 4px;
	}

	.komon_contact_wrap {
		border: 1px solid #e5e1da !important;
		border-radius: 28px !important;
		min-height: 0 !important;
	}

	.kv_copy img {
		width: min(76%, 640px);
		max-width: 640px;
	}

	#contact .contact_inner {
		display: grid;
		grid-template-columns: auto minmax(220px, 0.85fr) minmax(420px, 1.15fr);
		column-gap: clamp(24px, 3vw, 48px);
		row-gap: 0;
		align-items: start;
		flex-direction: unset;
		max-width: 1200px;
		padding: 0 4%;
		box-sizing: border-box;
	}

	#contact .contact_hl {
		grid-column: 1;
		grid-row: 1;
		order: unset;
		align-items: flex-start;
		width: auto;
		margin: 0;
	}

	#contact .contact_hl .hl_en {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	#contact .contact_info {
		grid-column: 2;
		grid-row: 1;
		order: unset;
		width: 100%;
		margin: 0;
		padding-top: clamp(48px, 6vw, 72px);
		min-width: 0;
	}

	#contact .contact_panel,
	#contact .contact_panel.komon_contact_wrap {
		grid-column: 3;
		grid-row: 1;
		order: unset !important;
		width: 100%;
		max-width: none;
		margin: 0;
		align-self: start;
	}

	#faq .komon_faq dt em {
		overflow-wrap: anywhere;
	}

	.growth_cont h2.growth_copy_jp {
		overflow-wrap: anywhere;
	}
}

/* ========== Large desktop (≥1400) ========== */
@media screen and (min-width: 1400px) {
	.header_normal .header_nav ul {
		font-size: 14px;
		padding: 0 28px;
	}

	.growth_cont h2.growth_copy_jp,
	.concept_cont h2.concept_copy_jp {
		font-size: var(--fs-display);
	}

	.strength_img {
		padding-top: 0 !important;
	}

	.strength_img .strength_copy_sub {
		font-size: clamp(44px, 4.8vw, 64px);
	}

	.strength_hl h2.strength_copy_jp {
		font-size: clamp(40px, 3.8vw, 56px);
	}
}

.komon_form_privacy {
	margin: 20px 0 0;
	font-family: var(--font-jp);
	font-size: 12px;
	line-height: 1.8;
	color: var(--c-text-muted);
}

.komon_form_privacy a {
	color: var(--c-brand);
	text-decoration: underline;
}

.komon_form_privacy a:hover {
	color: var(--c-accent);
}

body.is-thanks {
	background: #f7f9fc;
}

.thanks_sec {
	min-height: calc(100vh - 280px);
	padding: 140px 4% 96px;
}

.thanks_inner {
	width: 90%;
	max-width: 720px;
	margin: 0 auto;
	padding: 56px 48px;
	text-align: center;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 12px 40px rgba(26, 58, 107, 0.08);
}

.thanks_en {
	margin: 0 0 12px;
	font-family: var(--font-en);
	font-size: var(--fs-en);
	font-weight: 700;
	letter-spacing: var(--ls-en);
	color: var(--c-accent);
}

.thanks_title {
	margin: 0 0 24px;
	font-family: var(--font-jp);
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 700;
	line-height: 1.5;
	color: var(--c-brand);
}

.thanks_text {
	margin: 0 0 36px;
	font-family: var(--font-jp);
	font-size: var(--fs-body);
	line-height: 1.9;
	color: var(--c-text);
}

.thanks_actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.thanks_btn {
	display: inline-block;
	min-width: 220px;
	padding: 16px 32px;
	font-family: var(--font-jp);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: var(--ls-en);
	text-decoration: none;
	color: #fff;
	background: var(--c-brand);
	border-radius: 999px;
	transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.thanks_btn:hover {
	background: var(--c-accent);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(224, 87, 39, 0.25);
}

.thanks_btn.is-outline {
	color: var(--c-brand);
	background: transparent;
	border: 2px solid var(--c-brand);
}

.thanks_btn.is-outline:hover {
	color: #fff;
	background: var(--c-brand);
	box-shadow: none;
}

@media screen and (max-width: 767px) {
	.thanks_sec {
		padding: 120px 4% 72px;
	}

	.thanks_inner {
		padding: 40px 24px;
	}

	.thanks_actions {
		flex-direction: column;
		align-items: stretch;
	}

	.thanks_btn {
		width: 100%;
	}
}

