body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #1a1a1a;
	margin-top: 80px;
}

img {
	display: block;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header .header-content {
	height: 80px;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_logo {
	margin: 0;
	width: 200px;
}

.sp_header_cta {
	cursor: pointer;
	background: linear-gradient(135deg, #e82825 0%, #ff4757 50%, #ff6b35 100%);
	color: rgb(255, 255, 255);
	font-weight: 700;
	border-radius: 30px;
	padding: 16px 48px;
	text-decoration: none;
	transition: all 0.3s;
	border: none;
	box-shadow: 0 4px 15px rgba(232, 40, 37, 0.3);
	font-size: 16px;
	letter-spacing: 0.05em;
}

.sp_header_cta:hover {
	background: linear-gradient(135deg, #d41e1b 0%, #e73c3c 50%, #e55a2b 100%);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(232, 40, 37, 0.4);
}


.hero {
	background-image: url(/wp-content/themes/blankslate/images/limeolp/fvbg.svg);
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.95);
	background-blend-mode: lighten;
	background-size: cover;
	padding: 100px 20px;
	height: auto;
	position: relative;
	overflow: hidden;
}

.hero:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, #ffb69a 0%, #E82825 100%);
	mix-blend-mode: multiply;
	z-index: 1;
}

/* .hero:after{
	content: '';
	position: absolute;
	top: 0;
	left: 60%;
    width: 40%;
    height: 100%;
	background: linear-gradient(135deg,#E82825 0%,#F66A37 100%);
	background: linear-gradient(135deg,rgba(255, 182, 154, 0.5) 0%,rgba(232, 40, 37, 0.5) 100%);
	mix-blend-mode: multiply;
	z-index: 1;
} */

.hero_content_wrap {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}

.hero_content {
	width: 70%;
}

.hero_form {
	width: 50%;
	position: absolute;
	top: 40%;
	right: -90px;
	transform: translateY(-50%);
	z-index: -1;
}

.hero_aword {
	width: 56%;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.hero_aword li {
	width: 32%;
}

.hero_aword li img {
	filter: drop-shadow(0 0 10px #7b2525);
}

.hero_info {
	margin-top: 50px;
}

.hero_info h4 {
	color: #fff;
	font-size: 22px;
	text-shadow: 0 0 10px #7b2525;
	letter-spacing: 0.04em;
	margin: 0;
}

.hero_info h2 {
	width: fit-content;
	margin: 0 0 0 0;
	font-size: 48px;
	letter-spacing: 0.04em;
	color: #fff;
	text-shadow: 0 0 10px #7b2525;
}

.hero_title_with_bubble {
	position: relative;
}

.hero_info h3 {
	font-size: 38px;
	line-height: 2.3em;
	margin: 18px 0;
	color: #dd6243;
}

.hero_info h3 span {
	background: #fff;
	padding: 8px 12px;
}

.hero_info p {
	line-height: 2;
	letter-spacing: 0.1em;
	margin: 0;
	font-weight: 500;
	color: #fff;
	text-shadow: 2px 2px 8px #7b2525;
	font-size: 18px;
}

.hero_cta {
	margin: 70px 0 0 0;
	position: relative;
	width: fit-content;
}

.hero_cta_cost {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding: 0;
	width: 2em;
}

.hero_cta_btn_txt {
	font-size: 16px;
}

.hero_cta_btn_txt span {
	font-size: 26px;
}

.hero_cta_button {
	display: flex;
	gap: 8px;
	cursor: pointer;
	background-color: #fff;
	color: #e82825;
	font-weight: 700;
	border-radius: 100px;
	padding: 18px 50px 18px 50px;
	text-decoration: none;
	transition: background-color 0.3s;
	border: none;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
	border: 2px solid #e82825;
	box-shadow: 5px 5px 5px #7b2525;
}

.hero_cta_cost {
	background-color: #e82825;
	color: #fff;
	padding: 2px 6px;
	font-size: 18px;
}

/* CTA セクション */
.cta {
	background: url('/wp-content/themes/blankslate/images/limeolp/cta_bg_pc-min.png') no-repeat center center;
	background-size: cover;
	padding: 60px 40px 30px;
	position: relative;
	overflow: visible;
	max-width: 900px;
	margin: 120px auto 90px;
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(232, 40, 37, 0.3);
	color: white;
}

.cta_banner {
	background: #fff;
	padding: 12px 0;
	text-align: center;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
	border-radius: 50px;
	z-index: 10;
	border: 4px solid #E82825;
}

.cta_banner span {
	background: linear-gradient(90deg, #F66A37 0%, #E82825 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.1em;
}

.cta_visual {
	width: 24%;
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
}

.cta_right {
	width: 70%;
	margin-left: 32%;
}

.cta_right>h3 {
	margin: 0 0 18px 0;
	font-size: 28px;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.cta_right>h3 span {
	font-size: 34px;
	font-weight: 600;
	background-image: radial-gradient(circle at center, orange 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	padding-top: .3em;
}

.cta_right ul {
	padding: 0;
	margin: 0 0 30px 0;
	list-style-type: none;
	display: flex;
	gap: 20px;
}

.cta_right ul li {
	position: relative;
	padding-left: 28px;
	font-size: 18px;
	font-weight: 500;
}

.cta_right ul li:before {
	background: #fff;
	content: "✓";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #e82825;
	font-weight: 700;
	font-size: 14px;
	width: 20px;
	height: 20px;
	text-align: center;
}

.cta_right>p {
	line-height: 2;
	letter-spacing: 0.05em;
}

.cta_button_wrap {
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
	max-width: 400px;
	margin: 30px 0 0 0;
	position: relative;
	overflow: hidden;
	border-radius: 100px;
	width: fit-content;
}

.cta_button_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	animation: shine 3s infinite;
	z-index: 1;
}

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

.cta_button_wrap:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(255, 107, 53, 0.6);
}

.cta_button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	color: #e82825;
	font-weight: 700;
	border-radius: 50px;
	padding: 28px 50px 18px 50px;
	text-decoration: none;
	transition: background-color 0.3s;
	border: none;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
}

.cta_button span {
	border: 2px solid #e82825;
	padding: 2px 6px;
	margin-right: 12px;
	font-size: 18px;
}

.cta_button_hukidashi {
	background: #fff;
	color: #e82825;
	font-weight: bold;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 6px 18px;
	border-radius: 20px;
	font-size: 14px;
	margin: 0;
	border: 2px solid #e82825;
	white-space: nowrap;
}

/* About セクション */
.about {
	padding: 100px 30px;
	background: #fff;
}

.about_container {
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 100px;
	border-radius: 20px;
	background-color: #fff6e7;
}

.about_container .cta {
	margin-bottom: 0;
}

.about_content {
	background-image: url('/wp-content/themes/blankslate/images/limeolp/about_desc.webp');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 400px auto;
}

.about_text {
	flex: 1;
}

.about_text h2 {
	font-size: 32px;
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 30px 0;
}

.about_text h2 img {
	height: 62px;
	width: auto;
}

.about_subtitle {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin: 0 0 30px 0;
	-webkit-text-stroke: 8px #fff;
	paint-order: stroke;
}

.about_description {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 60px;
	-webkit-text-stroke: 4px #fff;
	paint-order: stroke;
}

.about_features {
	margin-top: 30px;
}

.about_features_title {
	font-size: 22px;
	line-height: 1.8;
	letter-spacing: .1em;
	color: #333;
	background: #ffd53a;
	padding: 5px 80px;
	width: fit-content;
	margin: 0 0 30px;
	-webkit-text-stroke: 4px #fff;
	paint-order: stroke;
}

.about_features_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.about_features_list li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	-webkit-text-stroke: 4px #fff;
	paint-order: stroke;
}

.about_features_list li:before {
	width: 30px;
	height: 30px;
	content: "✓";
	position: absolute;
	left: 0;
	color: #333;
	font-weight: bold;
	background: #ffd53a;
	text-align: center;
	font-size: 20px;
}

.about_image {
	max-width: 100%;
	height: auto;
}

.about_customization {
	text-align: center;
}

.about_customization_title {
	font-size: 28px;
	font-weight: 600;
	margin: 60px auto 30px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.about_customization_description {
	font-size: 18px;
	font-weight: 500;
}

.about_examples {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin: 100px 0 40px;
}

.about_example {
	background: #ffd53a;
	text-align: center;
	width: 30%;
	max-width: 250px;
	aspect-ratio: 1;
	border-radius: 200px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 38px;
}

.about_example_icon {
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
}

.about_example_icon img {
	width: 80%;
	height: auto;
}

.about_example_text {
	font-size: 22px;
	font-weight: 600;
	color: #333;
	line-height: 1.6;
	margin: 0;
}

.about_conclusion {
	margin-top: 40px;
}

.about_conclusion p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 10px;
	color: #2e2e2e;
}

/* CTA3 セクション */
.cta3 {
	background: url('/wp-content/themes/blankslate/images/limeolp/cta_bg_pc-min.png') no-repeat center center;
	background-size: cover;
	padding: 60px 0 30px;
	position: relative;
	overflow: visible;
	max-width: 700px;
	margin: 120px auto 60px;
	border: 5px solid;
	border-image: linear-gradient(135deg, #ffb69a 0%, #E82825 100%) 1;
}

.cta3_banner {
	background: #fff;
	padding: 12px 0;
	text-align: center;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
	border-radius: 50px;
	z-index: 10;
	border: 4px solid #E82825;
}

.cta3_banner span {
	background: linear-gradient(90deg, #F66A37 0%, #E82825 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.1em;
}

.cta3_content {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.cta3_badge {
	position: absolute;
	top: -5px;
	left: 20px;
	width: 120px;
	height: 120px;
	z-index: 10;
}

.badge_image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.cta3_content h2 {
	color: white;
	font-weight: bold;
	text-align: left;
	width: fit-content;
	margin: 0 auto 30px auto;
	letter-spacing: 0.05em;
	line-height: 1.3;
	padding-left: 90px;
	font-size: 36px;
}

.cta3_content h2 span {
	font-size: 46px;
}

.cta3_services {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 30px;
}

.service_item {
	background: white;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	flex: 1;
	/* border: 3px solid; */
	/* border-image: linear-gradient(90deg, #803a17 0%, #8F5904 5%, #C89D42 17%, #FFFFFF 20%, #D6C1A2 26%, #965F0C 36%, #DEB759 53%, #975A19 64%, #743508 76%, #C99C46 85%, #F8F0DC 93%, #A57000 94%, #AE7909 100%) 1; */
	padding: 10px 10px 20px 10px;
}

.service_header {
	background: linear-gradient(90deg, rgba(246, 208, 37, 0) 0%, rgba(246, 208, 37, 1) 15%, rgba(246, 208, 37, 1) 85%, rgba(246, 208, 37, 0) 100%);
	color: #fff;
	padding: 4px 0;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
}

.service_content {
	padding: 0;
}

.service_desc {
	color: #333;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 4px 0;
	line-height: 1.6;
}

.price_section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
}

.original_price {
	color: #333;
	font-size: 18px;
	font-weight: 600;
}

.arrow {
	color: #E6E0D0;
	font-size: 26px;
	margin: 0;
	transform: rotate(90deg);
}

.free_price {
	color: #e82825;
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
	background: linear-gradient(transparent 80%, #ffffbe 80%);
}

.cta3_button_wrap {
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border-radius: 100px;
}

.cta3_button_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	animation: shine 3s infinite;
	z-index: 1;
}

@keyframes shine {
	0% {
		left: -100%;
	}

	50% {
		left: 100%;
	}

	100% {
		left: 100%;
	}
}

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

.cta3_button_wrap:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(255, 107, 53, 0.6);
}

.button_arrow {
	background: white;
	color: #ff6b35;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
}

.sec_head {
	position: relative;
	margin: 0 0 60px 0;
}

.sec_head .sec_ttl_heading {
	text-align: center;
	font-size: 26px;
	position: relative;
	z-index: 0;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 0 0 60px 0;
}

.sec_head .sec_ttl_heading:before {
	font-size: 68px;
	color: #f4ebdb;
	font-weight: 600;
	font-family: 'Outfit', sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	pointer-events: none;
	letter-spacing: 0.1em;
}

/* About セクション */
.sec_ttl {
	width: fit-content;
	margin: 0 auto;
	letter-spacing: 0.1em;
	font-size: 32px;
}

.sec_ttl span {
	font-size: 1.1em;
	color: #fc8426;
}

/* 各セクションの背景テキスト */
.about .sec_ttl_heading:before {
	content: "ABOUT";
	color: #f9f6f0;
}

.problem .sec_ttl_heading:before {
	content: "PROBLEM";
}

.solution .sec_ttl_heading:before {
	content: "SOLUTION";
	color: #f6ecc4;
}

.case .sec_ttl_heading:before {
	content: "CASE";
}

.results .sec_ttl_heading:before {
	content: "RESULTS";
}

.merit .sec_ttl_heading:before {
	content: "MERIT";
}

.compare .sec_ttl_heading:before {
	content: "COMPARE";
	color: #fff6e7;
}

.faq .sec_ttl_heading:before {
	content: "FAQ";
}

.contact .sec_ttl_heading:before {
	content: "CONTACT";
	color: #fff6e7;
}

.problem {
	background: #fff6e7;
	padding: 100px 0;
}

.problem_container {
	max-width: 900px;
	margin: 0 auto 0;
}

.section_divider {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
	background: linear-gradient(180deg, #fff6e7 0%, #fff 100%);
}

.triangle_container {
	position: relative;
	display: inline-block;
	height: 120px;
	transform: translateX(-100px);
}

.triangle_down {
	position: absolute;
	width: 200px;
	height: 80px;
	background-color: #ffedbd;
	clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}

.triangle_shadow {
	top: 40px;
	left: 0;
	z-index: 1;
	background-color: #f3e1b2;
}

.triangle_main {
	top: 0;
	left: 0;
	z-index: 2;
}

.problem_container_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.problem_container_list li {
	background: #fff;
	border-radius: 20px;
	padding: 20px 32px;
}

.problem_container_list li figure {
	margin: 0;
}

.problem_container_list li figure img {
	height: auto;
	width: 70%;
	margin: 0 auto;
	object-fit: contain;
}

.problem_container_list li p {
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin: 16px 0 0 0;
}

.solution {
	padding: 100px 0;
	background: #fff2ce;
}

.solution_container {
	max-width: 1000px;
	margin: 0 auto;
}

.solution_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.solution_content_img {
	width: 30%;
}

.solution_content_info {
	width: 60%;
}

.solution_content_info .point {
	color: #a48c20;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 12px;
}

.solution_content_info h2 {
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #fff;
	background: #fc8426;
	padding: 8px 16px;
	width: fit-content;
	margin: 0 0 12px 0;
}

.solution_content_info p {
	line-height: 2;
	letter-spacing: 0.1em;
	font-size: 18px;
	font-weight: 500;
}

/* 偶数番目の要素を逆配置 */
.solution_content:nth-child(even) {
	flex-direction: row-reverse;
}

.case {
	padding: 100px 0;
	background: #fff6e7;
}

.case_container {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.case_content {
	width: 30%;
	padding: 30px 20px 20px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.case_content figure {
	margin: 0;
}

.case_content img {
	border-radius: 200px;
	width: 80%;
	margin: 0 auto;
}

.case_content h3 {
	text-align: center;
	font-size: 22px;
	margin: 18px 0;
}

.case_content .user_troubule {
	margin-bottom: 18px;
}

.case_content .user_troubule h4 {
	width: fit-content;
	padding: 0.2em 1em;
	margin: 0 0 12px 0;
	background: #efefef;
}

.case_content .user_troubule p {
	margin: 0;
}

.case_content .user_results h4 {
	width: fit-content;
	padding: 0.2em 1em;
	margin: 0 0 12px 0;
	background: #ffeed1;
}

.case_content .user_results p {
	margin: 0;
}

.case_content .case_comment {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 12px 0;
}

.case_content .case_comment .red {
	color: #e82825;
	font-weight: 600;
	font-size: 1.1em;
}

.case_content .case_type {
	font-size: 14px;
	color: #6b7280;
	text-align: center;
}

.results {
	padding: 100px 30px 0;
}

.results_container {
	max-width: 1200px;
	margin: 0 auto;
}

.results .sec_head>h3 {
	width: fit-content;
	margin: 0 auto;
	letter-spacing: .1em;
	font-size: 32px;
	line-height: 1.8;
}

.results .sec_head>h3 span {
	color: #e82825;
}

.results_container>p {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.results_container>figure {
	max-width: 800px;
	margin: 60px auto;
}

.results_info_wrap h3 {
	text-align: center;
	font-size: 32px;
	margin: 120px 0 0 0;
	letter-spacing: .1em;
}

.results_info_wrap h3 span {
	background: linear-gradient(transparent calc(100% - 10px), #FFFFA0 calc(100% - 10px));
}

.results_info {
	margin-top: 60px;
}

.results_info_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 48px;
}

.results_info_content .num {
	width: 70px;
	height: 70px;
	font-size: 38px;
	background: #DD5F62;
	color: #fff;
	line-height: 70px;
	text-align: center;
	margin: 0;
	position: relative;
	font-family: 'Outfit', sans-serif;
}

.results_info_content .num:after {
	background: url(/wp-content/themes/blankslate/images/limeolp/nayami.svg);
	background-size: 100% 100%;
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: -30px;
	right: -25px;
}

.results_info_content h4 {
	width: 500px;
	font-size: 22px;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0 24px;
}

.results_info_content .desc {
	width: calc(100% - 570px);
	margin: 0;
	padding: 0 24px;
	line-height: 2;
	letter-spacing: 0.1em;
}

.results_info_solution {
	border-radius: 20px;
	background: #f4eeee;
	padding: 60px;
}

.results_info_solution h3 {
	font-size: 34px;
	text-align: center;
	margin: 0;
}

.results_info_solution_content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.results_info_solution_content .strength {
	font-weight: 500;
	font-size: 22px;
	margin: 0;
}

.results_info_solution_content .strength1 {
	width: fit-content;
}

.results_info_solution_content .strength2 {
	width: 1em;
}

.results_info_solution_content .strength3 {
	width: fit-content;
}

.results_info_solution_content h3 {
	margin-top: 60px;
	width: 100%;
	position: relative;
	padding-top: 30px;
	color: #e82825;
}

.results_info_solution_content h3:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	content: "=";
	margin-right: 12px;
	display: inline-block;
	font-size: 50px;
	color: #e82825;
}

.merit {
	padding: 100px 30px;
	background: #fff6e7;
}

.merit_container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.merit_content {
	background: #fff;
	border-radius: 20px;
	padding: 40px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.merit_content_left {
	width: 20%;
}

.merit_content_left figure {
	margin: 0;
}

.merit_content_right {
	width: 80%;
	padding-left: 20px;
}

.merit_content_right h3 {
	font-size: 28px;
	letter-spacing: .1em;
	margin: 0 0 18px 0;
}

.merit_content_right p {
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
	letter-spacing: 0.05em;
}

.merit_content_right p span {
	font-weight: 500;
	color: #e82825;
}

.compare {
	padding: 100px 0;
}

.compare_container {
	max-width: 1000px;
	margin: 0 auto;
}

.compare_container>p {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2;
	letter-spacing: .1em;
	font-weight: 500;
}

.compare_table_wrapper {
	max-width: 1000px;
	overflow-x: auto;
	margin: 60px auto 0 auto;
}

.compare_table {
	border-collapse: collapse;
	width: 100%;
}

.compare_table th,
.compare_table td {
	border: 1px solid #000;
	padding: 12px 16px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.05em;
}

/* サービス分類列の幅（サービス分類とLI-MEO plusは同じ幅） */
.compare_table th.item_left,
.compare_table td.item_left {
	width: 26%;
}

/* LI-MEO plus列の幅（サービス分類とLI-MEO plusは同じ幅） */
.compare_table th.limeo-header,
.compare_table td.limeo-body {
	width: 26%;
}

/* A社、B社、C社列の幅（均等、残り40%を3等分） */
.compare_table th:not(.item_left):not(.limeo-header),
.compare_table td:not(.item_left):not(.limeo-body) {
	width: 16%;
}

.compare_table th {
	background-color: #F9F9F9;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

.compare_table td:first-of-type {
	font-weight: 600;
	font-size: 16px;
}

.compare_table thead th {
	font-weight: 600;
	background-color: #f77f29;
	color: #fff;
	font-size: 16px;
	padding: 12px 0;
}

.compare_table td span {
	color: #464646;
	font-size: 0.9em;
	font-weight: 400;
}

/* LI-MEO plus見出しの枠線 */
.compare_table .limeo-header {
	border-top: 4px solid #007BFF;
	border-left: 4px solid #007BFF;
	border-right: 4px solid #007BFF;
}

.compare_table .limeo-body {
	background-color: #F8FCFF;
	border-left: 4px solid #007BFF;
	border-right: 4px solid #007BFF;
	font-weight: 500;
}

/* 最後の行のlimeo-bodyに下枠線 */
.compare_table tbody tr:last-of-type .limeo-body {
	border-bottom: 4px solid #007BFF;
}

/* アイコンのスタイル */
.icon-check img,
.icon-cross img {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

/* 比較表のSVG記号のサイズ設定 */
.compare_table img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto 12px auto;
}

/* cross.svgのみ30pxに設定 */
.compare_table img[src*="cross.svg"] {
	width: 30px;
	height: 30px;
}

/* ロゴ画像はpx指定しない */
.compare_table img[src*="limeoplus_txt.svg"] {
	width: auto;
	height: auto;
	max-width: 100%;
}

/* 比較表のセル内のテキストを中央揃え */
.compare_table td {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}


.faq {
	padding: 100px 30px;
	background: #fff6e7;
}

.faq_container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.faq_item {
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
}

.faq_question {
	background-color: #fff;
	padding: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: background-color 0.3s ease;
}

.faq_question:hover {
	background-color: #e9ecef;
}

.faq_q {
	font-family: 'Outfit', sans-serif;
	font-weight: bold;
	color: #e82825;
	font-size: 32px;
	margin-right: 24px;
	min-width: 24px;
}

.faq_text {
	flex: 1;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.faq_arrow {
	font-size: 16px;
	transition: transform 0.3s ease;
}

.faq_question.active .faq_arrow {
	transform: rotate(180deg);
}

.faq_answer {
	padding: 20px;
	background-color: #fff;
	display: none;
	align-items: flex-start;
}

.faq_answer.active {
	display: flex;
}

.faq_a {
	font-family: 'Outfit', sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 32px;
	margin-right: 24px;
	min-width: 24px;
}

.faq_answer .faq_text {
	line-height: 2;
	letter-spacing: 0.05em;
	flex: 1;
	font-weight: 400;
}

.icon-triangle img {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.contact {
	padding: 100px 0;
	background: #fff;
}

.contact_container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}

.contact_head {
	text-align: center;
	margin-bottom: 40px;
}

.contact_title {
	font-size: 32px;
	font-weight: bold;
	color: #333;
	margin-bottom: 16px;
}

.contact_subtitle {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}

.contact_container>p {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2;
	letter-spacing: .1em;
	font-weight: 500;
	text-align: center;
}

.contact_container .wpcf7 {
	background: #fff;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	margin: 60px 0;
}

.sidebar-contact__form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.sidebar-contact__form-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sidebar-contact__form-group label {
	font-size: 14px;
	font-weight: 500;
}

.sidebar-contact__form-group input[type=text],
.sidebar-contact__form-group input[type=email],
.sidebar-contact__form-group input[type=tel],
.sidebar-contact__form-group textarea {
	width: 100%;
	padding: 12px 10px;
	font-size: 15px;
	letter-spacing: 0.05em;
	border-radius: 0;
	border: none;
	background: #fbfbfb;
	box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.5), 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sidebar-contact__form-group .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sidebar-contact__form-group .wpcf7-list-item {
	margin: 0;
}

.form-group-highlight {
	border: 2px dashed #005A9C;
	padding: 8px;
	border-radius: 10px;
}

.sidebar-contact__form-group .wpcf7-list-item-label {
	font-size: 14px;
	font-weight: 500;
}

.sidebar-contact__form-group.required label:after {
	content: "*";
	color: #e82825;
	margin-left: 10px;
}

.limeo_submit {
	width: 60%;
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.limeo_submit input[type="submit"] {
	display: block;
	background: linear-gradient(135deg, #e82825 0%, #ff4757 50%, #ff6b35 100%);
	color: white;
	border: none;
	padding: 16px 0;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(232, 40, 37, 0.3);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
	overflow: hidden;
	line-height: 1.2;
	width: 100%;
}

.limeo_submit input[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(232, 40, 37, 0.4);
	background: linear-gradient(135deg, #d41e1b 0%, #e73c3c 50%, #e55a2b 100%);
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 500;
}

/* モーダルスタイル */
.modal-wrapper {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 0.3s, opacity 0.3s ease;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.modal-wrapper.is-visible {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.3s ease;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
	cursor: pointer;
}

.modal-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	max-width: 500px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
}

.modal-close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #666;
	z-index: 1001;
}

.modal-close-btn:hover {
	color: #333;
}

.modal-content {
	padding: 30px;
}

.sidebar-contact__header {
	text-align: center;
	margin-bottom: 20px;
}

.sidebar-contact__title {
	color: #e82825;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

.sidebar-contact__subtitle {
	color: #666;
	font-size: 14px;
}

.modal-header-image {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.limeo-footer {
	background: #fc8426;
	padding: 18px 0;
}

.limeo-footer p {
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.sticky_cta {
	display: none;
	/* PC版では非表示 */
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
	body {
		margin-top: 60px;
	}

	header .header-content {
		padding: 0 5%;
		height: 60px;
	}

	.header_logo {
		width: 45%;
	}

	.sp_header_cta {
		font-size: 14px;
		padding: 8px 16px;
	}

	.hero {
		padding: 10% 0;
		background-position: center top;
		background-size: cover;
	}

	.hero_info {
		margin-top: 36px;
	}

	.hero_content {
		width: 100%;
		padding: 0 5%;
	}

	.hero_aword {
		width: 70%;
		margin: 0 auto;
	}

	.hero_info h2 {
		font-size: 26px;
	}

	.hero_info h3 {
		font-size: 20px;
		line-height: 2.6;
	}

	.hero_info h3 span {
		padding: 4px 8px;
	}

	.hero_info p {
		font-size: 16px;
		line-height: 1.8;
	}

	.hero_form {
		position: relative;
		width: 80%;
		top: auto;
		right: auto;
		transform: translateY(0);
		margin: 5% auto 0;
	}

	.hero_cta {
		width: 100%;
		margin: 15% 0 0 0;
	}

	.hero_cta_button {
		padding: 11px 18px 11px;
		font-size: 18px;
	}

	.hero_cta_cost {
		font-size: 16px;
	}

	.hero_cta_btn_txt span {
		font-size: 24px;
	}

	.sec_head .sec_ttl_heading:before {
		font-size: 52px;
	}

	.about {
		padding: 10% 0;
	}

	.about_container {
		padding: 10% 5%;
		width: 90%;
		margin: 0 auto 36px;
		border-radius: 0;
	}

	.about_text h2 {
		font-size: 22px;
		justify-content: center;
	}

	.about_text h2 img {
		height: 48px
	}

	.about_content {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 50px;
		background-position: right top 10%;
		background-size: 50% auto;
	}

	.about_subtitle {
		font-size: 16px;
		line-height: 1.8;
		-webkit-text-stroke: 4px #fff;
	}

	.about_description {
		font-size: 14px;
		-webkit-text-stroke: 3px #fff;
		margin-bottom: 36px;
	}

	.about_features_title {
		font-size: 18px;
		padding: 5px 2em;
	}

	.about_features_list li {
		font-size: 16px;
		padding-left: 36px;
	}

	.about_features_list li:before {
		width: 25px;
		height: 25px;
		font-size: 14px;
	}

	.about_customization_title {
		font-size: 16px;
		margin: 36px auto 18px;
	}

	.about_examples {
		gap: 20px;
		margin-bottom: 30px;
		flex-wrap: wrap;
		margin: 70px 0 24px;
	}

	.about_example {
		max-width: 100%;
		width: 46%;
		padding-bottom: 22px;
	}

	.about_example:nth-child(1) {
		width: 100%;
		margin: auto;
		margin: 0 27%;
	}

	.about_example_icon {
		top: -40px;
	}

	.about_example_text {
		font-size: 13px;
	}

	.about_conclusion p {
		font-size: 14px;
	}

	.about_container .cta {
		max-width: 100%;
		margin-top: 60px;
	}

	.about_container .cta .cta_right>h3 {
		margin-left: 32%;
	}

	.about_container .cta ul li {
		text-align: left;
	}

	.problem {
		padding: 15% 5% 0;
	}

	.sec_head .sec_ttl_heading {
		font-size: 22px;
		margin-bottom: 10%;
	}

	.sec_head {
		margin: 0 0 30px;
	}

	.sec_ttl {
		font-size: 24px;
	}

	.problem_container_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.problem_container_list li {
		padding: 12px 12px;
	}

	.problem_container_list li figure img {
		width: 50%;
	}

	.problem_container_list li p {
		font-size: 14px;
		margin: 12px 0 0 0;
		line-height: 1.6;
	}

	.section_divider {
		padding: 20px 0;
	}

	.triangle_container {
		transform: translateX(-75px);
	}

	.triangle_down {
		width: 150px;
		height: 50px;
	}

	.solution {
		padding: 15% 5% 7.5%;
	}

	.solution_content {
		flex-direction: column;
		margin-bottom: 32px;
	}

	.solution_content_img {
		width: 60%;
	}

	.solution_content_info {
		width: 100%;
	}

	.solution_content_info .point {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.solution_content_info h2 {
		font-size: 20px;
		padding: 6px 8px;
	}

	.solution_content_info p {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}

	.solution_content:nth-child(even) {
		flex-direction: column;
	}

	.case {
		padding: 15% 5% 10%;
	}

	.case_container {
		flex-direction: column;
		gap: 30px;
	}

	.case_content {
		width: 100%;
		padding: 24px 16px 16px;
	}

	.case_content img {
		width: 60%;
	}

	.case_content h3 {
		font-size: 18px;
		margin: 12px 0;
	}

	.case_content .case_comment {
		font-size: 18px;
	}

	.results {
		padding: 15% 5% 10%;
	}

	.results .sec_head>h3 {
		font-size: 20px;
	}

	.results_container>p {
		font-size: 16px;
		line-height: 1.8;
	}

	.results_container>figure {
		margin: 30px auto;
	}

	.results_info_wrap h3 {
		margin: 60px 0 0;
		font-size: 24px;
	}

	.results_info {
		margin-top: 30px;
	}

	.results_info_content {
		flex-wrap: wrap;
		justify-content: center;
	}

	.results_info_content .num {
		width: 35px;
		height: 35px;
		font-size: 22px;
		line-height: 35px;
		margin-right: 20px;
	}

	.results_info_content .num:after {
		width: 25px;
		height: 25px;
		top: -20px;
		right: -15px;
	}

	.results_info_content h4 {
		width: calc(100% - 55px);
		padding: 0;
		font-size: 18px;
	}

	.results_info_content .desc {
		width: 100%;
		padding: 12px 0 0 0;
		font-size: 14px;
		line-height: 1.8;
	}

	.results_info_solution {
		padding: 24px 16px 16px;
	}

	.results_info_solution_content {
		flex-direction: column;
		gap: 20px;
	}

	.results_info_solution_content .strength {
		font-size: 18px;
		text-align: center;
	}

	.results_info_solution_content .strength1,
	.results_info_solution_content .strength3 {
		width: 100%;
	}

	.results_info_solution_content .strength2 {
		width: 1.5em;
	}

	.results_info_solution_content h3 {
		margin-top: 30px;
		font-size: 22px;
	}

	/* CTA レスポンシブ対応 */
	.cta {
		background: url('/wp-content/themes/blankslate/images/limeolp/cta_bg_sp-min.png') no-repeat center center;
		background-size: cover;
		margin: 40px auto;
		padding: 42px 12px 22px;
		max-width: 90%;
	}

	.cta_banner {
		width: 90%;
		top: -30px;
		padding: 6px 0;
	}

	.cta_banner span {
		font-size: 16px;
	}

	.cta_visual {
		width: 22%;
		position: absolute;
		top: 20%;
		left: 5%;
	}

	.cta_right {
		width: 100%;
		margin-left: 0;
	}

	.cta_right>h3 {
		font-size: 18px;
		margin-left: 34%;
	}

	.cta_right>h3 span {
		font-size: 28px;
	}

	.cta_right ul {
		flex-direction: column;
		gap: 12px;
		margin: 28px 24px 0;
	}

	.cta_right ul li {
		font-size: 16px;
	}

	.cta_button_wrap {
		margin: 24px 0 0;
	}

	/* CTA3 レスポンシブ対応 */
	.cta3 {
		background: url('/wp-content/themes/blankslate/images/limeolp/cta_bg_sp-min.png') no-repeat center center;
		background-size: cover;
		margin: 40px auto;
		padding: 50px 0 20px;
		max-width: 90%;
	}

	.cta3_banner {
		width: 90%;
		top: -20px;
		padding: 6px 0;
	}

	.cta3_banner span {
		font-size: 16px;
	}

	.cta3_content {
		padding: 0 15px;
	}

	.cta3_badge {
		width: 70px;
		height: 70px;
		top: -85px;
		left: -20px;
	}

	.cta3_content h2 {
		padding-left: 0;
		text-align: center;
		margin-bottom: 20px;
		font-size: 24px;
	}

	.cta3_content h2 span {
		font-size: 28px;
	}

	.cta3_services {
		flex-direction: column;
		gap: 15px;
		margin-bottom: 15px;
	}

	.service_item {
		padding: 8px 8px 15px 8px;
	}

	.service_header {
		font-size: 13px;
		padding: 3px 0;
	}

	.service_desc {
		font-size: 11px;
		margin-bottom: 6px;
	}

	.price_section {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 8px;
	}

	.original_price {
		font-size: 14px;
		text-decoration: line-through;
	}

	.arrow {
		font-size: 18px;
		transform: rotate(0deg);
		margin: 0;
	}

	.free_price {
		font-size: 24px;
	}

	.cta3_button_wrap {
		max-width: 300px;
	}

	.service_header {
		font-size: 13px;
		padding: 3px 0;
	}

	.service_desc {
		font-size: 11px;
		margin-bottom: 6px;
	}

	.price_section {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 8px;
	}

	.original_price {
		font-size: 14px;
		text-decoration: line-through;
	}

	.arrow {
		font-size: 18px;
		transform: rotate(0deg);
		margin: 0;
	}

	.free_price {
		font-size: 24px;
	}

	.cta3_button_wrap {
		max-width: 300px;
	}

	.merit {
		padding: 15% 5% 10%;
	}

	.merit_container {
		flex-direction: column;
		gap: 30px;
	}

	.merit_content {
		width: 100%;
		padding: 24px 16px;
		flex-direction: column;
		gap: 32px;
	}

	.merit_content_left {
		width: 60%;
	}

	.merit_content_right {
		width: 100%;
	}

	.merit_content_right h3 {
		font-size: 18px;
		margin: 0 0 12px 0;
	}

	.merit_content_right p {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: .05em;
	}

	.compare {
		padding: 15% 5% 10%;
	}

	.compare_container {
		flex-direction: column;
		gap: 30px;
	}

	.compare_content {
		width: 100%;
		padding: 24px 16px;
		flex-direction: column;
		gap: 32px;
	}

	.compare .sec_ttl {
		font-size: 20px;
	}

	.compare_container>p {
		font-size: 16px;
	}

	.compare_table_wrapper {
		margin: 36px auto 0;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.compare_table {
		min-width: 500px;
		width: auto;
	}

	.compare_table th,
	.compare_table td {
		padding: 6px 8px;
	}

	.compare_table thead th {
		font-size: 14px;
	}

	.compare_table td:first-of-type {
		font-size: 12px;
	}

	.compare_table td {
		font-size: 12px;
	}

	.faq {
		padding: 15% 5% 10%;
	}

	.faq_container {
		flex-direction: column;
		gap: 18px;
	}

	.faq_content {
		width: 100%;
		padding: 24px 16px;
		flex-direction: column;
		gap: 32px;
	}

	.faq_question {
		padding: 12px;
	}

	.faq_text {
		font-size: 14px;
	}

	.faq_q {
		margin-right: 12px;
	}

	.faq_arrow {
		margin-left: 12px;
	}

	.contact {
		padding: 15% 5% 10%;
	}

	.contact_container {
		flex-direction: column;
		gap: 30px;
		padding: 0;
	}

	.contact_content {
		width: 100%;
		flex-direction: column;
		gap: 32px;
	}

	.contact_container .wpcf7 {
		margin: 32px 0 0;
		padding: 24px;
	}

	.sticky_cta {
		display: block;
		/* モバイル版では表示 */
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 888;
		background: linear-gradient(135deg, #e82825 0%, #ff4757 50%, #ff6b35 100%);
		visibility: hidden;
		opacity: 0;
		transform: translateY(100%);
		transition: all 0.3s ease-in-out;
		padding: 16px 8px 8px 8px;
	}

	.sticky_cta.is-visible {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		/* 画面下からスライドイン */
	}

	.sticky_cta_top {
		width: 90%;
		position: absolute;
		top: -1em;
		left: 50%;
		transform: translateX(-50%);
		background: #fff;
		border-radius: 20px;
		color: #243B55;
		font-weight: 500;
		text-align: center;
		background: #fff;
		font-size: 14px;
		letter-spacing: 0.05em;
		padding: 2px 0;
	}

	.sticky_cta_top:before {
		position: absolute;
		display: block;
		content: '';
		bottom: -14px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 16px;
		height: 16px;
		background-color: #fff;
		clip-path: polygon(0 0, 100% 0, 50% 50%);
	}

	.sticky_cta_container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.sticky_cta_left {
		width: 15%;
	}

	.sticky_cta_right {
		width: 80%;
	}

	.sticky_cta_right p {
		padding: 4px 0;
		margin: 0;
		background: linear-gradient(135deg, #ffd900 0%, rgba(255, 229, 62, 1) 25%, rgba(255, 242, 139, 1) 64%, rgba(255, 241, 87, 1) 78%, rgba(232, 196, 37, 1) 100%);
		color: #333;
		font-weight: 600;
		font-size: 18px;
		text-align: center;
		letter-spacing: 0.05em;
		text-shadow: 2px 2px 8px rgba(78, 67, 48, 0.3);
		border-radius: 50px;
		border: 5px solid #fff;
		position: relative;
		z-index: 0;
	}

	.sticky_cta_right p:before {
		content: "";
		width: 14px;
		height: 14px;
		background: #fff;
		border-radius: 100px;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		z-index: 1;
	}


	.sticky_cta.is-visible {
		visibility: visible;
		opacity: 1;
		/* transform: translateY(0); */
	}
}