@charset "utf-8";
/**
 * 求人・採用サイト制作固有スタイル（saiyo.css）
 *
 * 概要: 求人・採用サイト制作ページ固有のスタイル
 * 仕様: .service-saiyo スコープでCSS変数を定義
 *       共通スタイルは foundation.css / layout.css / components/*.css を参照
 *       ページ固有のセクションスタイルもここで定義
 *       白ベース + #0078D9 青系配色
 * 制限: 共通コンポーネント（faq, form, voice）の基本スタイルは含まない
 */


/* === CSS変数（bodyクラススコープ） ===
-----------------------------------------------------------*/
.service-saiyo {
	--saiyo-primary: #0078D9;
	--saiyo-primary-rgb: 0, 120, 217;
	--saiyo-dark: #005BA6;
	--saiyo-dark-rgb: 0, 91, 166;
	--saiyo-light: #E8F4FD;
	--saiyo-light-rgb: 232, 244, 253;
	--saiyo-gradients: linear-gradient(135deg, #0078D9 0%, #2196F3 50%, #005BA6 100%);

	/* グラデーション背景（bluegradientsbg） */
	--bluegradientsbg-left: linear-gradient(to left, rgba(var(--saiyo-light-rgb), .8), rgba(var(--saiyo-light-rgb), 0));
	--bluegradientsbg-right: linear-gradient(to right, rgba(var(--saiyo-light-rgb), .8), rgba(var(--saiyo-light-rgb), 0));

	/* FAQ テーマ上書き（ブルー系） */
	--faq-bg-gradient-color: var(--saiyo-primary);
	--faq-border-color: var(--saiyo-primary);
	--faq-label-bg: var(--saiyo-primary);
	--faq-label-color: #fff;
	--faq-scrollbar-color: var(--saiyo-primary);
	--faq-hover-shadow-color: rgba(0, 120, 217, 0.3);
	--faq-arrow-color: var(--saiyo-primary);

	/* お客様の声テーマ上書き（白ベース） */
	--voice-card-bg: #fff;
	--voice-body-bg: #fff;
	--voice-title-color: var(--text-color);
	--voice-company-color: rgba(var(--text-color-rgb), .8);
}


/* === saiyo 共通 ===
-----------------------------------------------------------*/
#content { background-color: #fff; }
.saiyo-sec h2 { line-height: 1.4; margin-bottom: 40px; }
.saiyo-sec { margin: 48px 0; padding: 80px 0; }

.blue-grad-text {
	color: var(--saiyo-primary); display: inline-block; -webkit-text-fill-color: transparent;
	background: var(--saiyo-gradients); -webkit-background-clip: text;
}
.blue-mark {
	font-weight: 900; position: relative; padding: 0 .2em .1em;
	background: linear-gradient(transparent 60%, rgba(var(--saiyo-primary-rgb), .2) 60%);
}
@media (max-width: 767px) {
	.saiyo-sec { margin: 24px 0; padding: 48px 0; }
	.saiyo-sec h2 { margin-bottom: 24px; }
}


/* === saiyo-top-sec（FV） ===
-----------------------------------------------------------*/
.saiyo-top-sec {
	background-color: #fff;
	padding: 24px 0 56px; margin: 0;
	overflow: hidden;
}
.saiyo-fv { position: relative; align-items: center; gap: 0; }
.saiyo-fv-text { width: 54%; position: relative; z-index: 2; }
.saiyo-fv-visual {
	position: absolute; z-index: 1;
	width: 62%; right: -4%; bottom: -40px;
	margin: 0; text-align: center;
}

.saiyo-fv-label {
	color: var(--saiyo-primary); font-weight: 900; font-size: 95%;
	letter-spacing: .5px; margin-bottom: 16px;
}
.saiyo-fv-label-brand { margin-left: .4em; }

.saiyo-fv-heading { margin: 0 0 24px; line-height: 0; }
.saiyo-fv-heading img { width: 100%; max-width: 520px; height: auto; }
.saiyo-fv-heading-fallback {
	display: block; font-size: 220%; font-weight: 900; line-height: 1.4;
	color: var(--text-color);
}
.saiyo-fv-heading-mark {
	position: relative; color: var(--saiyo-primary);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 8'%3E%3Cpath d='M0 4 Q3 0 6 4 T12 4 T18 4 T24 4' fill='none' stroke='%232278D0' stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: repeat-x; background-position: left bottom 2px; background-size: 24px 8px;
	padding-bottom: 8px;
}

.saiyo-fv-lead { font-size: 105%; line-height: 1.9; color: var(--text-color); margin-bottom: 32px; }
.saiyo-fv-marker {
	font-weight: 900;
	background: linear-gradient(transparent 65%, rgba(255, 224, 0, .5) 65%);
}

.saiyo-fv-feature-list { gap: 0; margin-bottom: 40px; }
.saiyo-fv-feature-item {
	display: flex; align-items: center; gap: 10px;
	width: calc((100% - 24px) / 3); margin-right: 12px;
	background-color: var(--saiyo-light); border-radius: 16px;
	padding: 12px;
}
.saiyo-fv-feature-item:last-child { margin-right: 0; }
.saiyo-fv-feature-icon { width: 32px; height: 32px; flex-shrink: 0; }
.saiyo-fv-feature-icon--placeholder {
	display: inline-block; background-color: rgba(var(--saiyo-primary-rgb), .15);
	border-radius: 8px;
}
.saiyo-fv-feature-text { font-size: 78%; font-weight: 700; line-height: 1.5; color: var(--saiyo-dark); margin: 0; }

.saiyo-fv-button-wrap { display: flex; }
.saiyo-fv-button-link {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 20px 44px; background-color: var(--saiyo-primary); color: #fff;
	font-weight: 900; font-size: 105%; border-radius: 999px; text-decoration: none;
	box-shadow: 0 4px 16px rgba(var(--saiyo-primary-rgb), .4);
	transition: transform .2s, box-shadow .2s;
}
.saiyo-fv-button-link:hover {
	transform: translateY(-2px); box-shadow: 0 6px 20px rgba(var(--saiyo-primary-rgb), .5);
}
.saiyo-fv-button-icon { display: inline-flex; color: #fff; flex-shrink: 0; }

.saiyo-fv-visual picture, .saiyo-fv-visual img { width: 100%; height: auto; display: block; }
.saiyo-fv-visual-placeholder {
	aspect-ratio: 1 / 1; width: 100%; border-radius: 24px;
	background-color: var(--saiyo-light); display: flex; align-items: center; justify-content: center;
	color: rgba(var(--saiyo-primary-rgb), .6); font-weight: 900; text-align: center; padding: 24px;
}

@media (max-width: 767px) {
	.saiyo-top-sec { padding: 16px 0 160px; }
	.saiyo-fv { flex-direction: column; position: relative; }
	.saiyo-fv-text { width: 100%; margin-left: 0; position: relative; z-index: 2; }
	.saiyo-fv-visual {
		position: absolute; z-index: 1; pointer-events: none;
		width: 88%; max-width: 420px; right: -10%; bottom: -160px;
		margin: 0;
	}
	.saiyo-fv-heading img { max-width: 100%; }
	.saiyo-fv-lead .nowrap { white-space: normal; display: inline; }
	.saiyo-fv-feature-list { gap: 8px; }
	.saiyo-fv-feature-item { width: calc(50% - 4px); margin-right: 0; margin-bottom: 8px; }
	.saiyo-fv-button-wrap { justify-content: flex-start; }
	.saiyo-fv-button-link { width: auto; }
}
@media (max-width: 599px) {
	.saiyo-fv-lead { margin-bottom: 16px; }
	.saiyo-fv-feature-list { margin-bottom: 16px; }
	.saiyo-top-sec { padding: 16px 0 240px; }
	.saiyo-fv-visual { bottom: -240px; }
}
@media (max-width: 480px) {
	.saiyo-fv-heading-fallback { font-size: 160%; }
	.saiyo-fv-lead { font-size: 95%; }
	.saiyo-fv-visual { max-width: 360px; }
}


/* === worries-sec（troubleテンプレートパーツ用） ===
-----------------------------------------------------------*/
.worries-sec { padding: 0; margin: 0; }
.worries-sec-inner { background-color: var(--saiyo-light); padding-top: 56px; }
.worries-sec-inner h2 { color: var(--saiyo-dark); }
.worries-list { padding: 0px 0px 24px; }
.worries-list-item {
	padding: 24px; border-radius: 24px; font-weight: 900; text-align: center;
	position: relative; background-color: #fff; color: var(--text-color);
	box-shadow: 0 4px 16px rgba(0, 120, 217, 0.1); border: 2px solid rgba(var(--saiyo-primary-rgb), .2); margin-bottom: 4%;
}
.worries-list-item:nth-child(2n) { animation-delay: .8s; }
.worries-list .worries-list-item:nth-child(3n-1) { margin: 0 4% 4%; }
.worries-iteminner:before {
	content: ''; position: absolute; bottom: -20px; left: 50%; transform: translatex(-50%);
	border-width: 20px 14px 0; border-style: solid; border-color: rgba(var(--saiyo-primary-rgb), .2) transparent transparent;
}
.worries-iteminner:after {
	content: ''; position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%);
	border-width: 12px 10px 0; border-style: solid;
	border-color: #fff transparent transparent;
}
.guruguru {
	width: 64px; height: auto; position: absolute;
	right: 0px; bottom: 0px; filter: revert; opacity: .15;
}
.triangle-bottom {
	width: 100%; overflow: hidden; line-height: 0;
	background-color: #fff;
}
.triangle-bottom svg {
	position: relative; display: block;
	width: calc(100% + 1.3px); height: 64px;
}
.triangle-bottom .shape-fill { fill: var(--saiyo-light); }

@media (max-width: 991px) {
	.worries-list .worries-list-item { width: 48%; }
	.worries-list .worries-list-item:nth-child(2n-1) { margin: 0 2% 4% 0; }
	.worries-list .worries-list-item:nth-child(2n) { margin: 0 0 4% 2%; }
	.worries-list .worries-list-item:nth-child(9) { margin: auto; }
}
@media (max-width: 599px) {
	.worries-list .worries-list-item { width: 90%; }
	.worries-list .worries-list-item:nth-child(2n-1) { margin: 0 8% 8% 2%; }
	.worries-list .worries-list-item:nth-child(2n) { margin: 0 2% 8% 8%; }
}


/* === solution-sec ===
-----------------------------------------------------------*/
.solution-sec {
	padding: 24px 0 64px; margin: 0;
	background-color: #fff;
	position: relative; overflow: hidden;
}
.solution-sec:before {
	content: 'LIVALEST'; color: rgba(var(--saiyo-primary-rgb), .05); font-size: 1600%;
	position: absolute; letter-spacing: -2px; top: 0; left: 50%;
	transform: translateX(-50%); font-family: 'Impact', sans-serif !important; line-height: 1;
}
.solution-sec .inner { position: relative; }
.solution-sec .sub-lead {
	font-size: 110%; display: inline-block; background-color: var(--saiyo-primary);
	padding: 4px 16px; margin-bottom: 8px; color: #fff;
}
.solution-sec .solution-heading { line-height: 1.36; margin-top: 4px; }
.solution-sec .strong-heading { margin: 64px 0 96px; }
.strong-heading span {
	display: inline-block; background-color: var(--saiyo-primary);
	width: 64px; height: 64px; color: #fff; font-weight: 900;
	padding-top: 12px; font-size: 160%; margin: 0 2px;
	line-height: 1; letter-spacing: 0; border-radius: 50%;
}

.strong-point { align-items: center; }
.strong-point:not(:first-child) { margin-top: 96px; }
.strong-image { width: 40%; position: relative; z-index: 3; }
.strong-number { position: absolute; font-size: 160px; line-height: 0; top: 0px; }
.strong-image img {
	height: auto; filter: none;
	position: relative; z-index: 2;
}
.strong-point .text-area { width: 56%; position: relative; z-index: 2; }
.strong-point .text-area:before,
.strong-point .text-area:after {
	content: ""; position: absolute; pointer-events: none; z-index: -1;
}
.strong-point1 .text-area, .strong-point3 .text-area,
.strong-point5 .text-area { margin-left: 4%; }
.strong-point2 .text-area, .strong-point4 .text-area { margin-right: 4%; }

/* --- 装飾（ポップ柄・5点それぞれ異なる） --- */
/* Point 1: 青ストライプ＋黄四角 */
.strong-point1 .text-area:before {
	right: -6%; top: -48px; width: 180px; height: 64px;
	background: repeating-linear-gradient(-45deg,
		rgba(var(--saiyo-primary-rgb), .4) 0, rgba(var(--saiyo-primary-rgb), .4) 6px,
		transparent 6px, transparent 14px);
	transform: rotate(-4deg);
}
.strong-point1 .text-area:after {
	right: -4%; bottom: -32px; width: 72px; height: 72px;
	background-color: rgba(var(--yellow-color-second-rgb), .5); transform: rotate(8deg);
}

/* Point 2: 黄円＋青枠四角 */
.strong-point2 .text-area:before {
	left: -6%; top: -48px; width: 104px; height: 104px;
	background-color: rgba(var(--yellow-color-second-rgb), .5); border-radius: 50%;
}
.strong-point2 .text-area:after {
	left: -4%; bottom: -32px; width: 72px; height: 72px;
	border: 4px solid rgba(var(--saiyo-primary-rgb), .4); transform: rotate(-6deg);
}

/* Point 3: 青枠円＋黄ストライプ */
.strong-point3 .text-area:before {
	right: -6%; top: -48px; width: 112px; height: 112px;
	border: 4px solid rgba(var(--saiyo-primary-rgb), .4); border-radius: 50%;
}
.strong-point3 .text-area:after {
	right: -4%; bottom: -32px; width: 140px; height: 48px;
	background: repeating-linear-gradient(45deg,
		rgba(var(--yellow-color-second-rgb), .5) 0, rgba(var(--yellow-color-second-rgb), .5) 5px,
		transparent 5px, transparent 12px);
	transform: rotate(6deg);
}

/* Point 4: 黄枠四角＋青円 */
.strong-point4 .text-area:before {
	left: -6%; top: -48px; width: 104px; height: 104px;
	border: 4px solid rgba(var(--yellow-color-second-rgb), .5); transform: rotate(10deg);
}
.strong-point4 .text-area:after {
	left: -4%; bottom: -32px; width: 88px; height: 88px;
	background-color: rgba(var(--saiyo-primary-rgb), .4); border-radius: 50%;
}

/* Point 5: 青四角＋黄枠円 */
.strong-point5 .text-area:before {
	right: -6%; top: -48px; width: 104px; height: 104px;
	background-color: rgba(var(--saiyo-primary-rgb), .4); transform: rotate(-8deg);
}
.strong-point5 .text-area:after {
	right: -4%; bottom: -32px; width: 96px; height: 96px;
	border: 4px solid rgba(var(--yellow-color-second-rgb), .5); border-radius: 50%;
}
.strong-point2, .strong-point4 { flex-direction: row-reverse; }
.strong-point1 .strong-number, .strong-point3 .strong-number,
.strong-point5 .strong-number { left: -4%; color: rgba(var(--saiyo-primary-rgb), .15); }
.strong-point2 .strong-number, .strong-point4 .strong-number { right: -4%; color: rgba(var(--saiyo-primary-rgb), .15); }
.text-area h3 {
	margin-bottom: 24px; font-weight: 900; color: var(--saiyo-dark);
	line-height: 1.4;
}
.text-area p { color: var(--text-color); }

@media (max-width: 960px) {
	.strong-point:not(:first-child) { margin-top: 120px; }
	.strong-area { margin: auto; width: 80%; }
	.strong-area .left-inner-margin { margin-left: 2%; }
	.strong-area .right-inner-margin { margin-right: 2%; }
	.strong-image { width: 100%; }
	.strong-area .strong-point .text-area { width: 100%; margin: 12px 0 0; }
}
@media (max-width: 767px) {
	.solution-sec:before { font-size: 1200%; }
	.solution-sec .solution-heading .line2 { font-size: 120% !important; }
	.strong-area { width: 100%; }
	.text-area h3 { margin-bottom: 12px; }
}
@media (max-width: 599px) {
	.solution-sec .strong-heading { margin: 64px 0 48px; }
	.solution-sec:before { font-size: 800%; }
	.strong-heading { margin-top: 40px; }
	.strong-heading span { padding-top: 14px; font-size: 120%; width: 48px; height: 48px; }
}
@media (max-width: 420px) {
	.solution-sec .solution-heading .line2 { font-size: 100% !important; }
}


/* === appeal-area ===
-----------------------------------------------------------*/
.appeal-area { margin-top: 80px; }

/* === cost-block（コスト訴求ブロック） ===
-----------------------------------------------------------*/
.cost-block { align-items: center; gap: 4%; margin-top: 48px; }
.cost-block--reverse { flex-direction: row-reverse; }
.cost-image { width: 40%; flex-shrink: 0; }
.cost-image img { width: 100%; height: auto; border-radius: 4px; }
.cost-body { flex: 1; }
.cost-body h3 { margin-bottom: 16px; color: var(--saiyo-dark); line-height: 1.4; font-weight: 900; }
.cost-body p { color: var(--text-color); }

@media (max-width: 767px) {
	.cost-block, .cost-block--reverse { flex-direction: column; gap: 16px; margin-top: 0; }
	.cost-block--reverse { margin-top: 40px; }
	.cost-image { width: 100%; }
}

/* === funnel-figure（採用ファネル図） ===
-----------------------------------------------------------*/
.funnel-figure { margin: 40px 0; max-width: 960px; margin-inline: auto; }
.funnel-diagram { display: flex; gap: 48px; align-items: stretch; }
.funnel-col { flex: 0 0 44%; display: flex; flex-direction: column; }
.channel-col { flex: 1; display: flex; flex-direction: column; }
.funnel-heading {
	font-size: 120%; font-weight: 900; color: var(--saiyo-dark);
	text-align: center; margin-bottom: 4px;
	border: 2px solid var(--saiyo-dark); display: inline-block;
	padding: 4px 16px; margin-left: 50%; transform: translateX(-50%);
}
.funnel-sub {
	font-size: 80%; color: var(--text-color); text-align: center; margin-bottom: 16px;
}

.funnel-shape {
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	flex: 1; display: flex; flex-direction: column;
}
.funnel-stage {
	background-color: var(--saiyo-light); color: var(--saiyo-dark);
	text-align: center; font-weight: 900; font-size: 110%;
	flex: 1; display: flex; align-items: center; justify-content: center;
	position: relative;
}
.funnel-stage + .funnel-stage { border-top: 2px solid rgba(255,255,255,.4); }
.fs2 {
	background-color: var(--saiyo-primary); color: #fff;
}

.channel-list { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.ch-item {
	background-color: var(--saiyo-light); padding: 10px 16px; border-radius: 4px;
	flex: 1; display: flex; align-items: center;
}
.ch-item ul { list-style: disc; padding-left: 20px; margin: 0; }
.ch-item li { font-size: 90%; color: var(--text-color); line-height: 1.6; }
.ch-hl {
	background-color: var(--saiyo-primary);
}
.ch-hl li { color: #fff; font-weight: 900; }
.funnel-description { margin-top: 24px; font-size: 95%; max-width: 640px; margin-inline: auto; text-align: center; }

@media (max-width: 767px) {
	.funnel-figure { max-width: none; margin: 0 0 24px; }
	.funnel-diagram { flex-direction: column; gap: 24px; }
	.funnel-col { flex: none; width: 100%; }
	.funnel-shape { min-height: 360px; }
	.channel-col { width: 100%; }
	.funnel-description { text-align: left; }
}

/* === price-sec ===
-----------------------------------------------------------*/
.price-sec { margin: 0; padding: 0; background-color: #fff; }
.price-sec-inner {
	background-color: var(--saiyo-light);
	background: linear-gradient(to bottom, var(--saiyo-light) 0%, var(--saiyo-light) 50%, var(--saiyo-light) 100%);
	padding: 120px 0 80px;
	clip-path: polygon(0 64px, 100% 0%, 100% calc(100% - 0px), 0% 100%);
}
.price-example-wrap { justify-content: center; }
.price-example3 { margin-top: 4%; width: 48%; }
.price-exambox {
	position: relative; padding: 40px 40px 24px;
	background-image:
		repeating-linear-gradient(90deg, rgb(245, 245, 243) 0px, rgb(245, 245, 243) 1px, transparent 1px, transparent 96px),
		repeating-linear-gradient(0deg, rgb(245, 245, 243) 0px, rgb(245, 245, 243) 1px, transparent 1px, transparent 96px),
		repeating-linear-gradient(0deg, rgb(245, 245, 243) 0px, rgb(245, 245, 243) 1px, transparent 1px, transparent 12px),
		repeating-linear-gradient(90deg, rgb(245, 245, 243) 0px, rgb(245, 245, 243) 1px, transparent 1px, transparent 12px),
		linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
	border-radius: 4px;
}
.price-exambox:before {
	position: absolute; z-index: 2; left: 40px; bottom: 24px;
	font-size: 240%; text-transform: uppercase; line-height: 1;
	color: transparent; font-family: 'Impact', sans-serif;
	-webkit-text-stroke: 1px var(--saiyo-primary);
}
.price-exambox1:before { content: "Case1"; }
.price-exambox2:before { content: "Case2"; }
.price-exambox3:before { content: "Case3"; }
.price-exambox h3 {
	display: inline-block; line-height: 1.4;
	background-image: linear-gradient(to top, var(--saiyo-dark) 0%, var(--saiyo-primary) 100%);
	padding: 8px 12px; color: #fff; font-weight: 900; margin-bottom: 12px;
}
.price-exambox ul { margin-left: 12px; }
.price-exambox li { color: var(--saiyo-dark); font-weight: 900; }
.price-text { font-size: 140%; line-height: 1; font-weight: 900; margin-top: 16px; }
.price-text .num {
	font-size: 240%; color: transparent; font-family: 'Impact', sans-serif;
	-webkit-text-stroke: 1px var(--saiyo-dark);
}

.original-contents-area { margin-top: 64px; }
.contents-item {
	color: var(--saiyo-dark); background-color: #fff;
	border: 2px solid var(--saiyo-primary); margin-bottom: 2% !important;
	font-weight: 900; border-radius: 8px; padding: 16px 0px;
	filter: drop-shadow(4px 4px 0px rgba(var(--saiyo-primary-rgb), .3)); text-align: center;
}
.original-contents-text { margin-top: 24px; }

.spot-area h2 { margin-bottom: 24px; }
.spot-list { margin-top: 40px; color: var(--saiyo-dark); }
.spot-area { margin-top: 64px; }
.spot-item {
	padding: 12px 4px 12px 16px; font-size: 90%; margin-bottom: 8px !important;
	line-height: 1.2; text-align: left; vertical-align: middle;
	background-color: #fff; border-left: 4px solid var(--saiyo-primary);
}

@media (max-width: 991px) {
	.price-example-wrap { flex-direction: column; }
	.price-sec .price-example-wrap { margin: 0 8%; }
	.price-sec .price-example { width: 100%; }
	.price-sec .price-example-wrap .price-example1 { margin-right: inherit; margin: auto; }
	.price-sec .price-example-wrap .price-example2 { margin-left: inherit; margin: 4% auto 0; }
	.contents-list { justify-content: center; }
	.contents-list > li:nth-child(3n-1) { margin: inherit; }
	.contents-list .contents-item { width: 48%; margin-bottom: 4%; }
	.contents-list .contents-item:nth-child(2n-1) { margin-right: 2%; }
	.contents-list .contents-item:nth-child(2n) { margin-left: 2%; }
	.spot-list { justify-content: center; }
	.price-sec .spot-list .spot-item { width: 48%; margin: 0; margin-bottom: 4%; }
	.price-sec .spot-list .spot-item:nth-child(2n-1) { margin-right: 2%; }
	.price-sec .spot-list .spot-item:nth-child(2n) { margin-left: 2%; }
}
@media (max-width: 599px) {
	.price-sec-inner { padding: 96px 0 64px; }
	.price-sec-inner .inner2 { margin-inline: 0; }
	.price-sec .price-example-wrap { margin: 0; }
	.price-exambox { padding: 24px; }
	.spot-list { margin-top: 24px; }
}
@media (max-width: 480px) {
	.contents-item { font-size: 90%; }
	.spot-item { padding: 14px 4px 12px 12px; font-size: 75%; letter-spacing: 1px; }
}


/* === cta-sec（yorisoi風デザイン） ===
-----------------------------------------------------------*/
.cta-sec { margin: 0; padding: 0; }
.cta-sec__stripe {
	padding: 64px 0;
	background:
		repeating-linear-gradient(
			-45deg,
			rgba(255, 255, 255, .08),
			rgba(255, 255, 255, .08) 10px,
			transparent 10px,
			transparent 20px
		),
		linear-gradient(160deg, var(--saiyo-primary) 0%, #2196F3 60%, var(--saiyo-dark) 100%);
	position: relative;
}
.cta-sec__inner {
	background-color: #fff; border-radius: 24px;
	padding: 56px 40px; text-align: center;
	box-shadow: 0 8px 32px rgba(var(--saiyo-primary-rgb), .12);
	border: 8px solid var(--saiyo-light);
	position: relative;
}
.cta-sec__heading { margin-bottom: 32px; }
.cta-sec__lead {
	font-size: 90%; color: #fff; display: inline-block;
	background-color: var(--saiyo-primary); padding: 6px 24px;
	border-radius: 40px; font-weight: 900; margin-bottom: 16px;
}
.cta-sec__title {
	font-size: 200%; font-weight: 900; line-height: 1.4;
	color: var(--saiyo-dark); margin-bottom: 16px;
}
.cta-sec__title strong {
	color: var(--saiyo-primary);
	background: linear-gradient(transparent 70%, rgba(var(--saiyo-primary-rgb), .15) 70%);
}
.cta-sec__button { margin-bottom: 24px; }
.saiyo-button { width: 480px; margin: 0 auto; }
.saiyo-button-link {
	color: #fff; font-weight: 900;
	transition: background-color var(--base-duration) var(--base-easing),
	            box-shadow var(--base-duration) var(--base-easing),
	            transform var(--base-duration) var(--base-easing);
	border: none; background-color: var(--saiyo-primary);
	box-shadow: 0 4px 16px rgba(var(--saiyo-primary-rgb), .4);
	position: relative; display: inline-block; font-size: 120%; padding: 32px 16px;
	border-radius: 12px;
}
.saiyo-button-link:active {
	background-color: var(--saiyo-dark);
	box-shadow: 0 6px 24px 0 rgba(var(--saiyo-dark-rgb), 0.6);
	transform: translateY(2px);
}
.saiyo-button-text { color: var(--saiyo-dark); font-weight: 900; }
.saiyo-button-text:before { border-color: var(--saiyo-dark) transparent transparent transparent; }
.saiyo-button-text:after { border-color: transparent transparent var(--saiyo-dark) transparent; }
.cta-sec__note {
	font-size: 80%; color: #888; line-height: 1.8;
}
.cta-sec__image {
	position: absolute; right: 0; bottom: 0;
	width: 440px; height: auto; pointer-events: none; z-index: 2;
}
@media (max-width: 1500px) { .cta-sec__image { width: 340px; } }
@media (max-width: 1280px) { .cta-sec__image { width: 260px; } }
@media (max-width: 991px) { .cta-sec__image { width: 200px; } }
@media (max-width: 767px) { .cta-sec__image { width: 160px; } }

@media (hover: hover) and (pointer: fine) {
	.saiyo-button-link:hover {
		background-color: var(--saiyo-dark);
		box-shadow: 0 6px 24px 0 rgba(var(--saiyo-dark-rgb), 0.6);
		transform: translateY(-2px);
	}
}
.sp-only { display: none; }
@media (max-width: 599px) {
	.cta-sec__stripe { padding: 40px 0; }
	.cta-sec__inner { padding: 40px 24px; border-radius: 16px; }
	.cta-sec__title { font-size: 150%; }
	.saiyo-button { width: 100%; }
	.cta-sec__image { width: 120px; }
	.cta-mazu { display: none; }
	.sp-only { display: block; }
}
@media (max-width: 480px) {
	.cta-sec__title { font-size: 130%; }
}


/* === works-sec（制作実績） ===
-----------------------------------------------------------*/
.works-sec {
	position: relative; margin: 0; padding: 80px 0;
	background-color: #fff;
}
.works-link {
	background-color: #fff; display: block; border-radius: 8px; overflow: hidden;
	box-shadow: 0 4px 16px rgba(var(--saiyo-primary-rgb), .08);
	border: 1px solid rgba(var(--saiyo-primary-rgb), .1);
	transition: transform var(--base-duration) var(--base-easing),
	            box-shadow var(--base-duration) var(--base-easing);
}
.works-link:active {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(var(--saiyo-primary-rgb), .15);
}
.works-image { height: auto; }
.works-head { overflow: hidden; }
.works-body { padding: 16px 12px 16px 16px; }
.works-title { color: var(--saiyo-dark); font-size: 110%; margin-bottom: 8px; }
.works-title br { display: none; }

@media (hover: hover) and (pointer: fine) {
	.works-link:hover {
		transform: translateY(-4px);
		box-shadow: 0 8px 24px rgba(var(--saiyo-primary-rgb), .15);
	}
}
@media (max-width: 767px) {
	.works-sec { padding: 48px 0; }
	.works-sec .works-list-item:nth-child(3n-1) { margin-right: 0%; margin-left: 0%; }
	.works-sec .works-list-item { width: 100%; }
	.works-sec .works-list-item:not(:nth-child(-n+1)) { margin-top: 6.4%; }
}


/* === voice-sec ===
-----------------------------------------------------------*/
.voice-sec { padding: 0; margin: 0; background-color: #fff; }
.voice-sec-inner {
	background-color: #fff;
	padding: 80px 0;
}

@media (max-width: 767px) {
	.voice-sec-inner { padding: 48px 0; }
}


/* === flow-sec ===
-----------------------------------------------------------*/
.flow-sec {
	margin: 0; padding: 80px 0; position: relative;
	background-color: #fff; overflow: hidden;
}
.flow-sec > .inner { position: relative; z-index: 1; }

.flow-sec .horizontal-carousel .simplebar-track { background: #fff; border-radius: 8px; }
.horizontal-carousel .simplebar-track.simplebar-horizontal { height: 16px; }
.horizontal-carousel .simplebar-track.simplebar-horizontal .simplebar-scrollbar { height: 16px; }
.horizontal-carousel .simplebar-scrollbar:before {
	opacity: 1 !important; transition: opacity 0s linear;
	background-color: var(--saiyo-primary); border-radius: 8px;
}
.horizontal-carousel {
	scroll-snap-type: x mandatory; white-space: nowrap;
	overflow-x: auto; counter-reset: number 0;
}
.horizontal-carousel-item {
	scroll-snap-align: center; margin: 0px 24px 24px 0px; padding: 40px 32px 40px 40px;
	background-color: #fff;
	display: inline-block; width: 32%; white-space: normal; min-height: 340px;
	transition: var(--base-duration) var(--base-easing); overflow: hidden;
	position: relative; box-shadow: 0 2px 12px rgba(var(--saiyo-primary-rgb), .1); border-radius: 8px;
	border: 1px solid rgba(var(--saiyo-primary-rgb), .12); vertical-align: top;
}
.horizontal-carousel-item:last-child { margin-right: 4%; }
.horizontal-carousel-item:before {
	counter-increment: number 1; content: counter(number) "";
	line-height: 0; font-family: 'Impact', sans-serif; font-size: 120px;
	position: absolute; top: 48px; left: 0px; color: rgba(var(--saiyo-primary-rgb), .08);
}
.horizontal-carousel-item:after {
	position: absolute; right: -40px; bottom: -40px; z-index: 1;
	content: ""; border-radius: 40px; width: 80px; height: 80px;
	background-color: var(--saiyo-primary);
}
.horizontal-carousel-item figure { margin: 0; }
.horizontal-carousel-item figure .saiyo-flow-icon {
	width: 60px; height: 60px; border-radius: 50%;
	background-color: var(--saiyo-primary); position: relative; z-index: 2;
	border: 2px solid var(--saiyo-dark);
}
.horizontal-carousel-item h3 {
	position: relative; z-index: 2; line-height: 1.4; margin: 12px 0 8px; color: var(--saiyo-dark);
}
.horizontal-carousel-item p {
	font-size: 95%; color: var(--text-color); line-height: 1.6;
}

@media (max-width: 1280px) {
	.horizontal-carousel-item { width: 40%; }
}
@media (max-width: 991px) {
	.horizontal-carousel-item { width: 48%; }
}
@media (max-width: 767px) {
	.flow-sec { padding: 48px 0; }
	.horizontal-carousel-item { width: 56%; padding: 24px 20px 24px 24px; min-height: 280px; }
}
@media (max-width: 599px) {
	.flow-sec .breakout-right { margin-right: calc(50% - 46vw); }
	.horizontal-carousel-item { width: 80%; min-height: 260px; }
}


/* === message-area（ご利用いただいているお客様について） ===
-----------------------------------------------------------*/
.message-area {
	margin-top: 80px; padding: 40px;
	background: #fff; border-radius: 16px;
	box-shadow: 0 4px 30px rgba(var(--saiyo-primary-rgb), 0.08);
	border: 1px solid rgba(var(--saiyo-primary-rgb), .1);
}
.message-area h2 { margin-bottom: 24px; }
.chart-area1 { align-items: center; }
.chart1-wrap { margin-right: 4%; }
.chart-text1 { width: calc(100% - 4% - 240px); }
.chart {
	width: 240px; height: 240px; border-radius: 50%;
	position: relative; margin: auto;
}
.chart1 {
	display: flex; align-items: center; justify-content: center;
	background-image: conic-gradient(var(--saiyo-primary) 0deg 308deg, var(--gray-color-second) 308deg 360deg);
}
.chart1:before {
	content: ""; position: absolute;
	width: 120px; height: 120px; border-radius: 50%; background-color: #fff;
}
.number {
	font-size: 36px; z-index: 2; position: absolute;
	font-family: "Helvetica Neue", Arial; letter-spacing: -.4px; font-weight: 900;
}
.chart-text h3 { line-height: 1.4; margin-bottom: 8px; }
.chart-text p { font-size: 90%; }
.summarize {
	font-size: 100%; border-radius: 8px; padding: 8px 16px; margin-top: 16px;
	background-color: rgba(var(--saiyo-primary-rgb), .06);
}
.chart-area2 { margin-top: 48px; flex-direction: row-reverse; align-items: center; }
.chart2-wrap { margin-left: 4%; }
.chart-text2 { width: calc(100% - 4% - 240px); }
.chart2 {
	background-color: #fff; position: relative;
	background-image: conic-gradient(
		rgba(var(--saiyo-primary-rgb), 1) 0deg 129.6deg,
		rgba(var(--saiyo-primary-rgb), .5) 129.6deg 208.8deg,
		rgba(var(--saiyo-dark-rgb), 1) 208.8deg 280.8deg,
		rgba(var(--saiyo-dark-rgb), .5) 280.8deg 324deg,
		rgba(var(--saiyo-light-rgb), 1) 324deg 352.8deg,
		rgba(var(--gray-color-second-rgb), 1) 352.8deg 360deg
	);
}
.priceband {
	font-size: 90%; font-family: "Helvetica Neue", Arial; letter-spacing: 0px;
	font-weight: 900; position: absolute; display: inline-block;
	padding: 4px; line-height: 1;
}
.priceband1 { top: 72px; right: 8px; background-color: rgba(255, 255, 255, .8); }
.priceband2 { bottom: 16px; right: 64px; background-color: rgba(255, 255, 255, .8); }
.priceband3 { bottom: 72px; left: 8px; background-color: rgba(255, 255, 255, .8); }
.priceband4 { top: 60px; left: 0px; background-color: rgba(255, 255, 255, .8); }
.priceband5 { top: 16px; left: 40px; background-color: rgba(255, 255, 255, .8); }
.priceband6 { top: -12px; left: 88px; background-color: rgba(255, 255, 255, .8); }

@media (max-width: 991px) {
	.chart1-wrap { width: 100%; margin-right: 0%; }
	.chart { margin: 0 auto 12px; }
	.chart-text { margin-top: 16px; }
	.chart-text1 { width: 100%; }
	.chart2-wrap { width: 100%; margin-left: 0%; }
	.chart-text2 { width: 100%; }
}
@media (max-width: 599px) {
	.message-area { padding: 24px; }
}


/* === comparison-sec（他社比較） ===
-----------------------------------------------------------*/
.comparison-sec { margin: 0; padding: 80px 0; margin-top: 80px; margin-bottom: 80px; background-color: #fff; overflow: hidden; position: relative; }
.comparison-sec > .inner { position: relative; z-index: 1; }

.comptable-area { position: relative; z-index: 2; width: 100%; margin: 0 auto; margin-top: 64px; }
.comptable-livalest {
	position: absolute; bottom: -8px; left: 200px; width: 280px;
	border-radius: 8px; box-shadow: 8px 8px 24px rgb(0 0 0 / 16%);
}
.comptable-livalest-title {
	display: flex; align-items: center; justify-content: center;
	height: 82px; text-align: center; font-weight: 900; color: #fff;
	background-image: var(--saiyo-gradients); border-radius: 8px 8px 0 0;
}
.comptable-livalest p {
	text-align: center; font-weight: 900; height: 56px; line-height: 56px;
	background-color: #fff; border-bottom: 1px solid var(--gray-color-second);
}
.comptable-livalest p.last { height: 64px; line-height: 64px; }

.comptable { border-collapse: collapse; width: 1008px; }
.comptable th {
	height: 64px; text-align: center; vertical-align: middle;
	background-color: var(--saiyo-light);
	border-top: 1px solid var(--gray-color-second);
	border-right: 1px solid var(--gray-color-second);
}
.comptable th.top-left-th { opacity: 0; border-top: 0; }
.comptable td {
	width: 280px; height: 56px; text-align: center; vertical-align: middle;
	background-color: #fff; z-index: -1; position: relative;
	border-right: 1px solid var(--gray-color-second);
	border-bottom: 1px solid var(--gray-color-second);
}
.comptable td:first-child {
	padding-left: 16px; text-align: left; width: 240px;
	background-color: var(--saiyo-primary); color: #fff; font-weight: 900;
	border-right: none;
}
.comptable td:nth-child(2) { width: 280px; border: none; }
.comptable-area .graybg { background-color: var(--gray-color-primary); }

.comptable-area .circle {
	display: inline-block; width: 22px; height: 22px;
	border: 3px solid var(--saiyo-primary); border-radius: 50%;
	vertical-align: middle;
}
.comptable-area .triangle {
	display: inline-block; width: 0; height: 0;
	border-left: 12px solid transparent; border-right: 12px solid transparent;
	border-bottom: 22px solid var(--saiyo-primary);
	vertical-align: middle;
}
.comptable-area .d-circle {
	display: inline-block; width: 22px; height: 22px;
	border: 3px solid var(--saiyo-primary); border-radius: 50%;
	box-shadow: 0 0 0 4px #fff, 0 0 0 7px var(--saiyo-primary);
	vertical-align: middle;
}
.comptable-area .cross {
	display: inline-block; width: 22px; height: 22px;
	position: relative; vertical-align: middle;
}
.comptable-area .cross::before,
.comptable-area .cross::after {
	content: ""; position: absolute;
	width: 3px; height: 100%; background-color: var(--saiyo-primary);
	left: 50%; top: 0;
}
.comptable-area .cross::before { transform: translateX(-50%) rotate(45deg); }
.comptable-area .cross::after { transform: translateX(-50%) rotate(-45deg); }

@media (max-width: 1280px) {
	.comptable-area {
		overflow-x: scroll; padding: 40px 0 16px; margin-top: 40px;
		scrollbar-color: var(--saiyo-primary) #fff;
	}
	.comptable-area::-webkit-scrollbar { height: 16px; }
	.comptable-area::-webkit-scrollbar-track { background: #fff; border-radius: 8px; }
	.comptable-area::-webkit-scrollbar-thumb { background: var(--saiyo-primary); border-radius: 8px; }
	.comptable-livalest { bottom: 8px; }
	.comptable-area .simplebar-track { background: #fff; border-radius: 8px; height: 16px !important; }
	.comptable-area .simplebar-scrollbar:before {
		opacity: 1 !important; transition: opacity 0s linear;
		background-color: var(--saiyo-primary); border-radius: 8px;
	}
}
@media (max-width: 767px) {
	.comparison-sec { padding: 48px 0; margin-top: 40px; margin-bottom: 40px; }
}


/* === blog-sec ===
-----------------------------------------------------------*/
.blog-sec { padding: 80px 0; margin: 0px; background-color: #fff; overflow: hidden; position: relative; }
.blog-sec > .blog-sec-inner { position: relative; z-index: 1; }
.blog-sec-inner {
	background-color: #fff;
}

.merit-area { margin-top: 64px; }
.merit-area h2 { margin-bottom: 24px; }
.suggestion-item {
	padding: 24px; background-color: #fff; border-radius: 8px;
	box-shadow: 0 4px 20px rgba(var(--saiyo-primary-rgb), 0.08);
	border: 1px solid rgba(var(--saiyo-primary-rgb), .1);
	justify-content: center; align-items: center;
}
.suggestion-list .suggestion-item { width: 48%; }
.suggestion-list .suggestion-item:nth-child(2n-1) { margin-right: 2%; }
.suggestion-list .suggestion-item:nth-child(2n) { margin-left: 2%; }
.suggestion-list .suggestion-item:nth-child(n+3) { margin-top: 4%; }
.suggestion-icon { width: 24%; margin-right: 4%; }
.suggestion-icon svg {
	width: 100%; height: auto; color: var(--saiyo-primary); fill: currentColor;
	stroke: #fff; stroke-width: 1; paint-order: stroke;
}
.suggestion-body { width: 72%; }
.suggestion-item img { width: 100%; height: auto; }
.suggestion-item h3 { font-size: 120%; color: var(--saiyo-dark); margin-bottom: 8px; line-height: 1.4; }
.suggestion-item h3 br { display: none; }
.suggestion-item p { font-size: 90%; color: var(--text-color); }

.blog-area { margin-top: 80px; position: relative; z-index: 2; }
.blog-area h2 { margin-bottom: 16px; }
.blog-list { margin-top: 40px; position: relative; }
.blog-list-item {
	width: calc(92% / 3); background-color: #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
	transition: transform var(--base-duration) var(--base-easing);
}
.blog-list-item:not(:nth-child(-n+3)) { margin-top: 4%; }
.blog-list-item:nth-child(3n-1) { margin-right: 4%; margin-left: 4%; }
.blog-image-head { overflow: hidden; }
.blog-first-image {
	width: 100%; height: auto;
	transition: transform var(--base-duration) var(--base-easing);
}
.blog-item-body { padding: 16px 24px; }
.modified_date { color: #888; font-size: 90%; }
.blog-title { color: var(--text-color); font-weight: 900; line-height: 1.4; font-size: 110%; }
.blog-cat-label { color: #888; font-size: 90%; text-align: right; margin-top: 16px; }
.blog-list-item:active { transform: translateY(-8px); }
.blog-link:active .blog-first-image { transform: rotate(-4deg) scale(1.1); }

@media (hover: hover) and (pointer: fine) {
	.blog-list-item:hover { transform: translateY(-8px); }
	.blog-link:hover .blog-first-image { transform: rotate(-4deg) scale(1.1); }
}
@media (max-width: 991px) {
	.blog-list-item { width: calc(96% / 2); }
	.blog-list-item:not(:nth-child(-n+2)) { margin-top: 4%; }
	.blog-list-item:nth-child(3n-1) { margin-right: 0%; margin-left: 0%; }
	.blog-list-item:nth-child(2n-1) { margin-right: 2%; }
	.blog-list-item:nth-child(2n) { margin-left: 2%; }
}
@media (max-width: 767px) {
	.suggestion-list .suggestion-item { width: 100%; margin: 0; }
	.suggestion-list .suggestion-item:nth-child(2n-1) { margin-right: 0; }
	.suggestion-list .suggestion-item:nth-child(2n) { margin-left: 0; }
	.suggestion-list .suggestion-item:not(:first-child) { margin-top: 4%; }
}
@media (max-width: 599px) {
	.blog-list-item:not(:nth-child(-n+1)) { margin-top: 6.4%; }
	.blog-list-item { width: 100%; }
	.blog-list-item:nth-child(2n-1) { margin-right: 0%; }
	.blog-list-item:nth-child(2n) { margin-left: 0%; }
}
@media (max-width: 480px) {
	.suggestion-icon { width: 100%; margin-right: 0; }
	.suggestion-icon svg { width: 40px; margin: 0 auto 8px; display: block; }
	.suggestion-body { width: 100%; display: contents; }
	.suggestion-item p { margin-top: 12px; }
}


/* === question-sec（FAQセクション固有スタイル） ===
   共通QAスタイルは components/faq.css を参照
-----------------------------------------------------------*/
.question-sec {
	margin-top: 0;
	margin-bottom: 0;
	background-image:
		linear-gradient(135deg,
			rgba(var(--saiyo-primary-rgb), .07) 0%, rgba(var(--saiyo-primary-rgb), .07) 12.5%,
			rgba(var(--saiyo-primary-rgb), .05) 12.5%, rgba(var(--saiyo-primary-rgb), .05) 25%,
			rgba(var(--saiyo-primary-rgb), .04) 25%, rgba(var(--saiyo-primary-rgb), .04) 37.5%,
			rgba(var(--saiyo-primary-rgb), .03) 37.5%, rgba(var(--saiyo-primary-rgb), .03) 50%,
			rgba(var(--saiyo-dark-rgb), .03) 50%, rgba(var(--saiyo-dark-rgb), .03) 62.5%,
			rgba(var(--saiyo-dark-rgb), .04) 62.5%, rgba(var(--saiyo-dark-rgb), .04) 75%,
			rgba(var(--saiyo-dark-rgb), .05) 75%, rgba(var(--saiyo-dark-rgb), .05) 87.5%,
			rgba(var(--saiyo-dark-rgb), .07) 87.5%, rgba(var(--saiyo-dark-rgb), .07) 100%),
		linear-gradient(45deg,
			rgba(var(--saiyo-dark-rgb), .07) 0%, rgba(var(--saiyo-dark-rgb), .07) 12.5%,
			rgba(var(--saiyo-dark-rgb), .05) 12.5%, rgba(var(--saiyo-dark-rgb), .05) 25%,
			rgba(var(--saiyo-primary-rgb), .04) 25%, rgba(var(--saiyo-primary-rgb), .04) 37.5%,
			rgba(var(--saiyo-primary-rgb), .03) 37.5%, rgba(var(--saiyo-primary-rgb), .03) 50%,
			rgba(var(--saiyo-primary-rgb), .03) 50%, rgba(var(--saiyo-primary-rgb), .03) 62.5%,
			rgba(var(--saiyo-primary-rgb), .04) 62.5%, rgba(var(--saiyo-primary-rgb), .04) 75%,
			rgba(var(--saiyo-dark-rgb), .05) 75%, rgba(var(--saiyo-dark-rgb), .05) 87.5%,
			rgba(var(--saiyo-dark-rgb), .07) 87.5%, rgba(var(--saiyo-dark-rgb), .07) 100%),
		linear-gradient(90deg, #fff, #fff);
}

.question-sec h2 {
	display: flex; align-items: center; justify-content: center;
	position: relative; padding: 1.1em 1.4em;
	background-color: var(--saiyo-primary); color: #fff;
	max-width: 816px; margin-inline: auto;
}
.question-sec h2::before {
	position: absolute; left: 5px; top: 50%; transform: translateY(-50%);
	width: calc(100% - 10px); height: 65%;
	border-top: 10px dashed #fff; border-bottom: 10px dashed #fff;
	content: '';
}
.question-sec h2::after { content: none; }
.question-sec .question-area-inner { height: auto; max-height: 600px; }
.qa-box h3 { color: var(--saiyo-dark); }

@media (max-width: 767px) {
	.question-sec { padding-top: 48px; }
}


/* === form-sec 固有スタイル ===
   共通フォームスタイルは components/form.css を参照
-----------------------------------------------------------*/
.form-sec { margin-top: 0; padding-top: 80px; background-color: var(--gray-color-primary); }


/* === bluegradientsbg（セクション背景装飾） ===
-----------------------------------------------------------*/
.bluegradientsbg { position: absolute; bottom: 0; top: 0; z-index: 0; }
.bluegradientsbg-right {
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	left: calc(25vw - 120px);
	right: 0;
	background-image: var(--bluegradientsbg-right);
}
.bluegradientsbg-left {
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	right: calc(25vw - 120px);
	left: 0;
	background-image: var(--bluegradientsbg-left);
}

@media (max-width: 599px) {
	.bluegradientsbg-right { left: 12vw; }
	.bluegradientsbg-left { right: 12vw; }
}
